summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2010-08-18disable ibrowse test for nowBrad Anderson
2010-08-18lay down cloudant build system.Brad Anderson
2010-08-18clear out root folder a bit, moving couch bits into apps/couch or rel/Brad Anderson
2010-08-18new version() call allows for hidden patch releasesAdam Kocoloski
2010-08-18design_doc_to_view_group only needs the #doc{}Adam Kocoloski
2010-08-18Grab bag of Cloudant patches to couch OTP applicationAdam Kocoloski
- Removal of couch_db and couch_ref_counter processes. Active DBs are accessible through a protected ets table owned by couch_server. - #full_doc_info{} in by_id and by_seq trees for faster compaction at the expense of more disk usage afterwards. Proposed as COUCHDB-738 but not accepted upstream. - Replication via distributed Erlang. - Better hot upgrade support (uses exported functions much more often). - Configurable btree chunk sizes allow for larger (but still bounded) reductions. - Shorter names for btree fields in #db{} and #db_header{}. - couch_view_group does not keep a reference to the #db{}. - Terms are stored compressed (again).
2010-08-18couch_util:to_binary now catches all errorsAdam Kocoloski
2010-08-18bind schedulers using VM default strategy on startupAdam Kocoloski
2010-08-18trust VM to start our dependent appsAdam Kocoloski
2010-08-18remove a few leftover cloudant editsAdam Kocoloski
2010-08-18Add 'apps/chttpd/' from commit 'e1dda6bc6219d7ac33ea75d56b9c02f5063b4787'Adam Kocoloski
git-subtree-dir: apps/chttpd git-subtree-mainline: 80a42af43128e6750407952938d722a3ce4c1c99 git-subtree-split: e1dda6bc6219d7ac33ea75d56b9c02f5063b4787
2010-08-12add rexi/fabric/mem3 to build, specify lib_dirs in top-level configAdam Kocoloski
2010-08-12Add 'apps/mem3/' from commit 'e660dd48e78f1a368010bbcf4455b576dd59d7c1'Adam Kocoloski
git-subtree-dir: apps/mem3 git-subtree-mainline: 4d7e3604c9ed5788747334c08359af1822368d15 git-subtree-split: e660dd48e78f1a368010bbcf4455b576dd59d7c1
2010-08-12Add 'apps/fabric/' from commit '5e2f90537f5b54adc94c58b58512a05b058fa804'Adam Kocoloski
git-subtree-dir: apps/fabric git-subtree-mainline: 72d7a60124b4ee7e31912fe7ed3a50bbc5cb9f64 git-subtree-split: 5e2f90537f5b54adc94c58b58512a05b058fa804
2010-08-12Add 'apps/rexi/' from commit '85ae6ca690edad17ceb92b856623a0a599924c77'Adam Kocoloski
git-subtree-dir: apps/rexi git-subtree-mainline: 4b47d4c5f39a1998c07af07cf7e6b2163ce1eae5 git-subtree-split: 85ae6ca690edad17ceb92b856623a0a599924c77
2010-08-11export ibrowse header for couch_rep hackAdam Kocoloski
2010-08-11replace autotools with rebarAdam Kocoloski
2010-08-11move ibrowse to rebar layoutAdam Kocoloski
2010-08-11move mochiweb to rebar layoutAdam Kocoloski
2010-08-11move etap to rebar layout and add simple .app templateAdam Kocoloski
2010-08-11move oauth to rebar layoutAdam Kocoloski
2010-08-11fix couch.app template for rebarAdam Kocoloski
2010-08-11reorganize couch .erl and driver code into rebar layoutAdam Kocoloski