Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-03-13 | Reading is no longer little endian by default. It's now having explicit ↵ | Nicolas "Pixel" Noble | |
little endian accessors, and a mode flag that can be toggled. | |||
2014-02-15 | Potentially avoiding double insert of yielded tasks. | Nicolas "Pixel" Noble | |
2014-02-15 | Fixing rare bug mixup with the yielded list when a task went to sleep ↵ | Nicolas "Pixel" Noble | |
immediately after yielding. | |||
2014-01-09 | Adding some debugging strings. | Nicolas "Pixel" Noble | |
2014-01-07 | Implementing Output's write. | Nicolas "Pixel" Noble | |
2014-01-04 | Removing "big endian" 8-bits reads, and updating libev to fix win32 deadlock. | Nicolas "Pixel" Noble | |
2014-01-03 | Few harmless tweaks to debug logging. | Nicolas "Pixel" Noble | |
2014-01-02 | Adding the ability for Printer to override globals. | Nicolas "Pixel" Noble | |