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_db_updater.erl
Age
Commit message (
Expand
)
Author
2009-04-20
Fix for process leaks with retrying compactions.
Damien F. Katz
2009-04-10
Fixes for leaked file handles, with test.
Damien F. Katz
2009-03-21
Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, ...
Damien F. Katz
2009-03-13
Commit Damien's rep_security branch to trunk.
John Christopher Anderson
2009-02-17
Put file ref_counting into it's own module, to make the speed of opening an a...
Damien F. Katz
2009-01-23
Added task status checking, to help debug the progress of long running tasks,...
Damien F. Katz
2009-01-12
Fix for broken conflict checking inside the db update process.
Damien F. Katz
2009-01-09
Added support so clients can detect if a server has potentially lost commits ...
Damien F. Katz
2009-01-09
fixed _all_docs view to use the correct PassedEndFun for binary docid sorting
John Christopher Anderson
2009-01-05
Fixed views to not commit index headers if they are ahead of what has been fu...
Damien F. Katz
2009-01-05
Delayed commit patch. Allows documents to be saved immediately but fully comm...
Damien F. Katz
2008-12-22
Fix for leaked file handles when not explicitly closed, added file stats code...
Damien F. Katz
2008-12-10
view group state gen_server. thanks damien and davisp.
John Christopher Anderson
2008-11-20
Nearly completed security/validation work. Still needs replication testing.
Damien F. Katz
2008-11-17
More security and validation work. Still incomplete.
Damien F. Katz
2008-11-11
Check in of initial validation and authorization work. This work is incomplet...
Damien F. Katz
2008-10-02
HTTPd refactoring. Moved most code out of couch_httpd into associated modules...
Damien F. Katz
2008-09-11
Check-in of document purge functionality.
Damien F. Katz
2008-09-02
Fix for bug COUCHDB-109.
Damien F. Katz
2008-08-31
Merged json_term_changes branch back into trunk.
Christopher Lenz
2008-08-05
Added concurrent open db limit and a LRU cache for closing old databases when...
Damien F. Katz