summaryrefslogtreecommitdiff
path: root/etc/couchdb
AgeCommit message (Expand)Author
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-05added compaction for view indexes. See COUCHDB-92Adam Kocoloski
2009-03-24added local_dev.ini to tarballNoah Slater
2009-03-21Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, ...Damien F. Katz
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 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-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
2009-01-23View list functions can stream views in any format. See list_views test for d...John Christopher Anderson
2009-01-19tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...Damien F. Katz
2009-01-12rename _form to _show and move the funcs in the design doc to design.show.docsJohn Christopher Anderson
2009-01-04Rename _temp_views to _slow_views. Any clients who were using temp views are ...John Christopher Anderson
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-12-24I agree with Damien that action.js is more than we want to support right now....John Christopher Anderson
2008-12-19shorter path to _action servers, external supports better routing controlJohn Christopher Anderson
2008-12-18fix for crash of couch_server when database non-existantDamien F. Katz
2008-12-18Fixed problem when a crashed db can cause couch_server to crash when it attem...Damien F. Katz
2008-12-16the external process handlerJohn Christopher Anderson
2008-12-16remove couch_ft_queryJohn Christopher Anderson
2008-12-12modifications to view server to keep the file descriptor open for the life of...Damien F. Katz
2008-11-22Added WWW-Authenticate default value to the ini file, for use with default au...Damien F. Katz
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-10-31couchdb once again serves favicon.icoJohn Christopher Anderson
2008-10-25corrected build for local.iniNoah Slater
2008-10-23Add `make dev` target. Use `./utils/run` to launch CouchDB from the source tr...Jan Lehnardt
2008-10-23Put local.ini into distribution package.Jan Lehnardt
2008-10-11fixed missing DESTDIRs in (un)install hooks, thanks Mark BaranNoah Slater
2008-10-08added _restart to default.ini, and test that restart worksJohn Christopher Anderson
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-09-13Moved most of the startup services from being hard coded in couch_server_sup ...Damien F. Katz
2008-09-13added quotes around filenameNoah Slater
2008-08-30Update local.ini example file to reflect the new configuration option names.Jan Lehnardt
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-29Fix up svn:ignore properties after runtimeconfig branch merge.Christopher Lenz
2008-08-20add missing filesJan Lehnardt