summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-04-04Removing libcoro.HEADmasterNicolas "Pixel" Noble
2014-08-11Win32's console to utf-8.Nicolas "Pixel" Noble
2014-08-11Turns out, sometime I have good ideas; the shared_ptr in that Future is here ↵Nicolas Noble
so that the memory won't move even if the Future itself does. Putting that back in.
2014-08-11Bugs fixing in Lua - we really can't afford to have destructors throwing ↵Nicolas Noble
exceptions, and also making sure we're using the proper types for Handles.
2014-08-11Better TaskMan destroy; let's proprely stop all events before closing the ↵Nicolas "Pixel" Noble
libev loop.
2014-08-11 Linux build fixes.Nicolas "Pixel" Noble
2014-08-10First pass at the SmartWriter.Nicolas "Pixel" Noble
2014-08-10Few more tweaks, and adding a bunch of accessors to LuaHandle.Nicolas "Pixel" Noble
2014-08-10Properly adding little and big endian versions of writes, plus a few other ↵Nicolas "Pixel" Noble
tweaks.
2014-08-10Introducing notion of filters.Nicolas "Pixel" Noble
2014-08-10Fixing iconv usage after changing over to win32-iconv.Nicolas "Pixel" Noble
2014-08-09Fixing even more warnings.Nicolas "Pixel" Noble
2014-08-08Finalizing cares integration.Nicolas Noble
2014-08-07Adding full c-ares support into Balau - untested.Nicolas "Pixel" Noble
2014-08-01Fixing error message.Nicolas "Pixel" Noble
2014-08-01Fixing HTTP server's cooking handling.Nicolas "Pixel" Noble
2014-06-27Fixing PercentDecode.Nicolas "Pixel" Noble
2014-06-25Fixing tokenize.Nicolas "Pixel" Noble
2014-06-21Minor fixes to BWebSocket.ccNicolas "Pixel" Noble
2014-06-20Better hashes implementation.Nicolas "Pixel" Noble
2014-06-20Moving tokenize, percentEncode and percentDecode around. Fixing a few ↵Nicolas "Pixel" Noble
warnings. Workarounding c-ares and pthreads compilation issue with unicode.
2014-06-20Improving CurlTask a bit.Nicolas "Pixel" Noble
2014-06-19Using c-ares in libcurl.Nicolas "Pixel" Noble
2014-06-19Finishing up basic curl integration and adding a basic DownloadTask.Nicolas "Pixel" Noble
2014-06-19More work on integrating cURL in Balau.Nicolas "Pixel" Noble
2014-06-18Adding a bit more curl code.Nicolas "Pixel" Noble
2014-06-18Fixing mixup with the curl event bitmasks, and fixing curl's ulock code.Nicolas "Pixel" Noble
2014-06-18Adding 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-18Starting to integrate cURL into Balau.Nicolas "Pixel" Noble
2014-06-07Fixing DEBUG vs _DEBUG #defines.Nicolas "Pixel" Noble
2014-06-03Implementing MMap for Linux, and fixing a few details.Nicolas "Pixel" Noble
2014-06-03Added MMap Handle object.Nicolas "Pixel" Noble
2014-06-02Fix 64bit seekVincent Hamm
Set result to -1 when seek fails
2014-06-03Removing tabs.Nicolas "Pixel" Noble
2014-06-01Fixing WSAECONNABORTED error, adding cookies support, fixing variables parsing.Nicolas "Pixel" Noble
2014-05-30Fixing BigInt::isPrime.Nicolas "Pixel" Noble
2014-05-30Hardened Base64, making tomcrypt to properly generate secure random numbers ↵Nicolas "Pixel" Noble
under windows, and ditched tomcryptmath for tommath.
2014-05-28Use Unicode under windows.Nicolas "Pixel" Noble
2014-05-25Cleaning a few more warnings out.Nicolas "Pixel" Noble
2014-05-25Creating a Balau project file.Nicolas "Pixel" Noble
2014-05-25Fixing a few warnings and errors.Nicolas "Pixel" Noble
2014-03-13Reading 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-15Potentially avoiding double insert of yielded tasks.Nicolas "Pixel" Noble
2014-02-15Fixing rare bug mixup with the yielded list when a task went to sleep ↵Nicolas "Pixel" Noble
immediately after yielding.
2014-01-09Adding some debugging strings.Nicolas "Pixel" Noble
2014-01-07Implementing Output's write.Nicolas "Pixel" Noble
2014-01-04Removing "big endian" 8-bits reads, and updating libev to fix win32 deadlock.Nicolas "Pixel" Noble
2014-01-03Few harmless tweaks to debug logging.Nicolas "Pixel" Noble
2014-01-02Adding the ability for Printer to override globals.Nicolas "Pixel" Noble
2013-12-27Letting the user's choice on how to call Balau's main.Nicolas "Pixel" Noble