openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
misultin
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 10 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
socket will be closed so response must include a connection close statement
Roberto Ostinelli
More...
almost 14 years ago
corrected typo on contributor's name
Roberto Ostinelli
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
Roberto Ostinelli
More...
almost 14 years ago
removed unnecessary stream(deon).
Roberto Ostinelli
More...
about 14 years ago
removed unnecessary stream support option
Roberto Ostinelli
More...
about 14 years ago
refactored to considerably improve sending of static files minor bug corrections
Roberto Ostinelli
More...
about 14 years ago
added copyright notice
Roberto Ostinelli
More...
over 14 years ago
removed .app file
Roberto Ostinelli
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)
Roberto Ostinelli
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
Roberto Ostinelli
More...
over 14 years ago
corrected some compile error warnings when not in debug mode.
Roberto Ostinelli
More...
almost 15 years ago
added SSL support
Roberto Ostinelli
More...
almost 15 years ago
set vsn to string instead of atom for compatibility with systools
Roberto Ostinelli
More...
almost 15 years ago
[no comment]
Roberto Ostinelli
More...
almost 15 years ago
typo correction.
Roberto Ostinelli
More...
about 15 years ago
removed unnecessary trap_exit
Roberto Ostinelli
More...
about 15 years ago
license adjusted.
Roberto Ostinelli
More...
about 15 years ago
primary websockets support added.
Roberto Ostinelli
More...
about 15 years ago
socket added as reference in keep alive connections.
Roberto Ostinelli
More...
about 15 years ago
finalized socket reference adding.
Roberto Ostinelli
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]
Roberto Ostinelli
More...
about 15 years ago
bug correction on acceptor respawning [issue track #10, thanks to thijsterlouw]
Roberto Ostinelli
More...
about 15 years ago
added echoing of the Connection header [issue track #7, thanks to thijsterlouw
Roberto Ostinelli
More...
about 15 years ago
added make support for windows
Roberto Ostinelli
More...
over 15 years ago
optimized error handling [issue track #5, thanks to Max Lapshin]
Roberto Ostinelli
More...
over 15 years ago
@trunk/src/misultin_utility.erl corrected function description & author
Roberto Ostinelli
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
Roberto Ostinelli
More...
over 15 years ago
corrected compile.bat copy command
Roberto Ostinelli
More...
over 15 years ago
debug bug corrected
Roberto Ostinelli
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
Roberto Ostinelli
More...
over 15 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree