Change the magic number used to introduce a trie file, so that instead
[sgt/agedu] / agedu.c
2012-12-08 simonChange the magic number used to introduce a trie file... master
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-01-31 simonRevert one change from r8928 and instead apply the...
2011-07-25 simonSuggestion from James Beal: support a '--title' option...
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-24 simonTypo.
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...
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-06-29 simonAdd the --files option, to list individual files in...
2009-05-29 simonArrange that the --html output mode delivers a sensible...
2008-11-28 simonInstead of using pure atimes, I think we should general...
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 simonPortability enhancements to make better use of autoconf...
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 simonFirst cut at a man page. Also, I've modified the online...
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-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 simonFix the various issues centring around the anomaly...
2008-11-01 simon--scan-dump and --load options, for moving dump files...
2008-11-01 simonChange the index file format to explicitly indicate...
2008-11-01 simonPrepare to have a parametrisable path separator charact...
2008-11-01 simonMore HTTP server configuration: allow user-chosen addre...
2008-11-01 simonConfigurable age range represented by the colour coding...
2008-11-01 simonFilter literally-zero-size directories out of the displ...
2008-11-01 simonAdd --prune as an alternative to --exclude, the differe...
2008-11-01 simonFold some brief and inadequate online help into the...
2008-11-01 simonCentralise command-line option definitions, using disgu...
2008-10-31 simonStop having a default action mode. All actions now...
2008-10-30 simonAdditional options to control the disk scanning: wildca...
2008-10-30 simonTidy up the reporting of the disk scan progress on...
2008-10-30 simonIntroduce something more like an actual framework for...
2008-10-29 simonInitial commit of a basically working but severely...