summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-30include a sequence sum in the _changes seq for sorting, BugzID 10588Adam Kocoloski
2010-07-28bugfix for is_progress_possible with q=1Adam Kocoloski
2010-07-28preliminary support for multipart/related PUTs with N>1Adam Kocoloski
2010-07-26nicer error messages for missing attachment stubsAdam Kocoloski
2010-07-16very stupid bugAdam Kocoloski
2010-07-16fix ok response for set_securityAdam Kocoloski
2010-07-15update to new _changes feed formatAdam Kocoloski
2010-07-15don't badmatch if first shard in keyrange is missingAdam Kocoloski
2010-07-14handle timeouts when using sync_replyAdam Kocoloski
2010-07-14support for revs_limit and security metadataAdam Kocoloski
2010-07-14support the atts_since qs param for GET requestsAdam Kocoloski
2010-07-14fabric:get_doc_count/1 was broken for N>1Adam Kocoloski
2010-07-13return an informative error if user tries unsupported all_or_nothing optionAdam Kocoloski
2010-07-12handle new_edits=false update_doc response correctlyAdam Kocoloski
2010-07-12fix fabric:all_dbs when used with a prefixAdam Kocoloski
2010-07-10thank you dialyzerAdam Kocoloski
2010-07-06rearrange fabric arguments to match couch_btreeAdam Kocoloski
2010-07-05move db_path logic to chttpdAdam Kocoloski
2010-07-05more cleanup of the includesAdam Kocoloski
2010-07-05purely cosmeticAdam Kocoloski
2010-07-05respect default r quorum in cluster configAdam Kocoloski
2010-07-05really implement write quorum checkingAdam Kocoloski
2010-07-04talk to main_pid, not update_pidAdam Kocoloski
2010-07-02convenience function to reset DB validation functionsAdam Kocoloski
2010-07-02better error logging for failed RPC requestsAdam Kocoloski
2010-07-02no authors in src filesBrad Anderson
2010-07-02use name_shard/1 instead of obsolete shard_name/2Adam Kocoloski
2010-07-02update for mem3 refactor, more robust DB create/deleteAdam Kocoloski
2010-06-28replicated_changes updates are noreplyAdam Kocoloski
2010-06-28wait 1 hour for view requestsAdam Kocoloski
2010-06-25filter should already be set outside of fabricAdam Kocoloski
2010-06-24trivially reorder json props to pass list_views testAdam Kocoloski
2010-06-22allow a #doc{} instead of docid in get_view_group_infoAdam Kocoloski
2010-06-17updates to use 0.11-style missing_revsAdam Kocoloski
2010-06-17correct handling of PUTs to missing DBAdam Kocoloski
2010-06-16don't hang when deleting a deleted DBAdam Kocoloski
2010-06-15remove leftover code from reduce_viewAdam Kocoloski
2010-06-15updates to work w/ 0.11 btree option refactoringAdam Kocoloski
2010-06-15throw conflicts just like couch_db.erlAdam Kocoloski
2010-06-15update reduce views to work with 0.11 btree apiAdam Kocoloski
2010-06-14update all_docs and map rpc endpoints for 0.11 btreeAdam Kocoloski
2010-06-14minor updates to _changes codeAdam Kocoloski
2010-06-14update fabric to use couch 0.11 btree apiAdam Kocoloski
2010-06-11updates to better support _changes HTTP resourceAdam Kocoloski
2010-06-11suppress unused variable warningAdam Kocoloski
2010-06-1010 seconds is much too short for e.g. _bulk_docs timeoutAdam Kocoloski
2010-06-10removing some loggingAdam Kocoloski
2010-06-10add handler for view group _infoAdam Kocoloski
2010-06-09map and reduce views working over HTTP now, tooAdam Kocoloski
2010-06-09_all_docs served over http via fabric, wootAdam Kocoloski