index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_config_writer.erl
Age
Commit message (
Expand
)
Author
2011-01-07
Merged revision 1056274 from trunk
Filipe David Borba Manana
2009-10-29
write config changes much faster - see COUCHDB-545. Thanks Gustavo Niemeyer
Adam Kocoloski
2009-10-05
friendlier error message on bad log config file permissions
John Christopher Anderson
2009-08-22
Fix bug that caused duplicate INI sections on write back.
Paul Joseph Davis
2009-08-17
Fixed a re:run/3 call in couch_config_writer.erl
Paul Joseph Davis
2009-08-15
replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245
Adam Kocoloski
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-27
removed some dead code found by Dialyzer, more to come
John Christopher Anderson
2009-01-05
Fix ini-section duplication. When we tried to assign a value to a config-item...
Jan Lehnardt
2008-09-23
Fix config file writer issue, where doplicate sections would be created
Jan Lehnardt
2008-08-30
Rename 'module' to 'section', and 'variable' to 'option' in the config code.
Christopher Lenz
2008-08-30
- Remove dependency on test/local.ini
Jan Lehnardt
2008-08-30
- Rename configuration options and sections to allow for a nicer .ini file an...
Jan Lehnardt
2008-08-30
Some cosmetic cleanup (removed trailing whitespace, fixed indentation, make t...
Christopher Lenz
2008-08-20
add missing files
Jan Lehnardt