summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-22Checking in new erlang source file, used for tracking file stats.Damien F. Katz
2008-12-22Fix for leaked file handles when not explicitly closed, added file stats code...Damien F. Katz
2008-12-20cleanupNoah Slater
2008-12-20updating svn:ignore propsNoah Slater
2008-12-20removed dates from filenamesNoah Slater
2008-12-20more simplificationsNoah Slater
2008-12-20incremental simplificationNoah Slater
2008-12-20removed redundant calls to whichNoah Slater
2008-12-19Fix Etag checking for document requests: need to convert Etag header value to...Christopher Lenz
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-16add action.js to Makefile.amJohn Christopher Anderson
2008-12-16fix COUCHDB-174 thanks Adam KocoloskiJohn Christopher Anderson
2008-12-16Adam Kocoloski replication performance improvements (closes COUCHDB-160)John Christopher Anderson
2008-12-16fix COUCHDB-177. thanks Paul Carey and Paul DavisJohn Christopher Anderson
2008-12-16action.js and testsJohn Christopher Anderson
2008-12-16the external process handlerJohn Christopher Anderson
2008-12-16couch_os_process to manage the JSON line protocol. thanks davisp.John Christopher Anderson
2008-12-16remove couch_ft_queryJohn Christopher Anderson
2008-12-16do not fail on heavily loaded systems. wait forever for syscalls to returnJan Lehnardt
2008-12-12move couchdb to tlpJoe Schaefer
2008-12-12modifications to view server to keep the file descriptor open for the life of...Damien F. Katz
2008-12-11removed a particularly verbose LOG_DEBUG statementJohn Christopher Anderson
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson
2008-12-09remove couchpw, we don't need it.Jan Lehnardt
2008-12-09Late follow-up to r712282: make the path segment separator in the navigation ...Christopher Lenz
2008-12-09user name should be binary for jsonJohn Christopher Anderson
2008-12-05Don't automatically execute temp view in Futon when the page is loaded, but r...Christopher Lenz
2008-12-02test that non-authors can't delete docsJohn Christopher Anderson
2008-11-25Log the offending doc._id when the view function raises an exception.John Christopher Anderson
2008-11-25_all_docs_by_seq works with descending=trueJohn Christopher Anderson
2008-11-22Added WWW-Authenticate default value to the ini file, for use with default au...Damien F. Katz
2008-11-21Removed logging from security test and added deletion.Damien F. Katz
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-18added couch_test_runner.js to the MakefileJohn Christopher Anderson
2008-11-17factored couch_test_runner.js out from couch_tests.js, made it usuable for un...John Christopher Anderson
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-14fix for _all_docs_by_seq with include_docsJohn Christopher Anderson
2008-11-12fix occasional curl segfault. thanks davispJohn Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-11-09apply replication fixing patches from COUCHDB-157John Christopher Anderson
2008-11-07added M4 quoting around valueNoah Slater
2008-11-07Remove file deleted in r712282 from Makefile.Christopher Lenz
2008-11-07A darker and more subtle navigation bar for Futon.Christopher Lenz
2008-11-07updated svn:ignore for make dev and couchpwJohn Christopher Anderson
2008-11-06Fix warning on Linux.Jan Lehnardt
2008-11-06Silence warning on Linux by properly exporting `crypt()`.Jan Lehnardt
2008-11-03Fix for performance problem with views. Every access to a view was causing a ...Damien F. Katz
2008-11-03Add newline to end of fileJan Lehnardt