summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.hrl
AgeCommit message (Expand)Author
2009-02-25Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies.John Christopher Anderson
2009-02-17Put file ref_counting into it's own module, to make the speed of opening an a...Damien F. Katz
2009-02-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-13apply COUCHDB-252.John Christopher Anderson
2009-02-01Added options member to design docs. Currently the only option is include_des...John Christopher Anderson
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-22change update=false to stale=okJohn Christopher Anderson
2009-01-19tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...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
2009-01-04change count to limit in view query paramsJohn Christopher Anderson
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-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-10-22First check-in of admin http authentication and authorization.Damien F. Katz
2008-10-05include_docs option adds a doc member to view rows with the latest _rev of th...John Christopher Anderson
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...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-14CouchDB performance work. Faster Btree updates and lookups.Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz