summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-11-26Setup JavaScript command line runner.Paul Joseph Davis
2009-11-26Complete refactoring of couch_js.Paul Joseph Davis
2009-11-26Move all C code to src/couchdb/privPaul Joseph Davis
2009-11-26Refactored the fix for active_dbs timeouts.Paul Joseph Davis
2009-11-26Update the open db's test to check failure.Paul Joseph Davis
2009-11-25Fixed a bug preventing active_dbs from working.Paul Joseph Davis
2009-11-24Fixes COUCHDB-578Paul Joseph Davis
2009-11-23Fix and tests for COUCHDB-292Damien F. Katz
2009-11-21upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474Adam Kocoloski
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-19fix replication of attachments gzipped by proxyAdam Kocoloski
2009-11-17Fix for broken multipart parsing code as mentioned in COUCHDB-570.Damien F. Katz
2009-11-16Fix a couple typos in the source.Paul Joseph Davis
2009-11-15Testing of incremental attachments and more testing of multipart/handling.Damien F. Katz
2009-11-14Better testing of multipart/relatedDamien F. Katz
2009-11-13Remove debigging messagesDamien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-10Add doc id validation when creating a new document with theJan Lehnardt
2009-11-09wait 5 minutes before assuming a connection is staleAdam Kocoloski
2009-11-09better error for illegal_database_name. Closes COUCHDB-566Adam Kocoloski
2009-11-09Fixes 'make distcheck' to run the test suite.Paul Joseph Davis
2009-11-05Minor reformating.Damien F. Katz
2009-11-05typo, thanks David CoallierJan Lehnardt
2009-11-05add safety net for code accidents where the document id in a doc delete reque...Jan Lehnardt
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz