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-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
2009-08-10
new replicator using _changes feed for continuous replication
Adam Kocoloski
2009-08-07
ibrowse wrapper for replicator, will replace do_http_request
Adam Kocoloski
2009-08-04
Initial check-in of OAuth and cookie authentication.
Damien F. Katz
2009-08-04
encode slashes in db names in Location response header after database creatio...
Jan Lehnardt
2009-07-17
Deterministic revids, MD5 checking of documents, added tracking of rev when a...
Damien F. Katz
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-05
checkpoint during abnormal terminate is not safe
Adam Kocoloski
2009-05-29
make sure process is still alive before calculating memory footprint
Adam Kocoloski
2009-05-29
the atom doesn't necessarily exist
Adam Kocoloski
2009-05-18
first crack at binary backoff for failed replicator requests
Adam Kocoloski
[next]