Mercurial > urweb
log src/c/http.c
age | author | description |
---|---|---|
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 |