1. 21c8d37 Remove PSE references from compaction test by Paul J. Davis · 7 years ago master
  2. f09e321 Fix compaction daemon tests by Paul J. Davis · 7 years ago
  3. 016e1aa Implement an ETS-basd couch_lru by Nick Vatamaniuc · 7 years ago
  4. c50a8cd Merge branch 'couchdb-2992' by Nick Vatamaniuc · 7 years ago
  5. 7e48bda Allow limiting maximum document body size by Nick Vatamaniuc · 7 years ago
  6. 2d984b5 fix compiler and dialyzer warnings by Robert Newson · 7 years ago
  7. 92c25a9 Add sys_dbs to the LRU by Robert Newson · 7 years ago
  8. 5685f17 Merge remote branch 'cloudant:70794-fix-initial-acc-for-builtin_sum_rows' by ILYA Khlopotov · 7 years ago
  9. 1f152da Fix initial accumulator value for builtin_sum_rows by ILYA Khlopotov · 7 years ago
  10. cb3b35a Merge branch '70794-reduce-sum-errors' by Tony Sun · 7 years ago
  11. 9f9c482 Return error row instead of crashing by Tony Sun · 7 years ago
  12. 9d8be06 Merge branch '64229-add-new-request-parameter' by Nick Vatamaniuc · 7 years ago
  13. 0420f40 Rename max_document_size to max_http_request_size by Nick Vatamaniuc · 7 years ago
  14. f99e30c Merge remote-tracking branch 'cloudant/3318-bypass-vhosts' by Robert Newson · 7 years ago
  15. f706bb8 Efficiently bypass vhost handling if there are none by Robert Newson · 7 years ago
  16. 63ef337 Fix `badarith` error in couch_db:get_db_info call by Nick Vatamaniuc · 7 years ago
  17. 0080f15 Merge branch 'COUCHDB-3298-improve-couch-btree-chunkify' by Paul J. Davis · 7 years ago
  18. 38d5180 Merge remote branch 'cloudant:add_sysdb_callback_once_per_db' by ILYA Khlopotov · 7 years ago
  19. 8fc85c8 Add sys db callbacks only once per db open by brkolla · 7 years ago
  20. ff9fb71 Ensure multi-item chunks in couch_btree:chunkify/1 by Paul J. Davis · 7 years ago COUCHDB-3298-improve-couch-btree-chunkify
  21. 8556adb Make couch_btree:chunkify/1 prefer fewer chunks by Paul J. Davis · 7 years ago
  22. 66292db Merge branch 'couchdb-3293' by Nick Vatamaniuc · 7 years ago
  23. 2a263f8 Allow limiting length of document ID by Nick Vatamaniuc · 7 years ago
  24. 159970b Merge remote branch 'cloudant:add-test_requet_delete_3' by ILYA Khlopotov · 7 years ago
  25. 9e4a5cd refactor to use greater arity functions by ILYA Khlopotov · 7 years ago
  26. 9c68ae3 Add test_request:delete/3 by ILYA Khlopotov · 7 years ago
  27. bbbd532 Merge branch 'couchdb-3284-remove-dead-code' by Nick Vatamaniuc · 7 years ago
  28. bf12a7a Remove dead code from couch_file by Nick Vatamaniuc · 7 years ago
  29. c73a883 Merge branch 'couchdb-3284' by Nick Vatamaniuc · 7 years ago
  30. e285b34 Merge remote branch 'cloudant:82197-fix-validation_func-case_clause' by Eric Avdey · 7 years ago
  31. 6412412 Don't crash on unexpected validation's error type by Eric Avdey · 7 years ago
  32. d52a533 Remove 8kB read-ahead from couch_file by Nick Vatamaniuc · 7 years ago
  33. 604edd1 Reset EOF if a partial write was possible by Robert Newson · 7 years ago
  34. 3188736 Merge remote branch 'cloudant:validate-count-in-uuids' by Eric Avdey · 7 years ago
  35. 8fd7d52 Return "Bad Request" when count in /_uuids exceeds max by Eric Avdey · 7 years ago
  36. 5d79304 Validate that count in /_uuids is positive by Eric Avdey · 7 years ago
  37. eaff862 Merge remote branch 'cloudant:fix-views_tests' by Eric Avdey · 7 years ago
  38. 2994cde Fix couchdb_views tests by Eric Avdey · 7 years ago
  39. bbc32e1 Don't trap exits in couch_file by Robert Newson · 7 years ago
  40. b8a06c3 Merge branch 'COUCHDB-3255-fix-new-revid' by Paul J. Davis · 7 years ago
  41. 58382d4 Make revision generation deterministic by Paul J. Davis · 7 years ago
  42. 1df631a Merge remote branch 'cloudant:add-filter-changes-test' by Eric Avdey · 7 years ago
  43. 87b01e8 Add tests for filter by filter function by Eric Avdey · 7 years ago
  44. 3eeda46 Reduce duplicated code, rename vars consistently by Eric Avdey · 7 years ago
  45. 8adf7d9 Prevent consumer from hiding error messages by Eric Avdey · 7 years ago
  46. b83f1a7 Merge branch '3251-remove-filename-rootname' by Paul J. Davis · 7 years ago
  47. e8a97f5 Remove use of filename:rootname/1 by Paul J. Davis · 7 years ago
  48. 1659fda Make couchjs -S option take effect by Nick Vatamaniuc · 7 years ago
  49. 54890e1 Handle open_result message that arrives after the delete by Robert Newson · 7 years ago
  50. ac69856 Merge remote branch 'cloudant:71810-handle-errors-terms-from-fabric' by ILYA Khlopotov · 7 years ago
  51. 2f26dd2 Add test suite for handling errors from fabric by ILYA Khlopotov · 8 years ago
  52. 8f53c1f Merge remote branch 'cloudant:78142-allow-user-to-correct-invalid-user-docs' by ILYA Khlopotov · 7 years ago
  53. 5763fd7 Allow fixing users' documents by ILYA Khlopotov · 7 years ago
  54. 7dbc670 Merge remote branch 'cloudant:75431-truncate-revs-to-revs_limit' by ILYA Khlopotov · 7 years ago
  55. 8ea01dd Truncate revs returned from couch_db:open_doc_revs by ILYA Khlopotov · 8 years ago
  56. b4cd670 Add optional `fields` to change feed selectors by Nick Vatamaniuc · 8 years ago
  57. bd64fa1 Merge remote branch 'cloudant:log_filepath_on_errors' by ILYA Khlopotov · 7 years ago
  58. 9c98070 Include file_path on errors from couch_file by ILYA Khlopotov · 8 years ago
  59. 189af37 Merge remote branch 'cloudant:add-couch_debug-opened_files_by_regexp' by ILYA Khlopotov · 8 years ago
  60. 3888faf Add couch_debug:opened_files_contains/1 by ILYA Khlopotov · 8 years ago
  61. 8553050 Add couch_debug:opened_files_by_regexp/1 by ILYA Khlopotov · 8 years ago
  62. fb12795 whitespace change to trigger github mirror sync by Robert Newson · 8 years ago
  63. 6b40de3 Fix module name in couch_httpd:check_max_request_length/1 call by Nick Vatamaniuc · 8 years ago
  64. bfed196 Merge branch 'couchdb-3174' by Nick Vatamaniuc · 8 years ago
  65. fc082b4 Merge remote-tracking branch 'banjiewen/stale-stable-update' by Robert Newson · 8 years ago
  66. 01c2b5c Merge remote branch 'cloudant:fix-find_newest_header-type-spec' by ILYA Khlopotov · 8 years ago
  67. be236b9 update typespec of find_newest_header by ILYA Khlopotov · 8 years ago
  68. 7dca415 Merge remote branch 'cloudant:69425-handle-truncated-req-in-recv_body' by ILYA Khlopotov · 8 years ago
  69. 570376b Adding test suite for trancated _update by ILYA Khlopotov · 8 years ago
  70. 6997c3c Merge remote-tracking branch 'cloudant/3061-adaptive-header-search' by Paul J. Davis · 8 years ago
  71. d5fbb6d Use vectored reads to search for buried headers by Jay Doane · 8 years ago
  72. 2a66f41 Merge branch '3173-fix-couchjs-character-replacement' by Paul J. Davis · 8 years ago
  73. 37d3778 Fix CouchJS character replacement by Paul J. Davis · 8 years ago
  74. 7dec013 Add max_document_size checking for multipart PUT requests by Nick Vatamaniuc · 8 years ago
  75. f129308 Merge remote branch 'cloudant:74046-authentication_db-should-be-sysdb' by ILYA Khlopotov · 8 years ago test-branch
  76. f72e607 Make sure clustered authentication_db is sys_db by ILYA Khlopotov · 8 years ago
  77. 2ad85bc Merge remote branch 'cloudant:define_couch_version' by ILYA Khlopotov · 8 years ago
  78. 7c5615a Define COUCHDB_VERSION macro by ILYA Khlopotov · 8 years ago
  79. 30cc961 Remove rebar.config by ILYA Khlopotov · 8 years ago
  80. 0883e3f Revert "Get couch version from environment not git" by ILYA Khlopotov · 8 years ago
  81. 888c8f6 Revert "get version from environment in cross-platform way" by ILYA Khlopotov · 8 years ago
  82. 22af8a8 Partial revert Fix Windows version string determ.." by ILYA Khlopotov · 8 years ago
  83. a468b0d Merge branch 'fix-windows-version' of https://github.com/wohali/couchdb-couch by Joan Touzet · 8 years ago
  84. 70b61f0 Fix Windows version string determination by Joan Touzet · 8 years ago
  85. 7d0cfb5 get version from environment in cross-platform way by Robert Newson · 8 years ago
  86. c613dab Get couch version from environment not git by Robert Newson · 8 years ago
  87. 3fed686 Merge branch '3140-disable-queue-as-fifo-test' of https://github.com/wohali/couchdb-couch by Joan Touzet · 8 years ago
  88. ac7435c Disable should_process_waiting_queue_as_fifo test by Joan Touzet · 8 years ago
  89. 100241c Fix unused variables warning by Robert Newson · 8 years ago
  90. 092dec8 option to disable runtime code evaluation by Randall Leeds · 8 years ago
  91. 72869b8 Merge remote branch 'cloudant:3114-fix-docid-validation' by Eric Avdey · 8 years ago
  92. 3c09011 Fix validation for ddoc name by Eric Avdey · 8 years ago
  93. f122f94 feat: allow couchspawnkillable to live in directories with spaces by Jan Lehnardt · 8 years ago
  94. b8b4982 Merge remote branch 'cloudant:3102-fix-config_subscription' by ILYA Khlopotov · 8 years ago
  95. a701c4b Use `define` to avoid repeating yourself by ILYA Khlopotov · 8 years ago
  96. 608942f Update handle_config_terminate API by ILYA Khlopotov · 8 years ago
  97. 8bd756e Merge remote branch 'cloudant:66640-simplify-proc_manager' by Eric Avdey · 8 years ago
  98. b4c0579 Add tests for process pool by Eric Avdey · 8 years ago
  99. f0b8451 Simplify proc manager assignment logic by Eric Avdey · 8 years ago
  100. 7ee0b81 Merge remote branch 'cloudant:3080-fix-validate_dbname' by ILYA Khlopotov · 8 years ago