Age | Commit message (Expand) | Author |
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 |
2009-08-01 | implement longpolling for _changes, unify _changes-mode parameters, patch by ... | Jan Lehnardt |
2009-07-24 | comment on jchris comment on not sending Content-Length for attachment GETs | Jan Lehnardt |
2009-07-21 | Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ... | Jan Lehnardt |
2009-07-20 | Optimize filtered _changes to use an OS process only when actively filtering ... | Damien F. Katz |
2009-07-20 | Initial checkin of _changes filters. The prime weak-spot for this approach is... | John Christopher Anderson |
2009-07-17 | Deterministic revids, MD5 checking of documents, added tracking of rev when a... | Damien F. Katz |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-12 | removed some unnecessary logging | John Christopher Anderson |
2009-07-11 | send Location header for new or updated attachments | Jan Lehnardt |
2009-07-10 | fix attachment etags, thanks Mark Hammond for the test case. closes COUCHDB-386 | John Christopher Anderson |
2009-07-10 | Apply patch from Benoit Chesneau's COUCHDB-404 | John Christopher Anderson |
2009-07-08 | Fixes COUCHDB-389 | Paul Joseph Davis |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-04 | Name view index files by their function hashes for no downtime deploys. Close... | John Christopher Anderson |
2009-06-27 | removed some dead code found by Dialyzer, more to come | John Christopher Anderson |
2009-06-18 | Fixes COUCHDB-383 - Ignore extra URL parameters. | Paul Joseph Davis |
2009-06-01 | Added tests for heartbeat and timeout options in the _changes api. | Damien F. Katz |
2009-05-31 | Removed space from whitespace heartbeat in _changes api | Damien F. Katz |
2009-05-31 | Added timeout and heartbeat options to the _changes api | Damien F. Katz |
2009-05-25 | Merging new tail append storage into trunk. Upgrades are automatic, once open... | Damien F. Katz |
2009-05-24 | Added stats tracking for active _changes clients. | Damien F. Katz |
2009-05-23 | added an design doc option so that doc._local_seq can be available in the map... | John Christopher Anderson |
2009-05-10 | export a method | John Christopher Anderson |
2009-05-10 | refactor JSON body error handling, also consolidate update_docs JSON response... | John Christopher Anderson |
2009-05-10 | Refactor the make_view_fold_function stuff. Added a proper Acc to both map an... | John Christopher Anderson |
2009-05-06 | First cut at _changes api. Update the by_id and by_seq indexes to contain upd... | Damien F. Katz |
2009-05-04 | standalone attachment GETs should respect "rev" qs param | Adam Kocoloski |
2009-05-04 | Use batch=ok query param for document PUT and POST to defer index updates unt... | John Christopher Anderson |
2009-04-27 | Resolves COUCHDB-332 Proper errors for invalid docids. | Paul Joseph Davis |
2009-04-22 | Refactoring the view URL parameter parsing. | Paul Joseph Davis |
2009-04-19 | COUCHDB-306 - Improving reported errors. | Paul Joseph Davis |
2009-04-18 | Resolves COUCHDB-306 - Wacky error responses to malformed documents | Paul Joseph Davis |
2009-04-05 | added compaction for view indexes. See COUCHDB-92 | Adam Kocoloski |
2009-03-27 | Location header responses should be absolute URIs, thanks Christopher | Jan Lehnardt |