summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-09reworking gossip, BugzID 10069Brad Anderson
2010-05-09remote node should receive gossip if their clock was less than localBrad Anderson
2010-05-09dbg and docBrad Anderson
2010-05-09gossip handling revamped, BugzID 10068Brad Anderson
2010-05-09writing state to disk now, and handle_init installs disk state, if vector clo...Brad Anderson
2010-05-09tested gossip with two nodes and a jointype of 'first', added pinging of node...Brad Anderson
2010-05-09removed pinging of nodes based on _cluster endpointBrad Anderson
2010-05-09added mem3:nodes() back in, and fixed some gen_server calls to return {ok, Va...Brad Anderson
2010-05-09changed test in Args to have a test node name for executing node. First cut ...Brad Anderson
2010-05-09not using 'cache' field in #mem, now that we're using mochiglobalBrad Anderson
2010-05-09add a mem3 reset command for tests. test for joins with order num that alrea...Brad Anderson
2010-05-09first stab at mem3's join new node functionalityBrad Anderson
2010-05-09add some api calls to mem3, and test hints for first joinBrad Anderson
2010-05-09switch mem3 cache from ets to mochiglobal, 20% speedup :)Brad Anderson
2010-05-09change ets to cache in mem3Brad Anderson
2010-05-09test clock, and add some dialyzer specs for mem3Brad Anderson
2010-05-09begin storing derived pmap,fullmap in ets, test them a bitBrad Anderson
2010-05-09store Args in mem State, instead of just 'test', and allow for an Args-suppli...Brad Anderson
2010-05-09some docs, and handling the joining of the first node (which is given a list ...Brad Anderson
2010-05-09more work on mem3 init, handling different types of joins, requiring more hum...Brad Anderson
2010-05-09moving mem3 into rebar positionBrad Anderson
2010-05-09creating fullmap based on node listBrad Anderson
2010-05-09new skeleton membership module for mem3Brad Anderson
2010-05-05rewriter security to allow isolation of databases via subdomainsJohn Christopher Anderson
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-05-01add ability to kill a remote worker, BugzID 10096Adam Kocoloski
2010-05-01rexi API module, and change msg sent if rexi worker diesAdam Kocoloski
2010-04-30better abstraction in rexi_serverAdam Kocoloski
2010-04-30skeleton for new RPC serverAdam Kocoloski
2010-04-30added comment about CVENoah Slater
2010-04-30added curl m4 file, thanks Jae KwonNoah Slater
2010-04-29add Jarrod Roberson to thanks fileJohn Christopher Anderson
2010-04-29list functionality for jquery.couch.jsJohn Christopher Anderson
2010-04-29add auth timeout to default.ini instead of just relying on coded defaultJohn Christopher Anderson
2010-04-28Fix to make dbclose synchronous, to prevent unnecessary slowdown caused by ma...Damien F. Katz
2010-04-25make before commit, make before commit, make before commitJan Lehnardt
2010-04-24add commentJan Lehnardt
2010-04-24typosJan Lehnardt
2010-04-24tabs to spacesJan Lehnardt
2010-04-23faster default view collation. Closes COUCHDB-746Adam Kocoloski
2010-04-23identity transfer w/ Content-Length when possible. thx rnewson. COUCHDB-745Adam Kocoloski
2010-04-22compaction preserves instance_start_time. Closes COUCHDB-744Adam Kocoloski
2010-04-22fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ...John Christopher Anderson
2010-04-21use keysearch BIF to traverse ejson. BugzID 10064Adam Kocoloski
2010-04-19Fix to close users db immediately after authentication.Damien F. Katz
2010-04-16upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739John Christopher Anderson
2010-04-15quickfix so we do N single-doc requests instead of R/W. BugzID 10021Adam Kocoloski
2010-04-15accept gzipped attachments w/ standalone api. thx fdmanana. COUCHDB-712Adam Kocoloski
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski