Mercurial > urweb
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 |