Fix some fd leaks from os.Open
[armadillo.git] / src / paths.go
2012-03-04 Robert SesekFix some fd leaks from os.Open
2011-09-20 Robert SesekChange the mode of new directories from 644 to 755
2011-09-20 Robert SesekRemove the IsValid check in paths.MakeDir()
2011-09-20 Robert SesekAdd the backend for making new directories
2011-05-28 Robert SesekAdd backend support for downloading files
2011-05-07 Robert SesekUpdate the compiler to release.r57.1
2011-05-07 Robert SesekRun gofmt on all the code. Only whitespace changes.
2011-04-16 Robert SesekMerge branch 'backend-tv-rename'
2011-04-16 Robert SesekDon't canonicalize paths in tv_rename, which allows...
2011-04-16 Robert SesekStart work on rewriting the TV renamer in Go
2010-11-14 Robert SesekNow that paths.go holds a reference to the entire Confi...
2010-11-14 Robert SesekAdd an IncludeDotfiles configuration directive.
2010-11-14 Robert SesekProperly load the full config file and allow overrides...
2010-10-04 Robert SesekImplement the back-end of the Move operation.
2010-09-02 Robert SesekImplement file removal in the backend.
2010-09-01 Robert SesekImplement checkInJail()
2010-09-01 Robert SesekAdd GPL file headers
2010-08-31 Robert SesekAdd support for starting with a jailroot, rather than...
2010-08-31 Robert SesekBasic directory listing on the web.
2010-08-30 Robert SesekAdd path listing service.