Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-13 | Bug fixes: | Filipe David Borba Manana | |
1) requests to remote /db/_changes were discarding the proxy options; 2) handle redirect code 302 besides 301 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996458 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-13 | Merged revision 996399 from trunk: | Filipe David Borba Manana | |
Bug fix: add missing case for not preserving HTTP basic auth credentials after a redirect for _changes git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@996401 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-13 | Bug fix: add missing case for not preserving HTTP basic auth credentials ↵ | Filipe David Borba Manana | |
after a redirect for _changes git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996399 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-12 | Replicator bug fix: redirect from remote /db/_changes not properly handled ↵ | Filipe David Borba Manana | |
(discarded user supplied HTTP Basic auth credentials) git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@996295 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-12 | Fix previous revision (module prefix not included) | Filipe David Borba Manana | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996293 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-12 | Replicator bug fix: redirect from remote /db/_changes not properly handled ↵ | Filipe David Borba Manana | |
(discarded user supplied HTTP Basic auth credentials) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996292 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-12 | additional test for non-circular commonjs require. closes COUCHDB-869 | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@996270 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-12 | commonjs require no longer creates circular references | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@996269 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-12 | additional test for non-circular commonjs require. closes COUCHDB-869 | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996267 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-12 | commonjs require no longer creates circular references | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996266 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-11 | raise the default session timeout to 12 hours | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@996199 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-10 | readme improvements for ubuntu | joewilliams | |
2010-09-10 | updated readme for centos/redhat | joewilliams | |
2010-09-10 | Merged revision 995631 from trunk: | Filipe David Borba Manana | |
Bug fix: replicator proxy option ignored. Thanks James Jackson for finding and reporting the bug. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@995632 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-10 | Bug fix: replicator proxy option ignored. | Filipe David Borba Manana | |
Thanks James Jackson for finding and reporting the bug. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@995631 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-09 | Refactor changes module to allow for accumulators with the callback ↵ | Filipe David Borba Manana | |
(optional, doesn't break public API). git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@995528 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-08 | make sure we always do a plan. | Benoit Chesneau | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@993567 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-07 | fix issue #COUCHDB-230 . now it's possible to do */test = | Benoit Chesneau | |
/db/_design/test or even example.com/test = /db/_design/test and other stuff already possible with vhost manager. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@993558 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-07 | improve rewriter. No< it's possible to pass a variable in path as <var> | Benoit Chesneau | |
so you can do /somepath/<var>something or /somepath/<var>.txt ... git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@993532 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-07 | remove extra log statement | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@993229 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-07 | warn when a view query will be empty due to backwards start and end keys | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@993226 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-06 | remove fail_on_warning, closes #2 | Adam Kocoloski | |
Warnings appear to be unavoidable if we want to support R13B03 and R14A | |||
2010-09-06 | support for filtered _changes on multi-node clusters, closes #5 | Adam Kocoloski | |
2010-09-03 | suppress http:request/4 deprecation warning. Closes #2 | Adam Kocoloski | |
2010-09-03 | remove some unused/obsolete config settings | Adam Kocoloski | |
2010-09-03 | s/Cloudant/BigCouch | Adam Kocoloski | |
2010-09-03 | support for _view_cleanup via HTTP | Adam Kocoloski | |
2010-09-02 | fix warnings in couch_httpd_db.erl | Robert Newson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@992070 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-09-01 | pass W from Req to fabric properly | Brad Anderson | |
2010-09-01 | whitespace | Brad Anderson | |
2010-09-01 | ignore bigcouch.config | Brad Anderson | |
2010-08-31 | change runit directory name to bigcouch | joewilliams | |
2010-08-31 | validate input strings containing escape characters, COUCHDB-875 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@991073 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-08-29 | only display counter portion of cluster update_seq in Futon | Adam Kocoloski | |
We should provide access to the full sequence in Futon somehow, as it's useful for things like changes since "now". | |||
2010-08-29 | fix heartbeat for _changes feeds | Adam Kocoloski | |
2010-08-27 | use couchspawnkillable from privdir instead of overlay | Adam Kocoloski | |
2010-08-27 | add README.md back in for apps | Brad Anderson | |
2010-08-27 | add couchspawnkillable back, for views | Brad Anderson | |
2010-08-27 | my name is BigCouch | Adam Kocoloski | |
2010-08-27 | move troubleshooting to wiki | Adam Kocoloski | |
2010-08-27 | split some rexi utilities out from fabric | Brad Anderson | |
2010-08-27 | use dbcore not core | joewilliams | |
2010-08-27 | fix a bad cherry-pick | Adam Kocoloski | |
2010-08-27 | display full cluster update_seq in get_db_info() | Adam Kocoloski | |
2010-08-27 | fix "Mike's bug" with attachment uploading. BugzID 10742 | Adam Kocoloski | |
2010-08-27 | avoid deadlocks when changing query_servers configs, BugzID 10679 | Adam Kocoloski | |
2010-08-27 | tolerate view groups initializing during DB deletion | Adam Kocoloski | |
2010-08-27 | implement cleanup_index_files() | Adam Kocoloski | |
2010-08-27 | slightly better rexi_EXIT handling, needs more work | Adam Kocoloski | |
2010-08-27 | remove mentions of _metrics from default.ini | joewilliams | |