gogopherd.git
6 years ago* Added -I directory index file command line option; default: index.goph.
Urban Wallasch [Sat, 6 Apr 2019 18:36:19 +0000 (20:36 +0200)]
* Added -I directory index file command line option; default: index.goph.
* Dropped -M message command line option.
* Refactored send file and send index logic.

6 years ago* Updated copyright year in LICENSE.
Urban Wallasch [Sat, 6 Apr 2019 15:01:40 +0000 (17:01 +0200)]
* Updated copyright year in LICENSE.

6 years ago* Added README.md. v0.2
Urban Wallasch [Sat, 6 Apr 2019 13:19:25 +0000 (15:19 +0200)]
* Added README.md.

6 years ago* Evaluate errors returned by guessFiletype().
Urban Wallasch [Sat, 6 Apr 2019 11:33:18 +0000 (13:33 +0200)]
* Evaluate errors returned by guessFiletype().

6 years ago* Set correct type '3' for error replies.
Urban Wallasch [Sat, 6 Apr 2019 10:27:21 +0000 (12:27 +0200)]
* Set correct type '3' for error replies.

6 years ago* Fixed a regression bug in handling of symbolic links.
Urban Wallasch [Sat, 6 Apr 2019 07:55:40 +0000 (09:55 +0200)]
* Fixed a regression bug in handling of symbolic links.
* Added option to disable directory indexes, in preparation for index page support.
* Some minor adjustments.

6 years ago* Send at least a generic error reply when we are unable to satisfy the request.
Urban Wallasch [Fri, 5 Apr 2019 21:38:48 +0000 (23:38 +0200)]
* Send at least a generic error reply when we are unable to satisfy the request.

6 years ago* Fixed comment.
Urban Wallasch [Fri, 5 Apr 2019 17:41:59 +0000 (19:41 +0200)]
* Fixed comment.

6 years ago* Include file modification time in directory listings.
Urban Wallasch [Fri, 5 Apr 2019 17:38:28 +0000 (19:38 +0200)]
* Include file  modification time in directory listings.

6 years ago* Incorporated generation of version.go into Makefile and dropped version.sh.
Urban Wallasch [Fri, 5 Apr 2019 15:28:45 +0000 (17:28 +0200)]
* Incorporated generation of version.go into Makefile and dropped version.sh.

6 years ago* Display symbolic links like regular files and directories, do not expose the the...
Urban Wallasch [Fri, 5 Apr 2019 15:04:00 +0000 (17:04 +0200)]
* Display symbolic links like regular files and directories, do not expose the the target path.

6 years ago* Added option to show dotfiles which are now hidden by default.
Urban Wallasch [Fri, 5 Apr 2019 14:55:23 +0000 (16:55 +0200)]
* Added option to show dotfiles which are now hidden by default.

6 years ago* Moved utility initialization to util.go.
Urban Wallasch [Fri, 5 Apr 2019 14:24:56 +0000 (16:24 +0200)]
* Moved utility initialization to util.go.

6 years ago* Split source into several files.
Urban Wallasch [Fri, 5 Apr 2019 14:04:48 +0000 (16:04 +0200)]
* Split source into several files.

6 years ago* Added automatic git version string generation.
Urban Wallasch [Fri, 5 Apr 2019 08:23:33 +0000 (10:23 +0200)]
* Added automatic git version string generation.

6 years ago* Fixed path canonicalize logic. v0.1
Urban Wallasch [Fri, 5 Apr 2019 07:48:43 +0000 (09:48 +0200)]
* Fixed path canonicalize logic.
* Added option to follow symbolic links (default: don't).
* Fixed default value for -f FQDN option.
* Renamed -d option to -r.
* Replaced os.File.Readdir() by ioutil.ReadDir() to get a sorted list.
* Removed dot-dot entry from top level menu.
* Removed HOME reference from directory listings.
* Several small fixes and minor improvements.

6 years ago* Added command line switch to specify FQDN.
Urban Wallasch [Thu, 4 Apr 2019 16:45:46 +0000 (18:45 +0200)]
* Added command line switch to specify FQDN.
* Display file sizes in human readable units.

6 years ago* Fixed partially initialized buffer bug in content type detection for short files.
Urban Wallasch [Thu, 4 Apr 2019 15:52:24 +0000 (17:52 +0200)]
* Fixed partially initialized buffer bug in content type detection for short files.

6 years ago* Added file type guessing.
Urban Wallasch [Thu, 4 Apr 2019 15:21:04 +0000 (17:21 +0200)]
* Added file type guessing.

6 years ago* Improved and more secure handling of paths and symbolic links.
Urban Wallasch [Thu, 4 Apr 2019 14:13:24 +0000 (16:13 +0200)]
* Improved and more secure handling of paths and symbolic links.
* General cleanup and refactoring.

6 years ago* Auto generate directory indexes.
Urban Wallasch [Wed, 3 Apr 2019 23:42:41 +0000 (01:42 +0200)]
* Auto generate directory indexes.
* Use io.Copy to send file contents.
* Refactored and reformatted source.
* Removed stage 1 test files.

6 years ago* initial commit
Urban Wallasch [Wed, 3 Apr 2019 19:13:43 +0000 (21:13 +0200)]
* initial commit