gogopherd.git
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