Age | Commit message (Expand) | Author |
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 |
2009-03-26 | return a Location header on newly created documents using PUT requests | Jan Lehnardt |
2009-03-26 | return Location header for newly create databases | Jan Lehnardt |
2009-03-21 | provide a 404 response on deletion of non-existant docs | John Christopher Anderson |
2009-03-19 | Bring back Futon attachment uploading that was removed in the recent rep_secu... | Christopher Lenz |
2009-03-18 | remove MOVE requests as they can't sensibly be supported and COPY & DELETE do... | Jan Lehnardt |
2009-03-13 | Commit Damien's rep_security branch to trunk. | John Christopher Anderson |
2009-03-09 | merge design doc resource branch. breaking changes to _view query paths. | John Christopher Anderson |
2009-03-06 | tiny refactor of validate_attachment_name for pattern matching | John Christopher Anderson |
2009-03-06 | Verify attachment names. They must be utf-8 (closes COUCHDB-280) and must not... | Jan Lehnardt |
2009-03-04 | refactor show 404 handling doc-loading special case out of couch_httpd_db.erl | John Christopher Anderson |
2009-03-04 | allow for handling 404s in document show functions | Jan Lehnardt |
2009-02-27 | - group HTTP method stats into httpd_requests_methods as per Christopher Lenz... | Jan Lehnardt |
2009-02-26 | - add descriptions to metrics | Jan Lehnardt |