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_reader.erl
Age
Commit message (
Expand
)
Author
2010-11-16
Replicator: use the new builtin _doc_ids filter for the by doc IDs replication.
Filipe David Borba Manana
2010-09-30
Removing ?getv macros.
Filipe David Borba Manana
2010-09-27
Replacing calls to couch_util:get_value with ?getv
Filipe David Borba Manana
2010-09-22
Replicator: avoid percent encoding the slashes of design and local document IDs.
Filipe David Borba Manana
2010-09-13
Replicator changes:
Filipe David Borba Manana
2010-06-12
Fix hanging replication. COUCHDB-793. Thanks Filipe and Paul Bonser.
Adam Kocoloski
2010-06-02
trailing whitespace pedantry
Jan Lehnardt
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-02-01
fix unused variable warnings, remove unused code.
Jan Lehnardt
2010-01-29
Thanks Filipe Manana. Closes COUCHDB-631.
John Christopher Anderson
2009-11-13
Initial check-in of APIs for multiple/related supported and incremental repli...
Damien F. Katz
2009-10-28
reboot replication from last checkpoint if DB is compacted or server restarts
Adam Kocoloski
2009-10-02
replication bugfixes, see COUCHDB-516
Adam Kocoloski
2009-08-25
disable gen_server timeouts for internal replication processes
Adam Kocoloski
2009-08-24
overlooked a function clause
Adam Kocoloski
2009-08-24
checkpoint at most once per 5 seconds
Adam Kocoloski
2009-08-24
more precise and accurate calculation of replication progress
Adam Kocoloski
2009-08-19
maybe reopen source to get newer documents
Adam Kocoloski
2009-08-16
Update our Erlang VM requirement to 5.6.5 (R12B5). Also fixes the remaining two
Paul Joseph Davis
2009-08-10
new replicator using _changes feed for continuous replication
Adam Kocoloski