log src/c/driver.c

age author description
Thu, 16 Apr 2009 14:35:01 -0400 Adam Chlipala POST support
Sun, 05 Apr 2009 16:17:32 -0400 Adam Chlipala Fixing some regressions and other bugs
Sun, 05 Apr 2009 12:05:19 -0400 Adam Chlipala Initialize contexts a little more vigorously
Sun, 05 Apr 2009 11:24:55 -0400 Adam Chlipala RoundTrip demo
Thu, 02 Apr 2009 11:42:26 -0400 Adam Chlipala On start-up, delete/nullify rows mentioning clients or channels
Sun, 29 Mar 2009 13:30:01 -0400 Adam Chlipala Expunging non-nullable rows
Sun, 29 Mar 2009 11:37:29 -0400 Adam Chlipala Redo channels, making them single-client
Tue, 24 Mar 2009 14:44:45 -0400 Adam Chlipala Transactionalize channel operations
Sun, 22 Mar 2009 15:05:07 -0400 Adam Chlipala First message send delivered, but not interpreted
Thu, 19 Mar 2009 16:34:13 -0400 Adam Chlipala Dummy message delivery to clients
Sat, 20 Dec 2008 16:19:26 -0500 Adam Chlipala Successfully generated a page element from a signal
Fri, 19 Dec 2008 09:35:44 -0500 Adam Chlipala Add initial C support for reactive
Sun, 07 Dec 2008 11:19:13 -0500 Adam Chlipala Treat user-provided error messages as XML
Sun, 23 Nov 2008 11:47:28 -0500 Adam Chlipala Ignore SIGPIPE
Thu, 20 Nov 2008 12:16:30 -0500 Adam Chlipala Profiling support
Thu, 20 Nov 2008 10:44:28 -0500 Adam Chlipala Fix missing initial <html> after restarts
Sat, 08 Nov 2008 12:24:23 -0500 Adam Chlipala Add help text for generated web servers
Sat, 08 Nov 2008 10:58:59 -0500 Adam Chlipala Fix parsing of last input header
Sat, 08 Nov 2008 09:55:36 -0500 Adam Chlipala Generated web servers use getopt()
Thu, 06 Nov 2008 14:03:50 -0500 Adam Chlipala Cookies work across pages
Thu, 06 Nov 2008 12:22:50 -0500 Adam Chlipala Cookie demo code; fix error message display
Thu, 06 Nov 2008 11:29:16 -0500 Adam Chlipala Setting a cookie
Thu, 06 Nov 2008 10:04:03 -0500 Adam Chlipala Avoid allocating strings for requestHeader
Thu, 06 Nov 2008 09:47:16 -0500 Adam Chlipala Request header reading works
Fri, 24 Oct 2008 16:47:18 -0400 Adam Chlipala Transactions seem to be working
Tue, 21 Oct 2008 13:56:38 -0400 Adam Chlipala Remove printing of HTTP headers
Tue, 21 Oct 2008 13:54:48 -0400 Adam Chlipala Fix a nasty driver bug, involving memory restarts and marked-up request strings
Thu, 11 Sep 2008 13:06:51 -0400 Adam Chlipala More opportunities to use regions and lack of string copying
Sun, 07 Sep 2008 15:40:42 -0400 Adam Chlipala Rename 'lw' prefixes to 'uw'
Tue, 02 Sep 2008 11:57:25 -0400 Adam Chlipala Initializing database connection
Sun, 31 Aug 2008 08:32:18 -0400 Adam Chlipala Laconic -> Ur
Tue, 29 Jul 2008 15:25:42 -0400 Adam Chlipala Unurlifying a datatype; longjmp-based error signaling mechanism
Tue, 22 Jul 2008 15:22:34 -0400 Adam Chlipala Fix GET parsing for inputs without =
Tue, 22 Jul 2008 15:12:20 -0400 Adam Chlipala Simple forms work
Sun, 20 Jul 2008 10:11:16 -0400 Adam Chlipala Form binding parameters threaded through
Sat, 19 Jul 2008 18:56:57 -0400 Adam Chlipala Change driver to use Pthreads
Thu, 17 Jul 2008 14:18:57 -0400 Adam Chlipala Dynamic arena allocation
Sun, 13 Jul 2008 15:44:00 -0400 Adam Chlipala Serving pages
Sun, 13 Jul 2008 13:38:23 -0400 Adam Chlipala Basic web server
Thu, 10 Jul 2008 14:02:54 -0400 Adam Chlipala Writing HTML