summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep_changes_feed.erl
AgeCommit message (Expand)Author
2011-09-30Replicator: skip documents with empty IDFilipe David Borba Manana
2011-08-19Updated changes feed connect timeout to 30 secondsFilipe David Borba Manana
2011-04-14Merged revision 1092108 from branch 1.0.xFilipe David Borba Manana
2011-01-19Merged revision 1060860 from trunkFilipe David Borba Manana
2010-12-29Ignore closed connection after _changes are downloadedAdam Kocoloski
2010-11-16Replicator: use the new builtin _doc_ids filter for the by doc IDs replication.Filipe David Borba Manana
2010-10-16Replicator: deal with 303 HTTP redirects. Closes COUCHDB-918.Filipe David Borba Manana
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-24Upgrading ibrowse from version 1.6.2 to 2.0.1.Filipe David Borba Manana
2010-09-16Replicator bug fix: properly stop link worker processes to avoid noproc excep...Filipe David Borba Manana
2010-09-14Replicator bug fix: make sure a replication fails when there's a stale connec...Filipe David Borba Manana
2010-09-13Bug fixes:Filipe David Borba Manana
2010-09-13Bug fix: add missing case for not preserving HTTP basic auth credentials afte...Filipe David Borba Manana
2010-09-12Fix previous revision (module prefix not included)Filipe David Borba Manana
2010-09-12Replicator bug fix: redirect from remote /db/_changes not properly handled (d...Filipe David Borba Manana
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