summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
AgeCommit message (Expand)Author
2010-08-11reorganize couch .erl and driver code into rebar layoutAdam Kocoloski
2010-08-03Add support for replication through an HTTP/HTTPS proxy.John Christopher Anderson
2010-08-01Merge revision 981343 from trunk:Filipe David Borba Manana
2010-07-23Merged revision 967251 from trunk: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-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
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