summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-11-03only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539Adam Kocoloski
2009-11-03eliminate new process flood after OS wakes from sleep. COUCHDB-539Adam Kocoloski
2009-11-03Allow updating a doc along with an attachment when posted from anJan Lehnardt
2009-11-02cast string status codes (from _externals) to integers before logging. COUCHD...Adam Kocoloski
2009-10-31List functions weren't returning OS processes.Paul Joseph Davis
2009-10-29write config changes much faster - see COUCHDB-545. Thanks Gustavo NiemeyerAdam Kocoloski
2009-10-28reboot replication from last checkpoint if DB is compacted or server restartsAdam Kocoloski
2009-10-27Make it harder to accidently terminate chunked resposnes by requiring callers...Damien F. Katz
2009-10-27Fixed a minor bug with attachments of zero length.Paul Joseph Davis
2009-10-26_changes response might have completed alreadyAdam Kocoloski
2009-10-26asking for a missing rev with ?rev or ?open_revs was a 500 responseAdam Kocoloski
2009-10-26replication client should use inactivity timeout on changes feedAdam Kocoloski
2009-10-24Fixed the test for couch_stats_aggregator.Paul Joseph Davis
2009-10-24use couch_util:priv_dir() b/c it works in dev mode tooAdam Kocoloski
2009-10-24Update functions can now handle any HTTP verb, excepting GET and HEADJohn Christopher Anderson
2009-10-24Move stat descriptions out of the config.Paul Joseph Davis
2009-10-23improved speed and concurrency of config lookupsAdam Kocoloski
2009-10-22Improve OAuth error message for missing tokens.Paul Joseph Davis
2009-10-20typoJan Lehnardt
2009-10-19Fix bug when lists use two design docs.Paul Joseph Davis
2009-10-18log external reqests like any other requestsJan Lehnardt
2009-10-17have 'make dist' build a windows installer on windowsMark Hammond
2009-10-15Add support for other OAuth signature methods in replication client.Jason David Davies
2009-10-15Only check for admin user if we are trying to create a database. Thanks to Bo...Jan Lehnardt
2009-10-15also fix attachment redirectsAdam Kocoloski
2009-10-15bugfixes for redirects in replication and iolists in OAuth qs paramsAdam Kocoloski
2009-10-14Fix a bug in the couch.app generation.Paul Joseph Davis