Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-07 | Adding full c-ares support into Balau - untested. | Nicolas "Pixel" Noble | |
2014-08-01 | Fixing error message. | Nicolas "Pixel" Noble | |
2014-08-01 | gcc is getting too buggy lately. Let's switch to clang... | Nicolas "Pixel" Noble | |
2014-08-01 | Fixing HTTP server's cooking handling. | Nicolas "Pixel" Noble | |
2014-07-31 | And the award of stupid error messages goes to Microsoft Visual Studio. ↵ | Nicolas "Pixel" Noble | |
Defining an extern with a default value silently drops the extern, but will obviously complain at link time that the symbol is duplicated several times. | |||
2014-07-31 | Seems that MSVC is also mangling symbols. Moving externs up. | Nicolas "Pixel" Noble | |
2014-07-31 | Merge branch 'master' of /pub/repo.git/Balau | Nicolas "Pixel" Noble | |
2014-07-31 | Fixing stupid typo. | Nicolas "Pixel" Noble | |
2014-07-31 | Adding getopt to Balau for win32. | Nicolas "Pixel" Noble | |
2014-07-31 | Forgot to actually add all of these new files for the new regex code. | Nicolas "Pixel" Noble | |
2014-07-31 | Changing the regex library for one that isn't GPL. | Nicolas "Pixel" Noble | |
2014-07-28 | Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/Balau | Nicolas "Pixel" Noble | |
2014-07-28 | Fixing libCurl build directory. | Nicolas "Pixel" Noble | |
2014-06-27 | Fixing PercentDecode. | Nicolas "Pixel" Noble | |
2014-06-25 | Fixing tokenize. | Nicolas "Pixel" Noble | |
2014-06-24 | Adding a few string conversion accessors. | Nicolas "Pixel" Noble | |
2014-06-22 | Fixing Linux build. | Nicolas "Pixel" Noble | |
2014-06-21 | Minor fixes to BWebSocket.cc | Nicolas "Pixel" Noble | |
2014-06-21 | Optimizing cypher's process. | Nicolas "Pixel" Noble | |
2014-06-21 | More cleanup and adding cyphers. | Nicolas "Pixel" Noble | |
2014-06-21 | Reorganizing code a bit. | Nicolas "Pixel" Noble | |
2014-06-21 | Fixing line endings. | Nicolas "Pixel" Noble | |
2014-06-20 | Better hashes implementation. | Nicolas "Pixel" Noble | |
2014-06-20 | Moving tokenize, percentEncode and percentDecode around. Fixing a few ↵ | Nicolas "Pixel" Noble | |
warnings. Workarounding c-ares and pthreads compilation issue with unicode. | |||
2014-06-20 | Improving CurlTask a bit. | Nicolas "Pixel" Noble | |
2014-06-20 | Forgot to initialize our TLS factory. | Nicolas "Pixel" Noble | |
2014-06-20 | Adding a TLSFactory system. | Nicolas "Pixel" Noble | |
2014-06-19 | Using c-ares in libcurl. | Nicolas "Pixel" Noble | |
2014-06-19 | Finishing up basic curl integration and adding a basic DownloadTask. | Nicolas "Pixel" Noble | |
2014-06-19 | Don't throw an exception if a debugger is present. | Nicolas "Pixel" Noble | |
2014-06-19 | More work on integrating cURL in Balau. | Nicolas "Pixel" Noble | |
2014-06-18 | Adding a bit more curl code. | Nicolas "Pixel" Noble | |
2014-06-18 | Fixing mixup with the curl event bitmasks, and fixing curl's ulock code. | Nicolas "Pixel" Noble | |
2014-06-18 | Adding basic CurlTask, as well as support for it in Balau. Also removing ↵ | Nicolas "Pixel" Noble | |
c++11-surrogates.h, as we're on a modern compiler now. | |||
2014-06-18 | Fixing build. | Nicolas "Pixel" Noble | |
2014-06-18 | Starting to integrate cURL into Balau. | Nicolas "Pixel" Noble | |
2014-06-17 | Adding libcurl. | Nicolas "Pixel" Noble | |
2014-06-17 | Adding replace_all to Balau::String. | Nicolas "Pixel" Noble | |
2014-06-07 | Fixing DEBUG vs _DEBUG #defines. | Nicolas "Pixel" Noble | |
2014-06-03 | Implementing MMap for Linux, and fixing a few details. | Nicolas "Pixel" Noble | |
2014-06-03 | Added MMap Handle object. | Nicolas "Pixel" Noble | |
2014-06-02 | Fix 64bit seek | Vincent Hamm | |
Set result to -1 when seek fails | |||
2014-06-03 | Removing tabs. | Nicolas "Pixel" Noble | |
2014-06-01 | Fixing WSAECONNABORTED error, adding cookies support, fixing variables parsing. | Nicolas "Pixel" Noble | |
2014-05-30 | Fixing BigInt::isPrime. | Nicolas "Pixel" Noble | |
2014-05-30 | Hardened Base64, making tomcrypt to properly generate secure random numbers ↵ | Nicolas "Pixel" Noble | |
under windows, and ditched tomcryptmath for tommath. | |||
2014-05-28 | Use Unicode under windows. | Nicolas "Pixel" Noble | |
2014-05-25 | Splitting libtommcrypt. | Nicolas "Pixel" Noble | |
2014-05-25 | Splitting libtommath. | Nicolas "Pixel" Noble | |
2014-05-25 | Splitting pthreads. | Nicolas "Pixel" Noble | |