summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2009-08-18Fixing make distcheck errors.Paul Joseph Davis
2009-08-18Applying markh's Windows build patch.Paul Joseph Davis
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-23Updated local_dev.ini build target as per Noah's suggestion.Paul Joseph Davis
2009-07-23Make local_dev.ini a build product.Paul Joseph Davis
2009-07-14wheeeeeeeeNoah Slater
2009-07-10Apply patch from Benoit Chesneau's COUCHDB-404John Christopher Anderson
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-05removed unused variableNoah 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-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-19Add a configuration parameter for the default database handler.Paul Joseph Davis
2009-05-13Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...Damien F. Katz
2009-05-12Add non-streaming log-file handler. A GET request to /_log will show the last...Jan Lehnardt
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04helpful note about config settingJohn Christopher Anderson
2009-05-04reduce_limit error is thrown when the reduce function output is not small eno...John Christopher Anderson
2009-05-04Use batch=ok query param for document PUT and POST to defer index updates unt...John Christopher Anderson
2009-04-28undo local changeJan Lehnardt
2009-04-27add newline at the end of ini file to make quick editing work, also POSIXJan Lehnardt
2009-04-22The _compact handler went missing from the default ini file. Trunk should nowPaul Joseph Davis
2009-04-21added new configuration systemNoah Slater
2009-04-18create /var/run/couchdb during init scriptNoah Slater
2009-04-05added compaction for view indexes. See COUCHDB-92Adam Kocoloski
2009-04-02reworked the pid fileNoah Slater
2009-03-24added local_dev.ini to tarballNoah Slater
2009-03-23added init_sysconf_data to EXTRA_DISTNoah Slater
2009-03-23redirect output from launchd to STDERR and STDOUT, thanks Florian Ebeling, cl...Noah Slater
2009-03-21Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, ...Damien F. Katz
2009-03-20fixed shell portability issues, thanks Maarten Thibaut, closes COUCHDB-169Noah Slater
2009-03-20corrected variable name, fixed COUCHDB-178Noah Slater
2009-03-17remove unintentional commit of admin credentialsJan Lehnardt
2009-03-16sensible error message if doc._rev is null or a numberJohn Christopher Anderson
2009-03-09merge design doc resource branch. breaking changes to _view query paths. John Christopher Anderson
2009-03-06configure view and external server timeout in using ini variables.John Christopher Anderson
2009-02-22Add pidfile to init script. Patch by Joshua Bronson. Thanks.Jan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-15View etags are now provided. See note in the source about how they could be m...John Christopher Anderson
2009-02-13Accept standalone attachment PUTs with Transfer-Encoding: chunked John Christopher Anderson
2009-02-12Fix for spurious 'server restarted' during replicationDamien F. Katz
2009-02-12allow user-configurable directory for view indexes.John Christopher Anderson
2009-01-26Change _slow_view back to _temp_view, as discussed on the mailing list (see h...Christopher Lenz
2009-01-26set OnDemand to true in plistNoah Slater
2009-01-23added newlineNoah Slater
2009-01-23 - document [admin] section in local.iniJan Lehnardt
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz