-
Merge pull request #107 from djnym/gen_tcp_fix
Make the acceptor crash optional.
-
Make the acceptor crash optional.
djnym committedApr 13, 2013 So turns out the "Fix for mochiweb_acceptor crash under R15B02" from #91 was a bug in OTP fixed in R16B. erlang/otp@6aa9e71 So it worked in R14, was broken in R15 and got fixed in R16. This commit makes it such that things will work as well as possible in each version. In rebar.config I set a compiler option if on R14 or R16, in mochiweb_http.erl I make the extra R15 clause be added with the macro, then in mochiweb_socket_server.erl I add in { exit_on_close, false } to the options. In addition there is a script which will detect if the fix is needed based on my test case from issue 91. Just run 'make ; cd scripts ; ./check_for_gen_tcp_fix.erl' and it should return true if the fix is in place.
-
-
-
-
normalize whitespace in mochiweb_session
etrepum committedMar 4, 2013 -
Merge pull request #102 from tsloughter/master
replace now() with os:timestamp() in acceptor
-
replace now() with os:timestamp() in acceptor
Tristan Sloughter committedMar 4, 2013
-
Merge pull request #94 from lhft/master
Session module for managing session cookies
-
lhft committed
Feb 11, 2013
-
-
Merge pull request #100 from shkumagai/feature/fix-mochiweb_response-…
…regression fix mochiweb_response regression
-
fix mochiweb_response regression
shkumagai committedFeb 6, 2013
-
lhft committed
Jan 27, 2013
-
Working on improvements suggested by doubleyou
lhft committedJan 25, 2013
-
-
Merge pull request #95 from vinoski/drop-param-mods
use tuple modules instead of parameterized modules
-
use tuple modules instead of parameterized modules
vinoski committedJan 23, 2013 Erlang R16, coming soon, will do away with parameterized modules (see Issue 4 under http://www.erlang.org/news/35 for details). Change Mochiweb to use tuple modules instead, since they will continue to be supported in R16 and beyond. These changes are backward compatible, so current Mochiweb applications should require only recompilation to continue working.
-
There is only one place to put user or any kind of data now. I don't …
lhft committedJan 11, 2013 …really understan the security implications of this. There is no term_to_binary in the code now.
-
Still workin on Dymitri's suggestions
lhft committedJan 11, 2013
-
lhft committed
Jan 10, 2013
-
Mochiweb session it's functional now
lhft committedJan 8, 2013
-
lhft committed
Jan 7, 2013
-
Added some tests. still getting errors though
lhft committedJan 4, 2013
-
Added session module for use of secure cookies
lhft committedJan 2, 2013