Age | Commit message (Expand) | Author |
2010-10-10 | Fixes COUCHDB-799 - More granular ETags for views. | Paul Joseph Davis |
2010-09-30 | Removing ?getv macros. | Filipe David Borba Manana |
2010-09-27 | Replacing calls to couch_util:get_value with ?getv | Filipe David Borba Manana |
2010-06-24 | use JSON content type in replicator, require it in the _bulk_docs and other P... | John Christopher Anderson |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-08 | fix last straggler view update_seq bugs, thanks tisba and bitdiddle for the r... | John Christopher Anderson |
2010-04-07 | somehow I missed this badarity bug running the test suite last night. complet... | John Christopher Anderson |
2010-04-07 | include update_seq in view responses, patch via Joscha Feth, (mostly) closes ... | John Christopher Anderson |
2010-03-28 | typo. | Benoit Chesneau |
2010-03-28 | allows client to retrieve the revision of document updated via _update, | Benoit Chesneau |
2010-02-28 | treat deleted docs as nonexistant docs | Jan Lehnardt |
2010-02-28 | revert accidental commit | Jan Lehnardt |
2010-02-28 | Merge branch 'show-deleted-docs' into trunk | Jan Lehnardt |
2010-02-04 | re-enable 404 handling in show functions while retaining user-friendly error ... | Jan Lehnardt |
2010-02-04 | remove empty lines | Benoit Chesneau |
2010-02-04 | fix COUCHDB-638. | Benoit Chesneau |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-11-30 | ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586 | Adam Kocoloski |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-10-31 | List functions weren't returning OS processes. | Paul Joseph Davis |
2009-10-27 | Make it harder to accidently terminate chunked resposnes by requiring callers... | Damien F. Katz |
2009-10-24 | Fixed the test for couch_stats_aggregator. | Paul Joseph Davis |
2009-10-24 | Update functions can now handle any HTTP verb, excepting GET and HEAD | John Christopher Anderson |
2009-10-19 | Fix bug when lists use two design docs. | Paul Joseph Davis |
2009-09-14 | View refactoring and addition of raw collationoption. Significant performance... | Damien F. Katz |
2009-09-11 | Refactoring of endkey code in views and btrees. End key functionaility is now... | Damien F. Katz |
2009-08-17 | allow list function and view function to be in different design docs, patch b... | Jan Lehnardt |
2009-08-12 | Introduces native Erlang query servers. Closes COUCHDB-377 | John Christopher Anderson |
2009-08-12 | recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e... | John Christopher Anderson |
2009-08-11 | silence compiler warnings, don't use unused variables | Jan Lehnardt |
2009-08-11 | Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod... | John Christopher Anderson |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-08-01 | enable include_docs=true for list functions, patch by Mark Hammond, closes CO... | Jan Lehnardt |
2009-07-20 | Initial checkin of _changes filters. The prime weak-spot for this approach is... | John Christopher Anderson |
2009-07-14 | wheeeeeeee | Noah Slater |
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-06-18 | Fixes COUCHDB-383 - Ignore extra URL parameters. | Paul Joseph Davis |
2009-06-14 | merge list-iterator branch to trunk. changes JavaScript _list API | 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-04-22 | Refactoring the view URL parameter parsing. | Paul Joseph Davis |
2009-04-18 | refactor main.js into many files and improve show/list error handling | John Christopher Anderson |
2009-03-28 | always load _conflicts in _show functions | 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 | validate reduce view list queries, make query_parse_error response code 400 | John Christopher Anderson |
2009-03-05 | allow multi-key POST requests for _list. | John Christopher Anderson |
2009-03-04 | refactor show 404 handling doc-loading special case out of couch_httpd_db.erl | John Christopher Anderson |