Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-16 | indicate which test is running in the top of the test runner | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955097 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-15 | remove leftover code from reduce_view | Adam Kocoloski | |
2010-06-15 | Fix for wrong offset when writing headers and converting them to blocks, ↵ | Damien F. Katz | |
only triggered when header is larger than 4k. COUCHDB-800. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955000 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-15 | updates to work w/ 0.11 btree option refactoring | Adam Kocoloski | |
2010-06-15 | Fix warnings on Linux builds. | Jan Lehnardt | |
Patch by Paul Davis. Closes COUCHDB-775 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954950 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-15 | throw conflicts just like couch_db.erl | Adam Kocoloski | |
2010-06-15 | update reduce views to work with 0.11 btree api | Adam Kocoloski | |
2010-06-15 | Add missing file from COUCHDB-777. | Jan Lehnardt | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954894 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-15 | demonstrate include_sasl logging option in .ini | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954692 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-15 | iodata() type is too new for us | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954688 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-15 | jquery.couch.js uses a cache-buster when the browser is msie | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954677 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-14 | update all_docs and map rpc endpoints for 0.11 btree | Adam Kocoloski | |
2010-06-14 | minor updates to _changes code | Adam Kocoloski | |
2010-06-14 | update fabric to use couch 0.11 btree api | Adam Kocoloski | |
2010-06-14 | add changes handler to jquery.couch.js | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954560 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-13 | hack for log requests during make check, when logger is not running | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954240 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-13 | synchronous 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-12 | log HEAD requests as HEAD, not GET. COUCHDB-788 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954045 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-12 | more efficient header commits. COUCHDB-767 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954044 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-12 | remove unnuecessary receive loop in commit_data. COUCHDB-794 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954043 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-12 | Fix 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-11 | updates to better support _changes HTTP resource | Adam Kocoloski | |
2010-06-11 | update rexi.app to 1.2 to match dbcore 1.1.x numbering | Adam Kocoloski | |
2010-06-11 | suppress unused variable warning | Adam Kocoloski | |
2010-06-10 | 10 seconds is much too short for e.g. _bulk_docs timeout | Adam Kocoloski | |
2010-06-10 | Code 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-10 | removing some logging | Adam Kocoloski | |
2010-06-10 | add handler for view group _info | Adam Kocoloski | |
2010-06-10 | Merge 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-09 | map and reduce views working over HTTP now, too | Adam Kocoloski | |
2010-06-09 | updates to .app resource files | Adam Kocoloski | |
2010-06-09 | updates to .app resource files | Adam Kocoloski | |
2010-06-09 | _all_docs served over http via fabric, woot | Adam Kocoloski | |
2010-06-09 | bunch o' updates | Adam Kocoloski | |
- fabric view group info - send user_ctx to fabric on update_docs requests - send 403s for compaction and view cleanup | |||
2010-06-09 | some ?COUCH cleanup, and replicated_changes updates | Adam Kocoloski | |
2010-06-09 | rewrite fabric_db_info | Adam Kocoloski | |
2010-06-09 | new app for dedicated cluster HTTP interface | Adam Kocoloski | |
2010-06-08 | fabric handler for _changes, BugzID 10219 | Adam Kocoloski | |
2010-06-08 | preserve _revs_limit after compaction. COUCHDB-789 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@952732 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-08 | fabric attachments | Brad Anderson | |
2010-06-08 | allow for unsorted results in map queries, BugzID 10073 | Adam Kocoloski | |
2010-06-08 | ignore missing Keys in reduce view, like couch. BugzID 10220 | Adam Kocoloski | |
2010-06-07 | reduce views, BugzID 10220 | Adam Kocoloski | |
2010-06-07 | map views w/ keys, also forgot to git add stuff, BugzID 10220 | Adam Kocoloski | |
2010-06-07 | map views w/o keylist, BugzID 10220 | Adam Kocoloski | |
2010-06-07 | button on test suite page to replicate test_suite_reports to community couchdb | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@952326 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-07 | primitive design_docs resource, BugzID 10243 | Adam Kocoloski | |
2010-06-07 | partial support for #user_ctx in fabric RPC calls, BugzID 10277 | Adam Kocoloski | |
2010-06-07 | cleanup after we're done | Adam Kocoloski | |
2010-06-06 | keep massive invalid json blobs out of the error logger, move them to debug log | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@951918 13f79535-47bb-0310-9956-ffa450edef68 |