Change the magic number used to introduce a trie file, so that instead
[sgt/agedu] / html.c
2012-02-20 simonI've just realised that there was a lurking gotcha...
2012-02-20 simonChris Walker reports a silly typo in HTML reporting...
2011-07-25 simonFix assertion failure in standalone --html mode, which...
2011-07-25 simonSuggestion from James Beal: support a '--title' option...
2011-04-13 simonEscape dots at the start of pathname components. (Mostl...
2011-04-09 simonSwitch all the HTML-based reporting modes (the internal...
2010-11-17 simonWhen displaying sizes as a floating-point number (e...
2010-09-01 simonOne-character patch from Jacob to fix a missing > in...
2010-02-22 simonMake the existing -d (depth) option apply to the -H...
2009-11-17 simonFlexibly report sizes in Kb, Mb, Gb etc as appropriate...
2009-06-29 simonAdd the --files option, to list individual files in...
2009-02-03 simonHow have I managed to neglect until now to put all...
2008-11-15 simonHandle another fiddly special case in HTML back-link...
2008-11-08 simonOptimisations in HTML generation: do not keep calling...
2008-11-05 simonPortability enhancements to make better use of autoconf...
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-02 simonProbably about time I had a central header file contain...
2008-11-01 simonMinor tweaks: turn the "address:port/0" URL of the...
2008-11-01 simonFix the various issues centring around the anomaly...
2008-11-01 simonFix gormlessness in html.c introduced in r8241.
2008-11-01 simon--scan-dump and --load options, for moving dump files...
2008-11-01 simonPrepare to have a parametrisable path separator charact...
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 simonProtect against division by zero when handling director...
2008-10-29 simonInitial commit of a basically working but severely...