summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep_changes_feed.erl
AgeCommit message (Expand)Author
2010-08-11reorganize couch .erl and driver code into rebar layoutAdam Kocoloski
2010-07-28don't require integer seqnums in the changes feed, COUCHDB-838Adam Kocoloski
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-03-01Undo accidental revert. Sorry for the mess SVN acted weird on me. Probably du...Jan Lehnardt
2010-02-28Revert "Avoid replication task crashes by imporoving timeout handling."Jan Lehnardt
2010-02-28revert accidental commitJan Lehnardt
2010-02-28Merge branch 'show-deleted-docs' into trunkJan Lehnardt
2010-02-28Apply fixes for COUCHDB-597 patch.Jan Lehnardt
2010-02-26Avoid replication task crashes by imporoving timeout handling.Jan Lehnardt
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2009-10-26_changes response might have completed alreadyAdam Kocoloski
2009-10-26replication client should use inactivity timeout on changes feedAdam Kocoloski
2009-10-02replication bugfixes, see COUCHDB-516Adam Kocoloski
2009-09-28we were skipping 1/1000 updates replicating old servers w/o _changesAdam Kocoloski
2009-09-21quietly start a new connection if changes feed is closedAdam Kocoloski
2009-09-14finish committing my changes adventure. pardon the dust.John Christopher Anderson
2009-09-02Support for replication over SSL. Resolves COUCHDB-491Adam Kocoloski
2009-08-25fix a process leak in local changes feed consumerAdam Kocoloski
2009-08-25disable gen_server timeouts for internal replication processesAdam Kocoloski
2009-08-24also follow 302 for _changes feedAdam Kocoloski
2009-08-23heartbeat bugfix for continuous replication from remote sourceAdam Kocoloski
2009-08-18continuous _changes are now newline-delimited JSON Objects (no commas)Adam Kocoloski
2009-08-11fix pull replication w/o _changes (for 0.9.x remote sources)Adam Kocoloski
2009-08-10new replicator using _changes feed for continuous replicationAdam Kocoloski
2009-08-08update rep_changes_feed to use feed=continuous and rep_httpcAdam Kocoloski
2009-07-24reassemble split chunks in changes feed, add all() exportAdam Kocoloski
2009-07-19oops, bug in r795297 (listen for local update notifications)Adam Kocoloski
2009-07-18listen for local update notifications when continuous=trueAdam Kocoloski
2009-07-16second cut at _changes feed consumer. still not used by replicatorAdam Kocoloski
2009-07-16first cut at _changes feed consumer. not yet used by replicationAdam Kocoloski