summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
AgeCommit message (Expand)Author
2011-07-02Restart replications on errorFilipe David Borba Manana
2011-06-28Backport revision 1140886 from trunkFilipe David Borba Manana
2011-06-21Backport revision 1137928 from trunkFilipe David Borba Manana
2011-05-30supervisor:delete_child returns ok after a successful terminated_child in R14B03Robert Newson
2011-05-25Backported revision 1127632 from trunkFilipe David Borba Manana
2011-05-21Merged revision 1125680 from trunkFilipe David Borba Manana
2011-05-20Replication manager: don't update doc if new state == current stateFilipe David Borba Manana
2011-04-20Merged revision 1095355 from branch 1.0.xFilipe David Borba Manana
2011-04-18Merged revision 1094419 from branch 1.0.xFilipe David Borba Manana
2011-03-28Backport fix from revision 1086185Filipe David Borba Manana
2011-03-13Merged revision 1081106 from trunkFilipe David Borba Manana
2010-12-07Merged revision 1043186 from trunk:Filipe David Borba Manana
2010-11-24Merged revision 1038665 from trunk:Filipe David Borba Manana
2010-11-23Merged revision 1038172 from trunk:Filipe David Borba Manana
2010-11-23Merged revision 1038067 from trunk:Filipe David Borba Manana
2010-11-19Make sure that after a local database compaction the old database reference c...Filipe David Borba Manana
2010-11-17Replicator DB: removed some restrictions from the default document update val...Filipe David Borba Manana
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