log src/c/driver.c

age author description
2008-11-20 Adam Chlipala Profiling support
2008-11-20 Adam Chlipala Fix missing initial <html> after restarts
2008-11-08 Adam Chlipala Add help text for generated web servers
2008-11-08 Adam Chlipala Fix parsing of last input header
2008-11-08 Adam Chlipala Generated web servers use getopt()
2008-11-06 Adam Chlipala Cookies work across pages
2008-11-06 Adam Chlipala Cookie demo code; fix error message display
2008-11-06 Adam Chlipala Setting a cookie
2008-11-06 Adam Chlipala Avoid allocating strings for requestHeader
2008-11-06 Adam Chlipala Request header reading works
2008-10-24 Adam Chlipala Transactions seem to be working
2008-10-21 Adam Chlipala Remove printing of HTTP headers
2008-10-21 Adam Chlipala Fix a nasty driver bug, involving memory restarts and marked-up request strings
2008-09-11 Adam Chlipala More opportunities to use regions and lack of string copying
2008-09-07 Adam Chlipala Rename 'lw' prefixes to 'uw'
2008-09-02 Adam Chlipala Initializing database connection
2008-08-31 Adam Chlipala Laconic -> Ur
2008-07-29 Adam Chlipala Unurlifying a datatype; longjmp-based error signaling mechanism
2008-07-22 Adam Chlipala Fix GET parsing for inputs without =
2008-07-22 Adam Chlipala Simple forms work
2008-07-20 Adam Chlipala Form binding parameters threaded through
2008-07-19 Adam Chlipala Change driver to use Pthreads
2008-07-17 Adam Chlipala Dynamic arena allocation
2008-07-13 Adam Chlipala Serving pages
2008-07-13 Adam Chlipala Basic web server
2008-07-10 Adam Chlipala Writing HTML