0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merged changes from master branch. More... almost 13 years ago
corrected binary sending bug in websockets which would fail binaries on io_lib format More... almost 13 years ago
README updated. More... almost 13 years ago
corrected binary sending bug in websockets which would fail binaries on io_lib format More... almost 13 years ago
solved bug on large data sent over websockets. More... almost 13 years ago
ensured that http processes receive the shutdown message only once More... almost 13 years ago
properly managing the autoexit functionalities More... almost 13 years ago
now use ets tables instead of lists in status for optimization reasons More... almost 13 years ago
set normal shutdown reason on supervisor and updated .app.src file More... almost 13 years ago
added supervisors for acceptors More... almost 13 years ago
added main misultin supervisor and converted gen_server to misultin_server More... almost 13 years ago
packaged for 0.7.1 More... almost 13 years ago
updated README for pool of acceptors. More... almost 13 years ago
added multiple acceptors, refactored controller process loop More... almost 13 years ago
updated readme More... about 13 years ago
bug corrected: casual noproc error message due to not trapping exit before spawn_linking the handler process resulted in connections hanging under heavy load. More... about 13 years ago
removed unnecessary code. More... about 13 years ago
converted monitors to links where necessary. More... about 13 years ago
add server reason in terminate log More... about 13 years ago
set more appropriate names to acceptor More... about 13 years ago
added support for iolist() in chunked resposes [thanks to RJ] More... about 13 years ago
set default size for POST data to be 4 MB More... about 13 years ago
removed unnecessary {active, once} call More... about 13 years ago
updated readme file More... about 13 years ago
added contributor's note More... about 13 years ago
now websockets are on {active, once} to avoid malicious clients overflooding [thanks to essen] More... about 13 years ago
added leandro silva's modified example of websockets More... about 13 years ago
added support for HEAD, PUT, DELETE, TRACE and CONNECT methods, and ensured that body of request can be read also on GET reuquests as per http specs More... about 13 years ago
added committer credits More... about 13 years ago
Misultin can now be used both with parametrized modules and with pure erlang code too [thanks to yrashk] More... about 13 years ago