0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
socket will be closed so response must include a connection close statement More... almost 14 years ago
corrected typo on contributor's name More... almost 14 years ago
- added max_connections options parameter, which specifies maximum concurrent open connections accepted by the server - added post_max_size options parameter, which sets the maximum size of POST data - added get_url_max_size options parameter, which sets the maximum length of URI - added CHUNKED support, both for incoming requests and outgoing responses [thanks to yrashk suggestion] - added trapping of client closing a browser in Comet applications [thanks to yrash] - added SSL support for websockets [enhancement track #25, thanks to viplifes] - added Comet Long Polling example - added Comet iFrame example - added the killing of alive processes on server shutdown - the GET uri parameters are now also available on POST requests - additional minor adjustments More... almost 14 years ago
removed unnecessary stream(deon). More... about 14 years ago
removed unnecessary stream support option More... about 14 years ago
refactored to considerably improve sending of static files minor bug corrections More... about 14 years ago
added copyright notice More... over 14 years ago
removed .app file More... over 14 years ago
* added support to websocket protocol hixie draft 76 (thanks to sergio veiga) * added support to multiple websocket draft protocols (for backwards compatibility) * added ws_autoexit option which allows to get an event on websocket controlling processes (issue track #15, suggestion of esente) * added headers also in misultin websockets (thanks to jlirochon) * made it basho's rebar friendly (thanks to mrinalwadhwa) More... over 14 years ago
- added HTTP compression option - refactoring of the main server loop, so that it is now isolated from the HTTP functionality - removed unnecessary compilation warnings - replaced proplists:get_value with much faster utility function More... over 14 years ago
corrected some compile error warnings when not in debug mode. More... almost 15 years ago
added SSL support More... almost 15 years ago
set vsn to string instead of atom for compatibility with systools More... almost 15 years ago
[no comment] More... almost 15 years ago
typo correction. More... about 15 years ago
removed unnecessary trap_exit More... about 15 years ago
license adjusted. More... about 15 years ago
primary websockets support added. More... about 15 years ago
socket added as reference in keep alive connections. More... about 15 years ago
finalized socket reference adding. More... about 15 years ago
added Req support to return the socket handling the request; bug correction on Content-Length: 0 header causing timeout on POST requests [issue track #12, thanks to gdamjan] More... about 15 years ago
bug correction on acceptor respawning [issue track #10, thanks to thijsterlouw] More... about 15 years ago
added echoing of the Connection header [issue track #7, thanks to thijsterlouw More... about 15 years ago
added make support for windows More... over 15 years ago
optimized error handling [issue track #5, thanks to Max Lapshin] More... over 15 years ago
@trunk/src/misultin_utility.erl corrected function description & author More... over 15 years ago
- added flow control using inet options {active, once} [issue track #1, thanks to Max Lapshin] - added support to standard http headers response - added http 400 bad request error in socket handling - bug correction: removed erroneous sending of response timeout on listening open connections - added stream_support optimization option More... over 15 years ago
corrected compile.bat copy command More... over 15 years ago
debug bug corrected More... over 15 years ago
reengineering of the listener process, using active instead of passive mode in request parsing, except for BODY where passive is still used. added better support for request timeout More... over 15 years ago