common.c
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 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 16:39:55 +0300 Tero Marttila a working threaded sliced render, plus modifications to other modules to use this in web_main
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 03:24:22 +0300 Tero Marttila * fix Makefile to build in a (more) sensible way (still not really perfect)
Sat, 31 May 2008 19:35:21 +0300 Tero Marttila working web_main that uses render_remote
Fri, 30 May 2008 14:24:23 +0300 Tero Marttila initial code, render_file(local+remote), render_node, web_main(local)