sgt/agedu
2012-12-08 simonChange the magic number used to introduce a trie file... master
2012-12-07 simonStop passing "http" to getaddrinfo in the case when...
2012-12-07 simonProvide a fallback definition of HOST_NAME_MAX, in...
2012-10-29 simonFix a memory access bug in the trie construction. When...
2012-10-26 simonRename my internal macros STAT and LSTAT (defined to...
2012-09-19 simonAdd the -a, -h and -V options to the man page, which...
2012-05-03 simonMinor copy edit in agedu's man page, and also added...
2012-05-03 simonCheck the return value of ftruncate(), mostly to stop...
2012-03-04 simonRevamp the networking code in httpd.c to support IPv6...
2012-03-04 simonFix typo in TODO.
2012-02-20 simonI've just realised that there was a lurking gotcha...
2012-02-20 simonChris Walker reports that if you give a trailing slash...
2012-02-20 simonChris Walker reports a silly typo in HTML reporting...
2012-01-31 simonRevert one change from r8928 and instead apply the...
2011-07-26 simonSimplify mkauto.sh to use autoreconf -i, by putting...
2011-07-25 simonMinor markup fix.
2011-07-25 simonFix assertion failure in standalone --html mode, which...
2011-07-25 simonTODO update: include some notes on proper character...
2011-07-25 simonSuggestion from James Beal: support a '--title' option...
2011-07-25 simonDiscard the 'master' makefile, in favour of using Autom...
2011-04-13 simonEscape dots at the start of pathname components. (Mostl...
2011-04-09 simonSwitch all the HTML-based reporting modes (the internal...
2011-03-29 simon'configure' apparently doesn't bump the timestamp on...
2011-03-29 simonAdd another thought to the docs for --mtime.
2010-12-17 simonSlightly modified patch from James Beal: add --no-eof...
2010-11-17 simonWhen displaying sizes as a floating-point number (e...
2010-11-16 simonFiddle about with the configure script so it notices...
2010-09-01 simonOne-character patch from Jacob to fix a missing > in...
2010-04-25 simonMinor code cleanups suggested by NetBSD lint:
2010-02-25 simonMore TODO thoughts.
2010-02-24 simonTypo.
2010-02-23 simonTODO updates.
2010-02-23 simonIntroduce a --cgi mode, to make it easy to plumb agedu...
2010-02-22 simonI promised in the docs that the HTML output directory...
2010-02-22 simonMake the existing -d (depth) option apply to the -H...
2010-02-15 simonTypos.
2009-12-06 simonCorrections: put trailing slash on URL, and adjust...
2009-12-06 simonAbout time I wrote up the data structure used in agedu...
2009-12-06 simonCome clean about a false-positive scenario in agedu...
2009-11-17 simonFlexibly report sizes in Kb, Mb, Gb etc as appropriate...
2009-11-10 simonCheck for errors when writing the dump file to standard...
2009-10-16 simonFix a piece of embarrassingly untested pointer-twiddling.
2009-09-24 simonGreg Hewgill informs me that the problem another user...
2009-09-07 simonDebian bug #537127: if we're going to ifdef based on...
2009-08-25 simonOn second thoughts, rename that Windows binary to somet...
2009-08-25 simonAdd a somewhat unpolished Windows utility to generate...
2009-06-29 simonAdd the --files option, to list individual files in...
2009-06-22 simonFix a typo.
2009-06-17 simonAfter incrementing an unsigned char value, don't cast...
2009-06-04 simonOh, and update the man page.
2009-06-04 simonI had been wondering for a while whether the use of...
2009-05-29 simonArrange that the --html output mode delivers a sensible...
2009-02-03 simonHow have I managed to neglect until now to put all...
2009-02-03 simonAhem. Remove evidence of this makefile having been...
2008-11-28 simonInstead of using pure atimes, I think we should general...
2008-11-25 simonBe willing to follow a symlink if the user specifies...
2008-11-25 simonFix a segfault in the case where the entire recursive...
2008-11-22 simonYikes! Replace a + with a *. No wonder the file was...
2008-11-22 simonDon't rebase ib->currroot if it was NULL.
2008-11-21 simonThe magic-Linux-syscall branch of the #if in this modul...
2008-11-21 simonTrivial typo fixes.
2008-11-15 simonHandle another fiddly special case in HTML back-link...
2008-11-15 simonOops, found a rogue "struct stat64" which hadn't been...
2008-11-08 simonOptimisations in HTML generation: do not keep calling...
2008-11-08 simonMy WWW-Authenticate header should end with \r\n like...
2008-11-08 simonIf TIOCGWINSZ returns a window size of zero, treat...
2008-11-07 simonOops: when we re-mmap the file, don't forget to rebase...
2008-11-07 simonWith the new cut-down index, my previous upper-bound...
2008-11-07 simonTinker slightly with the interaction of progress report...
2008-11-06 simonindex.c, instead of storing a distinct tree root for...
2008-11-06 simonWhy on earth was I creating the data file with x permis...
2008-11-05 simonDon't forget to munmap everything we've mmapped in...
2008-11-05 simonAt Tom Womack's request, a trivial option to use mtimes...
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-05 simonMake #inclusion of <features.h> conditional on autoconf...
2008-11-04 simonExpand Id keyword in man page.
2008-11-03 simonBuild the HTML man page for my website, as part of...
2008-11-03 simonUse the configure output to select an lstat, and to...
2008-11-03 simonVarious polishing: man page tweaks, --version now does...
2008-11-03 simonSaying in the man page that I hadn't tested on a 64...
2008-11-03 simonFirst cut at a man page. Also, I've modified the online...
2008-11-02 simonFix obvious errors in the tarball generation.
2008-11-02 simonPreliminary autoconf framework. Entirely separate from...
2008-11-02 simonRename malloc.c to alloc.c, and my master Makefile...
2008-11-02 simonNew operation mode to remove the data file. Now you...
2008-11-02 simonTweak the options list a bit: change around some short...
2008-11-02 simonFix bonehead error in hex escape processing when loadin...
2008-11-02 simonInvent a cunning means of faking plausible atimes for...
2008-11-02 simonReposition r8253's change to avoid redundant index...
2008-11-02 simonNearly forgot: leave out individual files in the text...
2008-11-02 simonCentralise the program name into the main header file...
2008-11-02 simonProbably about time I had a central header file contain...
2008-11-02 simonTurn my disgusting readdir macros into a reasonably...
2008-11-01 simonAbout time I put a licence on this. MIT as usual, natur...
2008-11-01 simonReorder the plain text output so that the roots are...
2008-11-01 simonNow every action is encapsulated as a command-line...
2008-11-01 simonMinor tweaks: turn the "address:port/0" URL of the...
2008-11-01 simonFix the various issues centring around the anomaly...
next