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.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-11-04
Replicator: set Content-Length header when posting to _ensure_full_commit. Sa...
Filipe David Borba Manana
2010-10-20
checkpoints reuse session_id. Patch by tilgovi. COUCHDB-704
Adam Kocoloski
2010-10-16
Replicator: fix issues when a peer is accessible via SSL.
Filipe David Borba Manana
2010-09-30
Removing ?getv macros.
Filipe David Borba Manana
2010-09-29
Add missing expression to close the database (COUCHDB-892 related).
Filipe David Borba Manana
2010-09-28
Replicator fix: for a filtered replication, the replication ID should take in...
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-08-04
Add replicator DB (_replicator).
Filipe David Borba Manana
2010-08-01
Add missing clause to the case expression to avoid a case_clause Erlang excep...
Filipe David Borba Manana
2010-07-30
Add support for replication through an HTTP/HTTPS proxy.
John Christopher Anderson
2010-07-23
Corrected misleading parameter name (Logs => DbList) and removed unnecessary ...
Filipe David Borba Manana
2010-07-23
Removed bogus log error message.
Filipe David Borba Manana
2010-07-20
require application/json content-type in the remaining places where a POST ha...
John Christopher Anderson
2010-07-19
remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829
John Christopher Anderson
2010-07-19
COUCHDB-810: Adds port to replication checkpoints.
Robert Newson
2010-06-24
use JSON content type in replicator, require it in the _bulk_docs and other P...
John Christopher Anderson
2010-06-02
trailing whitespace pedantry
Jan Lehnardt
2010-05-19
Strip password from URLs before adding them to the tasks database
Jan Lehnardt
2010-05-04
use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757
Adam Kocoloski
2010-05-04
use keysearch BIF to search ejson props. Closes COUCHDB-747
Adam Kocoloski
2010-04-11
bugfix for replication keepalive. Closes COUCHDB-730
Adam Kocoloski
2010-03-21
Take query options into account when generating replication ids.
Jan Lehnardt
2010-03-20
backwards compatible ids for non-docid replications
Jan Lehnardt
2010-03-19
Do not use the doc_id list from the previous replication request
Jan Lehnardt
2010-02-26
fdmananas patch for filtered replication via COUCHDB-673
John Christopher Anderson
2010-02-24
replicator and view generator can skip check_is_reader when opening database ...
John Christopher Anderson
2010-02-24
Allow replication to be cancelled. Closes COUCHDB-664. Patch by Robert Newson.
Jan Lehnardt
2010-02-19
keep listeners when rebooting replications
Adam Kocoloski
2010-01-29
Thanks Filipe Manana. Closes COUCHDB-631.
John Christopher Anderson
2009-12-08
release old Fds on replication reboot, shut down child procs in a cleaner order
Adam Kocoloski
2009-11-21
code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570
Adam Kocoloski
2009-10-28
reboot replication from last checkpoint if DB is compacted or server restarts
Adam Kocoloski
2009-10-20
typo
Jan Lehnardt
2009-10-15
Only check for admin user if we are trying to create a database. Thanks to Bo...
Jan Lehnardt
2009-10-11
add create_target:true option to _replicate that creates the target database
Jan Lehnardt
2009-09-21
attempt at gentler replication shutdown when one of the DBs is deleted
Adam Kocoloski
2009-09-09
choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...
Adam Kocoloski
2009-09-06
check if either history is empty, not both
Adam Kocoloski
2009-09-05
code =~ s/imperative/declarative & faster/, thanks to Kostis Sagonas for poin...
Jan Lehnardt
2009-09-02
fix continuous replication occurring after identical normal one
Adam Kocoloski
2009-08-28
fix pattern matching bug in redirects for replication
Adam Kocoloski
2009-08-25
use _ensure_full_commit?seq=N in replication for efficiency
Adam Kocoloski
2009-08-24
only save a checkpoint at the end if something changed
Adam Kocoloski
2009-08-24
checkpoint at most once per 5 seconds
Adam Kocoloski
2009-08-24
skip full_commit during replication when its safe
Adam Kocoloski
2009-08-19
continuous replication request returns 202 Accepted and the _local docid
Adam Kocoloski
2009-08-15
better failure modes in replication. See COUCHDB-193, COUCHDB-416
Adam Kocoloski
[next]