1. e551cac Merge pull request #4910 from apache/couch_passwords_very_return_false by Robert Newson · 5 months ago
  2. 876fa87 couch_passwords:verify should always return false for bad inputs by Robert Newson · 5 months ago
  3. 0eca498 Remove support for delete markers by Jay Doane · 5 months ago
  4. 4e2981c Simplify logging of sensitive config values by Jay Doane · 6 months ago
  5. 125b3b7 Clean up config by Jay Doane · 7 months ago
  6. 4e0b66a Merge pull request #4905 from apache/nouveau-auth by Robert Newson · 5 months ago
  7. a4ede7b Reject requests with user-agent header by Robert Newson · 5 months ago
  8. ce27697 Git ignore all `.hypothesis` directories by Jay Doane · 5 months ago
  9. fe49416 Add extra rev tree changes tests by Nick Vatamaniuc · 5 months ago
  10. a130369 Fix flaky tests by increasing timeout by Jiahui Li · 5 months ago
  11. 63fd5b9 Simplify `couch_changes_tests.erl` using macro `?TDEF_FE` by Jiahui Li · 5 months ago
  12. 60f6805 More flaky fixes for cluster setup by Nick Vatamaniuc · 5 months ago
  13. bf6a827 Reduce EUnit log noise by Nick Vatamaniuc · 5 months ago
  14. 4ace5f1 mango: increase timeout for flaky `text` search test with floats by Gabor Pali · 5 months ago
  15. a8b4bb2 Make the Clouseau development flow more flexible by Gabor Pali · 5 months ago
  16. 9fa56e0 Bump 3.3.3 version numbers by Nick Vatamaniuc · 5 months ago
  17. 622d060 3.3.3 what's new docs by Nick Vatamaniuc · 5 months ago
  18. 9d0e067 Relax restriction on `[admins]` in dev `local.ini` by Jay Doane · 5 months ago
  19. 326af35 Do not use admin party for integration tests by Nick Vatamaniuc · 5 months ago
  20. 2af3cd8 Merge pull request #4883 from apache/nouveau-dist by Robert Newson · 5 months ago
  21. 620348a better integration of nouveau with make dist/release by Robert Newson · 5 months ago
  22. 70d9035 Use list_to_existing_atom/1 to convert `[dreyfus] name` value for ping check by James Coglan · 5 months ago
  23. 7711c73 Look up search node name in config for weatherreport by James Coglan · 5 months ago
  24. 3d60e41 Handle ddocs fetch timeouts in ken by Nick Vatamaniuc · 5 months ago
  25. 773090a Add an option to scrub some sensitive headers from external json requests by Nick Vatamaniuc · 7 months ago
  26. 93715b1 Convert some regex strings to raw format by Jay Doane · 5 months ago
  27. 021b98e mango: fix `text` index creation in tests by Gabor Pali · 5 months ago
  28. eb1a588 Attempt to fix flaky users db security test by Nick Vatamaniuc · 6 months ago
  29. 0fa2967 dev: provide better error message on `make` missing before `run` by Gabor Pali · 6 months ago
  30. fba94d6 Bump Fauxton to v1.3.0 by Nick Vatamaniuc · 6 months ago
  31. 2d8a33b Add Clouseau to the developer setup by Gabor Pali · 6 months ago
  32. d0e62fb Makefile.win: silence removal of non-existing files and directories by Gabor Pali · 6 months ago
  33. e9c5c60 Remove code_change and empty terminate callbacks by Nick Vatamaniuc · 6 months ago
  34. dc6b440 Update Erlang 25 and 26 and dump low version to latest 24 by Nick Vatamaniuc · 6 months ago
  35. 3985e82 Merge pull request #4854 from apache/dropwizard-4.0.4 by Robert Newson · 6 months ago
  36. 0ec5da8 upgrade dropwizard to 4.0.4 by Robert Newson · 6 months ago
  37. 7da741a Optimize _active_tasks by Nick Vatamaniuc · 6 months ago
  38. d05a2dc Remove vsn module attribute by Nick Vatamaniuc · 6 months ago
  39. 7b18c11 fix: add M1 homebrew include path to CFLAGS by Jan Lehnardt · 6 months ago
  40. cd058f4 Revert "Temporarily disable MacOS runner" by Jan Lehnardt · 6 months ago
  41. 3d29a84 Require auth for _replicate endpoint by Nick Vatamaniuc · 6 months ago
  42. 0ac6181 Temporarily disable MacOS runner by Nick Vatamaniuc · 6 months ago
  43. c32ff68 Remove exunit makefile target by Nick Vatamaniuc · 6 months ago
  44. 4c76b38 Ignore auto-generated compile_commands.json in fast-pbkdf2 by Nick Vatamaniuc · 6 months ago
  45. 16162e6 Add Debian Bookworm to full CI by Nick Vatamaniuc · 6 months ago
  46. e5a638c [docs] Add Debian 12 (bookworm) to convenience binary packages list (#4840) by Ronny Berndt · 6 months ago
  47. 5fd3579 Merge pull request #4814 from apache/decouple_offline_hash_strength_from_online by Robert Newson · 6 months ago
  48. dbcbc9a try to fix mac silicon and Windows Build by Robert Newson · 6 months ago
  49. b50aca0 update Makefile.win to match by Robert Newson · 6 months ago
  50. c1e75c1 increase default password iterations to 50000 by Robert Newson · 6 months ago
  51. a29ea96 Password hash upgrade tests by Robert Newson · 6 months ago
  52. f0ddb24 improve assertion failure messages by Robert Newson · 7 months ago
  53. 8698385 remove all password derivation fields before adding back the new ones by Robert Newson · 7 months ago
  54. f37ddfa Enhance dev/run to use pbkdf2 with sha256 by Robert Newson · 6 months ago
  55. 30efa69 upgrade password on next session or basic auth by Robert Newson · 6 months ago
  56. 28e27db give couch_password_hasher:hash a clearer name by Robert Newson · 7 months ago
  57. 6108614 use couch password cache by Robert Newson · 7 months ago
  58. a3306fd in-memory password hash cache by Robert Newson · 7 months ago
  59. 323432b Introduce pbkdf2_prf parameter by Robert Newson · 7 months ago
  60. 21c2dec optimize couch_passwords:verify for OTP 25+ by Robert Newson · 7 months ago
  61. d7e168e switch PBKDF2 to fast_pbkdf2 by Robert Newson · 7 months ago
  62. 00fa01c Import fast_pbkdf2 at f47dc6c12ae9bb6 by Robert Newson · 6 months ago
  63. 8655f58 remove pre-emptive cookie on successful basic auth by Robert Newson · 7 months ago
  64. 46a781f Replace unique_integer with a ref in ets_lru by Nick Vatamaniuc · 6 months ago
  65. 6d393ed Merge pull request #4838 from apache/ets-lru-idle by Robert Newson · 6 months ago
  66. 813d51c add eviction for idleness to ets_lru by Robert Newson · 6 months ago
  67. 5a21bb2 Fix update bug in ets_lru by Nick Vatamaniuc · 6 months ago
  68. 484847d Merge pull request #4836 from apache/erlfmt-1.3.0 by Robert Newson · 6 months ago
  69. ce92dd5 update erlfmt to 1.3.0 and fix issues by Robert Newson · 6 months ago
  70. be6124a Wait for newly set admin creds to be hashed in setup by Nick Vatamaniuc · 6 months ago
  71. e68cbe2 Upgrade CI to use Erlang 24.3.4.14 images by Nick Vatamaniuc · 6 months ago
  72. 359cc38 mango: fix $beginsWith range (#4828) by Will Holley · 6 months ago
  73. e9d703c Remove installation via snap package (#4826) by Ronny Berndt · 6 months ago
  74. 26cfe53 mango: add $beginsWith operator (#4810) by Will Holley · 6 months ago
  75. 682f512 docs(find): add missing negation on talking about field mismatch by Gabor Pali · 7 months ago
  76. 842ae03 When running configure in a dist skip proper is not present by Nick Vatamaniuc · 7 months ago
  77. b442398 Fix missing eunit include by Nick Vatamaniuc · 7 months ago
  78. 2c0ee5f Update proper to latest commit by Nick Vatamaniuc · 7 months ago
  79. 15a362e Update MochiWeb to v3.2.1 (#4822) by Ronny Berndt · 7 months ago
  80. 5176f96 Wait for compacted indexes to flip. by Nick Vatamaniuc · 7 months ago
  81. 63aff05 Merge pull request #4817 from apache/dropwizard-4.0.3 by Robert Newson · 7 months ago
  82. f0d5776 upgrade dropwizard to 4.0.3 by Robert Newson · 7 months ago
  83. 2310555 Prevent delayed opener error from crashing index servers by Nick Vatamaniuc · 7 months ago
  84. 6c2e503 Fix flaky couch_stream test by Nick Vatamaniuc · 7 months ago
  85. da6fb79 Fix a few couch_os_process metrics by Nick Vatamaniuc · 7 months ago
  86. b1cc849 docs: Add Ubuntu 22.04 Jammy Jellyfish as supported OS by Sébastien Blaisot · 7 months ago
  87. ffc9dd4 Merge pull request #4806 from apache/mango-run-tests by Will Holley · 7 months ago
  88. b0dabd6 mango: do not skip json tests when clouseau installed by Will Holley · 7 months ago
  89. 0ff7549 Remove suggestion to install curl/libcurl by Nick Vatamaniuc · 7 months ago
  90. ede7ff2 Configure hex, gradle, pip and npm caches. by Nick Vatamaniuc · 7 months ago
  91. e083114 Another attempt at fixing the flaky ddoc_cache test by Nick Vatamaniuc · 7 months ago
  92. 93dfd4e mango: correct the fix for the duplicated `text` results by Gabor Pali · 7 months ago
  93. acd88ae Merge pull request #4798 from apache/send-original-cookie-format by Robert Newson · 7 months ago
  94. 1965b78 Send compatible AuthSession cookie when possible. by Robert Newson · 7 months ago
  95. ce2607a mango: de-duplicate results on returning them in `nouveau` by Gabor Pali · 7 months ago
  96. d6d4ad9 mango: prevent occasional duplication of paginated `text` results by Gabor Pali · 7 months ago
  97. dca403d mango: add unit tests for text cursor by Gabor Pali · 7 months ago
  98. 44a357d Fix flaky fabric_bench test by Nick Vatamaniuc · 7 months ago
  99. baa3767 Fix incorrect raising of database_does_not_exist error by Nick Vatamaniuc · 7 months ago
  100. 170c58d Merge pull request #4791 from apache/nouveau-indexmanager-improvements by Robert Newson · 7 months ago