1. 7cf698e Suppress log of a response for clustered interface by ILYA Khlopotov · 8 years ago
  2. f58817f Add send_response_no_cors/4 by ILYA Khlopotov · 8 years ago
  3. 9b69868 Update test suite for CORS by ILYA Khlopotov · 8 years ago
  4. fe2b6ae Remove couch_http_cors in favor of chttpd_cors by ILYA Khlopotov · 8 years ago
  5. f2457f3 Merge remote branch 'github/pr/145' by ILYA Khlopotov · 8 years ago
  6. 9aa8c65 Remove configurable replicator db name by Nick Vatamaniuc · 8 years ago
  7. f7348cb Merge remote-tracking branch 'github/pr/146' by Alexander Shorin · 8 years ago
  8. 4267b0e Throw errors from open_ddoc instead of failing on badmatch error. by Nick Vatamaniuc · 8 years ago
  9. 30348e6 Merge branch '2938-fix-5986-filtered-changes' by Russell Branca · 8 years ago
  10. 7c7b14e Only use fetch/ddoc_cache for clustered calls by Russell Branca · 8 years ago 2938-fix-5986-filtered-changes
  11. 9383c5c Send 400 error if 'count' sent to _uuid is not an integer by Eric Avdey · 8 years ago
  12. 333bc1b fix tarball build by Jan Lehnardt · 8 years ago
  13. a0041fb Merge branch 'github/pr/139' by ILYA Khlopotov · 8 years ago
  14. 4e6d2d6 Comment out flaky test. by ILYA Khlopotov · 8 years ago
  15. a51304e Propagate db delete event to changes callback by ILYA Khlopotov · 8 years ago
  16. d08ce07 Merge remote-tracking branch 'github/pr/140' by ILYA Khlopotov · 8 years ago
  17. 99d408a Fix test_util:with_process_restart by ILYA Khlopotov · 8 years ago
  18. e928e83 Merge remote-tracking branch 'github/pr/135' by ILYA Khlopotov · 8 years ago
  19. 08e2a04 Add couch_debug:opened_files/0 by ILYA Khlopotov · 8 years ago
  20. f3b7f5a Merge remote-tracking branch 'github/pr/137' by Alexander Shorin · 8 years ago
  21. 0aae568 Merge branch '2938-use-ddoc-cache-in-filtered-changes' by Russell Branca · 8 years ago
  22. fabc25f Use ddoc_cache and new fetch rpc format by Russell Branca · 8 years ago 2938-use-ddoc-cache-in-filtered-changes
  23. 1189680 Send a real EventSource event for heartbeat by Damjan Georgievski · 10 years ago
  24. 010704a Remove lager and goldrush from default list of apps started by test_util:start_couch/2 by Jay Doane · 9 years ago
  25. f33f9fa Rewrite via query server by ermouth · 9 years ago
  26. 57ecc04 Expose couch_js_functions to other apps by Robert Newson · 8 years ago
  27. 7abff50 Fix syntax by Alexander Shorin · 8 years ago
  28. f7ccb9b Find curl.h on FreeBSD by Robert Newson · 8 years ago
  29. 3a519b2 Always send application/json response type by Robert Newson · 8 years ago
  30. c38ab6b Merge remote-tracking branch 'github/pr/129' by Alexander Shorin · 9 years ago
  31. bc071d7 Simplify, and remove unnecessary code by Jay Doane · 9 years ago
  32. 5df9515 Ensure _global_changes exists by Jay Doane · 9 years ago
  33. c7ecd2b Create and delete test db using HTTP API by Jay Doane · 9 years ago
  34. 5e81713 Explicitly authorize test requests by Jay Doane · 9 years ago
  35. a5aa4e1 Improve checks for db admin/member by Alexander Shorin · 9 years ago
  36. 853177c Run tests with only the couch_db_plugin_test couch_epi plugin by Jay Doane · 9 years ago
  37. acfd7cb Fix race condition in workqueue test. by Nick Vatamaniuc · 9 years ago
  38. 79b5243 Merge remote-tracking branch 'github/pr/123' by Alexander Shorin · 9 years ago
  39. c3971a0 Stabilize os daemons test by Nick Vatamaniuc · 9 years ago
  40. f55205d Remove deprecated functions by Alexander Shorin · 9 years ago
  41. de590cc Fix couch_httpd_multipart exports by Alexander Shorin · 9 years ago
  42. b5e7e54 Add IS_OLD_RECORD macro by Paul J. Davis · 9 years ago
  43. 92598cd Fix warnings by Alexander Shorin · 9 years ago
  44. 212498a Add license header by Alexander Shorin · 9 years ago
  45. 6abdebe Merge remote-tracking branch 'github/pr/19' into multipart by Alexander Shorin · 9 years ago
  46. b43fcef Use couch_log for startup notifications by Alexander Shorin · 9 years ago
  47. 1aec9a4 Stabilize couch_task_status_tests:run_multiple_tasks/0 test. by Nick Vatamaniuc · 9 years ago
  48. c0bf9d6 Increase EUnit test stability by Nick Vatamaniuc · 9 years ago
  49. eb60e41 Merge branch 'add-filter-revs-limit' by Russell Branca · 9 years ago
  50. c0822a7 Whitespace and housekeeping by Russell Branca · 9 years ago
  51. 62994cc Add specs to document validate_doc_update/5 by Russell Branca · 9 years ago
  52. 23e5f92 Add revs limit for docs passed to filter functions by Russell Branca · 9 years ago
  53. 75cfed0 Fix dialyzer crash by ILYA Khlopotov · 9 years ago
  54. 8924e94 Handle view server crashing during test compile of view functions. by Nick Vatamaniuc · 9 years ago
  55. 33bc060 Throw if parse_revs is not a list by Robert Newson · 9 years ago
  56. 6682a22 Fix status match for document create/update by Alexander Shorin · 9 years ago
  57. c0260d2 Remove assertNotMatch macro by Alexander Shorin · 9 years ago
  58. 0f81930 Export couch_server:delete_file for reuse by ILYA Khlopotov · 9 years ago
  59. 4ca9e41 Merge remote-tracking branch 'cloudant/simplify_couch_epi' by Robert Newson · 9 years ago
  60. 0430a7f Fix "initialization from incompatible pointer type" warning for icu drv by Alexander Shorin · 9 years ago
  61. 2ea0422 Remove round for create/delete database for 1000 times by Alexander Shorin · 9 years ago
  62. 9ffa160 Properly escape Location: HTTP header by Samuel Tardieu · 9 years ago
  63. d405523 Merge remote-tracking branch 'cloudant/25815-couch-stream-io-priority' by Robert Newson · 9 years ago
  64. e1d1eeb Inherit io_priority from the process creating the stream by Levi McAuley · 9 years ago
  65. 2594c7f Integrate with Travis CI by Alexander Shorin · 9 years ago
  66. 1279da6 Fix chttpd port usage by Alexander Shorin · 9 years ago
  67. 4aac44d Add license header by Alexander Shorin · 9 years ago
  68. f1bb186 Fix task status unit test dependency by Nick Vatamaniuc · 9 years ago
  69. e7e5cc8 Fix OS Daemons test dependency. by Nick Vatamaniuc · 9 years ago
  70. 269faca Fix tests for 8bbfba7 commit by Alexander Shorin · 9 years ago
  71. 7477e58 Turn couch_doc_json_tests into unit tests by Alexander Shorin · 9 years ago
  72. 100bb30 Ensure clean teardown in os_daemons_test by Klaus Trainer · 9 years ago
  73. 2ee5e28 Fix couchdb_os_daemons tests dependency. by Nick Vatamaniuc · 9 years ago
  74. b00635c Pass supervisor's children to couch_epi by ILYA Khlopotov · 9 years ago
  75. a27ce33 Update to new couch_epi API by ILYA Khlopotov · 9 years ago
  76. 9afa6a0 Fix crypto deprecations by Robert Newson · 9 years ago
  77. 8bbfba7 Use illegal_docid error for really bad document ids by Alexander Shorin · 9 years ago
  78. cb58087 Use lists:ukeymerge to simplify header deduplication by Robert Newson · 9 years ago
  79. c63796e Fix duplicated Content-Type for show/update functions by Artur Mazurek · 9 years ago
  80. b8b9968 Merge remote-tracking branch 'cloudant/remove-csrf' by Robert Newson · 9 years ago
  81. 8c4e947 Remove new CSRF mechanism by Robert Newson · 9 years ago
  82. ba33257 Remove new CSRF mechanism by Robert Newson · 9 years ago
  83. 9aff2f6 Add libcurl support for Windows by Joan Touzet · 9 years ago
  84. 9d4b0fe Convert compilation error to 400 Bad Request by Robert Newson · 9 years ago
  85. d1dd5d6 Restrict CSRF check to specific mime types by Robert Newson · 9 years ago
  86. a431e65 Merge remote-tracking branch 'cloudant/2775-post-valid-json-header' by Robert Newson · 9 years ago
  87. c7708e9 check POST requests for valid json header by Mayya Sharipova · 9 years ago
  88. 4d5dd10 Register service by ILYA Khlopotov · 9 years ago
  89. 3c217a0 Remove `ignore_providers` option by ILYA Khlopotov · 9 years ago
  90. 0fdc50b Capture histogram data for _bulk_requests by Robert Newson · 9 years ago
  91. f6b69a9 Fix crashing filtered _changes request by Eric Avdey · 9 years ago
  92. 6137c66 No, etap, we don't need in your services anymore by Alexander Shorin · 9 years ago
  93. 9578fac Bind both to IPv4 and IPv6 with special "any" value by Alexander Shorin · 9 years ago
  94. 4c8f4bb Remove duplicate `couch_epi` from couch.app.src by Klaus Trainer · 9 years ago
  95. f02f5f9 Log when password is wrong but user is valid by Robert Newson · 9 years ago
  96. bda4957 Align csrf cookie refresh with authsession cookie refresh by Robert Newson · 9 years ago
  97. 27f3656 Merge remote-tracking branch 'cloudant/47059_session_accept_username' by Robert Newson · 9 years ago
  98. 2ae3133 Implement rename_on_delete by ILYA Khlopotov · 9 years ago
  99. 078f7a8 Make _session endpoint accept username in addition to name by Mayya Sharipova · 9 years ago
  100. 311ba94 Add couch_db_plugin:on_delete/2 by ILYA Khlopotov · 9 years ago