Age | Commit message (Expand) | Author |
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 |
2013-12-26 | Removing duplicated sha1 code. | Nicolas "Pixel" Noble |
2013-12-25 | Making the necessary changes to get libtommath, libtomcrypt and BigInt to com... | Nicolas "Pixel" Noble |
2013-12-25 | Adding HttpActionStatic. | Nicolas "Pixel" Noble |
2013-12-25 | Adding jsoncpp to the build. | Nicolas "Pixel" Noble |
2013-12-23 | Adding latest files to the Makefile. | Nicolas "Pixel" Noble |
2013-08-12 | Adding LuaBigInt and a few more things. | Nicolas "Pixel" Noble |
2013-08-11 | Adding BigInts, based off libtomcrypto / libtommath. | Nicolas "Pixel" Noble |
2013-08-09 | Removing lcrypt's Makefile. | Nicolas Noble |
2013-08-09 | Cleaning lcrypt a bit. | Nicolas "Pixel" Noble |
2013-08-08 | Adding libtommath, libtomcrypt and lcrypt, mainly for the bignum support. | Nicolas "Pixel" Noble |
2013-08-07 | Adding skeleton LuaHandle. | Nicolas "Pixel" Noble |
2013-08-02 | Lua's dumpvars is now properly yielding if needed. | Nicolas Noble |
2013-07-30 | Taking advantage of the new debugging facilities. | Nicolas Noble |
2013-07-16 | Adding StdIO classes. | Nicolas Noble |
2013-07-16 | Split the Socket class into Selectable, in order to let it work with other no... | Nicolas Noble |
2013-07-15 | Avoiding useless link phases. | Nicolas Noble |
2013-07-15 | Simplifying Makefile into common.mk for general purpose code. | Nicolas Noble |
2013-07-15 | Swiching build to 64 bits, and improving Makefile to switch from gcc to clang... | Nicolas Noble |
2013-07-14 | Cleaning up cruft. | Nicolas "Pixel" Noble |
2013-01-20 | Tentatively adding vsscanf to win32 compilation. Untested tho. | Nicolas 'Pixel' Noble |
2013-01-20 | Making 32 bits compilation optional. | Nicolas 'Pixel' Noble |
2013-01-20 | Let's embrace C++11 fully - will now require gcc-4.7 or clang-3.x | Nicolas 'Pixel' Noble |
2013-01-20 | Now that libeio is out, we can work again with 64 bits file operations. | Nicolas 'Pixel' Noble |
2013-01-16 | exit -1 in bash is, in fact, not allowed. | Nicolas "Pixel" Noble |
2012-09-01 | Effectively tossing libeio away. | Nicolas "Pixel" Noble |
2012-09-01 | Adding async operations; first step towards tossing libeio out. | Nicolas "Pixel" Noble |
2012-04-01 | Creating first pass on LuaTasks. | Pixel |
2012-02-28 | Making clang happy... | Pixel |
2012-02-28 | Adding a short test for the ZStreams. | Pixel |
2012-02-28 | There goes C++11... | Nicolas "Pixel" Noble |
2011-12-12 | Adding ZHandle class. It needs a unit test though. | Pixel |
2011-12-08 | Moving the HTTP status messages out of the HTTP server, and into its own file... | Pixel |
2011-12-04 | Making sure that if a test fails, the 'make' command stops | Pixel |
2011-11-25 | Adding a simple 'Mustache' template processor in C++. | Pixel |
2011-11-23 | Making sure that the mingw32 target isn't too broken (it is, but that's a ste... | Pixel |
2011-11-21 | GeneralException() will now trace the callstack and store this, for debugging... | Pixel |
2011-11-18 | Making the debug build to increase libev's debugness too. | Pixel |
2011-11-17 | HTTP server's first real test, alongside multiple taskmanager threads. | Pixel |
2011-11-16 | Adding the Regex class. | Pixel |
2011-11-13 | Adding the skeleton of an HTTP server; still work in progress though: it stil... | Pixel |
2011-11-13 | Adding buffered streams; mainly for string parsing. | Pixel |
2011-11-12 | Adding seekable buffers. Probably would need a few more tests in the Handles ... | Pixel |
2011-11-09 | Darwin's ar is retarded. Workarounding. | Pixel |
2011-11-09 | Adding 'Output' object | Pixel |
2011-10-27 | Fixing a few oddities, and having the 'clean' target cleaning LuaJIT as well. | Pixel |
2011-10-26 | Adding Lua. | Pixel |
2011-10-18 | libcoro seems to be doing really spurious things when not using the standard ... | Pixel |
2011-10-18 | Fixing Darwin compilation: | Pixel |