1. ae0b9aa Add recbuf config option. by Churikov Daniil · 10 years ago
  2. 66a6535 update CHANGES and README for v2.9.2 #140 by Bob Ippolito · 10 years ago v2.9.2
  3. 71a89f3 Merge pull request #140 from mworrell/ssl-unsafe-ciphers-protocols by Bob Ippolito · 10 years ago
  4. 68d2178 SSL: remove unsafe ciphers and protocols from the default options. by Marc Worrell · 10 years ago
  5. 95c0c92 SSL: Fix for broken ECDH ciper suite in R16B by Arjan Scherpenisse · 10 years ago
  6. 7cf56e3 fixed an DoS vulnerability in Mochiweb/SSL by Atilla Erdodi · 13 years ago
  7. ce37cb2 update version to 2.9.1 by Bob Ippolito · 10 years ago v2.9.1
  8. 7c2ab82 Merge pull request #137 from jdhood1/master by Bob Ippolito · 10 years ago
  9. ff2c58b Minimize calls to gen_tcp:send() to optimize performance. Tests indicate a 50 to 1 performance improvement with this change. by Jeremy Hood · 10 years ago
  10. cb6f708 Merge branch 'issue-135' by Christopher Zorn · 10 years ago
  11. 67cf0ed have edoc build things before generating docs. re: issue #135 by Christopher Zorn · 10 years ago
  12. 925a783 Merge pull request #132 from tuncer/rebar-recursion by Bob Ippolito · 10 years ago
  13. 0a68bbe Makefile: adapt rebar calls to new behavior by Tuncer Ayaz · 10 years ago
  14. 9090c79 upgrade rebar to v2.5.0 and upgrade app template #131 by Bob Ippolito · 10 years ago v2.9.0
  15. 5a01be4 update travis config for 17.0 and R16B0[123] by Bob Ippolito · 10 years ago
  16. b37b6fe Merge pull request #127 from talko/base64url_dialyzer by Bob Ippolito · 10 years ago
  17. dd72248 Fix type specs in base64url by Ransom Richardson · 10 years ago
  18. ba6cd15 Merge pull request #126 from pooya/disco by Bob Ippolito · 10 years ago
  19. 1849699 Fix the computation of the active_sockets number. by Shayan Pooya · 10 years ago
  20. 3138381 Avoid sleeping in the unittests. by Shayan Pooya · 10 years ago
  21. af7f519 Move the mochiweb_socket_server_tests to the test directory. by Shayan Pooya · 10 years ago
  22. cad1a6d Add eunit tests for the max implementation. by Prashanth Mundkur · 13 years ago
  23. b413226 Add a simple implementation of max connections by Prashanth Mundkur · 13 years ago
  24. 8eb1f22 Merge pull request #125 from nparry/whitespace_in_range_header by Bob Ippolito · 10 years ago
  25. 176ddce Allow whitespace in Range headers by Nathan Parry · 10 years ago
  26. 7a7cefa update CHANGES by Bob Ippolito · 10 years ago
  27. a6c2281 Merge pull request #121 from jj1bdx/jj1bdx-freebsd-testfail-fix by Bob Ippolito · 10 years ago
  28. 67e6863 Update test/mochiweb_tests.erl by Kenji Rikitake · 10 years ago
  29. 1d73383 Merge branch 'websocket' by Bob Ippolito · 10 years ago v2.8.0
  30. 6ab8d83 fix state bug by Bob Ippolito · 11 years ago
  31. d253ce8 turn websocket demo into a simple chat client by Bob Ippolito · 11 years ago
  32. 49eaab9 some more whitespace tweaks, use full bytes in payload_length/1 by Bob Ippolito · 11 years ago
  33. 74d6cdc clean up whitespace and long lines by Bob Ippolito · 11 years ago
  34. ef24a57 clean up conditionals by Bob Ippolito · 11 years ago
  35. 5501126 add scheme to hixie_handshake by Bob Ippolito · 11 years ago
  36. ecee927 add HTML for example by Bob Ippolito · 11 years ago
  37. 8ecae10 normalize whitespace by Bob Ippolito · 11 years ago
  38. 7dac0cb update CHANGES and bump to 2.8.0 by Bob Ippolito · 11 years ago
  39. 7932aa3 fix compiler warning by Bob Ippolito · 11 years ago
  40. c8e3a52 clean up trailing whitespace by Bob Ippolito · 11 years ago
  41. 7ba3196 remark about framing in example documentation by Łukasz Lalik · 11 years ago
  42. ecb1eba documentation for websocket example by Łukasz Lalik · 11 years ago
  43. 3961edc refactor of request/5 function by Łukasz Lalik · 11 years ago
  44. de79c0a simpler interface, refactor by Łukasz Lalik · 11 years ago
  45. 2eb1c56 tests for websocket handshake and frames parsing by Łukasz Lalik · 11 years ago
  46. cef2055 fill license details by Łukasz Lalik · 11 years ago
  47. 58bc0be module for websocket and example of usage by Łukasz Lalik · 11 years ago
  48. 31efc60 Merge pull request #118 from doubleyou/crossdomain-mime by Bob Ippolito · 11 years ago
  49. 44bb98f Small optimization by Dmitry Demeshchuk · 11 years ago
  50. eef1250 Adobe-valid MIME type for crossdomain.xml by Dmitry Demeshchuk · 11 years ago
  51. 8c2e78e update CHANGES for v2.7.0 release by Bob Ippolito · 11 years ago v2.7.0
  52. 510766b Merge pull request #87 from pmundkur/fix-zero-length-range-response by Bob Ippolito · 11 years ago
  53. 4b77ea0 more improvements to #114 test coverage by Bob Ippolito · 11 years ago
  54. 8bb260f add some test coverage for #114 by Bob Ippolito · 11 years ago
  55. 0f639f6 Merge pull request #114 from omarkj/decode_packet_support by Bob Ippolito · 11 years ago
  56. 2741054 workaround to fix edoc build by Bob Ippolito · 11 years ago
  57. b57014d bring CHANGES.md up to date by Bob Ippolito · 11 years ago
  58. b0cb5dc Merge pull request #116 from doubleyou/makefile-fix by Dmitry Demeshchuk · 11 years ago
  59. e6257ea Made all the targets phony by Dmitry Demeshchuk · 11 years ago
  60. 306bb77 Merge pull request #115 from heroku/R16B01 by Dmitry Demeshchuk · 11 years ago
  61. 6e06bd6 Get rid of crypto warnings by Fred Hebert · 11 years ago
  62. d2fb1be Add support for possible outputs from by Ómar Kjartan Yasin · 11 years ago
  63. 680dba8 Merge pull request #112 from lemenkov/R16B01 by Bob Ippolito · 11 years ago
  64. 4ac0009 Fix for Erlang R16B01 by Peter Lemenkov · 11 years ago
  65. 8e3f3dd change stop from cast to call by Bob Ippolito · 11 years ago
  66. 525d843 Merge branch 'html-regr-110' by Bob Ippolito · 11 years ago
  67. 1129816 bump version and CHANGES by Bob Ippolito · 11 years ago
  68. fa0b40e create <html> if we see a HTML5 doctype by Bob Ippolito · 11 years ago
  69. 13f9316 failing test for #110 by Bob Ippolito · 11 years ago
  70. f540b15 move tests into separate module by Bob Ippolito · 11 years ago
  71. bfc0c38 normalize whitespace by Bob Ippolito · 11 years ago
  72. 92b8f5b bump version to v2.6.0, make check_for_gen_tcp_fix a test by Bob Ippolito · 11 years ago v2.6.0
  73. 56a32a0 Merge pull request #107 from djnym/gen_tcp_fix by Bob Ippolito · 11 years ago
  74. 4afdf42 Make the acceptor crash optional. by Anthony Molinaro · 11 years ago
  75. 15bc558 fix #105 with {branch, "master"} in skel by Bob Ippolito · 11 years ago
  76. 167f517 add a base64url codec and use it in mochiweb_session by Bob Ippolito · 11 years ago
  77. f3f133b dialyzer fixes by Bob Ippolito · 11 years ago
  78. d958876 note mochiweb_session compatibility and reduce test matrix to supported versions by Bob Ippolito · 11 years ago
  79. 70c88e7 type/spec refactor of mochiweb_session by Bob Ippolito · 11 years ago
  80. 16b7cb6 travis R16B by Bob Ippolito · 11 years ago
  81. 5c49b35 change test matrix to R14B04, R15B*, R16A by Bob Ippolito · 11 years ago
  82. 4a1dd2a start crypto before running msession tests by Bob Ippolito · 11 years ago
  83. 7c2988f update CHANGES and version for v2.5.0 by Bob Ippolito · 11 years ago
  84. adab7b9 normalize whitespace in mochiweb_session by Bob Ippolito · 11 years ago
  85. a3962ff Merge pull request #102 from tsloughter/master by Bob Ippolito · 11 years ago
  86. a4ed248 replace now() with os:timestamp() in acceptor by Tristan Sloughter · 11 years ago
  87. 6c9be07 Merge pull request #94 from lhft/master by Dmitry Demeshchuk · 11 years ago
  88. 1f353dd Some formatting applied by lhft · 11 years ago
  89. edb954a update CHANGES, tag v2.4.2 by Bob Ippolito · 11 years ago v2.4.2
  90. 988a498 Merge pull request #100 from shkumagai/feature/fix-mochiweb_response-regression by Bob Ippolito · 11 years ago
  91. b91291c fix mochiweb_response regression by Shoji KUMAGAI · 11 years ago
  92. c8516e3 tag v2.4.1 by Bob Ippolito · 11 years ago v2.4.1
  93. 68c48b1 Fixed the final notes by Azku · 11 years ago
  94. 5a1b589 fix mochiweb_request regression #97 by Bob Ippolito · 11 years ago
  95. df5a881 Working on improvements suggested by doubleyou by lhft · 11 years ago
  96. 22b770e #96 - mochifmt_records regression by Bob Ippolito · 11 years ago
  97. b02ea50 update CHANGES and bump vsn to 2.4.0 by Bob Ippolito · 11 years ago v2.4.0
  98. 2fb6dcc Merge pull request #95 from vinoski/drop-param-mods by Bob Ippolito · 11 years ago
  99. 23a1d48 use tuple modules instead of parameterized modules by Steve Vinoski · 11 years ago
  100. ae7aa5d There is only one place to put user or any kind of data now. I don't really understan the security implications of this. There is no term_to_binary in the code now. by lhft · 11 years ago