summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
2014-08-11We really shouldn't throw exceptions during destructors...Nicolas Noble
2014-08-11Bugs fixing in Lua - we really can't afford to have destructors throwing exce...Nicolas Noble
2014-08-11Better TaskMan destroy; let's proprely stop all events before closing the lib...Nicolas "Pixel" Noble
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 tw...Nicolas "Pixel" Noble
2014-08-10Introducing notion of filters.Nicolas "Pixel" Noble
2014-08-10Forgot to commit vcxproj changes earlier when nuking iconv.Nicolas "Pixel" Noble
2014-08-10Fixing iconv usage after changing over to win32-iconv.Nicolas "Pixel" Noble
2014-08-09Replacing GPLed iconv with a public domain one.Nicolas "Pixel" Noble
2014-08-09Fixing even more warnings.Nicolas "Pixel" Noble
2014-08-08Fixing a few warnings and issues.Nicolas "Pixel" Noble
2014-08-08Finalizing cares integration.Nicolas Noble
2014-08-08Fixing Linux build.Nicolas "Pixel" Noble
2014-08-07Adding full c-ares support into Balau - untested.Nicolas "Pixel" Noble
2014-08-01Fixing error message.Nicolas "Pixel" Noble
2014-08-01gcc is getting too buggy lately. Let's switch to clang...Nicolas "Pixel" Noble
2014-08-01Fixing HTTP server's cooking handling.Nicolas "Pixel" Noble
2014-07-31And the award of stupid error messages goes to Microsoft Visual Studio. Defin...Nicolas "Pixel" Noble
2014-07-31Seems that MSVC is also mangling symbols. Moving externs up.Nicolas "Pixel" Noble
2014-07-31Merge branch 'master' of /pub/repo.git/BalauNicolas "Pixel" Noble
2014-07-31Fixing stupid typo.Nicolas "Pixel" Noble
2014-07-31Adding getopt to Balau for win32.Nicolas "Pixel" Noble
2014-07-31Forgot to actually add all of these new files for the new regex code.Nicolas "Pixel" Noble
2014-07-31Changing the regex library for one that isn't GPL.Nicolas "Pixel" Noble
2014-07-28Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/BalauNicolas "Pixel" Noble
2014-07-28Fixing libCurl build directory.Nicolas "Pixel" Noble
2014-06-27Fixing PercentDecode.Nicolas "Pixel" Noble
2014-06-25Fixing tokenize.Nicolas "Pixel" Noble
2014-06-24Adding a few string conversion accessors.Nicolas "Pixel" Noble
2014-06-22Fixing Linux build.Nicolas "Pixel" Noble
2014-06-21Minor fixes to BWebSocket.ccNicolas "Pixel" Noble
2014-06-21Optimizing cypher's process.Nicolas "Pixel" Noble
2014-06-21More cleanup and adding cyphers.Nicolas "Pixel" Noble
2014-06-21Reorganizing code a bit.Nicolas "Pixel" Noble
2014-06-21Fixing line endings.Nicolas "Pixel" Noble
2014-06-20Better hashes implementation.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-20Forgot to initialize our TLS factory.Nicolas "Pixel" Noble
2014-06-20Adding a TLSFactory system.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-19Don't throw an exception if a debugger is present.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