summaryrefslogtreecommitdiff
path: root/includes/BString.h
AgeCommit message (Expand)Author
2014-06-24Adding a few string conversion accessors.Nicolas "Pixel" Noble
2014-06-20Moving tokenize, percentEncode and percentDecode around. Fixing a few warning...Nicolas "Pixel" Noble
2014-06-20Improving CurlTask a bit.Nicolas "Pixel" Noble
2014-06-17Adding replace_all to Balau::String.Nicolas "Pixel" Noble
2013-12-22Adding formatted append to the String class.Nicolas "Pixel" Noble
2013-12-21Preliminary WebSocket protocol support.Nicolas "Pixel" Noble
2013-12-20Sockets are now working properly under MSVC. I guess I broke mingw32 though, ...Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-01-22Adding the move constructor to BString.Pixel
2013-01-20Tentatively adding vsscanf to win32 compilation. Untested tho.Nicolas 'Pixel' Noble
2013-01-20Slightly better printf formats for 32 and 64 bits values.Nicolas 'Pixel' Noble
2012-04-13Fixing my constant-strings constructs (Thanks Kurtis!)Nicolas "Pixel" Noble
2012-04-03Adding a better constructor for strings.Nicolas "Pixel" Noble
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-25Fixing a few bugs and warnings.Pixel
2011-11-24Making strings being able to read from their end.Pixel
2011-11-19Having String.set returning this.Pixel
2011-11-19Handling more Connection tags, separated with commas; and adding the 'split' ...Pixel
2011-11-15Making the String class a bit more tolerent of NULL strings.Pixel
2011-10-12Enabling cross-compilation for Darwin. Haven't tested under the real thing ye...Nicolas "Pixel" Noble
2011-10-03First commit - very basic features.Pixel