summaryrefslogtreecommitdiff
path: root/src/couchdb
AgeCommit message (Expand)Author
2010-02-19use process state instead of config lookup to match vhostsJan Lehnardt
2010-02-19typoJan Lehnardt
2010-02-19Add virtual host handling.Jan Lehnardt
2010-02-19keep listeners when rebooting replicationsAdam Kocoloski
2010-02-18remove trailing whitespaceJan Lehnardt
2010-02-18Fixes COUCHDB-640 - Reset views with invalid update seqs.Paul Joseph Davis
2010-02-12move from _admins / _readers / _security to just a single _security objectJohn Christopher Anderson
2010-02-04re-enable 404 handling in show functions while retaining user-friendly error ...Jan Lehnardt
2010-02-04remove empty linesBenoit Chesneau
2010-02-04fix COUCHDB-638.Benoit Chesneau
2010-02-03fix #COUCHDB-595 thanks for tests and report.Benoit Chesneau
2010-02-03error message on bad security objectJohn Christopher Anderson
2010-02-03enhance reader and admin listsJohn Christopher Anderson
2010-02-03add default_fun and url_handlers to #http. It's useful for any customBenoit Chesneau
2010-02-02proxy authentification handler. This handler allows creation of aBenoit Chesneau
2010-02-02would have been strange to be abble ../../_changes and notBenoit Chesneau
2010-02-01fix unused variable warnings, remove unused code.Jan Lehnardt
2010-02-01Database-level security.John Christopher Anderson
2010-02-01removed unused code. Patch by Robert Dionne. Closes COUCHDB-581Jan Lehnardt
2010-02-01improve object handling from query member of the rule. Allow to handleBenoit Chesneau
2010-02-01typoBenoit Chesneau
2010-01-31add url rewriting support.Benoit Chesneau
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2010-01-29Thanks Filipe Manana. Closes COUCHDB-631.John Christopher Anderson
2010-01-23show conflicts in changes filters. Patch by Lena Herrmann. Closes COUCHDB-630Jan Lehnardt
2010-01-18normalize userCtx name and roles, also, no log in via a conflict docJohn Christopher Anderson
2010-01-13validate use doc typeJohn Christopher Anderson
2010-01-12Add utility for verifying hashes.Jason David Davies
2010-01-09make the default account db called _users, not usersJohn Christopher Anderson
2010-01-09better validations on users dbJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-12-23Follow RFC 2616 closer and use "verb" instead of "method"Jan Lehnardt
2009-12-22remove show from db doc GET handler, completing flip-flop on COUCHDB-404John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-12-16Provide Content-MD5 header support for attachments.Paul Joseph Davis
2009-12-14Email notification test failed. Undoing.Paul Joseph Davis
2009-12-14Forcing a build failure to check buildbot emails.Paul Joseph Davis
2009-12-10cache headers for favicon.ico - thanks Matthew HookerJohn Christopher Anderson
2009-12-10Add a "Reduce" checkbox to the database view page in Futon, which controls th...Christopher Lenz
2009-12-08release old Fds on replication reboot, shut down child procs in a cleaner orderAdam Kocoloski
2009-12-02removed add_fun optimization for filters, this provides better concurrency at...John Christopher Anderson
2009-12-02COUCHDB-588: don't make log noise when an OS process chooses to terminate nor...Mark Hammond
2009-12-02ensure the child exit code is reported correctly to couchMark Hammond
2009-11-30Fix two issues for databases upgraded from 0.9.x:Jan Lehnardt
2009-11-30ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586Adam Kocoloski
2009-11-30work on COUCHDB-582, fixes issues with filtered longpoll requests closing earlyJohn Christopher Anderson
2009-11-27Fix weird error with JS_DefineFunctions call.Paul Joseph Davis
2009-11-27Force couchspawnkillable to be executable.Paul Joseph Davis
2009-11-27Minor formatting fix.Paul Joseph Davis
2009-11-27get windows building againMark Hammond