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_changes_feed.erl
Age
Commit message (
Expand
)
Author
2010-06-02
trailing whitespace pedantry
Jan Lehnardt
2010-05-04
use keysearch BIF to search ejson props. Closes COUCHDB-747
Adam Kocoloski
2010-03-01
Undo accidental revert. Sorry for the mess SVN acted weird on me. Probably du...
Jan Lehnardt
2010-02-28
Revert "Avoid replication task crashes by imporoving timeout handling."
Jan Lehnardt
2010-02-28
revert accidental commit
Jan Lehnardt
2010-02-28
Merge branch 'show-deleted-docs' into trunk
Jan Lehnardt
2010-02-28
Apply fixes for COUCHDB-597 patch.
Jan Lehnardt
2010-02-26
Avoid replication task crashes by imporoving timeout handling.
Jan Lehnardt
2010-02-26
fdmananas patch for filtered replication via COUCHDB-673
John Christopher Anderson
2009-10-26
_changes response might have completed already
Adam Kocoloski
2009-10-26
replication client should use inactivity timeout on changes feed
Adam Kocoloski
2009-10-02
replication bugfixes, see COUCHDB-516
Adam Kocoloski
2009-09-28
we were skipping 1/1000 updates replicating old servers w/o _changes
Adam Kocoloski
2009-09-21
quietly start a new connection if changes feed is closed
Adam Kocoloski
2009-09-14
finish committing my changes adventure. pardon the dust.
John Christopher Anderson
2009-09-02
Support for replication over SSL. Resolves COUCHDB-491
Adam Kocoloski
2009-08-25
fix a process leak in local changes feed consumer
Adam Kocoloski
2009-08-25
disable gen_server timeouts for internal replication processes
Adam Kocoloski
2009-08-24
also follow 302 for _changes feed
Adam Kocoloski
2009-08-23
heartbeat bugfix for continuous replication from remote source
Adam Kocoloski
2009-08-18
continuous _changes are now newline-delimited JSON Objects (no commas)
Adam Kocoloski
2009-08-11
fix pull replication w/o _changes (for 0.9.x remote sources)
Adam Kocoloski
2009-08-10
new replicator using _changes feed for continuous replication
Adam Kocoloski
2009-08-08
update rep_changes_feed to use feed=continuous and rep_httpc
Adam Kocoloski
2009-07-24
reassemble split chunks in changes feed, add all() export
Adam Kocoloski
2009-07-19
oops, bug in r795297 (listen for local update notifications)
Adam Kocoloski
2009-07-18
listen for local update notifications when continuous=true
Adam Kocoloski
2009-07-16
second cut at _changes feed consumer. still not used by replicator
Adam Kocoloski
2009-07-16
first cut at _changes feed consumer. not yet used by replication
Adam Kocoloski