Mercurial > urweb
log
age | author | description |
---|---|---|
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:31:34 -0500 | Adam Chlipala | Only output Content-script-type header when there is client-side code |
Thu, 12 Dec 2013 10:24:38 -0500 | Adam Chlipala | HTTP: avoid duplicate Content-length |
Wed, 11 Dec 2013 18:54:42 -0500 | Adam Chlipala | RAND_bytes isn't thread-safe, so wrap it with a lock |