gogopherd.git
2019-04-10 Urban Wallasch* Added connection accept rate throttling and worker...
2019-04-10 Urban Wallasch* Discern temporary network errors and don't treat...
2019-04-10 Urban Wallasch* Renamed -l command line flag to -D.
2019-04-10 Urban Wallasch* Added option to send logging output to file.
2019-04-08 Urban Wallasch* Improved tracing and logging, so check and checkFatal...
2019-04-08 Urban Wallasch* Use the non-generic TCP versions of listen and accept.
2019-04-08 Urban Wallasch* Added connection read/write timeout option; default...
2019-04-07 Urban Wallasch* Use (file)path.Join, and (file)path.IsAbs where reaso...
2019-04-07 Urban Wallasch* Replaced old exit strategy by waiting for SIGINT...
2019-04-07 Urban Wallasch* Version bump v0.3. v0.3
2019-04-07 Urban Wallasch* Removed unnecessary string concatenations in Print...
2019-04-07 Urban Wallasch* Updated sample configuration file and README.md.
2019-04-07 Urban Wallasch* Added options to specify header and footer files...
2019-04-06 Urban Wallasch* Added a sorry excuse for a configuration file parser.
2019-04-06 Urban Wallasch* Added -I directory index file command line option...
2019-04-06 Urban Wallasch* Updated copyright year in LICENSE.
2019-04-06 Urban Wallasch* Added README.md. v0.2
2019-04-06 Urban Wallasch* Evaluate errors returned by guessFiletype().
2019-04-06 Urban Wallasch* Set correct type '3' for error replies.
2019-04-06 Urban Wallasch* Fixed a regression bug in handling of symbolic links.
2019-04-05 Urban Wallasch* Send at least a generic error reply when we are unabl...
2019-04-05 Urban Wallasch* Fixed comment.
2019-04-05 Urban Wallasch* Include file modification time in directory listings.
2019-04-05 Urban Wallasch* Incorporated generation of version.go into Makefile...
2019-04-05 Urban Wallasch* Display symbolic links like regular files and directo...
2019-04-05 Urban Wallasch* Added option to show dotfiles which are now hidden...
2019-04-05 Urban Wallasch* Moved utility initialization to util.go.
2019-04-05 Urban Wallasch* Split source into several files.
2019-04-05 Urban Wallasch* Added automatic git version string generation.
2019-04-05 Urban Wallasch* Fixed path canonicalize logic. v0.1
2019-04-04 Urban Wallasch* Added command line switch to specify FQDN.
2019-04-04 Urban Wallasch* Fixed partially initialized buffer bug in content...
2019-04-04 Urban Wallasch* Added file type guessing.
2019-04-04 Urban Wallasch* Improved and more secure handling of paths and symbol...
2019-04-03 Urban Wallasch* Auto generate directory indexes.
2019-04-03 Urban Wallasch* initial commit