Sat, 30 Aug 2008 19:13:15 +0300 Tero Marttila autogenerate the memcache_test help output, and pipeline memcache requests default tip
Fri, 29 Aug 2008 23:31:17 +0300 Tero Marttila fix doc tpyos, rename some enums, fix printf format len for non-zero terminated strings (hg status), pass args to memcache_cmd_format_header via memcache_req_*, handle zero-length STORE requests, memcache_req is_buf_ours + free, other function name typos (keymemcache_req_key), fix req state behaviour re *_DATA_* for STORE requests and FETCH/END, better memcache_server connpool events/management, modular memcache_test with a working benchmark. This is a long commit message.
Thu, 28 Aug 2008 03:14:07 +0300 Tero Marttila add the coro_test.c file, and update .hgignore a bit
Thu, 28 Aug 2008 03:12:11 +0300 Tero Marttila bugfixed, enum->string mappings, test does requests
Thu, 28 Aug 2008 01:42:28 +0300 Tero Marttila documentation tweaks, add req_abort function prototype
Thu, 28 Aug 2008 01:34:14 +0300 Tero Marttila stub functions and documentation
Thu, 28 Aug 2008 00:29:39 +0300 Tero Marttila the request/reply code should be complete now, but still needs testing
Wed, 27 Aug 2008 22:42:27 +0300 Tero Marttila more reply-receiving code, but still incomplete
Wed, 27 Aug 2008 21:30:32 +0300 Tero Marttila sending requests, and partial support for receiving -- incomplete, not tested
Wed, 27 Aug 2008 10:13:38 +0300 Tero Marttila *queuing, and add missing file
Wed, 27 Aug 2008 10:11:44 +0300 Tero Marttila memcache connect error handling and req queuein
Tue, 26 Aug 2008 01:30:53 +0300 Tero Marttila added the beginnings of the memcache client module (only up to connect() yet)
Sat, 09 Aug 2008 20:11:59 +0300 Tero Marttila read/pull support
Sat, 09 Aug 2008 14:42:59 +0300 Tero Marttila rename/clean up states slightly and add lots of documentation
Sat, 09 Aug 2008 01:00:35 +0300 Tero Marttila add missing cache_test.c file :)
Sat, 09 Aug 2008 01:00:18 +0300 Tero Marttila update cache.h to reflect changes, empty cache entries are illegal, and unknown-size is returned as 0
Sat, 09 Aug 2008 00:59:01 +0300 Tero Marttila working write cycle support
Fri, 08 Aug 2008 00:20:20 +0300 Tero Marttila remove unnecessary files and fix compilation of the half-completed 'done' action
Fri, 08 Aug 2008 00:15:29 +0300 Tero Marttila req/write/push implemented
Thu, 07 Aug 2008 20:28:06 +0300 terom my hg working dir managed to break itself somehow... my attempt to fix that, and add some cache code :)
Mon, 07 Jul 2008 22:31:07 +0300 Tero Marttila add some comments, prune some code, fix some (of the) bugs
Mon, 07 Jul 2008 21:32:38 +0300 Tero Marttila strip down the scriptaculous javascript code to a bare minimum, and rewrite tiles.js as tiles2.js - uses Classes, so the code is a lot neater. Still a couple bugs to work out, but mostly works
Mon, 07 Jul 2008 04:36:03 +0300 Tero Marttila support for static files (.css, .html, .js), and tiles - serves up a full viewer at / now, but the JS code needs cleaning up
Sun, 06 Jul 2008 23:33:24 +0300 Tero Marttila support for PF_LOCAL, it works, but needs some more testing/cleanup old code
Thu, 26 Jun 2008 03:31:59 +0300 Tero Marttila replace printf -> INFO
Thu, 26 Jun 2008 02:57:20 +0300 Tero Marttila render_thread works now
Thu, 26 Jun 2008 01:32:56 +0300 Tero Marttila new render_threads module, make node_main use it, compiles, not yet tested
Tue, 17 Jun 2008 19:08:05 +0300 Tero Marttila add img_{left,right,top,bottom} and img_{x,y}_step to struct render and change render_mandelbrot/slices to use them
Tue, 17 Jun 2008 18:15:43 +0300 Tero Marttila fix memory alloc/free bugs, and one in render_threads where the last row was left out
Tue, 17 Jun 2008 18:05:08 +0300 Tero Marttila write a DEBUG macro and change the render_threads stuff to use it. Shuffle the mutexes in render_threads around again to fix yet another bug... seems to work, but meh
Tue, 17 Jun 2008 16:39:55 +0300 Tero Marttila a working threaded sliced render, plus modifications to other modules to use this in web_main
Mon, 09 Jun 2008 18:58:39 +0300 Tero Marttila render_multi uses render_slices now, and seems to work
Mon, 09 Jun 2008 03:15:34 +0300 Tero Marttila a half-working render_slices. Render_multi is currently semantically broken/buggy, but it's time to go to sleep
Sun, 08 Jun 2008 23:10:36 +0300 Tero Marttila render_multi works a bit more efficiently now
Sun, 08 Jun 2008 21:03:23 +0300 Tero Marttila added a rawio interface to render_remote, this broke render_multi.c but it needs a rewrite now anyways
Sat, 07 Jun 2008 05:18:06 +0300 Tero Marttila added lib/libevent-terom-r848.diff
Sat, 07 Jun 2008 05:05:18 +0300 Tero Marttila * fix some (of the) stupid things in Makefile
Fri, 06 Jun 2008 23:37:45 +0300 Tero Marttila * rename files, render_file -> file_main, render_node -> node_main, mandelbrot -> render_mandelbrot
Fri, 06 Jun 2008 18:35:46 +0300 Tero Marttila * massive structural rewrite. Split off code into several new modules (render, render_png, render_local) and updated new modules to use them.
Fri, 06 Jun 2008 16:05:26 +0300 Tero Marttila separate http query argument parsing into a new http module, and clean up unused headers from web_main.c
Fri, 06 Jun 2008 03:24:55 +0300 Tero Marttila two new modules, remote_node and remote_pool
Fri, 06 Jun 2008 03:24:22 +0300 Tero Marttila * fix Makefile to build in a (more) sensible way (still not really perfect)
Thu, 05 Jun 2008 23:04:28 +0300 Tero Marttila documentation bugs
Thu, 05 Jun 2008 22:53:47 +0300 Tero Marttila flow control for web_main.c
Sun, 01 Jun 2008 05:41:41 +0300 Tero Marttila remove a misplaced argument from render_remote.h (it still compiled and worked fine\!?)
Sun, 01 Jun 2008 05:03:53 +0300 Tero Marttila updated code to use libevent svn (with custom modifications, need to create a git repo for that)
Sun, 01 Jun 2008 01:48:09 +0300 Tero Marttila working chunked-streaming of remote-rendered mandelbrots in web_main, next step will be flow control. Remote rendering doesn't compile in render_node.
Sat, 31 May 2008 19:35:21 +0300 Tero Marttila working web_main that uses render_remote
Sat, 31 May 2008 02:22:27 +0300 Tero Marttila partial commit of new render module, render_file should work, web_main doesn't
Fri, 30 May 2008 14:24:23 +0300 Tero Marttila initial code, render_file(local+remote), render_node, web_main(local)