summaryrefslogtreecommitdiff
path: root/etc/couchdb/default.ini.tpl.in
AgeCommit message (Expand)Author
2011-08-10COUCHDB-1245 - enforce maximum chunk size for _log call to better manage memory.Robert Newson
2011-07-02Restart replications on errorFilipe David Borba Manana
2011-03-08Merged revision 1079475 from trunkFilipe David Borba Manana
2011-02-02Merged revision 1066340 from trunkFilipe David Borba Manana
2011-02-01Backport COUCHDB-1008 from trunk (revision 1055592)Filipe David Borba Manana
2011-01-20COUCHDB-1034 - ignore runs of whitespace between content types in compressibl...Robert Newson
2011-01-03Merged revision 1054740 from trunkFilipe David Borba Manana
2010-12-23Merged revision 1052227 from trunk:Filipe David Borba Manana
2010-11-05Enable CouchDB to manage OS process daemons.Paul Joseph Davis
2010-10-16Replicator: fix issues when a peer is accessible via SSL.Filipe David Borba Manana
2010-09-25COUCHDB-393 related: moving couch.uri to a better place by default.Filipe David Borba Manana
2010-09-11raise the default session timeout to 12 hoursJohn Christopher Anderson
2010-08-17New vhost manager. allows dynamic add of vhosts without restart,Benoit Chesneau
2010-08-07os_process_limit for query servers make them much more robust under concurren...John Christopher Anderson
2010-08-04Add replicator DB (_replicator).Filipe David Borba Manana
2010-07-26Add SSL support to CouchDB.Robert Newson
2010-07-02close #COUCHDB-393. save the uri http://IP:PORT/ inBenoit Chesneau
2010-06-25make the authentication redirect URL configurable. setting it to the empty st...John Christopher Anderson
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-15demonstrate include_sasl logging option in .iniAdam Kocoloski
2010-05-19Renaming `jsonp = false` ini option to `allow_jsonp = false` to beJan Lehnardt
2010-05-19no newlines in .ini filesJan Lehnardt
2010-05-19jsonp callbacks are ignored unless jsonp is configured to trueJohn Christopher Anderson
2010-05-13vhost_global_handlers bypass rewrite rules and are available in all vhostsJohn Christopher Anderson
2010-05-05rewriter security to allow isolation of databases via subdomainsJohn Christopher Anderson
2010-04-29add auth timeout to default.ini instead of just relying on coded defaultJohn Christopher Anderson
2010-04-15remove unused batch config options. COUCHDB-737Adam Kocoloski
2010-04-07make max_concurrent_connections configurable via Randall Leeds / COUCHDB-705John Christopher Anderson
2010-04-02Removed _sleep from all tests. replaced with loops that spin until a conditio...Damien F. Katz
2010-03-05config settings for replicator sessions and pipeline. Patch by Filipe MananaAdam Kocoloski
2010-01-31add url rewriting support.Benoit Chesneau
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2010-01-09make the default account db called _users, not usersJohn Christopher Anderson
2010-01-09make sequential uuids the defaultJohn Christopher Anderson
2010-01-07merge account branch to trunkJohn Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-11-09Fixes 'make distcheck' to run the test suite.Paul Joseph Davis
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-10-24Move stat descriptions out of the config.Paul Joseph Davis
2009-10-05set default value of delayed_commits to true for 0.11/trunkJohn Christopher Anderson
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-08-15delayed commits are now a config option, off by default. Closes COUCHDB-449Adam Kocoloski
2009-08-11Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod...John Christopher Anderson
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-06-27A /_whoami handler to provide client apps with access to the active userCtx f...John Christopher Anderson
2009-05-19Add a configuration parameter for the default database handler.Paul Joseph Davis