summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-15demonstrate include_sasl logging option in .iniAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954692 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15iodata() type is too new for usAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954688 13f79535-47bb-0310-9956-ffa450edef68
2010-06-15jquery.couch.js uses a cache-buster when the browser is msieJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954677 13f79535-47bb-0310-9956-ffa450edef68
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
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954560 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13hack for log requests during make check, when logger is not runningAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954240 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13synchronous logging, COUCHDB-761. Patch by Randall Leeds.Adam Kocoloski
This patch fixes a bug where calls to get the log level could time out, resulting in an unexpected {ref(), integer()} message in the client's mailbox. This would crash some gen_servers that did not expect the message. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954229 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12log HEAD requests as HEAD, not GET. COUCHDB-788Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954045 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12more efficient header commits. COUCHDB-767Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954044 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12remove unnuecessary receive loop in commit_data. COUCHDB-794Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954043 13f79535-47bb-0310-9956-ffa450edef68
2010-06-12Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser.Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954027 13f79535-47bb-0310-9956-ffa450edef68
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
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@953499 13f79535-47bb-0310-9956-ffa450edef68
2010-06-10removing some loggingAdam Kocoloski
2010-06-10add handler for view group _infoAdam Kocoloski
2010-06-10Merge branch 'mem3'Adam Kocoloski
Conflicts: apps/couch/src/couch_btree.erl apps/couch/src/couch_changes.erl apps/couch/src/couch_db.erl apps/couch/src/couch_db.hrl apps/couch/src/couch_httpd_db.erl apps/couch/src/couch_util.erl apps/dynomite/ebin/dynomite.app apps/dynomite/src/dynomite_couch_api.erl apps/rexi/ebin/rexi.app apps/rexi/src/rexi.erl apps/rexi/src/rexi_server.erl apps/showroom/src/showroom_db.erl apps/showroom/src/showroom_sup.erl apps/showroom/src/showroom_view_updater.erl
2010-06-09map and reduce views working over HTTP now, tooAdam Kocoloski
2010-06-09updates to .app resource filesAdam Kocoloski
2010-06-09updates to .app resource filesAdam Kocoloski
2010-06-09_all_docs served over http via fabric, wootAdam Kocoloski
2010-06-09bunch o' updatesAdam Kocoloski
- fabric view group info - send user_ctx to fabric on update_docs requests - send 403s for compaction and view cleanup
2010-06-09some ?COUCH cleanup, and replicated_changes updatesAdam Kocoloski
2010-06-09rewrite fabric_db_infoAdam Kocoloski
2010-06-09new app for dedicated cluster HTTP interfaceAdam Kocoloski
2010-06-08fabric handler for _changes, BugzID 10219Adam Kocoloski
2010-06-08preserve _revs_limit after compaction. COUCHDB-789Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@952732 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08fabric attachmentsBrad Anderson
2010-06-08allow for unsorted results in map queries, BugzID 10073Adam Kocoloski
2010-06-08ignore missing Keys in reduce view, like couch. BugzID 10220Adam Kocoloski
2010-06-07reduce views, BugzID 10220Adam Kocoloski
2010-06-07map views w/ keys, also forgot to git add stuff, BugzID 10220Adam Kocoloski
2010-06-07map views w/o keylist, BugzID 10220Adam Kocoloski
2010-06-07button on test suite page to replicate test_suite_reports to community couchdbJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@952326 13f79535-47bb-0310-9956-ffa450edef68
2010-06-07primitive design_docs resource, BugzID 10243Adam Kocoloski
2010-06-07partial support for #user_ctx in fabric RPC calls, BugzID 10277Adam Kocoloski
2010-06-07cleanup after we're doneAdam Kocoloski
2010-06-06keep massive invalid json blobs out of the error logger, move them to debug logJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951918 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05fix #COUCHDB-787 . thanks!Benoit Chesneau
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951786 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05if collector tells us to stop, we stopAdam Kocoloski
2010-06-05big module renamingAdam Kocoloski
2010-06-05update_seq is only in view response when update_seq=true is in query paramsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951776 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Add test case for by-doc-id replication with slashes.Jan Lehnardt
Patch by Filipe Manana. Closes COUCHDB-713. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951038 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Fix button name in text. Closes COUCHDB-657.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951036 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Fix test suite in Chromium. Patch by Glen Rempe. Closes COUCHDB-546Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951023 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03Futon: sort databases in replicator source and target drop-down.Jan Lehnardt
Patch by Miki Tebeka. Closes COUCHDB-785. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951019 13f79535-47bb-0310-9956-ffa450edef68