summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
AgeCommit message (Expand)Author
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-02-24replicator and view generator can skip check_is_reader when opening database ...John Christopher Anderson
2010-02-24Allow replication to be cancelled. Closes COUCHDB-664. Patch by Robert Newson.Jan Lehnardt
2010-02-19keep listeners when rebooting replicationsAdam Kocoloski
2010-01-29Thanks Filipe Manana. Closes COUCHDB-631.John Christopher Anderson
2009-12-08release old Fds on replication reboot, shut down child procs in a cleaner orderAdam Kocoloski
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-10-28reboot replication from last checkpoint if DB is compacted or server restartsAdam Kocoloski
2009-10-20typoJan Lehnardt
2009-10-15Only check for admin user if we are trying to create a database. Thanks to Bo...Jan Lehnardt
2009-10-11add create_target:true option to _replicate that creates the target databaseJan Lehnardt
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