summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_file.erl
AgeCommit message (Expand)Author
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-07-23Fixes etap tests for recent updates.Paul Joseph Davis
2009-07-17MD5 term checking by using leading bit in 32 bit length to indicate MD5 prese...Damien F. Katz
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-05-30Fix for couch_file bug found with etap test suiteDamien F. Katz
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-04-09Fix to allow couch_file use in tests without the server being started.Damien F. Katz
2009-04-09Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ...Damien F. Katz
2009-03-16Fix for problem with btree folds getting incorrect reductions after the first...Damien F. Katz
2009-03-03stats metrics renamed: os_open_files -> open_os_files, database_changes -> da...Jan Lehnardt
2009-02-26Fix and test for file descriptor leaksDamien F. Katz
2009-02-17Put file ref_counting into it's own module, to make the speed of opening an a...Damien F. Katz
2009-01-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2008-12-22Fix for leaked file handles when not explicitly closed, added file stats code...Damien F. Katz
2008-12-18fix for crash of couch_server when database non-existantDamien F. Katz
2008-12-16do not fail on heavily loaded systems. wait forever for syscalls to returnJan Lehnardt
2008-12-12modifications to view server to keep the file descriptor open for the life of...Damien F. Katz
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