* Grumpy's changelog * What's new in v0.12 [21 Oct 2008]: - Any text inserted into html code (when listing directories) is htmlized first (eg. ">" = ">"), - Big improvement of server's performances: data is transfered 20x faster (files are buffered into 1K chunks, instead of being sent byte per byte), - Added basic QoS support (bandwith limitation), - Each log line is written separately (avoiding to loose logs when connection is reseted), and each log is identified by the PID of the running Grumpy's instance, - Log overflow limit - any connection generating more than 100 lines of logs is aborted, - Added support for partial downloads (Ranges header), - Added virtual hosts support, - Directory listing is limited to 20'000 entries now (twice as before), - The sorting routine used for sorting files for the directory listing has been improved (about 15x faster for a 1K entries list), - When there's too much entries in a directory (more than 20'000), the directory listing displays a warning, - In directory listing mode, Grumpy displays how much times it took to generate the page.