Age | Commit message (Expand) | Author |
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 |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-07-23 | Updated local_dev.ini build target as per Noah's suggestion. | Paul Joseph Davis |
2009-07-23 | Make local_dev.ini a build product. | Paul Joseph Davis |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-10 | Apply patch from Benoit Chesneau's COUCHDB-404 | John Christopher Anderson |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-05 | removed unused variable | 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-25 | Merging new tail append storage into trunk. Upgrades are automatic, once open... | Damien F. Katz |
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-10 | Refactor the make_view_fold_function stuff. Added a proper Acc to both map an... | John Christopher Anderson |
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-28 | undo local change | Jan Lehnardt |
2009-04-27 | add newline at the end of ini file to make quick editing work, also POSIX | Jan Lehnardt |
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-18 | create /var/run/couchdb during init script | Noah Slater |
2009-04-05 | added compaction for view indexes. See COUCHDB-92 | Adam Kocoloski |
2009-04-02 | reworked the pid file | Noah Slater |
2009-03-24 | added local_dev.ini to tarball | Noah Slater |
2009-03-23 | added init_sysconf_data to EXTRA_DIST | Noah Slater |
2009-03-23 | redirect output from launchd to STDERR and STDOUT, thanks Florian Ebeling, cl... | Noah Slater |
2009-03-21 | Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, ... | Damien F. Katz |
2009-03-20 | fixed shell portability issues, thanks Maarten Thibaut, closes COUCHDB-169 | Noah Slater |
2009-03-20 | corrected variable name, fixed COUCHDB-178 | Noah Slater |
2009-03-17 | remove unintentional commit of admin credentials | Jan Lehnardt |
2009-03-16 | sensible error message if doc._rev is null or a number | John Christopher Anderson |
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 pidfile to init script. Patch by Joshua Bronson. Thanks. | Jan Lehnardt |