Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | Fine adjustments of slowdos alg | Fredrik Gustafsson | |
2012-11-09 | Bumped version nr | Fredrik Gustafsson | |
2012-11-09 | Reduced checking of bytes per second to every second | Fredrik Gustafsson | |
2012-11-06 | Changed property to minimum_bytes_per_second and checking if is integer on start | Fredrik Gustafsson | |
2012-11-06 | Changed to Bytes Per Second when checking clients rate, new options ↵ | Fredrik Gustafsson | |
{byte_limit, integer()} | |||
2012-11-06 | Option {bit_limit, integer()} to close sockets where clients are too slow | Fredrik Gustafsson | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'ia/inets-dialyzer' into maint | Ingela Anderton Andin | |
* ia/inets-dialyzer: inets: Dialyzer spec fixes | |||
2012-08-29 | inets: Dialyzer spec fixes | Ingela Anderton Andin | |
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord | |
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245 | |||
2012-07-11 | Merge branch 'bmk/inets/otp_version_dependent_behaviour_def/OTP-10095' into ↵ | Micael Karlberg | |
bmk/inets/inets591_integration | |||
2012-07-11 | Merge branch 'bmk/inets/httpc/error_during_session_update/OTP-10093' into ↵ | Micael Karlberg | |
bmk/inets/inets591_integration | |||
2012-07-11 | Merge branch 'bmk/inets/httpc/cancel_request/OTP-10092' into ↵ | Micael Karlberg | |
bmk/inets/inets591_integration | |||
2012-07-05 | Fix various code typos for R15B02 | Tuncer Ayaz | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-23 | [inets] Removed R14B compatible version of behaviour definition | Micael Karlberg | |
Removed R14B compatible version of (inets-service and tftp) behaviour definition. OTP-10095 | |||
2012-05-22 | [inets/httpc] Updated docs, release notes and appup | Micael Karlberg | |
Added documentation for new (httpc:which_sessions/0,1) and updated (httpc:info/0,1) functions. Also updated appup. OTP-10093 | |||
2012-05-22 | [inets/httpc] Better handling of session db update failure | Micael Karlberg | |
A failure to update the session database will now result in an informative error message and a controlled (handler) exit rather then an ugly crash. Also debug functions to retrieve sessions info and updated the info function with more info (sessions and options). OTP-10093 | |||
2012-05-22 | [inets/httpc] Corrected appup file | Micael Karlberg | |
OTP-10092 | |||
2012-05-22 | [inets/httpc] Updated version, release nodes and appup | Micael Karlberg | |
OTP-10092 | |||
2012-05-22 | [inets/httpc] Cancel request does not work | Micael Karlberg | |
Cancel request does not work due to incorrect handler table creation (wrong keypos). OTP-10092 | |||
2012-04-27 | inets: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-15 | [inets] Updated appup file | Micael Karlberg | |
OTP-9983 | |||
2012-03-15 | [inets] The module http_uri now officially supported | Micael Karlberg | |
The module http_uri now officially supported. Also, the http_uri:parse/1,2 function has been extended with more scheme support and a way to provide your own scheme info. OTP-9983 | |||
2012-03-14 | [inets] A more general version of http_uri:parse | Micael Karlberg | |
OTP-9983 | |||
2012-03-14 | [inets] Initial proposal of module http_uri | Micael Karlberg | |
This version of the module was provided by Johan Tj�der. It adds support for more methods (more than http and https). OTP-9983 | |||
2012-03-13 | [inets/httpc] Add function to retreive current options | Micael Karlberg | |
Add function to retreive current options, httpc:get_options/1,2. OTP-9979 | |||
2012-03-06 | Merge branch 'jn/inets_sup_start_link' into bmk/inets/inets59_integration2 | Micael Karlberg | |
Also updated appup file accordingly. | |||
2012-03-05 | Add inets_sup:start_link/0 | Jay Nelson | |
inets_app calls supervisor:start_link/3 directly rather than calling the root supervisor function inets_sup:start_link/0. This precludes using included_applications to start inets without having a wrapper function. This patch makes inets_app follow the standard OTP application structure. | |||
2012-02-08 | [inets/httpd] Options parsing minor improvement | Micael Karlberg | |
2012-02-08 | [inets/httpc] Connect error info improvement | Micael Karlberg | |
2012-02-07 | Merge branch 'bmk/inets/httpd/configurable_server_tokens/OTP-9805' into ↵ | Micael Karlberg | |
bmk/inets/inets59_integration Conflicts: lib/inets/src/inets_app/inets.appup.src | |||
2012-02-06 | [inets] Proper appup | Micael Karlberg | |
OTP-9805 | |||
2012-02-06 | Merge branch 'bmk/inets/httpc/checking_ipv6_on_windows' into ↵ | Micael Karlberg | |
bmk/inets/inets59_integration | |||
2012-02-03 | [inets] Added verbosity printout to improve error detection | Micael Karlberg | |
Added verbosity printouts to detect error reason for file access error on windows. | |||
2012-02-03 | [inets] Moved (dbg) trace utility functions to own module (inets_trace) | Micael Karlberg | |
2012-02-03 | [inets] Added more error info when connect fails | Micael Karlberg | |
2012-02-03 | [inets/httpd] Add server tokens config option | Micael Karlberg | |
Added ability to configure the server software header field (with the server_tokens config option). OTP-9805 | |||
2012-01-20 | [inets] Merged from R14B and also fixed appup | Micael Karlberg | |
Merge from R14B integration branch (for inets-5.7.3) and fixed appup and corresponding code-change code to work in new version (inets-5.8.1). Also some minor (R15B specific) test suite fixes. Merge branch 'bmk/inets/inets573_integration' into bmk/inets/inets581_integration/r15 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_client/httpc_internal.hrl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk | |||
2012-01-13 | Merge branch 'bmk/inets/httpc/streaming_404/r14/OTP-9860' into ↵ | Micael Karlberg | |
bmk/inets/inets573_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2012-01-13 | [inets/httpc] The client incorrectly streams 404 responses | Micael Karlberg | |
The client incorrectly streams 404 responses. The documentation specifies that only 200 and 206 responses shall be streamed. OTP-9860 | |||
2012-01-05 | Merge branch 'bmk/inets/httpc/bad_keep_alive_mode/r14/OTP-9847' into ↵ | Micael Karlberg | |
bmk/inets/inets573_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2012-01-05 | [inets/httpc] Add proper code change code | Micael Karlberg | |
Added proper code to handle code upgrade/downgrade. The manager and handler(s) are interdependant which makes it a bit tricky. OTP-9847 | |||
2012-01-04 | [inets/httpc] Add test case | Micael Karlberg | |
Add a test case verifying the session selection. Add some more use of the update_session function. Improved verbosity printouts. OTP-9847 | |||
2012-01-03 | [inets/httpc] Fix the selection of session for keep-alive mode | Micael Karlberg | |
When selecting a session, the "state" of the session (specifically if the server has responded) was not taken into account. Attempting to fix this, a "state" field (actually available) has been added to the session record. OTP-9847 | |||
2011-12-20 | [ftp] Fails to open IPv6 connection | Micael Karlberg | |
Fails to open IPv6 connection due to badly formatted IPv6 address in EPRT command. The address part of the command incorrectly contained decimal elements instead of hexadecimal. Attila Rajmund Nohl OTP-9827 | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-05 | Fix typo in mod_responsecontrol.erl | Tuncer Ayaz | |
2011-11-23 | Merge branch 'bmk/inets/dialyzer_fixes/OTP-9736' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration2 |