Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-20 | Slightly better printf formats for 32 and 64 bits values. | Nicolas 'Pixel' Noble | |
2013-01-18 | Adding a sleep() paradigm to tasks. | Nicolas 'Pixel' Noble | |
2013-01-17 | Shutting off a few warnings. | Nicolas 'Pixel' Noble | |
2012-09-09 | Got LuaObjects working again, and in a quite better shape I would add. | Nicolas "Pixel" Noble | |
2012-09-02 | Fixing ZHandle, and adding a unit test for it. | Nicolas "Pixel" Noble | |
2012-09-01 | Unless reset, async events will continuously return true on gotSignal(). | Nicolas "Pixel" Noble | |
2012-09-01 | Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d' | Nicolas "Pixel" Noble | |
Conflicts: includes/LuaTask.h includes/TaskMan.h includes/Threads.h src/TaskMan.cc src/Threads.cc | |||
2012-09-01 | Adding async operations; first step towards tossing libeio out. | Nicolas "Pixel" Noble | |
2012-04-08 | Redifining yielding for operations a bit, making further refinements. | Pixel | |
2012-04-08 | Slightly more tests for the stackless task unit test. | Pixel | |
2012-04-08 | Slightly cleaner unit test. | Pixel | |
2012-04-08 | Adding a small unit test for Stackless tasks. | Pixel | |
2012-04-06 | This is not necessary anymore. | Pixel | |
2012-04-06 | Probably better to move this before even creating the action that might ↵ | Pixel | |
trigger it. | |||
2012-04-06 | Making use of SimpleMustache templates into the http test. | Pixel | |
2012-04-06 | Better way to write these... | Pixel | |
2012-04-06 | Making it simplier to register a task and wait for it. Also renamed ↵ | Pixel | |
createTask to registerTask, which makes way more sense. | |||
2012-04-06 | Improving a bit the way threaded task managers are being stopped. | Pixel | |
2012-04-06 | Improving a bit the http unit test. | Pixel | |
2012-04-03 | Reworking a bit the way the queues are working, and thus, the way the ↵ | Pixel | |
LuaTMainTask queue works. | |||
2012-04-02 | Fixing unit tests | Pixel | |
2012-02-28 | Adding a short test for the ZStreams. | Pixel | |
2012-02-28 | Having a slightly better approach for writing Http responses. | Nicolas "Pixel" Noble | |
2011-12-04 | Adding at least one TAssert into test-Threads, and fixing a typo. | Pixel | |
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel | |
-) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary. | |||
2011-11-21 | GeneralException() will now trace the callstack and store this, for ↵ | Pixel | |
debugging purposes. | |||
2011-11-18 | Starting to re-organize the HTTP code a bit. Sharing code between the server ↵ | Pixel | |
and a potential client makes sense. Also packing requests and responses into structures / classes is probably a good idea. | |||
2011-11-17 | HTTP server's first real test, alongside multiple taskmanager threads. | Pixel | |
I'm not really sure I fully like the way I'm designing this, but I guess it could be solved with an HTTP/HTML helper class around the Action class. However, the HTTP server awfully need reference counting, so it doesn't go away before all of the workers disappear, which means a bit of a redesign of the Listener template. | |||
2011-11-16 | Adding the Regex class. | Pixel | |
2011-11-16 | Kind of a big revamp of the TaskMan / Task model, in order to introduce a ↵ | Pixel | |
TaskScheduler. The idea is that we need to support multiple task managers from multiple threads. So that revamp means we now should be able to support that, except the TaskScheduler needs to implement a round robin system, to distribute tasks across multiple task managers. But at least, the fundamental redesign to permit this is here. | |||
2011-11-13 | Adding an opaque pointer to the generic Socket listener. | 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 | |
unit test. | |||
2011-11-10 | Fixing that heisenbug. Huh, yeah, it's usually better to use a real TLS ↵ | Pixel | |
instead of a dummy one... | |||
2011-11-09 | Adding 'Output' object | Pixel | |
2011-10-26 | Adding Lua. | Pixel | |
2011-10-18 | Fixing Darwin compilation: | Pixel | |
-) Using clang instead of gcc for the native target (*sigh*) -) Fixing libeio (*sigh*) -) "Fixing" the connect() call in Sockets because Darwin is stupid (*SIIIIIIIGH*) Although the Threads unit test isn't working properly. | |||
2011-10-18 | And so kids, this is why we have unit tests. | Pixel | |
2011-10-17 | Adding the Socket class, and a few tools that comes with it. | Pixel | |
2011-10-17 | Adding the Async event, and tweaking the others a bit. | Pixel | |
2011-10-17 | Removing the 'non-preemptible' madness before it could even be used. | Pixel | |
2011-10-17 | Redefined how the IO class works. The ref counting should now work properly. | Pixel | |
2011-10-17 | Forgot test-Threads.cc | Pixel | |
2011-10-14 | The tasks can now set themselves to be non-preemptible. Also implemented a ↵ | Pixel | |
mechanism to re-arm an event. | |||
2011-10-11 | Making the project compile with mingw32, on the same Makefile. No more ↵ | Pixel | |
separate Makefiles insanity. | |||
2011-10-11 | Input class seems to be done. | Pixel | |
2011-10-10 | Adding a few more features to Input, and actually creating a slightly better ↵ | Pixel | |
ClassName system, when using gcc and libstdc++. | |||
2011-10-10 | Adding the 'stats' call to Input. | Pixel | |
Also fixing a bug with the Printer - va_args are vicious. | |||
2011-10-10 | Adding the basic "Handle" structure, and adding an early version of Input. | Pixel | |
Renamed suspend() to yield(). Fixed a couple of bugs, and reorganized slightly some code. | |||
2011-10-09 | Starting to integrate libev; timer event works. | Pixel | |