summaryrefslogtreecommitdiff
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-10-01doc improvementsNoah Slater
2008-10-01Make the database list in the sidebar in Futon a list of the 10 most recently...Christopher Lenz
2008-09-30Remove some debugging leftovers from the Futon HTML.Christopher Lenz
2008-09-25Futon pagination no longer uses negative counts.John Christopher Anderson
2008-09-24Move jchris from THANKS to AUTHORS & update his email-address.Jan Lehnardt
2008-09-24remove EXEEXTNoah Slater
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-22corrected spellingNoah Slater
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-17added $(EXEEXT) to target per automakes adviceNoah Slater
2008-09-17removed useless lineNoah Slater
2008-09-16Install the new config page in Futon.Jan Lehnardt
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-14modified Makefile.am not to clean non-generated fileNoah Slater
2008-09-13Moved most of the startup services from being hard coded in couch_server_sup ...Damien F. Katz
2008-09-13remove leftover debug statementJan Lehnardt
2008-09-13Changes and refactorings to couch_configDamien F. Katz
2008-09-13added quotes around filenameNoah Slater
2008-09-11removed make packaging of etc/default/couchdbNoah Slater
2008-09-11updated CHANGESNoah Slater
2008-09-11remove PID and INI options from the etc/default file and added COUCHDB_OPTION...Noah Slater
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-08fixed adduser pathNoah Slater
2008-09-08Add simple test for retrieving a specific revision of a document (for r693115).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-09-01removed unused variablesNoah Slater
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-31Register files added for futon uploads with the Makefile.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-30Remove unused fileJan Lehnardt
2008-08-30- Remove dependency on test/local.iniJan Lehnardt
2008-08-30Fix multi-ini-file support with -b option.Jan Lehnardt
2008-08-30Update local.ini example file to reflect the new configuration option names.Jan Lehnardt
2008-08-30Fix -b startup option.Jan Lehnardt
2008-08-30Use 127.0.0.1 instead of localhost to point to Futon to avoid people reportin...Jan Lehnardt
2008-08-30Missed a configuration option earlier.Jan Lehnardt