Age | Commit message (Expand) | Author |
2010-08-08 | provide the update_seq in all_docs view even when it is zero | John Christopher Anderson |
2010-08-02 | Add option "stale=update_after" when querying a view. Closes COUCHDB-837. | Filipe David Borba Manana |
2010-08-02 | Remove functions from export list that are not used by any other module (incl... | Filipe David Borba Manana |
2010-07-20 | require application/json content-type in the remaining places where a POST ha... | John Christopher Anderson |
2010-07-19 | remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829 | John Christopher Anderson |
2010-06-05 | update_seq is only in view response when update_seq=true is in query params | John Christopher Anderson |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-05-22 | Major whitespace cleanup, no functional changes. | Jan Lehnardt |
2010-05-19 | Don't use module name for module-local function calls that don't affect | Jan Lehnardt |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-07 | temp_views should be only available to server and database admins | John Christopher Anderson |
2010-04-07 | include update_seq in view responses, patch via Joscha Feth, (mostly) closes ... | John Christopher Anderson |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-12-10 | Add a "Reduce" checkbox to the database view page in Futon, which controls th... | Christopher Lenz |
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-11-16 | Fix a couple typos in the source. | Paul Joseph Davis |
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-14 | Fix speling. | Jason David Davies |
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 | 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-08-17 | allow list function and view function to be in different design docs, patch b... | Jan Lehnardt |
2009-08-16 | Update our Erlang VM requirement to 5.6.5 (R12B5). Also fixes the remaining two | Paul Joseph Davis |
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 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
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-05-13 | Closes COUCHDB-334 - Add JSONP support to CouchDB | Paul Joseph Davis |
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-01 | Exporting the main function for sending view responses. | Paul Joseph Davis |
2009-04-29 | Closes COUCHDB-320 (ignore Content-Type in _temp_view). Thanks B. Candler | Adam Kocoloski |
2009-04-25 | Resolves COUCHDB-331 - Allow reduce=true&include_docs=false | Paul Joseph Davis |
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-04-18 | Resolves COUCHDB-306 - Wacky error responses to malformed documents | Paul Joseph Davis |
2009-04-18 | Fixes COUCHDB-322 | Paul Joseph Davis |
2009-04-17 | output errors differently during chunked responses (view and list) | John Christopher Anderson |
2009-03-20 | map queries with group=true query option will return an error. | John Christopher Anderson |
2009-03-19 | inclusive_end query option for views, defaults to true (does not change curre... | John Christopher Anderson |
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-02-25 | Support for reduce views in _list. closes COUCHDB-260. Thanks Jason Davies. | John Christopher Anderson |