Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | Merge tag 'OTP_R16B03-1' | Magnus Lidén | |
The R16B03-1 release | |||
2014-01-24 | Prepare releaseOTP_R16B03-1 | Erlang/OTP | |
2013-12-13 | Merge branch 'wmalik/httpc_spelling' | Henrik Nord | |
* wmalik/httpc_spelling: fixed a spelling mistake in httpc doc OTP-11538 | |||
2013-12-10 | fixed a spelling mistake in httpc doc | Wasif Malik | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-11-20 | Merge branch 'maint' | Hans Nilsson | |
2013-11-19 | ftp,ssl: Fixes broken type link (ssloption). | Hans Nilsson | |
2013-11-19 | ftp: Linking rfc-refs. | Hans Nilsson | |
2013-11-19 | ftp: Add documentation. | Hans Nilsson | |
2013-11-19 | ftp: Add ftps documentation | Hans Nilsson | |
2013-10-14 | Merge remote-tracking branch 'upstream/maint' | Ingela Anderton Andin | |
2013-10-14 | Merge branch 'ia/inets/http-client-cancel-request/OTP-11312' into maint | Ingela Anderton Andin | |
* ia/inets/http-client-cancel-request/OTP-11312: inets: httpc - Remove dead error handling code inets: httpc make httpc_cancel_request/[1,2] asynchronous httpc: Enhanched error handling inets: httpc improve pipelining | |||
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-13 | inets: httpc make httpc_cancel_request/[1,2] asynchronous | Ingela Anderton Andin | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-08-23 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-23 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
2013-08-23 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/http_lib/http_transport.erl lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/src/ssl.appup.src lib/ssl/src/ssl.erl lib/ssl/src/ssl_internal.hrl lib/ssl/src/tls_connection.erl lib/ssl/vsn.mk | |||
2013-08-21 | Update release notes | Erlang/OTP | |
2013-08-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-07 | fix: typo, inets/doc/src/httpd | tomaon | |
2013-07-30 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-24 | Fix some errors in the inets documentation | Johannes Weißl | |
2013-07-01 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-07-01 | Merge branch 'maint-r15' into maint-r16 | Fredrik Gustafsson | |
Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk | |||
2013-06-28 | Update release notes | Erlang/OTP | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | inets: Improve ssl handling | Ingela Anderton Andin | |
httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 | |||
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2012-11-27 | Merge tag 'OTP_R15B03' | Björn-Egil Dahlberg | |
The R15B03 release | |||
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-11-16 | Merge branch 'maint' | Fredrik Gustafsson | |
* maint: Increased waiting time to check if socket is down Fine adjustments of slowdos alg Changes to slowdos testcase Doc for test case slowdose Bumped version nr Added testcases för minimum_bytes_per_second option Reduced checking of bytes per second to every second Documentation for minimum_bytes_per_seconds option Changed property to minimum_bytes_per_second and checking if is integer on start Changed to Bytes Per Second when checking clients rate, new options {byte_limit, integer()} Option {bit_limit, integer()} to close sockets where clients are too slow | |||
2012-11-07 | Documentation for minimum_bytes_per_seconds option | Fredrik Gustafsson | |
2012-10-02 | inets httpc: Document that RFC 2817 is not supported | Ingela Anderton Andin | |
2012-10-02 | inets httpc: TLS via proxy | Ingela Anderton Andin | |
Introduces new option htts_proxy so that it is possible to have different proxies for http and https. The new option defaults to the old proxy option. Implements HTTP-1.1 extension method CONNECT to establish SSL/TLS tunnel We choose not to implement "TLS upgrade" as defined by RFC 2817 as this method of upgrade is vulnerable to man in the middle attacks, can be easily broken by proxies and does not seem to be widely adopted. | |||
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-11 | [inets] Updated release notes and improved parts of the doc | Micael Karlberg | |
Updated release and improved (httpc-) documentation for KeepAlive and Pipeline timeout options. OTP-10095, OTP-10114 | |||
2012-06-14 | Added missing comma and set proper version | Micael Karlberg | |