log src/c/driver.c

age author description
2009-05-13 Adam Chlipala Stop potential buffer overrun of path_copy
2009-04-26 Adam Chlipala Reading blobs from the database
2009-04-26 Adam Chlipala Returning a blob as page result
2009-04-25 Adam Chlipala Add MIME type to file
2009-04-25 Adam Chlipala Only allow single-file upload per control
2009-04-25 Adam Chlipala Initial support for blobs and upload
2009-04-16 Adam Chlipala Cookie signing working for forms
2009-04-16 Adam Chlipala POST support
2009-04-05 Adam Chlipala Fixing some regressions and other bugs
2009-04-05 Adam Chlipala Initialize contexts a little more vigorously
2009-04-05 Adam Chlipala RoundTrip demo
2009-04-02 Adam Chlipala On start-up, delete/nullify rows mentioning clients or channels
2009-03-29 Adam Chlipala Expunging non-nullable rows
2009-03-29 Adam Chlipala Redo channels, making them single-client
2009-03-24 Adam Chlipala Transactionalize channel operations
2009-03-22 Adam Chlipala First message send delivered, but not interpreted
2009-03-19 Adam Chlipala Dummy message delivery to clients
2008-12-20 Adam Chlipala Successfully generated a page element from a signal
2008-12-19 Adam Chlipala Add initial C support for reactive
2008-12-07 Adam Chlipala Treat user-provided error messages as XML
2008-11-23 Adam Chlipala Ignore SIGPIPE
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