1. 04eba48 Merge pull request #234 from noahshaw11/add-unquote-path-for-separate-+-encoding by Bob Ippolito · 2 years, 9 months ago CouchDB-v2.21.0-1
  2. c388368 Add unquote_path/1 for separate + encoding by ncshaw · 2 years, 9 months ago
  3. db54089 Merge pull request #232 from mochi/v2.21.0 by Bob Ippolito · 2 years, 11 months ago v2.21.0
  4. 3f4884c v2.21.0 and try github actions by Bob Ippolito · 2 years, 11 months ago
  5. 448984c Merge pull request #231 from noahshaw11/upgrade-crypto-functions-to-support-OTP-23 by Bob Ippolito · 3 years ago
  6. dae0ac3 Upgrade crypto functions to support OTP 23 by ncshaw · 3 years ago
  7. 070594e Merge pull request #229 from mochi/fix-release by Bob Ippolito · 4 years, 3 months ago
  8. 49a3c93 fix release number by Benoit Chesneau · 4 years, 3 months ago
  9. 7bc0d63 Merge pull request #228 from mochi/changes-v2.20.1 by Bob Ippolito · 4 years, 3 months ago v2.20.1
  10. 9729f65 Update CHANGES for v2.20.1 by Bob Ippolito · 4 years, 3 months ago
  11. 562b32f remove deprecated metadata by Benoit Chesneau · 4 years, 3 months ago
  12. cedc22f Merge pull request #226 from mochi/otp-22 by Bob Ippolito · 4 years, 10 months ago v2.20.0
  13. 0c68ac4 Update CHANGES and add OTP 21.3, 22 to travis matrix by Bob Ippolito · 4 years, 10 months ago
  14. c5e7b83 Merge pull request #225 from djnym/support-samesite-none by Bob Ippolito · 4 years, 10 months ago
  15. fc8de2b add support for SameSite=none in cookies by Anthony Molinaro · 4 years, 10 months ago
  16. ad11980 Merge pull request #220 from penhs/master by Bob Ippolito · 5 years ago
  17. c692fd7 Use https for URLs in README.md by Bob Ippolito · 5 years ago
  18. ec98873 Merge pull request #221 from mochi/fix-travis-build by Bob Ippolito · 5 years ago
  19. d12ac64 Use a matrix to get an older dist for old releases by Bob Ippolito · 5 years ago
  20. 2b4b272 Debug Travis, it seems like older releases are not working by Bob Ippolito · 5 years ago
  21. 9f024df Update README.md by penhs · 5 years ago
  22. 05d3ceb Update README.md by penhs · 5 years ago
  23. 2cb3104 Merge pull request #215 from mochi/remove-tuple-calls by Bob Ippolito · 5 years ago
  24. 69d6df7 Run erl_tidy on modified source files by Bob Ippolito · 5 years ago
  25. 8892431 Remove compile(tuple_calls) from test/mochiweb_request_tests by Bob Ippolito · 5 years ago
  26. 1054298 Remove compile(tuple_calls) from test/mochiweb_tests by Bob Ippolito · 5 years ago
  27. 2cae813 Remove compile(tuple_calls) from test/mochiweb_websocket_tests by Bob Ippolito · 5 years ago
  28. 1092472 Remove compile(tuple_calls) from test/mochiweb_http_tests by Bob Ippolito · 5 years ago
  29. 58699cb Remove compile(tuple_calls) from examples/keepalive by Bob Ippolito · 5 years ago
  30. b6b3ff1 Remove compile(tuple_calls) from examples/https_store by Bob Ippolito · 5 years ago
  31. 1c73aaf Remove compile(tuple_calls) from examples/hmac_api by Bob Ippolito · 5 years ago
  32. ef4f886 Remove compile(tuple_calls) from the template by Bob Ippolito · 5 years ago
  33. 5ae2f0a Remove compile(tuple_calls) from mochiweb_websocket by Bob Ippolito · 5 years ago
  34. 763fa52 Remove compile(tuple_calls) from mochiweb_response by Bob Ippolito · 5 years ago
  35. c3e45be Remove compile(tuple_calls) from mochiweb_request by Bob Ippolito · 5 years ago
  36. 6f9452c Remove compile(tuple_calls) from mochiweb_multipart by Bob Ippolito · 5 years ago
  37. dc74151 Remove compile(tuple_calls) from mochiweb_http by Bob Ippolito · 5 years ago
  38. 2ab10af Remove compile(tuple_calls) from mochiweb_acceptor by Bob Ippolito · 5 years ago
  39. 83fdebc Remove compile(tuple_calls) from mochifmt by Bob Ippolito · 5 years ago
  40. 7884405 Merge pull request #213 from mochi/lego12239-master by Bob Ippolito · 5 years ago
  41. 9a1b109 Use more direct translation of RFC 6265 grammar by Bob Ippolito · 5 years ago
  42. 458eedf fix cookie value parsing by Oleg Nemanov · 5 years ago
  43. 985fa8a Add missing issue URL to CHANGES.md by Bob Ippolito · 5 years ago
  44. 9efbaac Merge pull request #210 from mochi/otp-21.2 by Bob Ippolito · 5 years ago v2.19.0
  45. cb0c0d0 Update CHANGES.md with release date by Bob Ippolito · 5 years ago
  46. 4c038b6 Note this PR. Still have to wait a day for Travis-CI to have this build available by Bob Ippolito · 5 years ago
  47. c322b56 Confirmed that 21.2.3 is compatible by Bob Ippolito · 5 years ago
  48. 87af25b Update vsn and CHANGES in prep for a release (waiting for an OTP maint release that fixes SSL) by Bob Ippolito · 5 years ago
  49. 0ce8625 Update README.md by Bob Ippolito · 5 years ago
  50. 99cc81b Add a runtime SSL compatibility check for OTP 21 releases by Bob Ippolito · 5 years ago
  51. 9458608 Conditional ssl:handshake/2 by Bob Ippolito · 5 years ago
  52. d7179cf Use ssl:handshake/2 unconditionally to see when it is first available by Bob Ippolito · 5 years ago
  53. 2699ae8 Add 21.1 and 21.2 to otp_release matrix by Bob Ippolito · 5 years ago
  54. de70122 Merge pull request #208 from nickva/add-buffer-setting by Bob Ippolito · 5 years ago
  55. f86693f Allow setting {buffer, Buffer} socket server option by Nick Vatamaniuc · 5 years ago
  56. 53a9607 Merge pull request #206 from lego12239/master by Bob Ippolito · 5 years ago
  57. 2d734a9 add map support for mochijson2:decode/2 by Oleg Nemanov · 5 years ago
  58. 9608d78 Merge pull request #205 from choptastic/exit_if_inval by Bob Ippolito · 6 years ago
  59. 0f543ed Don't crash of a socket is closed server side by Jesse Gumm · 6 years ago
  60. f783581 Merge pull request #204 from nickva/fix-erlang-21-compatibility by Bob Ippolito · 6 years ago
  61. 93ab04d Fix Erlang 21 compatibility by Nick Vatamaniuc · 6 years ago
  62. c06e08e Add support for SameSite cookie setting (#203) by Robert Newson · 6 years ago
  63. b095122 add OTP 21 to CI by Benoit Chesneau · 6 years ago
  64. 4f94e0d Merge pull request #198 from gdamjan/master by Benoit Chesneau · 6 years ago
  65. 9c6c3f0 add tuple_calls compiler flag for erlang 21 by Дамјан Георгиевски · 6 years ago
  66. d3d3d7b Update CHANGES.md for v2.18.0 by Bob Ippolito · 6 years ago v2.18.0
  67. 49fbd39 Add the Shared Address Space address range (#193) by GeraldXv · 6 years ago
  68. 23dc119 Merge branch 'master' of github.com:mochi/mochiweb by Bob Ippolito · 7 years ago v2.17.0
  69. 399eacd Update CHANGES.md for v2.17.0 by Bob Ippolito · 7 years ago
  70. 0a05238 Handle missing closing tag for all empty elements (#190) by Ben Olive · 7 years ago
  71. a6fdb9a Send 400 Bad Request if request line exceeds recbuf (#191) by Robert Newson · 7 years ago
  72. b78a262 remove remaining export_all by Bob Ippolito · 7 years ago
  73. ae9c076 Getong erlang 20 fix (#192) by Bob Ippolito · 7 years ago
  74. aacb8f2 v2.16.0 by Bob Ippolito · 7 years ago v2.16.0
  75. b79c692 Merge branch 'TheProductWorks-map_support_on_json_parsing' by Bob Ippolito · 7 years ago
  76. f6e40f7 Refactor #184 for less redundant code by Bob Ippolito · 7 years ago
  77. 6384fa9 Merge branch 'map_support_on_json_parsing' of git://github.com/TheProductWorks/mochiweb into TheProductWorks-map_support_on_json_parsing by Bob Ippolito · 7 years ago
  78. e1dd5bc adding the other RFC1918 addresss space to the allowed x-forwarded-for header (#183) by kyletrueex · 7 years ago
  79. 5d4660d Added conditional map support for mochijson2:encode. by Máté Marjai · 7 years ago
  80. 62eac24 Update CHANGES.md and version to v2.15.1 by Bob Ippolito · 8 years ago v2.15.1
  81. c583c5f Add Erlang 19.0 to travis test matrix by Bob Ippolito · 8 years ago
  82. 5ab5017 Fix otp19 deprecation (#177) by Umberto Corponi · 8 years ago
  83. 2d5c5ea Merge pull request #176 from benoitc/master by Benoit Chesneau · 8 years ago
  84. 1dd0e6a add metadata for mochiweb by benoitc · 8 years ago
  85. 5ed5ee1 Merge branch 'lego12239-master' by Bob Ippolito · 8 years ago v2.15.0
  86. 507f019 Update CHANGES.md for v2.15.0 by Bob Ippolito · 8 years ago
  87. ba2ba3e Remove duplicate slashes from an uri path. by Oleg Nemanov · 8 years ago
  88. 3c9b72a Add normalize_path/1 function to mochiweb_util. by Oleg Nemanov · 8 years ago
  89. 0ca0375 v2.14.0 by Bob Ippolito · 8 years ago v2.14.0
  90. d9b035c Merge branch 'master' of https://github.com/mochi/mochiweb by Bob Ippolito · 8 years ago
  91. dd26e09 mochiweb_html tags must start with a letter (#171) by vvoznesensky · 8 years ago
  92. c85e529 v2.13.2 by Bob Ippolito · 8 years ago v2.13.2
  93. a1ed381 Merge pull request #169 from mochi/mochijson2-utf8-gh168 by Bob Ippolito · 8 years ago
  94. 57a890a mochijson2: fix utf8 edge case in #168, use unicode module rather than xmerl_ucs, 100% test coverage by Bob Ippolito · 8 years ago
  95. 54ea016 Update travis config by Bob Ippolito · 8 years ago v2.13.1
  96. 0f2fe44 Fix mochiweb_html missing charref error #167 by Bob Ippolito · 8 years ago
  97. d024b4a Merge pull request #165 from mochi/codepoint-to-bytes-surrogate by Bob Ippolito · 8 years ago v2.13.0
  98. 5a70cda Support parsing UTF-16 surrogate pairs in mochiweb_html #164 by Bob Ippolito · 8 years ago
  99. bd6ae7c move bench.sh to the template instead by Bob Ippolito · 9 years ago
  100. 5ab8949 Merge pull request #159 from robertkowalski/bench-mochi by Bob Ippolito · 9 years ago