1. 7400210 Merge branch 'couchdb-2992' by Nick Vatamaniuc · 7 years ago master
  2. d1848e6 Allow limiting maximum document body size by Nick Vatamaniuc · 7 years ago
  3. 60f6f6a Merge remote-tracking branch 'cloudant/64299-add-new-request-parameter' by Nick Vatamaniuc · 7 years ago
  4. a1470e3 Rename max_document_size to max_http_request_size by Nick Vatamaniuc · 7 years ago
  5. 90bd048 Merge remote branch 'cloudant:couchdb-3293' by ILYA Khlopotov · 7 years ago
  6. cae3664 Mock config module in tests by ILYA Khlopotov · 7 years ago
  7. 928bb2e Introduce 503 error when nodes are all unavailable. by Tony Sun · 7 years ago
  8. cd4c5c7 Handle error return clauses for fabric:open_revs by Tony Sun · 7 years ago
  9. 90648a2 allow w parameter for attachments by lazedo · 7 years ago
  10. cb0f20e Fix missing ampersand in rewritten queries by Fabian Ising · 7 years ago
  11. 7bfd253 Merge default update response headers with custom ones by Robert Newson · 7 years ago
  12. d6282b0 Merge remote branch 'cloudant:71810-handle-errors-terms-from-fabric' by ILYA Khlopotov · 7 years ago
  13. a987f5c Handle error terms from fabric by ILYA Khlopotov · 8 years ago
  14. c1f035f Merge remote branch 'cloudant:78077-pass-user_ctx_to_filter' by Eric Avdey · 7 years ago
  15. 32fc26b Include user_ctx in db open options by Eric Avdey · 7 years ago
  16. 3dcdb6a Add ability to return a "features" list in the welcome message. by Nick Vatamaniuc · 8 years ago
  17. 0cfd56a Merge remote branch 'cloudant:fix-cors-max_age' by Eric Avdey · 8 years ago
  18. 44aa0b2 Remove an unused test's var to avoid a warning by Eric Avdey · 8 years ago
  19. c98d71a Fix CORS max_age configuration parameter by Eric Avdey · 8 years ago
  20. 262944f HTTP code 500 instead of 400 for invalid key during document creation by Mayya Sharipova · 8 years ago
  21. 64235ef handle timeout in _revs_diff by Mayya Sharipova · 8 years ago
  22. 21a59b4 return a binary so the existing tests pass by Robert Newson · 8 years ago
  23. 5974a8f Make auth handlers configurable. by Daniel Münch · 8 years ago
  24. 4e9b4a6 Merge branch 'couchdb-3174' by Nick Vatamaniuc · 8 years ago
  25. d2c449b Pass user context when opening doc in db_attachment_req by Robert Newson · 8 years ago
  26. 53459ab Merge remote branch 'cloudant:69425-handle-truncated-req-in-recv_body' by ILYA Khlopotov · 8 years ago
  27. 3868099 Handle disconnect when receiving body by ILYA Khlopotov · 8 years ago
  28. 5d7170c Add max_document_size checking for multipart PUT requests by Nick Vatamaniuc · 8 years ago
  29. 297493f Fix eventsource timeout handling by Robert Newson · 8 years ago
  30. f1d0c5d Fix SSL defaults by Robert Newson · 8 years ago
  31. ff59604 Merge remote-tracking branch 'will/3090-handle-empty-access-control-request-headers' by Robert Newson · 8 years ago
  32. 2c1f3a3 Canonicalise ETag response headers by Robert Newson · 8 years ago
  33. c6b0440 don't send random etag for _list (COUCHDB-3134) by Robert Newson · 8 years ago
  34. 00d305e Etag's require quotes (COUCHDB-3134) by Robert Newson · 8 years ago
  35. 457bc2d Merge branch '2.0-suppress-user-not-found-warning' of https://github.com/wohali/couchdb-chttpd by Joan Touzet · 8 years ago
  36. de784a5 Merge remote-tracking branch 'will/3017-ETag-not-unique' by Robert Newson · 8 years ago
  37. e01cc40 Drop logging level for "no record of user %s" by Joan Touzet · 8 years ago
  38. 35cb938 fix compilation warning by Robert Newson · 8 years ago
  39. 9e0ad34 Merge remote branch 'cloudant:3102-fix-config_subscription' by ILYA Khlopotov · 8 years ago
  40. 4f7dcc3 Update handle_config_terminate API by ILYA Khlopotov · 8 years ago
  41. 663273b Merge remote-tracking branch 'cloudant/2779-view-cleanup-cluster-aware' by Robert Newson · 8 years ago
  42. 68f8fa5 Implement clustered _compact endpoint by Robert Newson · 8 years ago
  43. 086567c Handle empty "Access-Control-Request-Headers" header by Will Holley · 8 years ago
  44. 3509b91 Don't set "authenticated" if party_mode_handler sets user context by Robert Newson · 8 years ago
  45. 4e29590 Format the changes listener exit Reason by Paul J. Davis · 8 years ago
  46. 5b6d1b1 In a multi-query view request, set view type for each query by Nick Vatamaniuc · 8 years ago
  47. ccaa442 Update logging for new couch_log by Paul J. Davis · 8 years ago
  48. 5e3bf1f Tolerate failure of ensure_auth_ddoc_exists call by Robert Newson · 8 years ago
  49. fc7287a Don't end changes feed listener on heartbeat by Robert Newson · 8 years ago
  50. 9a59ca1 Merge remote branch 'cloudant:3000-inject_auth_ddoc' by ILYA Khlopotov · 8 years ago
  51. 3953f80 Inject _design/_auth on auth_cache startup by ILYA Khlopotov · 8 years ago
  52. 0627357 Handle ssl socket case by Jay Doane · 8 years ago
  53. 22e9032 Revert broken fix attempt for ssl sockname by Jay Doane · 8 years ago
  54. b468c7d Merge remote branch 'cloudant:69230-fix-epi_handle_error_args' by ILYA Khlopotov · 8 years ago
  55. 088bbe5 Do not pass unknown_error atom to plugin by ILYA Khlopotov · 8 years ago
  56. 59bb3f2 Call appropriate sockname function for socket type by Jay Doane · 8 years ago
  57. 21be898 Pass user context in couch_doc_open by Robert Newson · 8 years ago
  58. c7d0baf Merge remote branch 'cloudant:67171-dont-decode-params-in-multiview' by Eric Avdey · 8 years ago
  59. 685f9ca Don't try to decode params in multi_query_view by Eric Avdey · 8 years ago
  60. 43e1d0d Merge remote branch 'cloudant:67171-fix-multi_query_view-response' by Eric Avdey · 8 years ago
  61. 81c4454 Don't expect #vacc as a response in multi_query_view by Eric Avdey · 8 years ago
  62. 5a96fa8 Merge remote branch 'github/pr/123' by Eric Avdey · 8 years ago
  63. cdeab87 Fix _node/$node/_system endpoint by Eric Avdey · 8 years ago
  64. 880dedc Merge remote branch 'cloudant:2730-fix-compilation-warnings' by ILYA Khlopotov · 8 years ago
  65. a66760b Fix compilation warnings by ILYA Khlopotov · 8 years ago
  66. f3d5d1b restore 1.x _users and _replicator behaviour by Jan Lehnardt · 8 years ago
  67. 8dab8f8 fix in logic that denies login with conflicted user docs by Jan Lehnardt · 8 years ago
  68. 34f0a81 fix missing transition in cassim revert, sec obj in external calls empty by Jan Lehnardt · 8 years ago
  69. c4b955f use shard suffix when generating _changes ETag by Will Holley · 8 years ago
  70. 408d218 disable cassim until fixed by Jan Lehnardt · 8 years ago
  71. 7cffe7e support admin party after d2665ce by Jan Lehnardt · 8 years ago support-admin-party-after-d2665ce
  72. 0a3abea Merge branch 'fix-users-doc-in-conflict' by Jan Lehnardt · 8 years ago
  73. 7ebddaf restore 1.x behaviour: user docs in conflict cannot login by Jan Lehnardt · 8 years ago
  74. 9100e32 restore 1.x behaviour: user docs in conflict cannot login by Jan Lehnardt · 8 years ago
  75. be1e959 Merge remote branch 'github/pr/109' by ILYA Khlopotov · 8 years ago
  76. cd00955 Add `log_format_test` test case by ILYA Khlopotov · 8 years ago
  77. d2665ce Log user name of request initiator by ILYA Khlopotov · 8 years ago
  78. 02202d3 Reject incorrectly encoded urls by Eric Avdey · 8 years ago
  79. 4c0564f tolerate failure when inserting auth ddoc by Robert Newson · 8 years ago
  80. 1ca8642 Create md5 etag for _local docs by Garren Smith · 8 years ago local-docs-2978
  81. cefabd0 Merge remote branch 'github/pr/108' by ILYA Khlopotov · 8 years ago
  82. 54e8f61 Use couch_tests:setup/1 by ILYA Khlopotov · 8 years ago
  83. 46de497 Use couch_tests applications for chttpd_plugin_tests by ILYA Khlopotov · 8 years ago
  84. ab299eb Merge remote branch 'github/pr/106' by ILYA Khlopotov · 8 years ago
  85. 23faa75 Add test suite for chttpd_plugin by ILYA Khlopotov · 8 years ago
  86. 1d7d0f1 Add chttpd_plugin:before_serve_file/5 EPI hook by ILYA Khlopotov · 8 years ago
  87. 3d6f281 Introduce chttpd_plugin:before_response/4 EPI hook by ILYA Khlopotov · 8 years ago
  88. 34bd294 Extract handle_response function by ILYA Khlopotov · 8 years ago
  89. b32f2b6 Extract basic_headers/2 function by ILYA Khlopotov · 8 years ago
  90. 599b095 Cache favicon for one year by Alexander Shorin · 8 years ago
  91. bdcaad9 Backport CSP fix from couchdb-couch by Robert Kowalski · 9 years ago
  92. a0e52bd Eliminate unnecessary apply by Jay Doane · 8 years ago
  93. fd1ba86 Merge remote branch 'github/pr/105' by ILYA Khlopotov · 8 years ago
  94. 79677f8 Fix dispatch to handle_error EPI hook by ILYA Khlopotov · 8 years ago
  95. ad754a3 Merge remote branch 'github/pr/101' by ILYA Khlopotov · 8 years ago
  96. 02bdd77 Suppress log of a response for clustered interface by ILYA Khlopotov · 8 years ago
  97. 937689e Treat value passed in Origin as case sensitive by ILYA Khlopotov · 8 years ago
  98. 5b7096d Strip scheme out of Host for cors_section by ILYA Khlopotov · 8 years ago
  99. 1745808 Introduce vhosts configuration into CORS by ILYA Khlopotov · 8 years ago
  100. 41ac33a Merge remote-tracking branch 'github/pr/100' by Alexander Shorin · 8 years ago