summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Expand)Author
2009-05-18View source loads the original file now.Paul Joseph Davis
2009-05-13Fixes COUCHDB-349Paul Joseph Davis
2009-05-13Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...Damien F. Katz
2009-05-13Closes COUCHDB-334 - Add JSONP support to CouchDBPaul Joseph Davis
2009-05-12You can now specify either "_sum" or "_count" as the source code for 2 built-...John Christopher Anderson
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson
2009-05-09Check for invalid document members.Paul Joseph Davis
2009-05-08add changes.js to install targetAdam Kocoloski
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04standalone attachment GETs should respect "rev" qs paramAdam Kocoloski
2009-05-04reduce_limit error is thrown when the reduce function output is not small eno...John Christopher Anderson
2009-05-04Use batch=ok query param for document PUT and POST to defer index updates unt...John Christopher Anderson
2009-04-29Closes COUCHDB-320 (ignore Content-Type in _temp_view). Thanks B. CandlerAdam Kocoloski
2009-04-27Resolves COUCHDB-332 Proper errors for invalid docids.Paul Joseph Davis
2009-04-27Fix and test for COUCHDB-334 where a database with delayed commits pending is...Damien F. Katz
2009-04-25Resolves COUCHDB-331 - Allow reduce=true&include_docs=falsePaul Joseph Davis
2009-04-22Refactoring the view URL parameter parsing.Paul Joseph Davis
2009-04-20Makefile.am improvementsNoah Slater
2009-04-20be more verboseJan Lehnardt
2009-04-19add main.js to install files. Noah, can you double check?Jan Lehnardt
2009-04-19COUCHDB-306 - Improving reported errors.Paul Joseph Davis
2009-04-19add server/main.js to all: targetJan Lehnardt
2009-04-18fix make distcheck, thanks NoahJan Lehnardt
2009-04-18move main.js generation to MakefileJan Lehnardt
2009-04-18add generation-noticeJan Lehnardt
2009-04-18run mainjs.sh if one of the source files changedJan Lehnardt
2009-04-18integrate main.js split-up into build systemJan Lehnardt
2009-04-18refactor main.js into many files and improve show/list error handlingJohn Christopher Anderson
2009-04-18Resolves COUCHDB-306 - Wacky error responses to malformed documentsPaul Joseph Davis
2009-04-18Fixes COUCHDB-322Paul Joseph Davis
2009-04-17output errors differently during chunked responses (view and list)John Christopher Anderson
2009-04-16Baby steps toward better reporting of os_process errors (and JavaScript synta...John Christopher Anderson
2009-04-15add bulkSave method to jquery.couch.jsJohn Christopher Anderson
2009-04-15URL-encode attachment paths during replicationAdam Kocoloski
2009-04-14whitespaceJan Lehnardt
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-04-09Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ...Damien F. Katz
2009-03-28always load _conflicts in _show functionsJan Lehnardt
2009-03-27Location header responses should be absolute URIs, thanks ChristopherJan Lehnardt
2009-03-26return a Location header on newly created documents using PUT requestsJan Lehnardt
2009-03-26return Location header for newly create databasesJan Lehnardt
2009-03-26whitespaceJan Lehnardt
2009-03-24fix unstable stats test; the open_os_files counter needs a separate testJan Lehnardt
2009-03-24force full doc reload because ETags don't honour compactionJan Lehnardt
2009-03-21regression test for update/delete in one bulk_docs updateJohn Christopher Anderson
2009-03-21provide a 404 response on deletion of non-existant docsJohn Christopher Anderson
2009-03-21Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, ...Damien F. Katz
2009-03-20Futon reduce pagination. Fixes COUCHDB-172John Christopher Anderson
2009-03-20map queries with group=true query option will return an error.John Christopher Anderson