295 Commits (f9e365c77db1ef35b87095d21a506b241aceb27e)
 

Author SHA1 Message Date
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. 9 years ago
JustinAJ b8bd29d055 Added missing nullptr assignment in TokenizeResult::erase(). 9 years ago
JustinAJ c9d988e87b Fixed an error in modes parsing which caused infinite looping (previously unnoticed due to strings containing a null terminator). 9 years ago
JustinAJ 2da95b3b90 Fixed naming error in previous commit 9 years ago
JustinAJ 7e16ef2400 Added erase() to TokenizeResult. 9 years ago
JustinAJ 028982479e TokenizeResult assignment/move operators now free old buffers (memory leak fix). 9 years ago
JustinAJ b6f9ced59a Added assignment and move operators to TokenizeResult 9 years ago
JustinAJ 99af85f626 Added getToken() to TokenizeResult. 9 years ago
JustinAJ b0923b2b12 Sockets now use a buffer, instead of a C-Style string. 9 years ago
JustinAJ 7ef60a0d2f String_Type: 9 years ago
JustinAJ 629ffccfea Added tokenize() functions to Readable_String and various subclasses. 9 years ago
JustinAJ 799730cc49 Incremented version number 9 years ago
JustinAJ 5a45d44a50 Database: 9 years ago
JustinAJ 22637491b6 Correction to previous commit 9 years ago
JustinAJ 6cc2a14859 Some optimizations 9 years ago
JustinAJ b7a31fa222 Added IRCITALICIZE and IRC::italicize. 9 years ago
JustinAJ de74e2fb57 SecureSocket: 9 years ago
JustinAJ 6400a1542e Fixed a bug in SLList<T>::remove(). 9 years ago
JustinAJ 5bb6f9e45f Added User-Defined literals for string types. 9 years ago
JustinAJ 69acccc2f2 Added erase() to String_Type. 9 years ago
JustinAJ 75185185f1 Added isNotEmpty() to Readable_String. 9 years ago
JustinAJ 58f5ca6d84 Fixed bug in String_Type::replace(). 9 years ago
JustinAJ cff825f7fe Added JUPITER_VSCWPRINTF macro; replaced some vswprintf() calls as appropriate. 9 years ago
JustinAJ 7c35d7dcd0 Added macro JUPITER_VSCPRINTF; replaced some vsnprintf() calls with JUPITER_VSCPRINTF. 9 years ago
JustinAJ 7c27370e4f Improved Socket::accept(): 9 years ago
JustinAJ 7e7dca8e27 Improved old code in connect() and bind(). 9 years ago
JustinAJ 3612c3f6cb Fixed bug in Socket::accept() when port is assigned. 9 years ago
JustinAJ a5f0625753 Jupiter::Socket: 9 years ago
JustinAJ 4e318425f1 Renamed Socket::acceptConnection() to Socket::accept(). 9 years ago
JustinAJ 2896b93024 Added move assignment operators to sockets. 9 years ago
JustinAJ d8dd8dea54 Fixed some off-by-one errors 9 years ago
JustinAJ 95bc71a5f6 Updated to Visual Studio 2015 RC1 9 years ago
JustinAJ ed69545cf0 Added missing documentation (woops) 9 years ago
JustinAJ a6c77d4b8f Added Jupiter::Database 9 years ago
JustinAJ 4300bb47bc DataBuffer: 9 years ago
JustinAJ d8233af4a7 Removed debug line. 9 years ago
JustinAJ f7bd819e5f Jupiter::String_Type: 9 years ago
JustinAJ 884357b443 Fixed declaration in Jupiter::SLList. 10 years ago
JustinAJ 1faf633100 Added FILE pointer support to Jupiter::DataBuffer 10 years ago
JustinAJ 95e4c5c826 Added Jupiter::DataBuffer and appropriate specializations 10 years ago
JustinAJ 0530dbee7b Merge branch 'master' of https://github.com/JustinAJ/Jupiter.git 10 years ago
JustinAJ b7067a6ff0 Incremented build number. 10 years ago
Justin James 3c63ce52a4 Create README.md 10 years ago
Justin James 49e1f7fae3 Create CONTRIBUTING.md 10 years ago
JustinAJ 54a9e74686 Improved const-correctness 10 years ago
JustinAJ 46ce3548d2 Added more set() functions; simplified and optimized concat() and set() functions 10 years ago
JustinAJ 62099f36ae Version incrementation - release version 0.13 10 years ago
JustinAJ 0423433d86 Updated copyright 10 years ago