Fix some fd leaks from os.Open
[armadillo.git] / src / config.go
2012-03-04 Robert SesekFix some fd leaks from os.Open
2011-12-28 Robert SesekMerge branch 'jquery'
2011-12-28 Robert SesekRemove the Users map now that it is taken care of by MFE
2011-05-07 Robert SesekUpdate the compiler to release.r57.1
2011-05-07 Robert SesekRun gofmt on all the code. Only whitespace changes.
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 SesekAdd functionality to read the configuration from file.
2010-11-12 Robert SesekCreate a Configuration struct and use that to RunFrontE...