Commit Graph

14 Commits

Author SHA1 Message Date
Derek Collison
e57c949658 Add support for 'include' to configuration files 2016-11-21 14:58:05 -08:00
Derek Collison
6f9e4d6512 Added support for integer suffixes, e.g. 1k, 8mb 2016-11-20 17:39:04 -08:00
Derek Collison
8f4b31b5ed Special case raw bcrypted passwords 2016-05-22 10:41:16 -07:00
Derek Collison
832bac98be First pass variable support.
This allows blocked scoped variables to be set and retrieved as values using the $ prefix.
e.g. foo = 22; bar = $foo

Also supports env variables being used as variables and will properly parse to the correct type.
2016-05-22 10:21:00 -07:00
Derek Collison
df02bc0bcf Removed sublist, hash and hashmap, no longer needed. 2016-04-02 12:52:48 -07:00
Colin Sullivan
2baac47820 Address issues found by golint.
* No functional changes
* Did not address the ALL_CAPS issues
* Did not modify public APIs and field names.
2016-03-15 15:21:13 -06:00
Derek Collison
74ccae079e pkg comments 2013-10-24 10:46:54 -07:00
Peter Ohler
e6b5c41e54 fixed problem with parsing arrays 2013-08-21 08:51:25 -07:00
Derek Collison
377ade5e42 go fmt 2013-08-02 16:52:08 -07:00
Derek Collison
3ef0c2329a Fixed bug with block comments inside maps 2013-07-27 13:32:57 -07:00
Derek Collison
c6dcc8e945 Merge branch 'master' of https://github.com/apcera/gnatsd 2013-04-21 23:05:57 -07:00
Derek Collison
dcdcb84295 Allow non-quoted string values 2013-04-21 23:39:09 -04:00
Cameron Walters
2012c9a5bf Line length & a spelling correction. :) 2013-03-28 10:03:52 -07:00
Derek Collison
ee17979d6a Added first pass parser 2013-03-25 20:29:42 -07:00