Mercurial > urweb
log src/cjr_print.sml
age | author | description |
---|---|---|
Tue, 17 Dec 2013 20:12:33 -0500 | Adam Chlipala | Fix compilation of apps that don't use database; fix HTTP pipelining |
Thu, 12 Dec 2013 17:42:48 -0500 | Adam Chlipala | Start SQL transactions as read-only when possible, based on conservative program analysis |
Thu, 12 Dec 2013 10:31:34 -0500 | Adam Chlipala | Only output Content-script-type header when there is client-side code |
Wed, 11 Dec 2013 18:22:10 -0500 | Adam Chlipala | Change handling of returned text blobs, to activate the normal EWrite optimizations |
Wed, 11 Dec 2013 14:57:54 -0500 | Adam Chlipala | Fix regression in http.c for long-polling connections; add lazy initialization of database connections, to avoid the overhead in handlers that don't use SQL |
Thu, 10 Oct 2013 18:31:10 -0400 | Adam Chlipala | Remove uw_cutErrorLocation() hijinks |