summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep_writer.erl
AgeCommit message (Expand)Author
2011-08-27Fix replication crash on database compactionFilipe David Borba Manana
2011-05-17port Filipe's fix and test for COUCHDB-885 to 1.1.xRobert Newson
2010-11-19Make sure that after a local database compaction the old database reference c...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-09-30Removing ?getv macros.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-08-21Small refactoring of the work queue module to accomodate for incoming options...Filipe David Borba Manana
2010-06-25make the authentication redirect URL configurable. setting it to the empty st...John Christopher Anderson
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-12Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser.Adam Kocoloski
2010-06-03More work to allow for streaming attachment replication.Damien F. Katz
2010-05-20Refactoring of various internal APIs, particularly those dealing with replica...Damien F. Katz
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-03-05efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639Adam Kocoloski
2010-01-29Thanks Filipe Manana. Closes COUCHDB-631.John Christopher Anderson
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-09-21attempt at gentler replication shutdown when one of the DBs is deletedAdam Kocoloski
2009-09-16GC isn't happening for this process b/c heap is too small, so trigger it manu...Adam Kocoloski
2009-08-24skip full_commit during replication when its safeAdam Kocoloski
2009-08-11roll back streaming _bulk_docs b/c of a race conditionAdam Kocoloski
2009-08-11more work on _bulk_docs streaming during replication.Adam Kocoloski
2009-08-11whoops, process dictionary certainly won't work thereAdam Kocoloski
2009-08-11split into multiple requests so target doesn't buffer too muchAdam Kocoloski
2009-08-11max chunk size of 4G, not 64kAdam Kocoloski
2009-08-11stream _bulk_docs JSON body during replicationAdam Kocoloski
2009-08-10new replicator using _changes feed for continuous replicationAdam Kocoloski