Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-19 | jquery.couch.js changes options handling | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@956282 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-19 | fix issue COUCHDB-805. tested on R13B-04 and R14A. also public_key is | Benoit Chesneau | |
available since R12B5. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@956220 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-17 | jquery.couch.js works with PUT to delete. | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955782 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-17 | updates to use 0.11-style missing_revs | Adam Kocoloski | |
2010-06-17 | correct handling of PUTs to missing DB | Adam Kocoloski | |
2010-06-17 | demonitor before killing the worker | Adam Kocoloski | |
2010-06-17 | switch to ets for managing the workers | Adam Kocoloski | |
2010-06-16 | provide a uuid to update functions (and all other functions) that they can ↵ | John Christopher Anderson | |
use to create new docs. closes COUCHDB-802. Thanks Jason Smith, Zachary Zolton, and Dmitry Unkovsky. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955389 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-16 | don't hang when deleting a deleted DB | Adam Kocoloski | |
2010-06-16 | small optimization for reordering result lists | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955297 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-16 | add continuous replication support to Futon | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955290 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-06-16 | remove unused Bt from chunkify function | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955244 13f79535-47bb-0310-9956-ffa450edef68 | |||
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 | |