summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04use revisions when replicating attachments. Closes COUCHDB-337Adam Kocoloski
2009-05-04standalone attachment GETs should respect "rev" qs paramAdam Kocoloski
2009-05-04hinting to reduce sparseness in chunked attachment putsJohn Christopher Anderson
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-05-01Exporting the main function for sending view responses.Paul Joseph Davis
2009-04-29Accidentally checked in a debug statement.Paul Joseph Davis
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-20Fix for process leaks with retrying compactions.Damien F. Katz
2009-04-19COUCHDB-306 - Improving reported errors.Paul Joseph Davis
2009-04-19add a startup checkpoint to couch.logJan Lehnardt
2009-04-19whitespaceJan 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-310Paul Joseph Davis
2009-04-18Fixes COUCHDB-311Paul 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-15change error message from list to binary stringJohn Christopher Anderson
2009-04-15URL-encode attachment paths during replicationAdam Kocoloski
2009-04-11refactor: extract method from doc_flush_binaries. add with_stream/2 to handle...John Christopher Anderson
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-04-09Fix to allow couch_file use in tests without the server being started.Damien F. Katz
2009-04-09Removal of unused member in write_stream record.Damien F. Katz
2009-04-09Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ...Damien F. Katz
2009-04-07Add null_authentication_handler. It is useful when running CouchDB behind an ...Jan Lehnardt
2009-04-05added compaction for view indexes. See COUCHDB-92Adam Kocoloski
2009-04-04Use now_diff instead of statistics(runtime). Closes COUCHDB-316Adam Kocoloski
2009-03-31unify including of couch_db.hrlJan Lehnardt
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-24Fix for crash when compacting an empty databaseDamien F. Katz
2009-03-24make some error messages more readable, committed for jchrisJan Lehnardt
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-20map queries with group=true query option will return an error.John Christopher Anderson
2009-03-19Bring back Futon attachment uploading that was removed in the recent rep_secu...Christopher Lenz
2009-03-19inclusive_end query option for views, defaults to true (does not change curre...John Christopher Anderson
2009-03-18remove MOVE requests as they can't sensibly be supported and COPY & DELETE do...Jan Lehnardt
2009-03-16sensible error message if doc._rev is null or a numberJohn Christopher Anderson
2009-03-16Adding the necessary done=true to the last race condition fix in the replicat...Damien F. Katz
2009-03-16Fix for occasional replication failure where replication would complete befor...Damien F. Katz