1. 0f639f6 Merge pull request #114 from omarkj/decode_packet_support by Bob Ippolito · 11 years ago
  2. 2741054 workaround to fix edoc build by Bob Ippolito · 11 years ago
  3. b57014d bring CHANGES.md up to date by Bob Ippolito · 11 years ago
  4. b0cb5dc Merge pull request #116 from doubleyou/makefile-fix by Dmitry Demeshchuk · 11 years ago
  5. e6257ea Made all the targets phony by Dmitry Demeshchuk · 11 years ago
  6. 306bb77 Merge pull request #115 from heroku/R16B01 by Dmitry Demeshchuk · 11 years ago
  7. 6e06bd6 Get rid of crypto warnings by Fred Hebert · 11 years ago
  8. d2fb1be Add support for possible outputs from by Ómar Kjartan Yasin · 11 years ago
  9. 680dba8 Merge pull request #112 from lemenkov/R16B01 by Bob Ippolito · 11 years ago
  10. 4ac0009 Fix for Erlang R16B01 by Peter Lemenkov · 11 years ago
  11. 8e3f3dd change stop from cast to call by Bob Ippolito · 11 years ago
  12. 525d843 Merge branch 'html-regr-110' by Bob Ippolito · 11 years ago
  13. 1129816 bump version and CHANGES by Bob Ippolito · 11 years ago
  14. fa0b40e create <html> if we see a HTML5 doctype by Bob Ippolito · 11 years ago
  15. 13f9316 failing test for #110 by Bob Ippolito · 11 years ago
  16. f540b15 move tests into separate module by Bob Ippolito · 11 years ago
  17. bfc0c38 normalize whitespace by Bob Ippolito · 11 years ago
  18. 92b8f5b bump version to v2.6.0, make check_for_gen_tcp_fix a test by Bob Ippolito · 11 years ago v2.6.0
  19. 56a32a0 Merge pull request #107 from djnym/gen_tcp_fix by Bob Ippolito · 11 years ago
  20. 4afdf42 Make the acceptor crash optional. by Anthony Molinaro · 11 years ago
  21. 15bc558 fix #105 with {branch, "master"} in skel by Bob Ippolito · 11 years ago
  22. 167f517 add a base64url codec and use it in mochiweb_session by Bob Ippolito · 11 years ago
  23. f3f133b dialyzer fixes by Bob Ippolito · 11 years ago
  24. d958876 note mochiweb_session compatibility and reduce test matrix to supported versions by Bob Ippolito · 11 years ago
  25. 70c88e7 type/spec refactor of mochiweb_session by Bob Ippolito · 11 years ago
  26. 16b7cb6 travis R16B by Bob Ippolito · 11 years ago
  27. 5c49b35 change test matrix to R14B04, R15B*, R16A by Bob Ippolito · 11 years ago
  28. 4a1dd2a start crypto before running msession tests by Bob Ippolito · 11 years ago
  29. 7c2988f update CHANGES and version for v2.5.0 by Bob Ippolito · 11 years ago
  30. adab7b9 normalize whitespace in mochiweb_session by Bob Ippolito · 11 years ago
  31. a3962ff Merge pull request #102 from tsloughter/master by Bob Ippolito · 11 years ago
  32. a4ed248 replace now() with os:timestamp() in acceptor by Tristan Sloughter · 11 years ago
  33. 6c9be07 Merge pull request #94 from lhft/master by Dmitry Demeshchuk · 11 years ago
  34. 1f353dd Some formatting applied by lhft · 11 years ago
  35. edb954a update CHANGES, tag v2.4.2 by Bob Ippolito · 11 years ago v2.4.2
  36. 988a498 Merge pull request #100 from shkumagai/feature/fix-mochiweb_response-regression by Bob Ippolito · 11 years ago
  37. b91291c fix mochiweb_response regression by Shoji KUMAGAI · 11 years ago
  38. c8516e3 tag v2.4.1 by Bob Ippolito · 11 years ago v2.4.1
  39. 68c48b1 Fixed the final notes by Azku · 11 years ago
  40. 5a1b589 fix mochiweb_request regression #97 by Bob Ippolito · 11 years ago
  41. df5a881 Working on improvements suggested by doubleyou by lhft · 11 years ago
  42. 22b770e #96 - mochifmt_records regression by Bob Ippolito · 11 years ago
  43. b02ea50 update CHANGES and bump vsn to 2.4.0 by Bob Ippolito · 11 years ago v2.4.0
  44. 2fb6dcc Merge pull request #95 from vinoski/drop-param-mods by Bob Ippolito · 11 years ago
  45. 23a1d48 use tuple modules instead of parameterized modules by Steve Vinoski · 11 years ago
  46. 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
  47. ba86dff Still workin on Dymitri's suggestions by Azku · 11 years ago
  48. d21e5b2 Working on Dymitri by lhft · 11 years ago
  49. 7aa6d1e Mochiweb session it's functional now by lhft · 11 years ago
  50. 1f1867b Trying new encoding ways by lhft · 11 years ago
  51. 92464d0 Added some tests. still getting errors though by lhft · 11 years ago
  52. 1be66c0 Added session module for use of secure cookies by lhft · 11 years ago
  53. 5ed0946 prep changelog for 2.4.0 by Bob Ippolito · 11 years ago
  54. dcd1076 Merge pull request #91 from djnym/R15B02_mochiweb_acceptor_crash by Bob Ippolito · 11 years ago
  55. 5ee1eeb Merge pull request #93 from melkote/master by Bob Ippolito · 11 years ago
  56. 3259a93 Merge branch 'master' of git://github.com/melkote/mochiweb by Sriram Melkote · 11 years ago
  57. ac2bf2a Issue 92: Do not allow backslashes in path (security). by Sriram Melkote · 11 years ago
  58. 977f91c Do not allow backslashes in path (security). by Sriram Melkote · 11 years ago
  59. fedfd11 Fix for mochiweb_acceptor crash under R15B02 by Anthony Molinaro · 11 years ago
  60. 526ce73 Merge branch 'mochiweb' into fix-zero-length-range-response by Prashanth Mundkur · 11 years ago
  61. 20f2f00 Merge pull request #88 from doubleyou/handling-combined-header by Dmitry Demeshchuk · 12 years ago
  62. 2ba8d24 Removed export_all by Dmitry Demeshchuk · 12 years ago
  63. 2def5f1 Avoid using regular expressions by Dmitry Demeshchuk · 12 years ago
  64. 8ec8af1 Fix 0-length range responses. by Prashanth Mundkur · 12 years ago
  65. ede9003 support parsing quoted string. by kmwang · 12 years ago
  66. 53ee10b amended get_combined_value. by kmwang · 12 years ago
  67. e282266 Merge pull request #85 from pmundkur/fix-ranges by Bob Ippolito · 12 years ago
  68. 888ceb5 add ability to handle combined content-length header. by kmwang · 12 years ago
  69. fe5e0c5 The range-header handling does not implement the following: by Prashanth Mundkur · 12 years ago
  70. 9d205a8 bump to 2.3.2, Case insensitive match for "Connection: close" (#81) by Bob Ippolito · 12 years ago v2.3.2
  71. d541e9a Merge pull request #77 from mmzeeman/master by Bob Ippolito · 12 years ago
  72. a277c7c Fixes a problem with to_html for singleton tags by Maas-Maarten Zeeman · 12 years ago
  73. 2a91f6a Merge pull request #75 from mmzeeman/master by Bob Ippolito · 12 years ago
  74. 6dc863f Fix for parsing quoted attributes with newlines. by Maas-Maarten Zeeman · 12 years ago
  75. 203499a Fix parsing of unescaped lt chars. by Maas-Maarten Zeeman · 12 years ago
  76. 5305a4b remove template_dir from rebar.config and update changelog for 2.3.1 release by Bob Ippolito · 12 years ago v2.3.1
  77. 938d5c8 Merge branch 'dst-cookie-crash-73' by Emad · 12 years ago
  78. af9fa1b fix dst cookie bug reported in issue #73 by Emad · 12 years ago
  79. b7f3693 Merge branch 'edoc-warning-gh63' by Bob Ippolito · 12 years ago
  80. 29937a6 fix edoc warnings by Bob Ippolito · 12 years ago
  81. 81e9674 Merge branch 'html-amp-gh69' by Bob Ippolito · 12 years ago
  82. d163f12 bump to 2.3.1 and fix & handling in mochiweb_html by Bob Ippolito · 12 years ago
  83. af4cb95 add garbage collect on keep-alive sockets by Bob Ippolito · 13 years ago
  84. e6d1870 Merge branch 'html5-gh64' by Bob Ippolito · 13 years ago v2.3.0
  85. f425e5e version bump by Bob Ippolito · 13 years ago
  86. 38875c5 Support all HTML5 entities by Bob Ippolito · 13 years ago
  87. 57f6d12 Merge pull request #61 from kardan/master by Bob Ippolito · 13 years ago
  88. 4e6f871 Added otf (font/opentype) to MIMEs by Daniel Karlsson · 13 years ago
  89. 29d15d5 Added MIME types for eot, m4v, svg, svgz, ttc, ttf, vcf, webm, webp and woff files. by Daniel Karlsson · 13 years ago
  90. 62e460d Merge pull request #59 from wangjia/23bae1004d020e8baff628995aad4fcc78f3ee16 by Bob Ippolito · 13 years ago
  91. 23bae10 handle ssl_closed message by Jia · 13 years ago
  92. 605c48c fix typo in mochiweb_multipart edoc by Bob Ippolito · 13 years ago
  93. e92a71d update CHANGES and version by Bob Ippolito · 13 years ago v2.2.1
  94. d695425 remove unused mochiweb_skel by Bob Ippolito · 13 years ago
  95. fb4a292 Merge branch 'start-vs-start_link-gh58' by Bob Ippolito · 13 years ago
  96. cfa1740 add a CHANGES.md, about time by Bob Ippolito · 13 years ago
  97. 7972b2b implement start_link/1 exports and add {link, false} option to start/1 by Bob Ippolito · 13 years ago
  98. 497f1fc add mochijson2:decode/2 with [{format, eep18 | proplist | struct}] option by Bob Ippolito · 13 years ago v2.1.0
  99. cfc3af6 Merge pull request #57 from mochi/flv-mime-type by Bob Ippolito · 13 years ago
  100. f49d0b2 The correct mime type for .flv files is video/x-flv by David Reid · 13 years ago