Change the magic number used to introduce a trie file, so that instead
[sgt/agedu] / httpd.c
2012-12-07 simonStop passing "http" to getaddrinfo in the case when...
2012-03-04 simonRevamp the networking code in httpd.c to support IPv6...
2011-04-09 simonSwitch all the HTML-based reporting modes (the internal...
2010-12-17 simonSlightly modified patch from James Beal: add --no-eof...
2010-04-25 simonMinor code cleanups suggested by NetBSD lint:
2010-02-22 simonMake the existing -d (depth) option apply to the -H...
2009-09-24 simonGreg Hewgill informs me that the problem another user...
2009-06-04 simonI had been wondering for a while whether the use of...
2008-11-08 simonMy WWW-Authenticate header should end with \r\n like...
2008-11-06 simonindex.c, instead of storing a distinct tree root for...
2008-11-05 simonAdjust the default listening address selection for...
2008-11-05 simonPortability enhancements to make better use of autoconf...
2008-11-05 simonIf we're in HTTP Basic authentication mode, it's vital...
2008-11-02 simonRename malloc.c to alloc.c, and my master Makefile...
2008-11-02 simonCentralise the program name into the main header file...
2008-11-01 simonMinor tweaks: turn the "address:port/0" URL of the...
2008-11-01 simonMore HTTP server configuration: allow user-chosen addre...
2008-11-01 simonConfigurable age range represented by the colour coding...
2008-10-30 simonIntroduce something more like an actual framework for...
2008-10-29 simonInitial commit of a basically working but severely...