JustinAJ
7e7dca8e27
Improved old code in connect() and bind().
10 years ago
JustinAJ
3612c3f6cb
Fixed bug in Socket::accept() when port is assigned.
10 years ago
JustinAJ
a5f0625753
Jupiter::Socket:
* Renamed bindToPort() to bind()
* Renamed connectToHost() to connect()
* Adjusted classes as necessary
Updated some copyright years
Incremented JUPITER_VERISON for release.
10 years ago
JustinAJ
4e318425f1
Renamed Socket::acceptConnection() to Socket::accept().
Socket::accept() now assigns an incoming connection's IP address to hostname, as well as its port to port.
Explicitly labeled some functions in SecureSocket as "override".
10 years ago
JustinAJ
2896b93024
Added move assignment operators to sockets.
10 years ago
JustinAJ
d8dd8dea54
Fixed some off-by-one errors
10 years ago
JustinAJ
95bc71a5f6
Updated to Visual Studio 2015 RC1
* Fixed some warnings
* Disabled some warnings
* Fixed std::basic_string related errors
OpenSSL is now dynamically linked
Hid Jupiter::Database's private members
10 years ago
JustinAJ
ed69545cf0
Added missing documentation (woops)
10 years ago
JustinAJ
4300bb47bc
DataBuffer:
* Removed some debug lines
* Added FILE *interfacing functions:
** Added peek_from() functions
** Added pop_from() functions
** Added copy_to() functions
** Added push_to() functions
10 years ago
JustinAJ
d8233af4a7
Removed debug line.
10 years ago
JustinAJ
f7bd819e5f
Jupiter::String_Type:
* Added more replace() functions
* Added another remove() function
* Added a processEscapeSequences() function
Jupiter::Shift_String_Type:
* Added slight optimization for new remove() function
10 years ago
JustinAJ
1faf633100
Added FILE pointer support to Jupiter::DataBuffer
Minor fix in Jupiter::SLList
10 years ago
JustinAJ
95e4c5c826
Added Jupiter::DataBuffer and appropriate specializations
10 years ago
JustinAJ
b7067a6ff0
Incremented build number.
10 years ago
JustinAJ
2cd14a3b5b
Fixed bug in String_Type::replace().
10 years ago
JustinAJ
2ec8cc41a1
Added Jupiter::remove() functions for removing sections.
10 years ago
JustinAJ
7ca20a9d47
Jupiter::File no longer line breaks ever 8192 characters.
10 years ago
JustinAJ
4fdd55288d
Added ntop4(), ntop6(), and ntop() to Jupiter::Socket.
10 years ago
JustinAJ
21326918e9
Added pton4() and pton6() static functions to Jupiter::Socket.
10 years ago
JustinAJ
94bda33c24
Fixed off-by-one error; token is no longer included in output.
10 years ago
JustinAJ
911d3fc122
INIFile::Section::get() functions now more closely mirror the INIFile::get() functions.
10 years ago
JustinAJ
b5d253da72
added optional parameter "defaultValue" to INIFile::Section::getValue().
10 years ago
JustinAJ
2359036984
Added ENDL to error message prints.
10 years ago
JustinAJ
23d218f86f
Added error messages to plugin load routine; load() is now called if found.
10 years ago
JustinAJ
57c1bd3b37
Some code cleaning
10 years ago
JustinAJ
b58e1263d5
rehash() bug fix.
10 years ago
JustinAJ
1339e67021
Added getTimeFormat().
10 years ago
JustinAJ
accbd3b63a
Various optimizations and bug fixes.
10 years ago
JustinAJ
5850b6f7a4
Incremented version number
10 years ago
JustinAJ
e18b3a670d
Fixed off-by-one error.
10 years ago
JustinAJ
a74453324a
Added getPrefixModes()
10 years ago
JustinAJ
a41e9737e9
Added memory buffer match() and matchi() functions. Fixed match() and matchi() parsing.
10 years ago
JustinAJ
4e264b5da3
Incremented version number for release.
10 years ago
JustinAJ
d3f56627e8
Removed unnecessary debug line.
10 years ago
JustinAJ
c9da8dc226
Additional getSection() function added to INIFile.
10 years ago
JustinAJ
510ac72c56
Finished some more replace() functions for String_Type.
10 years ago
JustinAJ
9bff3fa82c
added long long equivalents to several int conversion functions.
10 years ago
JustinAJ
f46d686298
Added Jupiter::String to std::string conversion operator.
10 years ago
JustinAJ
b8803ffc74
Version finalized for 0.9 release.
11 years ago
JustinAJ
69936d32b2
Fixed a bug in tokenCount().
11 years ago
JustinAJ
f12b36f350
added getToken() and gotoToken().
11 years ago
JustinAJ
602d1ef4e8
Added slight optimization.
11 years ago
JustinAJ
a0ab6376f8
Added tokenCount() functions.
11 years ago
JustinAJ
f66461231d
Added some insert() and replace() functions. More will be added.
11 years ago
JustinAJ
e8ceb1c317
Changed many CStrings to Strings
11 years ago
JustinAJ
855068de5a
Now using a lambda as the config loop condition instead of breaking.
11 years ago
JustinAJ
db5330e749
Changed some types from int to size_t/unsigned int.
11 years ago
JustinAJ
4c9519a4ad
Removed Jupiter::emptyString variable from CString.h.
11 years ago
JustinAJ
b400941629
Removed c_str() from String_Type, String_Loose, and String_Strict
11 years ago
JustinAJ
6c90ba86ae
Fixed INI parsing when first character in value is '='.
11 years ago