Age | Commit message (Expand) | Author |
2010-08-17 | New vhost manager. allows dynamic add of vhosts without restart, | Benoit Chesneau |
2010-08-10 | modified EXTRA_DIST for windows | Noah Slater |
2010-08-10 | added etc/windows to the build, fixes COUCHDB-849 | Noah Slater |
2010-08-07 | os_process_limit for query servers make them much more robust under concurren... | John Christopher Anderson |
2010-08-04 | Add replicator DB (_replicator). | Filipe David Borba Manana |
2010-07-26 | Add SSL support to CouchDB. | Robert Newson |
2010-07-26 | Multi-part patch to enable white-listing of _config API values: | Jan Lehnardt |
2010-07-25 | send a basic-auth popup header if require_valid_user=true, to prevent lock-out | John Christopher Anderson |
2010-07-02 | close #COUCHDB-393. save the uri http://IP:PORT/ in | Benoit Chesneau |
2010-07-02 | helpful note about configuring require_valid_user=true | John Christopher Anderson |
2010-06-25 | make the authentication redirect URL configurable. setting it to the empty st... | John Christopher Anderson |
2010-06-23 | Authentication caching, to avoid repeated opening and closing of the users da... | Damien F. Katz |
2010-06-15 | demonstrate include_sasl logging option in .ini | Adam Kocoloski |
2010-05-19 | Renaming `jsonp = false` ini option to `allow_jsonp = false` to be | Jan Lehnardt |
2010-05-19 | no newlines in .ini files | Jan Lehnardt |
2010-05-19 | jsonp callbacks are ignored unless jsonp is configured to true | John Christopher Anderson |
2010-05-13 | vhost_global_handlers bypass rewrite rules and are available in all vhosts | John Christopher Anderson |
2010-05-05 | rewriter security to allow isolation of databases via subdomains | John Christopher Anderson |
2010-04-29 | add auth timeout to default.ini instead of just relying on coded default | John Christopher Anderson |
2010-04-15 | remove unused batch config options. COUCHDB-737 | Adam Kocoloski |
2010-04-07 | make max_concurrent_connections configurable via Randall Leeds / COUCHDB-705 | John Christopher Anderson |
2010-04-02 | Removed _sleep from all tests. replaced with loops that spin until a conditio... | Damien F. Katz |
2010-03-23 | forward porting r926694 | Noah Slater |
2010-03-13 | simplified init script options | Noah Slater |
2010-03-05 | config settings for replicator sessions and pipeline. Patch by Filipe Manana | Adam Kocoloski |
2010-02-26 | generate .sha file for windows binary; ensure md5/sha use rel paths | Mark Hammond |
2010-02-24 | work when the path to th inno installer package has spaces | Mark Hammond |
2010-02-19 | Add virtual host handling. | Jan Lehnardt |
2010-01-31 | add url rewriting support. | Benoit Chesneau |
2010-01-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | John Christopher Anderson |
2010-01-09 | make the default account db called _users, not users | John Christopher Anderson |
2010-01-09 | make sequential uuids the default | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-11-26 | Complete refactoring of couch_js. | Paul Joseph Davis |
2009-11-16 | update windows readme about services | Mark Hammond |
2009-11-15 | add basic windows service support; auto build .md5 with .exe | Mark Hammond |
2009-11-09 | Fixes 'make distcheck' to run the test suite. | Paul Joseph Davis |
2009-11-03 | Added batching of multiple updating requests, to improve throughput with many... | Damien F. Katz |
2009-10-24 | Move stat descriptions out of the config. | Paul Joseph Davis |
2009-10-17 | have 'make dist' build a windows installer on windows | Mark Hammond |
2009-10-05 | set default value of delayed_commits to true for 0.11/trunk | John Christopher Anderson |
2009-09-17 | Fixes COUCHDB-396 | Paul Joseph Davis |
2009-09-16 | uncomment [admin] section to avoid easy user error and for consistency | Jan Lehnardt |
2009-09-14 | remove OnDemand tag as it has ben deprecated and doesn't work as used anyway,... | Jan Lehnardt |
2009-09-09 | choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew... | Adam Kocoloski |
2009-08-18 | Fixing make distcheck errors. | Paul Joseph Davis |
2009-08-18 | Applying markh's Windows build patch. | Paul Joseph Davis |
2009-08-15 | delayed commits are now a config option, off by default. Closes COUCHDB-449 | Adam Kocoloski |
2009-08-11 | Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod... | John Christopher Anderson |