Mercurial > urweb
log src/c/http.c
age | author | description |
---|---|---|
Wed, 25 Dec 2013 13:11:43 -0500 | Adam Chlipala | Tweaking handling of database transactions |
Mon, 23 Dec 2013 15:59:17 +0000 | Adam Chlipala | Proper handling of serialization failures during SQL COMMIT |
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:24:38 -0500 | Adam Chlipala | HTTP: avoid duplicate Content-length |
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 |
Wed, 11 Dec 2013 11:06:08 -0500 | Adam Chlipala | Add '-q' option to HTTP binaries |