summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_db.erl
AgeCommit message (Expand)Author
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-15Testing of incremental attachments and more testing of multipart/handling.Damien F. Katz
2009-11-14Better testing of multipart/relatedDamien F. Katz
2009-11-13Remove debigging messagesDamien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-10Add doc id validation when creating a new document with theJan Lehnardt
2009-11-05typo, thanks David CoallierJan Lehnardt
2009-11-05add safety net for code accidents where the document id in a doc delete reque...Jan Lehnardt
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-11-03Allow updating a doc along with an attachment when posted from anJan Lehnardt
2009-10-27Fixed a minor bug with attachments of zero length.Paul Joseph Davis
2009-10-26asking for a missing rev with ?rev or ?open_revs was a 500 responseAdam Kocoloski
2009-09-21bugfix for _changes when DB is deleted mid-responseAdam Kocoloski
2009-09-16include_docs now take an _id (as well as a _rev) in the emitted value, to loa...John Christopher Anderson
2009-09-16add limit to _changesJohn Christopher Anderson
2009-09-15fix attachments with an undefined Content-Length header and no TE, patch by B...Jan Lehnardt
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-14finish committing my changes adventure. pardon the dust.John Christopher Anderson
2009-09-14rollback mixed up commit, builds nowJohn Christopher Anderson
2009-09-14support for deletions in changes feedJohn Christopher Anderson
2009-09-14removed _all_docs_by_seq in favor of _changesJohn Christopher Anderson
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-08-28guard against non-existing filters in _changesAdam Kocoloski
2009-08-27send deleted docs to _changes filtersAdam Kocoloski
2009-08-25_ensure_full_commit?seq=N to ensure everything up to N is committedAdam Kocoloski
2009-08-18continuous _changes are now newline-delimited JSON Objects (no commas)Adam Kocoloski
2009-08-16Make POST's reflect a provided _id member.Paul Joseph Davis
2009-08-15replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245Adam Kocoloski
2009-08-15delayed commits are now a config option, off by default. Closes COUCHDB-449Adam Kocoloski
2009-08-14Fixes COUCHDB-422 - Reject invalid _local doc ids.Paul Joseph Davis
2009-08-14benoitc's attachment PUT patch passes tests for me. Closes COUCHDB-461John Christopher Anderson
2009-08-14apply Benoit's patch fixing attachment content-length handling for GET from C...John Christopher Anderson
2009-08-12rollback _conflicts view patchAdam Kocoloski
2009-08-12add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462Jan Lehnardt
2009-08-12recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e...John Christopher Anderson
2009-08-04encode slashes in db names in Location response header after database creatio...Jan Lehnardt
2009-08-01implement longpolling for _changes, unify _changes-mode parameters, patch by ...Jan Lehnardt
2009-07-24comment on jchris comment on not sending Content-Length for attachment GETsJan Lehnardt
2009-07-21Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ...Jan Lehnardt
2009-07-20Optimize filtered _changes to use an OS process only when actively filtering ...Damien F. Katz
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-12removed some unnecessary loggingJohn Christopher Anderson
2009-07-11send Location header for new or updated attachmentsJan Lehnardt
2009-07-10fix attachment etags, thanks Mark Hammond for the test case. closes COUCHDB-386John Christopher Anderson
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-08Fixes COUCHDB-389Paul Joseph Davis
2009-07-06trimmed trailing whitespaceNoah Slater