1. edea384 Merge pull request #265 from mochi/branch-v3.3.0 by Bob Ippolito · 4 months ago main v3.3.0
  2. 1062c32 Update CHANGES and version for v3.3.0 by Bob Ippolito · 4 months ago
  3. 53a5729 Merge pull request #264 from mochi/add-otp-28-to-ci by Bob Ippolito · 4 months ago
  4. 48403fa Drop support for OTP 18 and 19 by Nick Vatamaniuc · 4 months ago
  5. 963f6e9 Fix crypto:start() deprecation warning by Nick Vatamaniuc · 4 months ago
  6. b91be5d Add OTP 28 to CI by Nick Vatamaniuc · 4 months ago
  7. 611254e Merge pull request #262 from michallepicki/otp-27 by Bob Ippolito · 1 year, 10 months ago v3.2.2
  8. 004080b checkout@v3 for otp 18 & 19 by Bob Ippolito · 1 year, 10 months ago
  9. bc6ac7f checkout v4 by Bob Ippolito · 1 year, 10 months ago
  10. be68a43 Fix mochijson2 test that was map-order dependent by Bob Ippolito · 1 year, 10 months ago
  11. 4b03d12 Update mochiweb_util tests to avoid OTP 27 warnings by Bob Ippolito · 1 year, 10 months ago
  12. 66a5ef8 Update CHANGES and ci matrix by Bob Ippolito · 1 year, 10 months ago
  13. a816606 use single quotes around 'maybe' atom for compatibility with OTP 27 by Michał Łępicki · 1 year, 10 months ago
  14. 4e5372e Merge pull request #261 from nickva/update-ci-images by Bob Ippolito · 2 years, 4 months ago
  15. 293b95d Update certificates by Bob Ippolito · 2 years, 4 months ago
  16. fa3bf82 Update Erlang CI images by Nick Vatamaniuc · 2 years, 4 months ago
  17. 897f22f Update CHANGES for v3.2.1 by Bob Ippolito · 2 years, 4 months ago v3.2.1
  18. 97573d2 Merge pull request #260 from mikpe/fix-match-on-float-zero by Nick Vatamaniuc · 2 years, 4 months ago
  19. 1aa9ba1 mochinum:digits/1: fix handling of -0.0 for OTP-26.1/27.0 by Mikael Pettersson · 2 years, 4 months ago
  20. cab4474 Merge pull request #259 from mochi/add-request-is-closed-function by Bob Ippolito · 2 years, 4 months ago v3.2.0
  21. f455126 Update CHANGES and version by Bob Ippolito · 2 years, 4 months ago
  22. af661f1 Merge pull request #258 from nickva/add-request-is-closed-function by Bob Ippolito · 2 years, 4 months ago
  23. 8b2d844 Add mochiweb_request:is_closed/1 function by Nick Vatamaniuc · 2 years, 4 months ago
  24. 0733494 Merge pull request #257 from mochi/fix-edoc by Bob Ippolito · 2 years, 9 months ago v3.1.2
  25. 5bd8411 Fix rebar edoc and test in CI by Bob Ippolito · 2 years, 9 months ago
  26. 666ac57 Merge pull request #254 from vjc22/patch-1 by Bob Ippolito · 2 years, 11 months ago
  27. eaba29b Update README.md by vjc22 · 2 years, 11 months ago
  28. 125d080 Update README.md by vjc22 · 2 years, 11 months ago
  29. 7ed4ecf Update README.md by vjc22 · 2 years, 11 months ago
  30. 7c4d311 Merge pull request #252 from mochi/test-chunked-encoding by Bob Ippolito · 3 years, 3 months ago v3.1.1
  31. 7ad3bd3 Add a test for the chunked encoding fix by Bob Ippolito · 3 years, 3 months ago
  32. ef51f62 Update CHANGES.md by Bob Ippolito · 3 years, 3 months ago
  33. b1c5cca Merge pull request #251 from mochi/otp-25 by Bob Ippolito · 3 years, 3 months ago
  34. a250223 Note latest compatibility in README by Bob Ippolito · 3 years, 3 months ago
  35. 26f388b Add OTP 25 to test matrix by Bob Ippolito · 3 years, 3 months ago
  36. 1ccacbf Merge pull request #249 from BradS2S/main by Bob Ippolito · 3 years, 4 months ago
  37. 6d94ceb Bug in mochiweb_request:read_chunk_length/2 #188 by BradS2S · 3 years, 4 months ago
  38. bd0c848 fix release date by Bob Ippolito · 3 years, 5 months ago v3.1.0
  39. 6d22721 Merge pull request #248 from mochi/follow-up-247 by Bob Ippolito · 3 years, 5 months ago
  40. 48c0cdd v3.1.0 by Bob Ippolito · 3 years, 5 months ago
  41. 16c43ef Merge pull request #247 from big-r81/patch-2 by Bob Ippolito · 3 years, 5 months ago
  42. 38aadf3 Remove leading and trailing whitespaces by Ronny · 3 years, 5 months ago
  43. a46b10a Merge pull request #245 from big-r81/patch-1 by Bob Ippolito · 3 years, 5 months ago
  44. 927cd19 Fix typo in atom by Ronny · 3 years, 5 months ago
  45. 845803a Merge pull request #241 from mochi/rebar3 by Bob Ippolito · 3 years, 8 months ago v3.0.0
  46. 8936dcd Update CHANGES.md by Bob Ippolito · 3 years, 8 months ago
  47. db44f53 build is a phony target as well by Bob Ippolito · 3 years, 8 months ago
  48. a55c1ec Merge pull request #243 from nickva/rebar3-improvements by Bob Ippolito · 3 years, 8 months ago
  49. 995bc29 Simplify Makefile and update CI by Nick Vatamaniuc · 3 years, 8 months ago
  50. f4db791 Remove rebar 2 binary. by Nick Vatamaniuc · 3 years, 8 months ago
  51. 0058559 Replace template project with an example project by Nick Vatamaniuc · 3 years, 8 months ago
  52. 3b3478c Start on rebar3 support by Bob Ippolito · 3 years, 8 months ago
  53. 53114ba Merge pull request #242 from nickva/acceptor-fix-recycler-error-reporting by Bob Ippolito · 3 years, 8 months ago CouchDB-v2.22.0-2
  54. 077b4f8 Handle {shutdown, Error} when recycling acceptor pids by Nick Vatamaniuc · 3 years, 8 months ago
  55. 83fd22d Merge pull request #239 from mochi/minimum-otp-18 by Bob Ippolito · 3 years, 8 months ago
  56. 73f9244 Merge pull request #240 from nickva/remove-erlang-version-less-than-18 by Bob Ippolito · 3 years, 8 months ago
  57. 1bbae50 Attempt to fix CI with latest ESL packages for each major version by Nick Vatamaniuc · 3 years, 8 months ago
  58. 5e47b28 A bit more cleanup for R15 emsgsize workaround by Nick Vatamaniuc · 3 years, 8 months ago
  59. 22032de Set minimum OTP to 18 by Bob Ippolito · 3 years, 8 months ago
  60. fce80ef Merge pull request #238 from nickva/use-shutdown-for-process-exits by Nick Vatamaniuc · 3 years, 8 months ago CouchDB-v2.22.0-1
  61. 5d51075 Update changes log about the potential exit(normal) incompatibility by Nick Vatamaniuc · 3 years, 8 months ago
  62. e56a4dc Use {shutdown, Error} when terminating connection processes by Nick Vatamaniuc · 3 years, 8 months ago
  63. c724c3a Merge pull request #237 from kianmeng/fix-typos by Bob Ippolito · 3 years, 10 months ago
  64. d4f8da2 Fix typos by Kian-Meng Ang · 3 years, 10 months ago
  65. 835b107 Merge pull request #235 from mochi/automate-hex-publish by Bob Ippolito · 4 years, 5 months ago v2.22.0
  66. e3cdf58 Attempt to automate hex publish by Bob Ippolito · 4 years, 5 months ago
  67. e9eb2f1 Rename master to main by Bob Ippolito · 4 years, 6 months ago
  68. 04eba48 Merge pull request #234 from noahshaw11/add-unquote-path-for-separate-+-encoding by Bob Ippolito · 4 years, 5 months ago CouchDB-v2.21.0-1
  69. c388368 Add unquote_path/1 for separate + encoding by ncshaw · 4 years, 5 months ago
  70. db54089 Merge pull request #232 from mochi/v2.21.0 by Bob Ippolito · 4 years, 7 months ago v2.21.0
  71. 3f4884c v2.21.0 and try github actions by Bob Ippolito · 4 years, 7 months ago
  72. 448984c Merge pull request #231 from noahshaw11/upgrade-crypto-functions-to-support-OTP-23 by Bob Ippolito · 4 years, 7 months ago
  73. dae0ac3 Upgrade crypto functions to support OTP 23 by ncshaw · 4 years, 8 months ago
  74. 070594e Merge pull request #229 from mochi/fix-release by Bob Ippolito · 6 years ago
  75. 49a3c93 fix release number by Benoit Chesneau · 6 years ago
  76. 7bc0d63 Merge pull request #228 from mochi/changes-v2.20.1 by Bob Ippolito · 6 years ago v2.20.1
  77. 9729f65 Update CHANGES for v2.20.1 by Bob Ippolito · 6 years ago
  78. 562b32f remove deprecated metadata by Benoit Chesneau · 6 years ago
  79. cedc22f Merge pull request #226 from mochi/otp-22 by Bob Ippolito · 6 years ago v2.20.0
  80. 0c68ac4 Update CHANGES and add OTP 21.3, 22 to travis matrix by Bob Ippolito · 6 years ago
  81. c5e7b83 Merge pull request #225 from djnym/support-samesite-none by Bob Ippolito · 6 years ago
  82. fc8de2b add support for SameSite=none in cookies by Anthony Molinaro · 6 years ago
  83. ad11980 Merge pull request #220 from penhs/master by Bob Ippolito · 7 years ago
  84. c692fd7 Use https for URLs in README.md by Bob Ippolito · 7 years ago
  85. ec98873 Merge pull request #221 from mochi/fix-travis-build by Bob Ippolito · 7 years ago
  86. d12ac64 Use a matrix to get an older dist for old releases by Bob Ippolito · 7 years ago
  87. 2b4b272 Debug Travis, it seems like older releases are not working by Bob Ippolito · 7 years ago
  88. 9f024df Update README.md by penhs · 7 years ago
  89. 05d3ceb Update README.md by penhs · 7 years ago
  90. 2cb3104 Merge pull request #215 from mochi/remove-tuple-calls by Bob Ippolito · 7 years ago
  91. 69d6df7 Run erl_tidy on modified source files by Bob Ippolito · 7 years ago
  92. 8892431 Remove compile(tuple_calls) from test/mochiweb_request_tests by Bob Ippolito · 7 years ago
  93. 1054298 Remove compile(tuple_calls) from test/mochiweb_tests by Bob Ippolito · 7 years ago
  94. 2cae813 Remove compile(tuple_calls) from test/mochiweb_websocket_tests by Bob Ippolito · 7 years ago
  95. 1092472 Remove compile(tuple_calls) from test/mochiweb_http_tests by Bob Ippolito · 7 years ago
  96. 58699cb Remove compile(tuple_calls) from examples/keepalive by Bob Ippolito · 7 years ago
  97. b6b3ff1 Remove compile(tuple_calls) from examples/https_store by Bob Ippolito · 7 years ago
  98. 1c73aaf Remove compile(tuple_calls) from examples/hmac_api by Bob Ippolito · 7 years ago
  99. ef4f886 Remove compile(tuple_calls) from the template by Bob Ippolito · 7 years ago
  100. 5ae2f0a Remove compile(tuple_calls) from mochiweb_websocket by Bob Ippolito · 7 years ago