Age | Commit message (Expand) | Author |
2009-08-16 | Make POST's reflect a provided _id member. | Paul Joseph Davis |
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-12 | rollback _conflicts view patch | Adam Kocoloski |
2009-08-12 | Introduces native Erlang query servers. Closes COUCHDB-377 | John Christopher Anderson |
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-11 | and the test file itself :) | John Christopher Anderson |
2009-08-05 | proper handling of 406 Not Acceptable errors in list and show functions | John Christopher Anderson |
2009-08-05 | Upgraded JavaScript Accept header handling to make it useful. | John Christopher Anderson |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-08-04 | encode slashes in db names in Location response header after database creatio... | Jan Lehnardt |
2009-08-04 | add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ... | Jan Lehnardt |
2009-08-01 | implement longpolling for _changes, unify _changes-mode parameters, patch by ... | Jan Lehnardt |
2009-08-01 | enable include_docs=true for list functions, patch by Mark Hammond, closes CO... | Jan Lehnardt |
2009-07-29 | Fix for COUCHDB-434. Only reassign previous revid inside the updater process. | Damien F. Katz |
2009-07-21 | Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ... | Jan Lehnardt |
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-11 | Create tests in Futon. | Paul Joseph Davis |
2009-07-11 | send Location header for new or updated attachments | Jan Lehnardt |
2009-07-11 | tabs -> spaces, other whitespace | Jan Lehnardt |
2009-07-10 | fix whitespace | Jan Lehnardt |
2009-07-10 | remove log statement | 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-09 | fix and test for scrambling of large inline attachments | Adam Kocoloski |
2009-07-08 | Fixes COUCHDB-389 | Paul Joseph Davis |
2009-07-07 | fix deleted_conflicts qs parameter | Adam Kocoloski |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-04 | send utf-8 hearders with list and show responses. closes COUCHDB-392 | John Christopher Anderson |
2009-07-04 | Name view index files by their function hashes for no downtime deploys. Close... | John Christopher Anderson |
2009-07-04 | remove old file | Jan Lehnardt |
2009-06-30 | reset stats on POST /_restart and correct open_databases test. Closes COUCHD... | Adam Kocoloski |
2009-06-27 | A /_whoami handler to provide client apps with access to the active userCtx f... | John Christopher Anderson |
2009-06-15 | Send CouchDB Server: header for all external queries. Fixes COUCHDB-379. | Jan Lehnardt |
2009-06-14 | merge list-iterator branch to trunk. changes JavaScript _list API | John Christopher Anderson |
2009-06-04 | doh. remove console.log | John Christopher Anderson |
2009-06-01 | Added tests for heartbeat and timeout options in the _changes api. | Damien F. Katz |
2009-05-30 | Test and fix for infinite loops in view_servers, fix for crashed OS processes... | Damien F. Katz |
2009-05-29 | Removed unfixed tests cases accidently checked in. | Damien F. Katz |
2009-05-29 | Fix and test for COUCHDB-366, uploading large attachments causes 500 error. | Damien F. Katz |
2009-05-25 | Merging new tail append storage into trunk. Upgrades are automatic, once open... | 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-13 | Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time... | Damien F. Katz |
2009-05-13 | Closes COUCHDB-334 - Add JSONP support to CouchDB | Paul Joseph Davis |
2009-05-12 | You can now specify either "_sum" or "_count" as the source code for 2 built-... | 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 |