Commit Graph

  • a27f96a326 Changed base64decode2 to base64decode_s and isBase642 to isBase64_s JustinAJ 2014-06-03 03:30:11 -0400
  • 9d286a27a2 Changed cert and key to use CString. Removed extra send() function. JustinAJ 2014-06-03 03:26:31 -0400
  • deabb45c21 Added send() function for ReadableString. JustinAJ 2014-06-03 03:25:21 -0400
  • 0528659d5c Changed from getHostname() to getHost() to retain Socket compatibility. JustinAJ 2014-06-03 03:11:28 -0400
  • 7a06dd7f29 blockMode is no longer stored on linux systems. Changed socket hostname to be stored as CStringS. changed getHostname() to return a ReadableString. Removed cSend and cRecv function forwards. JustinAJ 2014-06-03 03:10:38 -0400
  • e4f3dc8e26 Added asDouble and find() JustinAJ 2014-06-03 02:28:09 -0400
  • d9b65343f9 Added string literal macro. Likely to be removed once VS adds support for C++11's user-defined literals. JustinAJ 2014-06-03 02:27:17 -0400
  • dc5a60e752 Added Jupiter_strtod type functions JustinAJ 2014-06-03 02:05:42 -0400
  • 5e3e8e1587 Changed types from unsigned int to size_t. JustinAJ 2014-06-03 01:53:21 -0400
  • 9e27c27ae8 Added length-specifier constructor JustinAJ 2014-06-03 01:46:20 -0400
  • b5e6f93fd7 Added empty static member and set() functions JustinAJ 2014-06-03 01:05:16 -0400
  • d256a2ebcc Removed commented get() definition and corrected some documentation JustinAJ 2014-06-02 21:45:30 -0400
  • b47fedda1c Added Reference_String class. JustinAJ 2014-06-02 20:24:21 -0400
  • 6452bd4350 Changed get() to return a constant element. JustinAJ 2014-06-02 20:23:48 -0400
  • 1783cce73a Added "../" to include directories. JustinAJ 2014-06-02 20:04:04 -0400
  • 1ac0d00ab3 Added pointer + size constructors JustinAJ 2014-06-02 20:03:40 -0400
  • 70b1af0d3c Changed many input variables to Readable_String. Moved comparative operators to Readable_String. Moved getWord and gotoWord templates to Readable_String. JustinAJ 2014-06-02 19:37:43 -0400
  • c7f5eac10c Moved access operator. Made access operator const. JustinAJ 2014-06-02 14:55:00 -0400
  • 7a2a8ac72d Added Readable_String class and adapted implementations as neccessary JustinAJ 2014-06-02 14:44:44 -0400
  • 7afa37b321 Added include from String and bad tests now print a line JustinAJ 2014-06-01 18:11:06 -0400
  • 2a7829bce7 Completed Jupiter::String. JustinAJ 2014-06-01 18:10:18 -0400
  • aeebf53fd9 Fixed a copying bug JustinAJ 2014-06-01 16:52:22 -0400
  • b9630e60f2 Changed hardcoded '8' to start_size, and fixed a substring copying bug. JustinAJ 2014-06-01 16:23:31 -0400
  • 455077d1cb String_Type move operator now moves string length. JustinAJ 2014-06-01 16:22:40 -0400
  • d5efc12c32 Update version number JustinAJ 2014-06-01 14:20:19 -0400
  • 342c948b49 Moved String Implementations around, moved repeated code (i.e: getWord) to templates, updated other code to be compatible to chagnes. CString_Strict is now typedef'd to CString_Type. JustinAJ 2014-06-01 14:19:11 -0400
  • fa77b0be7e Format length specifier added. JustinAJ 2014-06-01 14:16:18 -0400
  • f5794ac92b Added missing copyright header. JustinAJ 2014-06-01 14:14:11 -0400
  • 48e7fe9de3 Optimized remove(). Spread truncate() and remove() responsibility out of CString_Type. JustinAJ 2014-05-28 23:11:54 -0400
  • 09c9081bf9 Fixed an index/safety check. JustinAJ 2014-05-28 22:59:27 -0400
  • fd293f2bf8 Renamed "length" local variable to "len" to prevent potential naming conflicts. JustinAJ 2014-05-28 22:12:13 -0400
  • c477796cd5 Corrected emptyCStringL to CStringL JustinAJ 2014-05-28 15:45:29 -0400
  • b351d45f11 fixed header case JustinAJ 2014-05-28 15:38:23 -0400
  • 0d505a6be4 Removed redundant declaration JustinAJ 2014-05-28 15:35:43 -0400
  • 4d55d05a9a Added case testing wrapper. JustinAJ 2014-05-28 15:05:23 -0400
  • 053a491817 Making use of new print and println functions. JustinAJ 2014-05-28 14:33:50 -0400
  • 9cfe6629ea Added String_Type implementation JustinAJ 2014-05-27 15:19:31 -0400
  • 3475b398fc Moved string shifting to its own class. JustinAJ 2014-05-27 15:19:20 -0400
  • 4ab689832e Moved many comparative functions to String_Type, fixed some bugs, and added more substring methods. Also improved general safety. JustinAJ 2014-05-27 15:18:47 -0400
  • 2f2c7e8056 Moved size variable and many comparative operations to String_Type. JustinAJ 2014-05-27 15:18:03 -0400
  • d22af4ce7d Added some string interpretation functions JustinAJ 2014-05-27 15:14:42 -0400
  • e410038a42 Fixed parsing bug/behavior. JustinAJ 2014-05-26 15:09:40 -0400
  • 906af1f162 Fixed a parsing bug and minor optimization. JustinAJ 2014-05-26 14:01:06 -0400
  • 9d9e9eb4fd Fixed mislocated "break" statement. Auto formatted primaryHandler. JustinAJ 2014-05-26 13:54:38 -0400
  • 86263f7493 Moved @file documentation above header includes to be more consistent. JustinAJ 2014-05-26 12:32:05 -0400
  • be01a8b3c4 Moved string representation pointer to String_Type. JustinAJ 2014-05-26 09:20:24 -0400
  • 9e9ffc070d Channged connectionStatus check to a switch. JustinAJ 2014-05-26 09:06:19 -0400
  • b63c3e9be8 Fixed avformat returning the wrong length. JustinAJ 2014-05-23 17:19:28 -0400
  • 68bae44233 Striped down to ready for next usage. JustinAJ 2014-05-16 22:03:30 -0400
  • 379b44d8f6 Changed all instances of .size() > 0 to .size() != 0 for consistency. JustinAJ 2014-05-16 21:32:59 -0400
  • aa1126569b Initial Commit JustinAJ 2014-05-16 12:45:19 -0400