Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-15 | bump reltool.config | Robert Newson | |
2011-11-09 | Bump fabric version and drop the pre1 from release version | Adam Kocoloski | |
2011-10-12 | Freeze dependencies, this is 0.4.0pre1 | Adam Kocoloski | |
2011-10-12 | Remove obsolete options, document N,Q | Adam Kocoloski | |
2011-10-11 | Document custom HTTP/socket options in default.ini | Paul J. Davis | |
Part of the backport of COUCHDB-1008 to chttpd. This just updates the default.ini with some commented out options describing their availability to users. | |||
2011-10-07 | Include twig explicitly in the release config | Adam Kocoloski | |
This fixes "Unable to generate spec" errors when trying to build a release on Erlang/OTP R13. | |||
2011-10-04 | Merge pull request #67 from cloudant/12645-merge_latest_1.1.x | Adam Kocoloski | |
2011-10-04 | Merge remote branch 'apache/1.1.x' | Adam Kocoloski | |
2011-09-28 | permit . within database names to allow shard browsing on :5986 | Robert Newson | |
2011-09-28 | handle bigcouch sequences in futon.browse.js | Robert Newson | |
2011-09-28 | Merge 1.1.x because Paul Davis kept his important bug fix super secret while ↵ | Robert Newson | |
I was slaving away on this merge for two days. | |||
2011-09-28 | Merge 1.1.x changes | Robert Newson | |
Conflicts: apps/couch/include/couch_db.hrl apps/couch/src/couch_db.erl apps/couch/src/couch_os_process.erl apps/couch/src/couch_query_servers.erl apps/couch/src/couch_rep.erl apps/couch/src/couch_replication_manager.erl apps/couch/src/couch_view_compactor.erl apps/couch/src/couch_view_group.erl apps/couch/src/couch_view_updater.erl configure.ac couchjs/c_src/http.c couchjs/c_src/main.c couchjs/c_src/utf8.c etc/windows/couchdb.iss.tpl src/couchdb/priv/Makefile.am src/couchdb/priv/couch_js/main.c test/etap/160-vhosts.t test/etap/200-view-group-no-db-leaks.t test/etap/Makefile.am BugzID: 12645 | |||
2011-09-27 | set cluster_ssl correctly, and tidy chttps section. | Robert Newson | |
2011-09-26 | add https support. | benoitc | |
2011-08-12 | include new share/www files missed in the 1.1 merge. | Robert Newson | |
2011-07-05 | Restart replications on error | Filipe David Borba Manana | |
If a replication transitions to the "error" state, attempt to restart it up to "max_replication_retry_count" times (.ini configuration parameter). This number of retry attempts can now be set to "infinity" as well. This was already current behaviour in trunk (upcoming 1.2). Closes COUCHDB-1194. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1142258 13f79535-47bb-0310-9956-ffa450edef68 Conflicts: apps/couch/src/couch_rep.erl | |||
2011-06-13 | Merge CouchDB 1.1 | Robert Newson | |
2011-04-08 | add Solaris build support. | Robert Newson | |
2011-02-13 | Move new attachment_conflicts test to the overlay | Adam Kocoloski | |
2011-02-11 | Switch dependency tracking back to dev mode | Adam Kocoloski | |
2011-01-30 | Tagging 0.3.0 in reltool's config | Adam Kocoloski | |
2011-01-28 | COUCHDB-1047 - support inclusive_end with reduce calls | Robert Newson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1064800 13f79535-47bb-0310-9956-ffa450edef68 | |||
2011-01-20 | Merge CouchDB 1.0.2 release candidate | Adam Kocoloski | |
Conflicts: Makefile.am acinclude.m4.in apps/couch/src/couch_db.erl apps/couch/src/couch_db_updater.erl apps/couch/src/couch_rep.erl apps/couch/src/couch_rep_reader.erl apps/couch/src/couch_view.erl apps/couch/src/couch_view_group.erl rel/overlay/etc/default.ini share/Makefile.am src/couchdb/couch_query_servers.erl src/ibrowse/Makefile.am src/ibrowse/ibrowse.app.in src/ibrowse/ibrowse.erl src/ibrowse/ibrowse_app.erl src/ibrowse/ibrowse_http_client.erl src/ibrowse/ibrowse_lb.erl src/ibrowse/ibrowse_lib.erl src/ibrowse/ibrowse_sup.erl src/ibrowse/ibrowse_test.erl src/mochiweb/mochijson2.erl test/etap/112-replication-missing-revs.t test/etap/113-replication-attachment-comp.t test/etap/140-attachment-comp.t | |||
2011-01-11 | revert commit, fixed in wrong place | Robert Dionne | |
2011-01-11 | change default quorum to w=n to help issue #27 in api-tests | Robert Dionne | |
2011-01-06 | Refactor OS process management | Adam Kocoloski | |
Squashed commit of the following: commit a9cd9681f6c88f0f3c019e98e2edfef55cad0129 commit eb38bca08ffbf778b69fbb2d612e23733af82ff5 commit 98a03a079ab24f2c7bd9e0d6d7fac5fa62bfd4eb commit 9b8ec059165d981e4cd743008ecdf393a4f37f61 commit 3a891c1dd9a17fdd267c423b340dd09c31c89d7a commit 68351dd181c8a92b5baa9ac23f25c7c191484394 commit e4384a517e2efeac9231701898a6c67213642319 commit cd954661422d0ef146b5bd7792f835dcc4220c84 commit 3bcca92c7c0102d5722dfc6b2c332766cfe0370c commit 82d15f40f503b2609cf785ce2837e1280edaaa43 commit 70051abbd699e076452d772587c32ee5e09bdcbc commit 7f01d37781e7774015f6cb34f795b28db9ecc9f5 BugzID: 11572 See also COUCHDB-901 A new config setting is introduced. The following block controls the maximum number of OS processes that will be reused. Additional OS processes will still be spawned on-demand, but they'll be terminated when the clients are through with them. [query_server_config] os_process_soft_limit = 100 | |||
2010-12-31 | switch from bash to sh per issue #29 | joewilliams | |
2010-11-03 | update versioning | Adam Kocoloski | |
2010-10-25 | use get-deps to pull down individual cloudant projects | Adam Kocoloski | |
2010-09-03 | remove some unused/obsolete config settings | Adam Kocoloski | |
2010-08-31 | change runit directory name to bigcouch | joewilliams | |
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-27 | use couchspawnkillable from privdir instead of overlay | Adam Kocoloski | |
2010-08-27 | add couchspawnkillable back, for views | Brad Anderson | |
2010-08-27 | my name is BigCouch | Adam Kocoloski | |
2010-08-27 | remove mentions of _metrics from default.ini | joewilliams | |
2010-08-27 | Apache 2 license, Cloudant copyright when appropriate | Adam Kocoloski | |
2010-08-27 | s/overlay.config/dbcore.config | Adam Kocoloski | |
2010-08-27 | Erlang shell should not be the default | Adam Kocoloski | |
2010-08-27 | configure ports and node names, also correct a few bugs | Adam Kocoloski | |
2010-08-27 | read Erlang VM arguments from config file | Adam Kocoloski | |
2010-08-26 | log to var/log/dbcore.log by default | Adam Kocoloski | |
2010-08-26 | move futon to share/www | Adam Kocoloski | |
2010-08-26 | move main.js to share/couchjs | Adam Kocoloski | |
2010-08-24 | fix determination of ROOTDIR | Adam Kocoloski | |
2010-08-23 | install directly to {{prefix}} | Adam Kocoloski | |
2010-08-23 | no more rebar templates in configure | Adam Kocoloski | |
2010-08-23 | more erl_call cleanup | Brad Anderson | |
2010-08-20 | adding runit example | Brad Anderson | |
2010-08-20 | build couchjs with scons | Brad Anderson | |