summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 chttpd to build system and update reltool.configAdam 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-18remove some cloudant stuffAdam Kocoloski
2010-08-12appups for 1.2.3Adam Kocoloski
2010-08-12enable _search handler. Didn't add [external] block to configAdam Kocoloski
2010-08-12appups for 1.2.2Adam Kocoloski
2010-08-12convert all replication requests into remote/remoteAdam Kocoloski
2010-08-12add the appups for realAdam Kocoloski
2010-08-12appups for 1.2.1Adam Kocoloski
2010-08-12use correct server headerAdam Kocoloski
2010-08-12sort the response to /_active_tasksAdam Kocoloski
2010-08-12nicer error messages for missing attachment stubsAdam Kocoloski
2010-08-12Human-readable 404 for missing DB, BugzID 10523Adam Kocoloski
2010-08-12measure all get_db_info callsAdam Kocoloski
2010-08-12use couch_httpd_auth config block everywhereAdam Kocoloski
2010-08-12oops, referenced the wrong config setting for auth dbAdam Kocoloski
2010-08-12support for revs_limit and security metadataAdam Kocoloski
2010-08-12add _system resource for munin pluginsAdam Kocoloski
2010-08-12remove unused increment_update_seq handlerAdam Kocoloski
2010-08-12trivial bug caught by dialyzerAdam Kocoloski
2010-08-12many updates to doc handling, batch=ok works nowAdam Kocoloski
2010-08-12add _membership handler to cluster http layer, and get good node listBrad Anderson
2010-08-12whitespaceBrad Anderson
2010-08-12update PUT /db/docid, but multipart is probably still brokenAdam Kocoloski
2010-08-12showroom_api disappeared, use showroom_rep for nowAdam Kocoloski
2010-08-12thank you dialyzerAdam Kocoloski
2010-08-12remove unnecessary chttpd_stats moduleAdam Kocoloski
2010-08-12use base64 library instead of old couch_util implAdam Kocoloski
2010-08-12CouchDB is 1.0.0Adam Kocoloski
2010-08-12update attachment handling for new format, untestedAdam Kocoloski
2010-08-12remove unused view codeAdam Kocoloski
2010-08-12rearrange fabric arguments to match couch_btreeAdam Kocoloski
2010-08-12move db_path logic to chttpdAdam Kocoloski
2010-08-12more cleanup of the includesAdam Kocoloski
2010-08-12update include path for couch_db.hrlAdam Kocoloski
2010-08-12good enough README for nowBrad Anderson
2010-08-12working on my markdown-fuBrad Anderson
2010-08-12add rebar, makefile, readme to chttpdBrad Anderson
2010-08-12ugly dual-compatibility for ours/apache's _session formatsAdam Kocoloski
2010-08-12show distributed tasks in _active_tasksAdam Kocoloski
2010-08-12support for URL _rewritesAdam Kocoloski