summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
AgeCommit message (Expand)Author
2010-11-16Replicator: use the new builtin _doc_ids filter for the by doc IDs replication.Filipe David Borba Manana
2010-11-04Replicator: set Content-Length header when posting to _ensure_full_commit. Sa...Filipe David Borba Manana
2010-10-20checkpoints reuse session_id. Patch by tilgovi. COUCHDB-704Adam Kocoloski
2010-10-16Replicator: fix issues when a peer is accessible via SSL.Filipe David Borba Manana
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-29Add missing expression to close the database (COUCHDB-892 related).Filipe David Borba Manana
2010-09-28Replicator fix: for a filtered replication, the replication ID should take in...Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-22Replicator: avoid percent encoding the slashes of design and local document IDs.Filipe David Borba Manana
2010-09-13Replicator changes:Filipe David Borba Manana
2010-08-04Add replicator DB (_replicator).Filipe David Borba Manana
2010-08-01Add missing clause to the case expression to avoid a case_clause Erlang excep...Filipe David Borba Manana
2010-07-30Add support for replication through an HTTP/HTTPS proxy.John Christopher Anderson
2010-07-23Corrected misleading parameter name (Logs => DbList) and removed unnecessary ...Filipe David Borba Manana
2010-07-23Removed bogus log error message.Filipe David Borba Manana
2010-07-20require application/json content-type in the remaining places where a POST ha...John Christopher Anderson
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-07-19COUCHDB-810: Adds port to replication checkpoints.Robert Newson
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-19Strip password from URLs before adding them to the tasks databaseJan Lehnardt
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-11bugfix for replication keepalive. Closes COUCHDB-730Adam Kocoloski
2010-03-21Take query options into account when generating replication ids.Jan Lehnardt
2010-03-20backwards compatible ids for non-docid replicationsJan Lehnardt
2010-03-19Do not use the doc_id list from the previous replication requestJan Lehnardt
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