summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.erl
AgeCommit message (Expand)Author
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-17work around ibrowse giving response chunks too many bytes. Thanks Antony.Adam Kocoloski
2009-05-17Fixes COUCHDB-41Paul Joseph Davis
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04hinting to reduce sparseness in chunked attachment putsJohn Christopher Anderson
2009-04-27Fix and test for COUCHDB-334 where a database with delayed commits pending is...Damien F. Katz
2009-04-11refactor: extract method from doc_flush_binaries. add with_stream/2 to handle...John Christopher Anderson
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-04-09Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ...Damien F. Katz
2009-03-24Fix for crash when compacting an empty databaseDamien F. Katz
2009-03-15fix case-miss when prep_and_validate_update is called on doc with attachment ...John Christopher Anderson
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-03stats metrics renamed: os_open_files -> open_os_files, database_changes -> da...Jan Lehnardt
2009-02-26- add descriptions to metricsJan Lehnardt
2009-02-17Put file ref_counting into it's own module, to make the speed of opening an a...Damien F. Katz
2009-02-14enhance the Mochiweb streaming api based on feedback from Bob IppolitoJohn Christopher Anderson
2009-02-13Accept standalone attachment PUTs with Transfer-Encoding: chunked John Christopher Anderson
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz
2009-01-15Support for streaming attachment writes.Damien F. Katz
2009-01-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2009-01-05Fixed views to not commit index headers if they are ahead of what has been fu...Damien F. Katz
2009-01-05Delayed commit patch. Allows documents to be saved immediately but fully comm...Damien F. Katz
2008-12-22Fix for leaked file handles when not explicitly closed, added file stats code...Damien F. Katz
2008-12-18Fixed problem when a crashed db can cause couch_server to crash when it attem...Damien F. Katz
2008-12-12modifications to view server to keep the file descriptor open for the life of...Damien F. Katz
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-10-08add db_name back to database info, and testJohn Christopher Anderson
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-09-15Fix for error when saving an attachment during a compaction.Damien F. Katz
2008-09-11Check-in of document purge functionality.Damien F. Katz
2008-08-31Merged json_term_changes branch back into trunk.Christopher Lenz
2008-08-07Fix for bug COUCHDB-100.Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-07-22Fix for compacted databases reporting 0 documents after compactionDamien F. Katz
2008-07-17Allow for empty attachments.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 COUCHDB-78. Couchdb was failing to close open file handles when compa...Damien F. Katz
2008-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
2008-05-26Experimental functionality to increment database update seq, might go away, u...Damien F. Katz
2008-05-23fix for missing conflict check during serialized updateDamien F. Katz
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-04-23Fix for replication being reset when replication a local and a remote database.Damien F. Katz
2008-04-23Fix for unnecessary update sequence generation when rewriting an already comm...Damien F. Katz
2008-04-23Replicator optmizations and fix for unnecessary document copy during re-repli...Damien F. Katz
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz
2008-04-07Compaction. Works, but still needs queueing and better handling for long read...Damien F. Katz
2008-04-04Fix typo in error id.Christopher Lenz