summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-25_changes resource for feed=normal, BugzID 1330Adam Kocoloski
2010-05-24http admin call for join 'replace'Brad Anderson
2010-05-24commentsBrad Anderson
2010-05-24some mem3 docs/specsBrad Anderson
2010-05-22Major whitespace cleanup, no functional changes.Jan Lehnardt
Patch by Volker Mische. Closes COUCHDB-771. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@947344 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22fix utils/runJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@947343 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Fix Solaris compat.Jan Lehnardt
Patch by Gavin Sherry and Timothy Smith. Closes COUCHDB-666 \m/ git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@947337 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Check for undefined options. Patch by Filipe Manana. Closes COUCHDB-774.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@947336 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20Refactoring of various internal APIs, particularly those dealing with ↵Damien F. Katz
replicating documents with attachments. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946803 13f79535-47bb-0310-9956-ffa450edef68
2010-05-20app and appup version bumps to 1.1.4Adam Kocoloski
2010-05-20add another clause for join-replaceBrad Anderson
2010-05-19Renaming `jsonp = false` ini option to `allow_jsonp = false` to beJan Lehnardt
more clear about its intention. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946474 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19no newlines in .ini filesJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946465 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Update NEWS and CHANGES.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946442 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Unused variable.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946434 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Strip password from URLs before adding them to the tasks databaseJan Lehnardt
and before sending it to the logger. Closes COUCHDB-756. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946428 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19add -x bitJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946426 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19jsonp callbacks are ignored unless jsonp is configured to trueJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946400 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19mem3 code for node replacementBrad Anderson
2010-05-19Don't use module name for module-local function calls that don't affectJan Lehnardt
hot code reloading. Patch by Volker Mische. Closes COUCHDB-765. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946377 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19Use "expando links" for long attribute values in the Futon document view.Jan Lehnardt
Patch by Mikeal Rogers. Closes COUCHDB-766. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946370 13f79535-47bb-0310-9956-ffa450edef68
2010-05-19remove all vector clocks from #doc, and code to go with it. Not sure if ↵Brad Anderson
things still work, but are being rewritten anyway with mem3. Closes BugzID 9959
2010-05-19appups for 1.1.2 -> 1.1.3Adam Kocoloski
2010-05-17slightly better spec stringAdam Kocoloski
2010-05-17oops, don't commit hacked-up icu_driverAdam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@945114 13f79535-47bb-0310-9956-ffa450edef68
2010-05-17use O_APPEND to skip some lseeks, COUCHDB-754Adam Kocoloski
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@945110 13f79535-47bb-0310-9956-ffa450edef68
2010-05-15jquery.couch.js option to force ensure_full_commit to true or falseJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@944570 13f79535-47bb-0310-9956-ffa450edef68
2010-05-14removing more of dynomite deps from mem3Brad Anderson
2010-05-14faster implementation of pread_iolist. Closes COUCHDB-762Adam Kocoloski
Why it's faster: - 2 pread() calls (instead of 3) for MD5-prefixed terms - 1 gen_server:call (instead of 3) in all cases, also guarantees that we don't intersperse pread() calls to different parts of the file when we have concurrent readers. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@944336 13f79535-47bb-0310-9956-ffa450edef68
2010-05-12create_db quorum check done, as well as initial install_fullmap functionBrad Anderson
2010-05-13vhost_global_handlers bypass rewrite rules and are available in all vhostsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@943764 13f79535-47bb-0310-9956-ffa450edef68
2010-05-11move partitions into showroom, now that there's not much left of dynomite codeBrad Anderson
2010-05-11formatting changes for rexi_serverBrad Anderson
2010-05-10Better docs for rexi_monitorAdam Kocoloski
2010-05-10never block in notify_caller, BugzID 10096Adam Kocoloski
2010-05-10code for efficient monitoring of many remote processes. BugzID 10096Adam Kocoloski
2010-05-10oops, sloppy initial commit of non-blocking call (cherry picked from commit ↵Adam Kocoloski
34a36f3414615524d737fc38140eec660bbcd81f)
2010-05-10drop ok tag from cast() responses, update docs (cherry picked from commit ↵Adam Kocoloski
23bc964bdd8b89be9af53cdd4da53603fe2edb3f)
2010-05-10add function to make a non-blocking gen_server:call (cherry picked from ↵Adam Kocoloski
commit 52ab0e4418e0e3cfeb848367f05813d312a6085e)
2010-05-10oops, sloppy initial commit of non-blocking callAdam Kocoloski
2010-05-10drop ok tag from cast() responses, update docsAdam Kocoloski
2010-05-10add function to make a non-blocking gen_server:callAdam Kocoloski
2010-05-09undo last commit, let's leave cluster_ops alone, make a new showroom moduleBrad Anderson
2010-05-09change cluster_ops:all_parts to accept the list of NodePartsBrad Anderson
2010-05-09work on create_db functionality, can now generate fullmap for a db based on ↵Brad Anderson
its name, its config, and current mem3 nodes - BugzID 10007
2010-05-09disable some partition calls, and results from http admin layerBrad Anderson
2010-05-09add 0.5sec sleep to ping_all, seems to have solved 'init' bug picked up by ↵Brad Anderson
integration tester
2010-05-09switch join types to init,join,replace,leave and add first json-rpc handler ↵Brad Anderson
for membership (init) - BugzID 9726
2010-05-09fix bug in get_remote_statesBrad Anderson
2010-05-09dang, large commit.Brad Anderson
* node removed from #mem{} * start_gossip api call added * some dialyzer specs * 'new' join accepts PingNode, calls into cluster itself * get_test convenience method * don't save state when testing