index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_rep_writer.erl
Age
Commit message (
Expand
)
Author
2010-11-19
Merged revision 1036705 from trunk:
Filipe David Borba Manana
2010-06-25
make the authentication redirect URL configurable. setting it to the empty st...
John Christopher Anderson
2010-06-24
use JSON content type in replicator, require it in the _bulk_docs and other P...
John Christopher Anderson
2010-06-12
Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser.
Adam Kocoloski
2010-06-03
More work to allow for streaming attachment replication.
Damien F. Katz
2010-05-20
Refactoring of various internal APIs, particularly those dealing with replica...
Damien F. Katz
2010-05-04
use keysearch BIF to search ejson props. Closes COUCHDB-747
Adam Kocoloski
2010-04-15
refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710
Adam Kocoloski
2010-03-05
efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639
Adam Kocoloski
2010-01-29
Thanks Filipe Manana. Closes COUCHDB-631.
John Christopher Anderson
2009-11-21
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570
Adam Kocoloski
2009-09-21
attempt at gentler replication shutdown when one of the DBs is deleted
Adam Kocoloski
2009-09-16
GC isn't happening for this process b/c heap is too small, so trigger it manu...
Adam Kocoloski
2009-08-24
skip full_commit during replication when its safe
Adam Kocoloski
2009-08-11
roll back streaming _bulk_docs b/c of a race condition
Adam Kocoloski
2009-08-11
more work on _bulk_docs streaming during replication.
Adam Kocoloski
2009-08-11
whoops, process dictionary certainly won't work there
Adam Kocoloski
2009-08-11
split into multiple requests so target doesn't buffer too much
Adam Kocoloski
2009-08-11
max chunk size of 4G, not 64k
Adam Kocoloski
2009-08-11
stream _bulk_docs JSON body during replication
Adam Kocoloski
2009-08-10
new replicator using _changes feed for continuous replication
Adam Kocoloski