summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_config_writer.erl
AgeCommit message (Expand)Author
2011-01-07Merged revision 1056274 from trunkFilipe David Borba Manana
2009-10-29write config changes much faster - see COUCHDB-545. Thanks Gustavo NiemeyerAdam Kocoloski
2009-10-05friendlier error message on bad log config file permissionsJohn Christopher Anderson
2009-08-22Fix bug that caused duplicate INI sections on write back.Paul Joseph Davis
2009-08-17Fixed a re:run/3 call in couch_config_writer.erlPaul Joseph Davis
2009-08-15replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245Adam Kocoloski
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-27removed some dead code found by Dialyzer, more to comeJohn Christopher Anderson
2009-01-05Fix ini-section duplication. When we tried to assign a value to a config-item...Jan Lehnardt
2008-09-23Fix config file writer issue, where doplicate sections would be createdJan Lehnardt
2008-08-30Rename 'module' to 'section', and 'variable' to 'option' in the config code.Christopher Lenz
2008-08-30- Remove dependency on test/local.iniJan Lehnardt
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-30Some cosmetic cleanup (removed trailing whitespace, fixed indentation, make t...Christopher Lenz
2008-08-20add missing filesJan Lehnardt