Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-05-25 | Split iconv out. | Nicolas "Pixel" Noble | |
2014-05-25 | Splitting zlib out. | Nicolas "Pixel" Noble | |
2014-05-25 | Fixing bad code... | Nicolas "Pixel" Noble | |
2014-05-25 | Cleaning a few more warnings out. | Nicolas "Pixel" Noble | |
2014-05-25 | Splitting c-ares into its own project file. | Nicolas "Pixel" Noble | |
2014-05-25 | Removing wxWidgets from Balau's project file. | Nicolas "Pixel" Noble | |
2014-05-25 | Creating a Balau project file. | Nicolas "Pixel" Noble | |
2014-05-25 | Fixing EOL. | Nicolas "Pixel" Noble | |
2014-05-25 | Fixing a few warnings and errors. | Nicolas "Pixel" Noble | |
2014-05-25 | Fixing test. | Nicolas "Pixel" Noble | |
2014-05-25 | Upgrading LuaJIT | Nicolas "Pixel" Noble | |
2014-05-16 | Fixing compilation problem with well known all-caps symbols. | Nicolas Noble | |
2014-05-15 | Adding c-ares as a submodule. | Nicolas "Pixel" Noble | |
2014-03-12 | Fix compilation | Vincent Hamm | |