summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
AgeCommit message (Expand)Author
2009-09-21attempt at gentler replication shutdown when one of the DBs is deletedAdam Kocoloski
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-09-06check if either history is empty, not bothAdam Kocoloski
2009-09-05code =~ s/imperative/declarative & faster/, thanks to Kostis Sagonas for poin...Jan Lehnardt
2009-09-02fix continuous replication occurring after identical normal oneAdam Kocoloski
2009-08-28fix pattern matching bug in redirects for replicationAdam Kocoloski
2009-08-25use _ensure_full_commit?seq=N in replication for efficiencyAdam Kocoloski
2009-08-24only save a checkpoint at the end if something changedAdam Kocoloski
2009-08-24checkpoint at most once per 5 secondsAdam Kocoloski
2009-08-24skip full_commit during replication when its safeAdam Kocoloski
2009-08-19continuous replication request returns 202 Accepted and the _local docidAdam Kocoloski
2009-08-15better failure modes in replication. See COUCHDB-193, COUCHDB-416Adam Kocoloski
2009-08-10new replicator using _changes feed for continuous replicationAdam Kocoloski
2009-08-07ibrowse wrapper for replicator, will replace do_http_requestAdam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-04encode slashes in db names in Location response header after database creatio...Jan Lehnardt
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-05checkpoint during abnormal terminate is not safeAdam Kocoloski
2009-05-29make sure process is still alive before calculating memory footprintAdam Kocoloski
2009-05-29the atom doesn't necessarily existAdam Kocoloski
2009-05-18first crack at binary backoff for failed replicator requestsAdam Kocoloski
2009-05-17guard memory_footprint() list with is_pid()Adam Kocoloski
2009-05-17one more hanging receive loop fixAdam Kocoloski
2009-05-17replicator should never hang when attachment receiver diesAdam Kocoloski
2009-05-17cleaner, more informative replicator log messagesAdam Kocoloski
2009-05-16replicator memory management and buffer flush calculation updatesAdam Kocoloski
2009-05-06Removing leftover io:format call from debugging.Damien F. Katz
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04use revisions when replicating attachments. Closes COUCHDB-337Adam Kocoloski
2009-04-15URL-encode attachment paths during replicationAdam Kocoloski
2009-03-31unify including of couch_db.hrlJan Lehnardt
2009-03-16Adding the necessary done=true to the last race condition fix in the replicat...Damien F. Katz
2009-03-16Fix for occasional replication failure where replication would complete befor...Damien F. Katz
2009-03-15Streaming attachment replication now follows redirects and checks for error c...John Christopher Anderson
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-08beefier fault tolerance in the replicatorAdam Kocoloski
2009-03-07rewrite replicator using OTP behavioursAdam Kocoloski
2009-02-13fix COUCHDB-253. Replicator should not use chunked transfer-encoding on GET r...John Christopher Anderson
2009-02-12Fix for spurious 'server restarted' during replicationDamien F. Katz
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
2009-01-09Added support so clients can detect if a server has potentially lost commits ...Damien F. Katz
2009-01-04change count to limit in view query paramsJohn Christopher Anderson
2008-12-16fix COUCHDB-174 thanks Adam KocoloskiJohn Christopher Anderson
2008-12-16Adam Kocoloski replication performance improvements (closes COUCHDB-160)John Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-11-09apply replication fixing patches from COUCHDB-157John Christopher Anderson