summaryrefslogtreecommitdiff
path: root/src/couchdb
AgeCommit message (Expand)Author
2008-10-31couchdb once again serves favicon.icoJohn Christopher Anderson
2008-10-31fixed JSON regression about revs_info statusJohn Christopher Anderson
2008-10-25temporarily removed edoc generationNoah Slater
2008-10-25Fix edoc error in distribution.Jan Lehnardt
2008-10-25added CURL flags to couchjs buildNoah Slater
2008-10-23Put .erl files back into distribution package.Jan Lehnardt
2008-10-23added header to SOURCESNoah Slater
2008-10-23fixed jobserver issues with edoc generationNoah Slater
2008-10-22Send a notification when a database is createdJan Lehnardt
2008-10-22First check-in of admin http authentication and authorization.Damien F. Katz
2008-10-21fix for COUCHDB-139 keys available when reduce=falseJohn Christopher Anderson
2008-10-21fix for COUCHDB-138 include_docs=true&reduce=falseJohn Christopher Anderson
2008-10-21Removed debugging statement. Damien F. Katz
2008-10-21Fix for COUCHDB-99. Certain Skipped KeyValue pairs weren't being assembled in...Damien F. Katz
2008-10-11db update notification process fix - thanks vmx, davisp, dreidJohn Christopher Anderson
2008-10-11dropping kerberos supportJohn Christopher Anderson
2008-10-10config web service fix from davispJohn Christopher Anderson
2008-10-09make check now runs the JavaScript test suiteJohn Christopher Anderson
2008-10-09remove content-length header from file attachment responses. see inline commentsJohn Christopher Anderson
2008-10-09make couch_httpd:send_error/4 publicJohn Christopher Anderson
2008-10-08add db_name back to database info, and testJohn Christopher Anderson
2008-10-06tiny whitespace fix for 409 database errorJohn Christopher Anderson
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-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