summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-10-13Add more information to the view info objects.Paul Joseph Davis
2009-10-13Fix partial view updating regression.Paul Joseph Davis
2009-10-13Fix new create_target replication option when OAuth is being used.Jason David Davies
2009-10-12Send 400 error when bad OAuth token is received.Jason David Davies
2009-10-12Added handy log message for debugging OAuth behind proxies.Jason David Davies
2009-10-11add create_target:true option to _replicate that creates the target databaseJan Lehnardt
2009-10-09allow case-insensitive content-type from external, and other cleanupAdam Kocoloski
2009-10-05friendlier error message on bad log config file permissionsJohn Christopher Anderson
2009-10-03Fixes COUCHDB-517 UUID server restarts.Paul Joseph Davis
2009-10-02Add OAuth support for "https" URL scheme when using SSL proxy.Jason David Davies
2009-10-02replication bugfixes, see COUCHDB-516Adam Kocoloski
2009-09-30_uuid ETags were coming out as random binary noise. fixes this so they are pr...John Christopher Anderson
2009-09-30more OAuth fixes, in particular for requests with query-string parametersAdam Kocoloski
2009-09-30fix replication from DB protected by OAuth and require_valid_user=trueAdam Kocoloski
2009-09-30Port Noah's bugfixes to trunk.Paul Joseph Davis
2009-09-29Add ETap to CouchDB's SVN repository.Paul Joseph Davis
2009-09-29all hail paul davisNoah Slater
2009-09-29commented out lineNoah Slater