Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-09 | remote node should receive gossip if their clock was less than local | Brad Anderson | |
2010-05-09 | dbg and doc | Brad Anderson | |
2010-05-09 | gossip handling revamped, BugzID 10068 | Brad Anderson | |
2010-05-09 | writing state to disk now, and handle_init installs disk state, if vector ↵ | Brad Anderson | |
clocks match other nodes in cluster. Tests Needed | |||
2010-05-09 | tested gossip with two nodes and a jointype of 'first', added pinging of ↵ | Brad Anderson | |
nodes to set up distributed erlang, and had some logging & throwing cleanup | |||
2010-05-09 | removed pinging of nodes based on _cluster endpoint | Brad Anderson | |
2010-05-09 | added mem3:nodes() back in, and fixed some gen_server calls to return {ok, ↵ | Brad Anderson | |
Value} | |||
2010-05-09 | changed test in Args to have a test node name for executing node. First cut ↵ | Brad Anderson | |
at adding gossip back in, but gossip during unit tests has been disabled. | |||
2010-05-09 | not using 'cache' field in #mem, now that we're using mochiglobal | Brad Anderson | |
2010-05-09 | add a mem3 reset command for tests. test for joins with order num that ↵ | Brad Anderson | |
already exists in state | |||
2010-05-09 | first stab at mem3's join new node functionality | Brad Anderson | |
2010-05-09 | add some api calls to mem3, and test hints for first join | Brad Anderson | |
2010-05-09 | switch mem3 cache from ets to mochiglobal, 20% speedup :) | Brad Anderson | |
2010-05-09 | change ets to cache in mem3 | Brad Anderson | |
2010-05-09 | test clock, and add some dialyzer specs for mem3 | Brad Anderson | |
2010-05-09 | begin storing derived pmap,fullmap in ets, test them a bit | Brad Anderson | |
2010-05-09 | store Args in mem State, instead of just 'test', and allow for an ↵ | Brad Anderson | |
Args-supplied Config (usually for testing only) | |||
2010-05-09 | some docs, and handling the joining of the first node (which is given a list ↵ | Brad Anderson | |
of nodes for the cluster) | |||
2010-05-09 | more work on mem3 init, handling different types of joins, requiring more ↵ | Brad Anderson | |
human-intervention, reworking startargs to strip out most everything | |||
2010-05-09 | moving mem3 into rebar position | Brad Anderson | |
2010-05-09 | creating fullmap based on node list | Brad Anderson | |
2010-05-09 | new skeleton membership module for mem3 | Brad Anderson | |
2010-05-05 | rewriter security to allow isolation of databases via subdomains | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@941451 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-05-04 | use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@941033 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@940708 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-05-01 | add ability to kill a remote worker, BugzID 10096 | Adam Kocoloski | |
2010-05-01 | rexi API module, and change msg sent if rexi worker dies | Adam Kocoloski | |
2010-04-30 | better abstraction in rexi_server | Adam Kocoloski | |
2010-04-30 | skeleton for new RPC server | Adam Kocoloski | |
2010-04-30 | added comment about CVE | Noah Slater | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939658 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-30 | added curl m4 file, thanks Jae Kwon | Noah Slater | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939657 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-29 | add Jarrod Roberson to thanks file | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939445 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-29 | list functionality for jquery.couch.js | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939443 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-29 | add auth timeout to default.ini instead of just relying on coded default | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939442 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-28 | Fix to make dbclose synchronous, to prevent unnecessary slowdown caused by ↵ | Damien F. Katz | |
many already completed client requests having a single db open, and the vm waiting a long time to asynchronously process the close messages. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939009 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-25 | make before commit, make before commit, make before commit | Jan Lehnardt | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937793 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-24 | add comment | Jan Lehnardt | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937635 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-24 | typos | Jan Lehnardt | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937634 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-24 | tabs to spaces | Jan Lehnardt | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937633 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-23 | faster default view collation. Closes COUCHDB-746 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937528 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-23 | identity transfer w/ Content-Length when possible. thx rnewson. COUCHDB-745 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@937352 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-22 | compaction preserves instance_start_time. Closes COUCHDB-744 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@936996 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-22 | fix erlang filter funs and normalize filter fun api. thanks fdmanana. closes ↵ | John Christopher Anderson | |
COUCHDB-740 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@936889 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-21 | use keysearch BIF to traverse ejson. BugzID 10064 | Adam Kocoloski | |
2010-04-19 | Fix to close users db immediately after authentication. | Damien F. Katz | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@935737 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-16 | upgrade CommonJS modules support to 1.1.1 - thanks Mikeal. closes COUCHDB-739 | John Christopher Anderson | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@934652 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-15 | quickfix so we do N single-doc requests instead of R/W. BugzID 10021 | Adam Kocoloski | |
2010-04-15 | accept gzipped attachments w/ standalone api. thx fdmanana. COUCHDB-712 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@934481 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-15 | refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@934475 13f79535-47bb-0310-9956-ffa450edef68 | |||
2010-04-15 | remove unused batch config options. COUCHDB-737 | Adam Kocoloski | |
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@934435 13f79535-47bb-0310-9956-ffa450edef68 |