Age | Commit message (Expand) | Author |
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-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-09 | choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew... | Adam Kocoloski |
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 |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-07-10 | Apply patch from Benoit Chesneau's COUCHDB-404 | John Christopher Anderson |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-04 | Name view index files by their function hashes for no downtime deploys. Close... | John Christopher Anderson |
2009-06-27 | A /_whoami handler to provide client apps with access to the active userCtx f... | John Christopher Anderson |
2009-05-19 | Add a configuration parameter for the default database handler. | Paul Joseph Davis |
2009-05-13 | Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time... | Damien F. Katz |
2009-05-12 | Add non-streaming log-file handler. A GET request to /_log will show the last... | Jan Lehnardt |
2009-05-06 | First cut at _changes api. Update the by_id and by_seq indexes to contain upd... | Damien F. Katz |
2009-05-04 | helpful note about config setting | John Christopher Anderson |
2009-05-04 | reduce_limit error is thrown when the reduce function output is not small eno... | John Christopher Anderson |
2009-05-04 | Use batch=ok query param for document PUT and POST to defer index updates unt... | John Christopher Anderson |
2009-04-22 | The _compact handler went missing from the default ini file. Trunk should now | Paul Joseph Davis |
2009-04-21 | added new configuration system | Noah Slater |
2009-04-05 | added compaction for view indexes. See COUCHDB-92 | Adam Kocoloski |
2009-03-09 | merge design doc resource branch. breaking changes to _view query paths. | John Christopher Anderson |
2009-03-06 | configure view and external server timeout in using ini variables. | John Christopher Anderson |
2009-02-22 | Add runtime statistics -- without EUnit tests for now. | Jan Lehnardt |
2009-02-13 | Accept standalone attachment PUTs with Transfer-Encoding: chunked | John Christopher Anderson |
2009-02-12 | allow user-configurable directory for view indexes. | John Christopher Anderson |
2009-01-26 | Change _slow_view back to _temp_view, as discussed on the mailing list (see h... | Christopher Lenz |
2009-01-23 | Added task status checking, to help debug the progress of long running tasks,... | Damien F. Katz |
2009-01-23 | View list functions can stream views in any format. See list_views test for d... | John Christopher Anderson |
2009-01-19 | tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han... | Damien F. Katz |
2009-01-12 | rename _form to _show and move the funcs in the design doc to design.show.docs | John Christopher Anderson |
2009-01-04 | Rename _temp_views to _slow_views. Any clients who were using temp views are ... | John Christopher Anderson |
2008-12-29 | merge form branch to trunk | John Christopher Anderson |
2008-12-24 | I agree with Damien that action.js is more than we want to support right now.... | John Christopher Anderson |
2008-12-19 | shorter path to _action servers, external supports better routing control | John Christopher Anderson |
2008-12-16 | the external process handler | John Christopher Anderson |
2008-12-16 | remove couch_ft_query | John Christopher Anderson |
2008-11-22 | Added WWW-Authenticate default value to the ini file, for use with default au... | Damien F. Katz |
2008-11-20 | Nearly completed security/validation work. Still needs replication testing. | Damien F. Katz |
2008-10-31 | couchdb once again serves favicon.ico | John Christopher Anderson |
2008-10-08 | added _restart to default.ini, and test that restart works | John Christopher Anderson |
2008-10-02 | HTTPd refactoring. Moved most code out of couch_httpd into associated modules... | Damien F. Katz |
2008-09-13 | Moved most of the startup services from being hard coded in couch_server_sup ... | Damien F. Katz |
2008-08-30 | - Rename configuration options and sections to allow for a nicer .ini file an... | Jan Lehnardt |
2008-08-20 | add missing files | Jan Lehnardt |