1. d00b981 Prevent replicator manager change feeds from getting stuck by Nick Vatamaniuc · 7 years ago master
  2. f63efa7 Revert "Don't scan empty replicator databases" by Nick Vatamaniuc · 7 years ago
  3. 46aa27f Don't scan empty replicator databases by Robert Newson · 7 years ago
  4. ffe9697 Merge branch '64229-add-new-request-parameter' by Nick Vatamaniuc · 7 years ago
  5. 6495809 Fix unit test after renaming max_document_size config parameter by Nick Vatamaniuc · 7 years ago
  6. 1166759 Merge remote-tracking branch 'cloudant/couchdb-2992-remove-dead-code' by Nick Vatamaniuc · 7 years ago
  7. 30915e3 Remove unused mp_parse_doc function from replicator by Nick Vatamaniuc · 7 years ago
  8. 50a88ba Merge remote-tracking branch 'cloudant/couchdb-3316' by Nick Vatamaniuc · 7 years ago
  9. 50dcd7d Make sure to log db as well as doc in replicator logs. by Nick Vatamaniuc · 7 years ago
  10. 7a2b2b6 fix crashes when replicator db is deleted by Robert Newson · 7 years ago
  11. 1e413b8 Revert "Restore adding some jitter-ed sleep to shard scanning code." by Robert Newson · 7 years ago
  12. 45d739a Restore adding some jitter-ed sleep to shard scanning code. by Nick Vatamaniuc · 7 years ago
  13. 648e465 Merge branch 'couchdb-3291-use-infinity' by Nick Vatamaniuc · 7 years ago
  14. 1644696 Merge branch 'couchdb-3291-better-formatting' by Nick Vatamaniuc · 7 years ago
  15. c306fab Use string formatting to shorten document ID during logging. by Nick Vatamaniuc · 7 years ago
  16. 46f70c7 Switch replicator max_document_id_length config to use infinity by Nick Vatamaniuc · 7 years ago
  17. b18b31c closes #54 by Nick Vatamaniuc · 7 years ago
  18. d23025e Allow configuring maximum document ID length during replication by Nick Vatamaniuc · 7 years ago
  19. be0060f Fix shards db name typo from previous commit by Nick Vatamaniuc · 7 years ago
  20. b281d2b Use mem3 to discover all _replicator shards in replicator manager by Nick Vatamaniuc · 7 years ago
  21. 48996b1 Let "error" replication document updates bypass the VDU function. by Nick Vatamaniuc · 8 years ago couchdb-3199
  22. cb41bac Merge branch '3010-port-429' into apache by Tony Sun · 8 years ago
  23. ada53cb Make backoff macros configurable by Tony Sun · 8 years ago
  24. 93c4cea Add tests which check small values of max_document_size setting on the target by Nick Vatamaniuc · 8 years ago
  25. e5747db Fix handling of 413 responses for single document PUT requests by Nick Vatamaniuc · 8 years ago
  26. 2f23b57 Fix replicator handling of max_document_size when posting to _bulk_docs by Nick Vatamaniuc · 8 years ago
  27. a51561c Fix timeout clause in backoff retry by Tony Sun · 8 years ago
  28. 2db0d7f Retry when connection_closed is received during a streamed response by Tony Sun · 8 years ago
  29. 80e9578 Handle 429 by Tony Sun · 8 years ago
  30. b9232c8 Validate boolean parameters in /_replicate payload by Eric Avdey · 8 years ago 3118-validate-_replicate-payload
  31. 0248d23 Merge remote branch 'cloudant:3102-fix-config_subscription' by ILYA Khlopotov · 8 years ago
  32. 33d386f Update handle_config_terminate API by ILYA Khlopotov · 8 years ago
  33. f67ebff Fix passing epoch in correctly with rep_db_checkpoint message. by Nick Vatamaniuc · 8 years ago 3104-fix-replicator-manager-changes-feed-checkpoint
  34. 40a0876 Fix replicator manager `stop` change feed callback by Nick Vatamaniuc · 8 years ago
  35. c233bea Merge remote branch 'cloudant:69914-insert-random-delays' by ILYA Khlopotov · 8 years ago
  36. 884cf3e Inject random delays in scan_all_dbs by ILYA Khlopotov · 8 years ago
  37. 05247a2 Replication manager's rep_start_pids now contains only {Tag, Pid} items by Nick Vatamaniuc · 8 years ago 3082-replication-manager-rep_start_pids-fix
  38. c661e74 Replace hard-coded instances of <<"_replicator">> dbs with a macro by Nick Vatamaniuc · 8 years ago
  39. bf636d3 Check if worker is alive for clean_mailbox by Tony Sun · 8 years ago
  40. 8283a30 Change process_response clause by Tony Sun · 8 years ago
  41. 8629fb2 Ensure _design/_replicator VDU is updated by Robert Newson · 8 years ago
  42. 8697441 Merge remote branch 'cloudant:fix-some-type-errors' by ILYA Khlopotov · 8 years ago
  43. 8a4bbc0 gen_event: handle_call suppose to return `{ok, Reply, State}` by ILYA Khlopotov · 8 years ago
  44. 13326bb Add jittered delay during replication error handling by Nick Vatamaniuc · 8 years ago
  45. ab0afce Merge remote branch 'github/pr/35' by ILYA Khlopotov · 8 years ago
  46. 24fb718 Use couch_db:dbname_suffix in is_replicator_db by ILYA Khlopotov · 8 years ago 2983-use-dbname_suffix
  47. 9865499 Implement Mango selectors for replication by Nick Vatamaniuc · 8 years ago
  48. 9ee3e19 Reduce checkpoint frequency from 5 to 30 seconds by Nick Vatamaniuc · 8 years ago
  49. fb004ea Revert "Merge remote-tracking branch 'cloudant/2975-restart-replications-on-crash'" by Robert Newson · 8 years ago
  50. 89d57cd Merge remote-tracking branch 'cloudant/2975-restart-replications-on-crash' by Robert Newson · 8 years ago
  51. 4cb5176 Reduce likelihood of a bad replication job taking down the job supervisor by Robert Newson · 8 years ago
  52. eb93044 Use transient restart type for all replications by Robert Newson · 8 years ago
  53. 73afc58 Remove obsoleted R14-era code by Robert Newson · 8 years ago
  54. 1979506 Merge remote branch 'github/pr/32' by Eric Avdey · 8 years ago
  55. b26c6f0 Fix flaky replicator tests. by Nick Vatamaniuc · 8 years ago
  56. 2363748 After a rescan prevent checkpoints from a previous epoch by Nick Vatamaniuc · 8 years ago
  57. 7ff43ed Merge remote-tracking branch 'cloudant/couchdb-2963' by Benjamin Bastian · 8 years ago
  58. a7e7565 Switch replicator manager change feeds to "longpoll" by Nick Vatamaniuc · 8 years ago
  59. 493a0d1 Adjust minimum number of http connections to 2 by Nick Vatamaniuc · 8 years ago
  60. da86098 Merge remote branch 'github/pr/27' by ILYA Khlopotov · 8 years ago
  61. e1fa3c3 Remove configurable replicator db name by Nick Vatamaniuc · 8 years ago
  62. fc49a36 Do not crash in couch_replicator:terminate/2 if a local dbname is used. by Nick Vatamaniuc · 8 years ago
  63. ff49e1c Fix view filtered replication by Eric Avdey · 8 years ago
  64. fd66cb6 Avoid logging creds on couch_replicator termination by Mike Wallace · 8 years ago
  65. 61c59b5 Add filtered with query replication test by Eric Avdey · 8 years ago
  66. b18ff40 Fix filtered replication test by Eric Avdey · 8 years ago
  67. ea40886 Merge branch 'github/pr/15' by Alexander Shorin · 8 years ago
  68. 254750a Update Travis config by Alexander Shorin · 8 years ago
  69. d711385 Integrate with Travis CI by Alexander Shorin · 9 years ago
  70. 3f268ab Fix couch_replicator_manager rescans by Paul J. Davis · 8 years ago
  71. 437c657 Throw bad request when doc_ids parameter is not an array (or null) by Jay Doane · 9 years ago
  72. 3ce7857 revert cdf8949 (couch_util:rfc1123_date) by Robert Kowalski · 9 years ago
  73. e58f535 Add a test case for filtered replication by ILYA Khlopotov · 9 years ago
  74. 5642243 Raise eunit tests timeout up to 100s by Alexander Shorin · 9 years ago
  75. f029192 Fix race condition in waiting for compactor in eunit test. by Nick Vatamaniuc · 9 years ago
  76. e2ecd85 Merge remote-tracking branch 'cloudant/2833-fix-race-condition-during-worker-termination' by Robert Newson · 9 years ago
  77. 219f5d1 Fix new couch_httpd_multipart:abort_multipart_stream API call by Alexander Shorin · 9 years ago
  78. 307ae6d Fix race condition in worker release on connection_closing state. by Nick Vatamaniuc · 9 years ago
  79. 36e5bec Merge remote-tracking branch 'github/pr/4' by Alexander Shorin · 9 years ago
  80. 85d62d1 Handle un-expected closing of pipelined connections better. by Nick Vatamaniuc · 9 years ago
  81. 73139f0 Fix crypto deprecations by Robert Newson · 9 years ago
  82. b695bb2 Include originating database by Robert Newson · 9 years ago
  83. 90d7088 Fix changes worker timeout cleanup by Paul J. Davis · 9 years ago
  84. 227cbc6 Fix stuck changes reader in clean_mailbox by Paul J. Davis · 9 years ago
  85. 0c8b69d Add LICENSE file by Alexander Shorin · 9 years ago
  86. 63877ae Return `{error, {illegal_database_name, Name}}` by ILYA Khlopotov · 9 years ago
  87. cfda535 Distinct User-Agent for the replicator by Robert Newson · 9 years ago
  88. 80708a9 Infinity timeout, just like all the others :( by Robert Newson · 9 years ago 2707-merge-couch_replicator-fixes-from-cloudant-fork
  89. 9d010db continue jobs that aren't _replicator docs by Robert Newson · 9 years ago
  90. 86d7716 Fix stream cleanup timeouts by Paul J. Davis · 9 years ago
  91. 8a3af42 Be more explicit on values of ?STREAM_STATUS by Paul J. Davis · 9 years ago
  92. 5ee42e1 Ensure that ibrowse streams are ended properly by Paul J. Davis · 9 years ago
  93. ce1934f Cleanly stop replication at checkpoint time if no longer owner by Robert Newson · 9 years ago
  94. fb4da8d Log when node up/down events occur by Robert Newson · 9 years ago
  95. 89363ae Return owner to improve logging output by Robert Newson · 9 years ago
  96. 8d69019 Ensure Live node set is consistent with up/down messages by Robert Newson · 9 years ago
  97. 5b630ff delay and splay replication starts by Robert Newson · 9 years ago
  98. 362b3fd Verify that url really points to a database by Robert Newson · 9 years ago
  99. 2e6d5c1 Remove anonymous fun when starting replications by Robert Newson · 9 years ago
  100. dcb3886 Use randomized, truncated exponential backoff in event of conflict by Robert Newson · 9 years ago