Change the style of the error message so it doesn't shift content down when it appears.
[armadillo.git] / src /
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.