Age | Commit message (Expand) | Author |
2010-02-12 | move from _admins / _readers / _security to just a single _security object | John Christopher Anderson |
2010-02-03 | fix #COUCHDB-595 thanks for tests and report. | Benoit Chesneau |
2010-02-01 | fix unused variable warnings, remove unused code. | Jan Lehnardt |
2010-02-01 | Database-level security. | John Christopher Anderson |
2010-01-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | John Christopher Anderson |
2010-01-23 | show conflicts in changes filters. Patch by Lena Herrmann. Closes COUCHDB-630 | Jan Lehnardt |
2010-01-18 | normalize userCtx name and roles, also, no log in via a conflict doc | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2009-12-22 | remove show from db doc GET handler, completing flip-flop on COUCHDB-404 | John Christopher Anderson |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-12-16 | Provide Content-MD5 header support for attachments. | Paul Joseph Davis |
2009-12-02 | removed add_fun optimization for filters, this provides better concurrency at... | John Christopher Anderson |
2009-11-30 | work on COUCHDB-582, fixes issues with filtered longpoll requests closing early | John Christopher Anderson |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-11-15 | Testing of incremental attachments and more testing of multipart/handling. | Damien F. Katz |
2009-11-14 | Better testing of multipart/related | Damien F. Katz |
2009-11-13 | Remove debigging messages | Damien F. Katz |
2009-11-13 | Initial check-in of APIs for multiple/related supported and incremental repli... | Damien F. Katz |
2009-11-10 | Add doc id validation when creating a new document with the | Jan Lehnardt |
2009-11-05 | typo, thanks David Coallier | Jan Lehnardt |
2009-11-05 | add safety net for code accidents where the document id in a doc delete reque... | Jan Lehnardt |
2009-11-03 | Added batching of multiple updating requests, to improve throughput with many... | Damien F. Katz |
2009-11-03 | Allow updating a doc along with an attachment when posted from an | Jan Lehnardt |
2009-10-27 | Fixed a minor bug with attachments of zero length. | Paul Joseph Davis |
2009-10-26 | asking for a missing rev with ?rev or ?open_revs was a 500 response | Adam Kocoloski |
2009-09-21 | bugfix for _changes when DB is deleted mid-response | Adam Kocoloski |
2009-09-16 | include_docs now take an _id (as well as a _rev) in the emitted value, to loa... | John Christopher Anderson |
2009-09-16 | add limit to _changes | John Christopher Anderson |
2009-09-15 | fix attachments with an undefined Content-Length header and no TE, patch by B... | Jan Lehnardt |
2009-09-14 | View refactoring and addition of raw collationoption. Significant performance... | Damien F. Katz |
2009-09-14 | finish committing my changes adventure. pardon the dust. | John Christopher Anderson |
2009-09-14 | rollback mixed up commit, builds now | John Christopher Anderson |
2009-09-14 | support for deletions in changes feed | John Christopher Anderson |
2009-09-14 | removed _all_docs_by_seq in favor of _changes | John Christopher Anderson |
2009-09-11 | Refactoring of endkey code in views and btrees. End key functionaility is now... | Damien F. Katz |
2009-09-09 | choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew... | Adam Kocoloski |
2009-08-28 | guard against non-existing filters in _changes | Adam Kocoloski |
2009-08-27 | send deleted docs to _changes filters | Adam Kocoloski |
2009-08-25 | _ensure_full_commit?seq=N to ensure everything up to N is committed | Adam Kocoloski |
2009-08-18 | continuous _changes are now newline-delimited JSON Objects (no commas) | Adam Kocoloski |
2009-08-16 | Make POST's reflect a provided _id member. | Paul Joseph Davis |
2009-08-15 | replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245 | Adam Kocoloski |
2009-08-15 | delayed commits are now a config option, off by default. Closes COUCHDB-449 | Adam Kocoloski |
2009-08-14 | Fixes COUCHDB-422 - Reject invalid _local doc ids. | Paul Joseph Davis |
2009-08-14 | benoitc's attachment PUT patch passes tests for me. Closes COUCHDB-461 | John Christopher Anderson |
2009-08-14 | apply Benoit's patch fixing attachment content-length handling for GET from C... | John Christopher Anderson |
2009-08-12 | rollback _conflicts view patch | Adam Kocoloski |
2009-08-12 | add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462 | Jan Lehnardt |
2009-08-12 | recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e... | John Christopher Anderson |
2009-08-04 | encode slashes in db names in Location response header after database creatio... | Jan Lehnardt |