Age | Commit message (Expand) | Author |
2010-08-12 | add the appups for real | Adam Kocoloski |
2010-08-12 | appups for 1.2.1 | Adam Kocoloski |
2010-08-12 | make _membership/parts/dbname work for N>1, dumbass | Brad Anderson |
2010-08-12 | add partitions endpoint, updated for mem3 - implements bugzid 10536 | Brad Anderson |
2010-08-12 | don't use deleted nodes | Adam Kocoloski |
2010-08-12 | add _membership handler to cluster http layer, and get good node list | Brad Anderson |
2010-08-12 | thank you dialyzer | Adam Kocoloski |
2010-08-12 | remove couch_api module | Adam Kocoloski |
2010-08-12 | update .app to 1.0 | Adam Kocoloski |
2010-08-12 | more cleanup of the includes | Adam Kocoloski |
2010-08-12 | update include path for couch_db.hrl | Adam Kocoloski |
2010-08-12 | cast to int, otherwise "1" > 2 | Adam Kocoloski |
2010-08-12 | forgot to register the mem3 top-level supervisor | Adam Kocoloski |
2010-08-12 | no authors in src files | Brad Anderson |
2010-08-12 | restart mem3_cache if ets table errors out | Adam Kocoloski |
2010-08-12 | failover to reading dbs.couch directly when ets is MIA | Adam Kocoloski |
2010-08-12 | fix debugging funs and clean up API module | Adam Kocoloski |
2010-08-12 | mega refactoring of mem3 | Adam Kocoloski |
2010-08-12 | use name_shard/1 instead of obsolete shard_name/2 | Adam Kocoloski |
2010-08-12 | converter from Doc to #shard{} is more general | Adam Kocoloski |
2010-08-12 | rewrite mem3_cache to use continuous _changes feed | Adam Kocoloski |
2010-08-12 | move states/0 to top-level module | Adam Kocoloski |
2010-08-12 | simpler event handler for sync server | Adam Kocoloski |
2010-08-12 | update test_suite | Adam Kocoloski |
2010-08-12 | better naming for event manager and sync event handler | Adam Kocoloski |
2010-08-12 | remove unused/obsolete test code | Adam Kocoloski |
2010-08-12 | update to new vclock module name | Adam Kocoloski |
2010-08-12 | standardize mem3 naming. app is horribly broken for now | Adam Kocoloski |
2010-08-12 | clean up membership application callback mod | Adam Kocoloski |
2010-08-12 | add distinct membership http req handler to membership app, not showroom | Brad Anderson |
2010-08-12 | patch up bugzid 10333, a cast on nodeup now sends gossip as well | Brad Anderson |
2010-08-12 | add membership events back into mem3, and add dbs handlers | Brad Anderson |
2010-08-12 | skip non-membership docs in dbs.couch | Adam Kocoloski |
2010-08-12 | atoms are not ejson keys, use bins for http compatibility | Adam Kocoloski |
2010-08-12 | better handling of repeated create_db attempts. BugzID 10300 | Adam Kocoloski |
2010-08-12 | mem3:nodes() does the trick here | Adam Kocoloski |
2010-08-12 | remove hash_int(), just convert hash() to int inline | Adam Kocoloski |
2010-08-12 | remove unused code | Adam Kocoloski |
2010-08-12 | more detailed report for mem3:states() | Adam Kocoloski |
2010-08-12 | faster+simpler get_pingnode_state | Adam Kocoloski |
2010-08-12 | missed a lib_misc function that vector clocks used, during dynomite -> member... | Brad Anderson |
2010-08-12 | dbs database creation moved to membership app | Brad Anderson |
2010-08-12 | throw an error in all_parts if DB does not exist | Adam Kocoloski |
2010-08-12 | forgot to start the db children | Brad Anderson |
2010-05-28 | begin move of dynomite to membership | Brad Anderson |
2010-05-28 | remove dynomite cruft | Brad Anderson |
2010-05-27 | open_doc call in fabric | Adam Kocoloski |
2010-05-27 | allow for single-node cluster 'init' | Brad Anderson |
2010-05-27 | replace #part with #shard | Adam Kocoloski |
2010-05-26 | change {N,P} fullmap over to #part{} record for future partition-splitting ho... | Brad Anderson |