summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-05include_docs option adds a doc member to view rows with the latest _rev of th...John Christopher Anderson
2008-10-05added multi-key requests to _view, _temp_view, and _all_docs (with help from ...John Christopher Anderson
2008-10-05refactor couch_httpd_view to use output_map_viewJohn Christopher Anderson
2008-10-05remove unnecessary negative count featureJohn Christopher Anderson
2008-10-02Added files forgotten in the httpd refactoring checkin.Damien F. Katz
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-09-23fix for COUCHDB-119 - replication is incremental between local and remote dat...John Christopher Anderson
2008-09-23Changed call to Req:recv_body() by Damien's request.Jan Lehnardt
2008-09-23Fix config file writer issue, where doplicate sections would be createdJan Lehnardt
2008-09-21change integer handling in mochijson2 to fix JSON regression COUCHDB-118John Christopher Anderson
2008-09-20reduce=false closes COUCHDB-76John Christopher Anderson
2008-09-17removed useless lineNoah Slater
2008-09-16Add HTTP API for getting the complete config, and add a page to Futon that di...Christopher Lenz
2008-09-15Fix for error when saving an attachment during a compaction.Damien F. Katz
2008-09-13Moved most of the startup services from being hard coded in couch_server_sup ...Damien F. Katz
2008-09-13Changes and refactorings to couch_configDamien F. Katz
2008-09-11Check-in of document purge functionality.Damien F. Katz
2008-09-09Fix for attachment content-type conversion from/to binary in RESTful API.Christopher Lenz
2008-09-08Fix retrieval of specific document revisions, which needed to be updated for ...Christopher Lenz
2008-09-02Fix for bug COUCHDB-109.Damien F. Katz
2008-08-31Fix the config HTTP API for the changed JSON representation, remove the POST ...Christopher Lenz
2008-08-31Merged json_term_changes branch back into trunk.Christopher Lenz
2008-08-30Rename 'module' to 'section', and 'variable' to 'option' in the config code.Christopher Lenz
2008-08-30Implement attachment uploading in Futon.Christopher Lenz
2008-08-30- Remove dependency on test/local.iniJan Lehnardt
2008-08-30Missed a configuration option earlier.Jan Lehnardt
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-30Some cosmetic cleanup (removed trailing whitespace, fixed indentation, make t...Christopher Lenz
2008-08-24fix for occasional crash when attempting to open a database on a heavily load...Damien F. Katz
2008-08-22Fix for couch_server process crash when databases that don't exist are attemp...Damien F. Katz
2008-08-20Fix for possible multi-threading bottleneck in ICU driver.Damien F. Katz
2008-08-20add missing filesJan Lehnardt
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-14CouchDB performance work. Faster Btree updates and lookups.Damien F. Katz
2008-08-12HTTP COPY & MOVE for documents with testsJan Lehnardt
2008-08-08Idempotent document creation support, new HTTP api to generate UUIDs and supp...Damien F. Katz
2008-08-07Fix for bug COUCHDB-100.Damien F. Katz
2008-08-05Fixed restart testing by making it far less likely a HTTP client will get a n...Damien F. Katz
2008-08-05Fixed bug where we attempted to match a linked port to the current fd, but fa...Damien F. Katz
2008-08-05Readded file name checks for open and delete, as an attacker could use relati...Damien F. Katz
2008-08-05Added new erlang source file to build system.Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-07-29Fix for problem with count query arg in grouped reduce views. Previous fix wo...Damien F. Katz
2008-07-28Adjusted btree chunk size to give a 25% performance increase in random testing.Damien F. Katz
2008-07-27removed individual committer copyright statements as per policyNoah Slater
2008-07-25Fix to previous commit r679840.Christopher Lenz
2008-07-25Use a method compatible with Erlang R11B to put the Erlang OTP version in the...Christopher Lenz
2008-07-25Fix for problem with Safari and mochiweb.Damien F. Katz
2008-07-22Fix for compacted databases reporting 0 documents after compactionDamien F. Katz
2008-07-18Fix for problem when saving bulk documents with invalid idsDamien F. Katz