Mercurial > urweb
log
age | author | description |
---|---|---|
Sat, 20 Sep 2014 13:55:25 -0400 | Adam Chlipala | Default to parsing time strings with the application-configured format |
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 |
Sun, 24 Aug 2014 11:56:41 +0400 | Sergey Mironov | Check realloc's return code to prevent segfault on out of memory condition (Part 2) |
Thu, 04 Sep 2014 08:40:14 -0400 | Adam Chlipala | In computing command lines, put filenames inside of quotes, to support spaces and other funky characters nicely |
Sat, 30 Aug 2014 08:48:41 -0400 | Adam Chlipala | Return to working version mode |