Remove a few calls do document.createElement
[armadillo.git] / src /
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 Sesek* Make the download action its own handler so that:
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-28 Robert SesekUpdate the Go compiler version to c5c62aeb6267 release...
2011-04-16 Robert SesekUse |map[string] interface{}| to allow returning int...
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 SesekTrim the show name
2011-04-16 Robert SesekImplement lookup and construct the new path name
2011-04-16 Robert SesekGet file name parsing to work
2011-04-16 Robert SesekTry to get the regex to work
2011-04-16 Robert SesekStart work on rewriting the TV renamer in Go
2011-04-16 Robert SesekRevert "Add logic to handle remote service requests...
2011-04-16 Robert SesekAdd logic to handle remote service requests by serving...
2010-11-14 Robert SesekRevert "Add logging for proxy errors."
2010-11-14 Robert SesekAdd logging for proxy errors.
2010-11-14 Robert Sesek* In TVRenamer.buildURL_(), encode the show name in...
2010-11-14 Robert Sesekhttp.ErrPersistEOF is a valid error response when reading.
2010-11-14 Robert Sesek* Properly expand the tilde in paths, as well as other...
2010-11-14 Robert SesekSync to a new version of Golang. Include the version...
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-11-13 Robert SesekRename RunFrontEnd to be RunBackEnd.
2010-11-13 Robert SesekImplement the proxy service.
2010-11-13 Robert SesekAdd functionality to read the configuration from file.
2010-11-12 Robert SesekStart implementing the proxy service handler.
2010-11-12 Robert SesekCreate a Configuration struct and use that to RunFrontE...
2010-10-04 Robert SesekImplement the back-end of the Move operation.
2010-09-02 Robert SesekImplement file removal in the backend.
2010-09-02 Robert SesekSanitze error messages so the jail path is not revealed.
2010-09-01 Robert SesekAdd a port arg to the server.
2010-09-01 Robert SesekImplement checkInJail()
2010-09-01 Robert Sesek* Fix a bug in sendRequest_()
2010-09-01 Robert SesekAdd GPL file headers
2010-09-01 Robert SesekFind the frontend files by using the server's path.
2010-08-31 Robert SesekAdd support for starting with a jailroot, rather than...
2010-08-31 Robert SesekTraversing directories is now possible.
2010-08-31 Robert SesekBasic directory listing on the web.
2010-08-30 Robert SesekAdd path listing service.
2010-08-30 Robert SesekAdd some response and request helpers for the backend...
2010-08-27 Robert SesekSet up Closure in the build script
2010-08-18 Robert SesekNeed to keep trailing slash in kFrontEndFiles
2010-08-18 Robert SesekAdd index and fe handlers.
2010-08-18 Robert SesekGot the HanldeFunc() working, but not the file server.
2010-08-17 Robert SesekWorking build file!
2010-08-17 Robert SesekAdd skeleton project.