summaryrefslogtreecommitdiff
path: root/src/couchdb
AgeCommit message (Expand)Author
2008-12-19shorter path to _action servers, external supports better routing controlJohn Christopher Anderson
2008-12-18fix for crash of couch_server when database non-existantDamien F. Katz
2008-12-18Fixed problem when a crashed db can cause couch_server to crash when it attem...Damien F. Katz
2008-12-16fix COUCHDB-174 thanks Adam KocoloskiJohn Christopher Anderson
2008-12-16Adam Kocoloski replication performance improvements (closes COUCHDB-160)John Christopher Anderson
2008-12-16fix COUCHDB-177. thanks Paul Carey and Paul DavisJohn Christopher Anderson
2008-12-16the external process handlerJohn Christopher Anderson
2008-12-16couch_os_process to manage the JSON line protocol. thanks davisp.John Christopher Anderson
2008-12-16remove couch_ft_queryJohn Christopher Anderson
2008-12-16do not fail on heavily loaded systems. wait forever for syscalls to returnJan Lehnardt
2008-12-12modifications to view server to keep the file descriptor open for the life of...Damien F. Katz
2008-12-11removed a particularly verbose LOG_DEBUG statementJohn Christopher Anderson
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson
2008-12-09user name should be binary for jsonJohn Christopher Anderson
2008-11-25_all_docs_by_seq works with descending=trueJohn Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-14fix for _all_docs_by_seq with include_docsJohn Christopher Anderson
2008-11-12fix occasional curl segfault. thanks davispJohn Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-11-09apply replication fixing patches from COUCHDB-157John Christopher Anderson
2008-11-06Fix warning on Linux.Jan Lehnardt
2008-11-03Fix for performance problem with views. Every access to a view was causing a ...Damien F. Katz
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