summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_file.erl
AgeCommit message (Expand)Author
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-08-24fix for occasional crash when attempting to open a database on a heavily load...Damien F. Katz
2008-08-22Fix for couch_server process crash when databases that don't exist are attemp...Damien F. Katz
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-05Fixed bug where we attempted to match a linked port to the current fd, but fa...Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-07-16Increase more filesystem layer timeouts. Patch by randall <dizzot> leeds <atf...Jan Lehnardt
2008-07-10Wait for the OS to flush our newly written data to disk without timing out to...Jan Lehnardt
2008-06-12fix for problem when view index header data exceeds 2k.Damien F. Katz
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-04-04compaction code, not hooked up to webserver yetDamien F. Katz
2008-03-28Imported trunk.Christopher Lenz