234 Commits (63ac73dc04516ac5c06594e05c0de8c3e45c37b5)
 

Author SHA1 Message Date
Jessica James 63ac73dc04 Copied GenericCommand from 'Jupiter Bot' with some modifcation 9 years ago
Jessica James 8cf968cda0 Updated .gitignore to include *.VC.db 9 years ago
Jessica James 1b697ec73a Plugin::OnRehash() now calls config.reload(). 9 years ago
Jessica James b990d5d27f Jupiter::Plugin: 9 years ago
Jessica James f329e84297 Minor config change 9 years ago
Jessica James 87f1b47149 Added functions 'Jupiter_asHex_upper' and 'Jupiter_asHex_lower' 9 years ago
Jessica James 2a4f67fc1c added 'free_result' boolean to HTTP::Content 9 years ago
Jessica James e656b6f6ba Fixed buffer splitting and cleaned up some code. 9 years ago
Jessica James 2d834a64a6 Minor fix to previous commit. 9 years ago
Jessica James 72a1b6c758 Added 'capture' virtual function to 'String_Type'; implemented 'capture' function in 'Shift_String'. 9 years ago
Jessica James 5e34f3d750 added some '_alloc' versions of 'Socket::resolveHostname' which do NOT use a static memory buffer. 9 years ago
Jessica James 5620679e80 Single-character values in HTML get forms are now processed correctly when at the end of the query string. 9 years ago
Jessica James 6b8857178a Removed debug log 9 years ago
Jessica James de16603f51 Squished some bugs. 9 years ago
Jessica James ba1dc2c0ba The destructors in Readable_String and String_Type are now declared as virtual. 9 years ago
Jessica James 1df5bee1d4 Improved const-correctness. 9 years ago
Jessica James 0fba343102 permit_keep_alive is now true. 9 years ago
Jessica James 6be5c8578d Added error handling for operation would block. 9 years ago
Jessica James dbeac36e50 Socket: 9 years ago
Jessica James 8dccb82a3c Minor bug fix in HTTP::QueryString 9 years ago
Jessica James db7a6de700 HTTP::Server: Implemented remove() functions 9 years ago
Jessica James 1ec5c4bd38 Added 'HTTP::HTMLFormResponse', which provides functionality similar to 'HTTP::QueryString' 9 years ago
Jessica James b05f0405f9 Added getFilename() to Jupiter::Database. 9 years ago
Jessica James d6f8eef352 Moved HTTP::QueryString to header to solve linker issues. 9 years ago
Jessica James 6589cd28fd Added HTTP::QueryString 9 years ago
Jessica James 73d555c31c HTTP::Server: 9 years ago
Jessica James 993a313b81 Incremented Jupiter version to 0.18 9 years ago
Jessica James 6e9525f3f5 Functions: 9 years ago
JustinAJ 5eca27adc3 process_file_finish() is now called when a database file doesn't exist, and is created. 9 years ago
JustinAJ 5b83899a03 Added functions: 9 years ago
JustinAJ 5338777b91 Fixed minor memory leak/bug. 9 years ago
JustinAJ 06d980666b HTTP::Server is now minimally functional. 9 years ago
JustinAJ 87ca784d1e Fixed the ArrayList copy constructor 9 years ago
Jessica James b90fe2d346 Update LICENSE 9 years ago
Jessica James 6d424da920 Update CONTRIBUTING.md 9 years ago
JustinAJ 6f708bd73e Updated name in copyright notices. 9 years ago
JustinAJ 0cb4539c9a Added unfinished HTTP server. 9 years ago
JustinAJ 8cc73c997a Jupiter::Socket: 9 years ago
JustinAJ 3df3472079 Added safety check to Readable_String::span() 9 years ago
JustinAJ ef4d05ab9e Changed license to ISC license. 9 years ago
JustinAJ 2f2b11a19f Fixed numerous minor errors discovered while attempting to compile on linux (support not yet restored). 9 years ago
JustinAJ 4d20ab6430 Added additional operator+ functions to String classes. 10 years ago
JustinAJ b8bd29d055 Added missing nullptr assignment in TokenizeResult::erase(). 10 years ago
JustinAJ c9d988e87b Fixed an error in modes parsing which caused infinite looping (previously unnoticed due to strings containing a null terminator). 10 years ago
JustinAJ 2da95b3b90 Fixed naming error in previous commit 10 years ago
JustinAJ 7e16ef2400 Added erase() to TokenizeResult. 10 years ago
JustinAJ 028982479e TokenizeResult assignment/move operators now free old buffers (memory leak fix). 10 years ago
JustinAJ b6f9ced59a Added assignment and move operators to TokenizeResult 10 years ago
JustinAJ 99af85f626 Added getToken() to TokenizeResult. 10 years ago
JustinAJ b0923b2b12 Sockets now use a buffer, instead of a C-Style string. 10 years ago