Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-19 | etap couch tests now executing again, work to do on C libs to get them to pass | Brad Anderson | |
2010-08-19 | Support Range header for all attachments, even without compaction upgrade. ↵ | Robert Newson | |
It's just less efficient. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@987084 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-18 | order matters in rebar.config, esp. on clean slate | Brad Anderson | |
2010-08-18 | disable ibrowse test for now | Brad Anderson | |
2010-08-18 | more ignores | Brad Anderson | |
2010-08-18 | lay down cloudant build system. | Brad Anderson | |
2010-08-18 | clear out root folder a bit, moving couch bits into apps/couch or rel/ | Brad Anderson | |
2010-08-18 | new version() call allows for hidden patch releases | Adam Kocoloski | |
2010-08-18 | expose security obj to shows, lists & updates functions. | Benoit Chesneau | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986854 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-18 | design_doc_to_view_group only needs the #doc{} | Adam Kocoloski | |
2010-08-18 | Grab bag of Cloudant patches to couch OTP application | Adam Kocoloski | |
- Removal of couch_db and couch_ref_counter processes. Active DBs are accessible through a protected ets table owned by couch_server. - #full_doc_info{} in by_id and by_seq trees for faster compaction at the expense of more disk usage afterwards. Proposed as COUCHDB-738 but not accepted upstream. - Replication via distributed Erlang. - Better hot upgrade support (uses exported functions much more often). - Configurable btree chunk sizes allow for larger (but still bounded) reductions. - Shorter names for btree fields in #db{} and #db_header{}. - couch_view_group does not keep a reference to the #db{}. - Terms are stored compressed (again). | |||
2010-08-18 | couch_util:to_binary now catches all errors | Adam Kocoloski | |
2010-08-18 | bind schedulers using VM default strategy on startup | Adam Kocoloski | |
2010-08-18 | trust VM to start our dependent apps | Adam Kocoloski | |
2010-08-18 | remove a few leftover cloudant edits | Adam Kocoloski | |
2010-08-18 | add chttpd to build system and update reltool.config | Adam Kocoloski | |
2010-08-18 | Add 'apps/chttpd/' from commit 'e1dda6bc6219d7ac33ea75d56b9c02f5063b4787' | Adam Kocoloski | |
git-subtree-dir: apps/chttpd git-subtree-mainline: 80a42af43128e6750407952938d722a3ce4c1c99 git-subtree-split: e1dda6bc6219d7ac33ea75d56b9c02f5063b4787 | |||
2010-08-18 | remove some cloudant stuff | Adam Kocoloski | |
2010-08-18 | typo | Jan Lehnardt | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@986719 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-18 | typo | Jan Lehnardt | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986717 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-18 | Fix test suite for Chrome and Safari. | Jan Lehnardt | |
couch.js patch by Robert Newson. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986710 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-18 | include new attachment_ranges.js in share/Makefile.am | Robert Newson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986634 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-18 | COUCHDB-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-18 | Add 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-18 | Test 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-17 | fix 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-17 | don'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-17 | added notice about CVE-2010-2234 | Noah Slater | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@986368 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-17 | added notice about CVE-2010-2234 | Noah Slater | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986368 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-17 | add 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-17 | New 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-15 | Bumping 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-15 | Fix 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-15 | add 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-13 | more informative error messages on invalid json | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@985407 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-12 | appups for 1.2.3 | Adam Kocoloski | |
2010-08-12 | enable _search handler. Didn't add [external] block to config | Adam Kocoloski | |
2010-08-12 | appups for 1.2.2 | Adam Kocoloski | |
2010-08-12 | convert all replication requests into remote/remote | Adam Kocoloski | |
2010-08-12 | add the appups for real | Adam Kocoloski | |
2010-08-12 | appups for 1.2.1 | Adam Kocoloski | |
2010-08-12 | use correct server header | Adam Kocoloski | |
2010-08-12 | sort the response to /_active_tasks | Adam Kocoloski | |
2010-08-12 | nicer error messages for missing attachment stubs | Adam Kocoloski | |
2010-08-12 | Human-readable 404 for missing DB, BugzID 10523 | Adam Kocoloski | |
2010-08-12 | measure all get_db_info calls | Adam Kocoloski | |
2010-08-12 | use couch_httpd_auth config block everywhere | Adam Kocoloski | |
2010-08-12 | oops, referenced the wrong config setting for auth db | Adam Kocoloski | |
2010-08-12 | support for revs_limit and security metadata | Adam Kocoloski | |
2010-08-12 | add _system resource for munin plugins | Adam Kocoloski | |