log src/c/http.c

age author description
Thu, 20 Aug 2015 15:11:40 -0400 Adam Chlipala Beautify '-h' output for web servers
Sun, 16 Nov 2014 13:39:18 -0500 Adam Chlipala uw_remoteSock()
Tue, 02 Sep 2014 17:42:10 +0000 Sergey Mironov Introduce recv timeout controlled by '-T' option in http.c
Tue, 02 Sep 2014 17:37:22 +0000 Sergey Mironov Check realloc's return code to prevent segfault on out of memory condition (Part 3)
Tue, 02 Sep 2014 17:36:14 +0000 Sergey Mironov Replace common "if(!quiet) printf(...)" pattern with a macro
Wed, 26 Feb 2014 08:21:52 +0000 Sergey Mironov Define uw_loggers structure, allow FFI code to access it
Mon, 30 Dec 2013 11:01:42 -0500 Adam Chlipala HTTP: continue after accept() failure
Sat, 28 Dec 2013 06:30:21 -0500 Adam Chlipala How embarrassing; didn't try compiling before committing
Sat, 28 Dec 2013 06:27:08 -0500 Adam Chlipala Make HTTP keepalive switch between available connections to improve throughput
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