summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-06-09rewrite fabric_db_infoAdam Kocoloski
2010-06-08fabric handler for _changes, BugzID 10219Adam Kocoloski
2010-06-08fabric attachmentsBrad Anderson
2010-06-08allow for unsorted results in map queries, BugzID 10073Adam Kocoloski
2010-06-08ignore missing Keys in reduce view, like couch. BugzID 10220Adam Kocoloski
2010-06-07reduce views, BugzID 10220Adam Kocoloski
2010-06-07map views w/ keys, also forgot to git add stuff, BugzID 10220Adam Kocoloski
2010-06-07map views w/o keylist, BugzID 10220Adam Kocoloski
2010-06-07primitive design_docs resource, BugzID 10243Adam Kocoloski
2010-06-07partial support for #user_ctx in fabric RPC calls, BugzID 10277Adam Kocoloski
2010-06-07cleanup after we're doneAdam Kocoloski
2010-06-05if collector tells us to stop, we stopAdam Kocoloski
2010-06-05big module renamingAdam Kocoloski
2010-06-02all_databases -> all_dbs, less typing ftwAdam Kocoloski
2010-06-02correct doc_count error messageAdam Kocoloski
2010-06-02forgot to commit new file, BugzID 10242Adam Kocoloski
2010-06-02_all_docs with keys, closes BugzID 10218Adam Kocoloski
2010-06-01all_docs resource w/o keylist, BugzID 10218Adam Kocoloski
2010-06-01better get_doc_count RPC, BugzID 10242Adam Kocoloski
2010-06-01add sync_reply, change msg format to be more like gen_serverAdam Kocoloski
2010-06-01RPC endpoint for all_docs w/o keylist, BugzID 10218Adam Kocoloski
2010-05-28normalizing includesAdam Kocoloski
2010-05-28split fabric_db into dedicated modulesBrad Anderson
2010-05-28reorganize rpc calls, add doc_count and update_seqAdam Kocoloski
2010-05-28split fabric_doc into dedicated modulesAdam Kocoloski
2010-05-28open_revs for fabric, BugzID 10216Adam Kocoloski
2010-05-28implement fabric missing_revs, BugzID 10217Adam Kocoloski
2010-05-28always install fullmap during create_db, and make create/delete db calls use ↵Brad Anderson
#shard{name=ShardName}
2010-05-28fix matching of open_doc repliesAdam Kocoloski
2010-05-28add update_docAdam Kocoloski
2010-05-28more forgiving interface for fabricAdam Kocoloski
2010-05-28lots of work, expecially update_docsAdam Kocoloski
2010-05-27remove fabric_api, clean up other things to get futon rendering db listBrad Anderson
2010-05-27get_db_info working, also reorg'd fabric to doc and db module structureBrad Anderson
2010-05-27work on get_db_info, conflict resovled for fabric_rpcBrad Anderson
2010-05-27oops, forgot this guyAdam Kocoloski
2010-05-27export the right stuff for open_docAdam Kocoloski
2010-05-27sloppy commitAdam Kocoloski
2010-05-27open_doc call in fabricAdam Kocoloski
2010-05-27delete_db workingBrad Anderson
2010-05-27resolved fabric_delete conflictBrad Anderson
2010-05-27more delete_db changesBrad Anderson
2010-05-27replace #part with #shardAdam Kocoloski
2010-05-27begin move of delete_db over to new codebaseBrad Anderson
2010-05-27changes to get compile working again, and testing create_dbBrad Anderson
2010-05-26rework create_db with new idioms for fabric / rexi workflowBrad Anderson
2010-05-26rest of recent fabric changes. switch to #part{} record, add get_db_info ↵Brad Anderson
work (not functional), and change others around to use new fullmap
2010-05-26adding fabric rpc moduleBrad Anderson
2010-05-26adding delete and open modules to fabricBrad Anderson
2010-05-26add delete_db, open_db, and open_doc calls to fabric front-endBrad Anderson