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.erl
Age
Commit message (
Expand
)
Author
2010-01-29
Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...
John Christopher Anderson
2009-10-23
improved speed and concurrency of config lookups
Adam Kocoloski
2009-09-13
allow config callbacks to get passed the X-Couch-Persist flag
Jan Lehnardt
2009-09-05
code =~ s/imperative/declarative & faster/, thanks to Kostis Sagonas for poin...
Jan Lehnardt
2009-08-15
replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245
Adam Kocoloski
2009-07-19
protect against empty (=deleted) values. Closes COUCHDB-355
Adam Kocoloski
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-25
Of course some of them were 8 space tabs.
Paul Joseph Davis
2009-06-25
Cleaning out tabs from source code. Purely whitespace diff.
Paul Joseph Davis
2009-06-24
Lots of tests for couch_config.erl
Paul Joseph Davis
2009-05-28
refactor load_ini_file so it can be called from another process
Adam Kocoloski
2009-04-15
change error message from list to binary string
John Christopher Anderson
2009-01-12
Fix Whitespace
Jan Lehnardt
2008-11-20
Nearly completed security/validation work. Still needs replication testing.
Damien F. Katz
2008-10-10
config web service fix from davisp
John Christopher Anderson
2008-09-16
Add HTTP API for getting the complete config, and add a page to Futon that di...
Christopher Lenz
2008-09-13
Changes and refactorings to couch_config
Damien F. Katz
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