summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_db.erl
AgeCommit message (Expand)Author
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
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-06-27removed some dead code found by Dialyzer, more to comeJohn Christopher Anderson
2009-06-18Fixes COUCHDB-383 - Ignore extra URL parameters.Paul Joseph Davis
2009-06-01Added tests for heartbeat and timeout options in the _changes api.Damien F. Katz
2009-05-31Removed space from whitespace heartbeat in _changes apiDamien F. Katz
2009-05-31Added timeout and heartbeat options to the _changes apiDamien F. Katz
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-24Added stats tracking for active _changes clients.Damien F. Katz
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-10export a methodJohn Christopher Anderson
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson