summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Urban Wallasch [Fri, 5 Apr 2019 15:28:45 +0000 (17:28 +0200)]
* Incorporated generation of version.go into Makefile and dropped version.sh.
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.
Urban Wallasch [Fri, 5 Apr 2019 14:55:23 +0000 (16:55 +0200)]
* Added option to show dotfiles which are now hidden by default.
Urban Wallasch [Fri, 5 Apr 2019 14:24:56 +0000 (16:24 +0200)]
* Moved utility initialization to util.go.
Urban Wallasch [Fri, 5 Apr 2019 14:04:48 +0000 (16:04 +0200)]
* Split source into several files.
Urban Wallasch [Fri, 5 Apr 2019 08:23:33 +0000 (10:23 +0200)]
* Added automatic git version string generation.
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.
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.
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.
Urban Wallasch [Thu, 4 Apr 2019 15:21:04 +0000 (17:21 +0200)]
* Added file type guessing.
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.
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.
Urban Wallasch [Wed, 3 Apr 2019 19:13:43 +0000 (21:13 +0200)]
* initial commit