summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-18include new attachment_ranges.js in share/Makefile.amRobert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986634 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
Attachments are upgraded to support the Range header on compaction. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986629 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Add one more test to replicator_db.js: test that after a design doc is ↵Filipe David Borba Manana
updated on source it gets replicated to the target. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986625 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18Test that design docs get replicated in a continuous replication when the ↵Filipe David Borba Manana
replication is triggered by a replication doc. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986614 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17fix badmatch when fetching zero byte attachments.Robert Newson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986476 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17don't export twice.. this warning was annoying.Benoit Chesneau
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986437 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17added notice about CVE-2010-2234Noah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@986368 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17added notice about CVE-2010-2234Noah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986368 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17add missing file (#COUCHDB-855)Benoit Chesneau
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986183 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17New vhost manager. allows dynamic add of vhosts without restart,Benoit Chesneau
wildcard in vhost and dynamic routing via pattern matching. Close #COUCHDB-855. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986182 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Bumping ibrowse library to version 1.6.2 (latest).Filipe David Borba Manana
It has a few important bug fixes and new features, such as, for example: 1) fixes https requests not going via the proxy; 2) added SSL support for direct connections; 3) fixes to URL parsing; 4) added option headers_as_is git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@985730 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Fix Erlang unused variable warnings.Filipe David Borba Manana
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@985719 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15add requested_path to the req so we know original path in shows/lists &Benoit Chesneau
updates function. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@985678 13f79535-47bb-0310-9956-ffa450edef68
2010-08-13more informative error messages on invalid jsonJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@985407 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12appups for 1.2.3Adam Kocoloski
2010-08-12enable _search handler. Didn't add [external] block to configAdam Kocoloski
2010-08-12appups for 1.2.2Adam Kocoloski
2010-08-12convert all replication requests into remote/remoteAdam Kocoloski
2010-08-12add the appups for realAdam Kocoloski
2010-08-12appups for 1.2.1Adam Kocoloski
2010-08-12use correct server headerAdam Kocoloski
2010-08-12sort the response to /_active_tasksAdam Kocoloski
2010-08-12nicer error messages for missing attachment stubsAdam Kocoloski
2010-08-12Human-readable 404 for missing DB, BugzID 10523Adam Kocoloski
2010-08-12measure all get_db_info callsAdam Kocoloski
2010-08-12use couch_httpd_auth config block everywhereAdam Kocoloski
2010-08-12oops, referenced the wrong config setting for auth dbAdam Kocoloski
2010-08-12support for revs_limit and security metadataAdam Kocoloski
2010-08-12add _system resource for munin pluginsAdam Kocoloski
2010-08-12remove unused increment_update_seq handlerAdam Kocoloski
2010-08-12trivial bug caught by dialyzerAdam Kocoloski
2010-08-12many updates to doc handling, batch=ok works nowAdam Kocoloski
2010-08-12add _membership handler to cluster http layer, and get good node listBrad Anderson
2010-08-12whitespaceBrad Anderson
2010-08-12update PUT /db/docid, but multipart is probably still brokenAdam Kocoloski
2010-08-12showroom_api disappeared, use showroom_rep for nowAdam Kocoloski
2010-08-12thank you dialyzerAdam Kocoloski
2010-08-12remove unnecessary chttpd_stats moduleAdam Kocoloski
2010-08-12use base64 library instead of old couch_util implAdam Kocoloski
2010-08-12CouchDB is 1.0.0Adam Kocoloski
2010-08-12update attachment handling for new format, untestedAdam Kocoloski
2010-08-12remove unused view codeAdam Kocoloski
2010-08-12rearrange fabric arguments to match couch_btreeAdam Kocoloski
2010-08-12move db_path logic to chttpdAdam Kocoloski
2010-08-12more cleanup of the includesAdam Kocoloski
2010-08-12update include path for couch_db.hrlAdam Kocoloski
2010-08-12good enough README for nowBrad Anderson
2010-08-12working on my markdown-fuBrad Anderson
2010-08-12add rebar, makefile, readme to chttpdBrad Anderson
2010-08-12ugly dual-compatibility for ours/apache's _session formatsAdam Kocoloski