Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-02 | Using SimpleContext in SimpleMustache's setTemplate, as it reads from a ↵ | Nicolas "Pixel" Noble | |
Handle using readU8. We'll switch readU8 to use a Future. | |||
2013-01-18 | Adding a sleep() paradigm to tasks. | Nicolas 'Pixel' Noble | |
2012-09-01 | Unless reset, async events will continuously return true on gotSignal(). | Nicolas "Pixel" Noble | |
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-02-28 | Having a slightly better approach for writing Http responses. | Nicolas "Pixel" Noble | |
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. |