summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-24send browsers to /_utils/session.html when they need to log inJohn Christopher Anderson
2010-06-23make jquery.couch.js changes handling more robustJohn Christopher Anderson
2010-06-23Added files missing from last checkin for COUCHDB-807Damien F. Katz
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-23Make file deletions async to avoid pauses during compaction and db deletion. ...Damien F. Katz
2010-06-22allow a #doc{} instead of docid in get_view_group_infoAdam Kocoloski
2010-06-22Add missing test files to Makefile.am.Jan Lehnardt
2010-06-21Fix query parameter encoding issue.Jan Lehnardt
2010-06-19jquery.couch.js changes options handlingJohn Christopher Anderson
2010-06-19fix issue COUCHDB-805. tested on R13B-04 and R14A. also public_key isBenoit Chesneau
2010-06-17jquery.couch.js works with PUT to delete.John Christopher Anderson
2010-06-17updates to use 0.11-style missing_revsAdam Kocoloski
2010-06-17correct handling of PUTs to missing DBAdam Kocoloski
2010-06-17demonitor before killing the workerAdam Kocoloski
2010-06-17switch to ets for managing the workersAdam Kocoloski
2010-06-16provide a uuid to update functions (and all other functions) that they can us...John Christopher Anderson
2010-06-16don't hang when deleting a deleted DBAdam Kocoloski
2010-06-16small optimization for reordering result listsAdam Kocoloski
2010-06-16add continuous replication support to FutonJohn Christopher Anderson
2010-06-16remove unused Bt from chunkify functionAdam Kocoloski
2010-06-16indicate which test is running in the top of the test runnerJohn Christopher Anderson
2010-06-15remove leftover code from reduce_viewAdam Kocoloski
2010-06-15Fix for wrong offset when writing headers and converting them to blocks, only...Damien F. Katz
2010-06-15updates to work w/ 0.11 btree option refactoringAdam Kocoloski
2010-06-15Fix warnings on Linux builds.Jan Lehnardt
2010-06-15throw conflicts just like couch_db.erlAdam Kocoloski
2010-06-15update reduce views to work with 0.11 btree apiAdam Kocoloski
2010-06-15Add missing file from COUCHDB-777.Jan Lehnardt
2010-06-15demonstrate include_sasl logging option in .iniAdam Kocoloski
2010-06-15iodata() type is too new for usAdam Kocoloski
2010-06-15jquery.couch.js uses a cache-buster when the browser is msieJohn Christopher Anderson
2010-06-14update all_docs and map rpc endpoints for 0.11 btreeAdam Kocoloski
2010-06-14minor updates to _changes codeAdam Kocoloski
2010-06-14update fabric to use couch 0.11 btree apiAdam Kocoloski
2010-06-14add changes handler to jquery.couch.jsJohn Christopher Anderson
2010-06-13hack for log requests during make check, when logger is not runningAdam Kocoloski
2010-06-13synchronous logging, COUCHDB-761. Patch by Randall Leeds.Adam Kocoloski
2010-06-12log HEAD requests as HEAD, not GET. COUCHDB-788Adam Kocoloski
2010-06-12more efficient header commits. COUCHDB-767Adam Kocoloski
2010-06-12remove unnuecessary receive loop in commit_data. COUCHDB-794Adam Kocoloski
2010-06-12Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser.Adam Kocoloski
2010-06-11updates to better support _changes HTTP resourceAdam Kocoloski
2010-06-11update rexi.app to 1.2 to match dbcore 1.1.x numberingAdam Kocoloski
2010-06-11suppress unused variable warningAdam Kocoloski
2010-06-1010 seconds is much too short for e.g. _bulk_docs timeoutAdam Kocoloski
2010-06-10Code mods to support streaming attachment replication.Damien F. Katz
2010-06-10removing some loggingAdam Kocoloski
2010-06-10add handler for view group _infoAdam Kocoloski
2010-06-10Merge branch 'mem3'Adam Kocoloski
2010-06-09map and reduce views working over HTTP now, tooAdam Kocoloski