Mercurial > urweb
log src/c/urweb.c
age | author | description |
---|---|---|
Tue, 03 Dec 2013 16:54:04 -0500 | Adam Chlipala | Increase precision for rendering floats to SQL |
Sun, 01 Dec 2013 16:28:02 -0500 | Adam Chlipala | Remove extra line break for onError |
Wed, 27 Nov 2013 15:28:55 -0500 | Adam Chlipala | Add Connection and Content-length headers to raw HTTP responses |
Thu, 10 Oct 2013 18:31:10 -0400 | Adam Chlipala | Remove uw_cutErrorLocation() hijinks |
Thu, 10 Oct 2013 14:48:43 -0400 | Adam Chlipala | Take proper account of signatures changing during page generation |
Fri, 13 Sep 2013 10:24:10 -0400 | Adam Chlipala | Tweak Sergey's patch to work with Postgres |
Fri, 13 Sep 2013 10:09:15 -0400 | Sergey Mironov | Add hex SQL syntax for blobs, such as X'0ABC12343'. Works with sqlite. |