Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-17 | (httpc) test case cleanups. | Micael Karlberg | |
2011-06-15 | [httpc|httpd] Added support for IPv6 with ssl. | Micael Karlberg | |
OTP-5566 Merge branch 'bmk/inets/handle_ipv6_with_ssl2/OTP-5566' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/inets_test_lib.erl | |||
2011-06-15 | Uppdated appup-file. | Micael Karlberg | |
2011-06-15 | Fixed IPv6 test case selection. That is if a IPv6 test case should | Micael Karlberg | |
be run or not. | |||
2011-06-15 | Stopping httpc client... | Micael Karlberg | |
2011-06-15 | Added test cases for httpd. | Micael Karlberg | |
2011-06-15 | Clients started stand-alone not properly handled. | Micael Karlberg | |
OTP-9365 | |||
2011-06-15 | Clients started stand-alone not properly handled. | Micael Karlberg | |
OTP-9365 | |||
2011-06-15 | Temporary solution for profile_name stuff. What about Pids??? | Micael Karlberg | |
2011-06-15 | SSL with IPv6 now works "in principle". | Micael Karlberg | |
2011-06-15 | [httpc] Remove unnecessary usage of iolist_to_binary when | Micael Karlberg | |
processing body (for PUT and POST). Filipe David Manana OTP-9317 Merge branch 'bmk/inets/httpc/remove_unnecessary_iolist_to_binary_usage2/OTP-9317' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-06-15 | [httpc] Remove unnecessary usage of iolist_to_binary when | Micael Karlberg | |
processing body (for PUT and POST). Filipe David Manana OTP-9317 | |||
2011-06-15 | [ftp] FTP client doesn't work with IPv6 host. | Micael Karlberg | |
Attila Rajmund Nohl OTP-9342 Merge branch 'bmk/inets/ftp/does_not_handle_ipv6/OTP-9342' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-06-15 | Peer/sockname resolv doesn't work with IPv6 addrs in HTTP. | Micael Karlberg | |
Attila Rajmund Nohl. OTP-9343 Merge branch 'bmk/inets/resolv_doesnt_work_with_ipv6_addrs_in_http/OTP-9343' into bmk/inets/inets57_integration2 | |||
2011-06-15 | Set proper version (5.7). | Micael Karlberg | |
2011-06-15 | Set proper version (5.7). | Micael Karlberg | |
2011-06-10 | Merge branch 'maint-r13' into maint-r14 | Micael Karlberg | |
2011-05-31 | Updated release notes. | Micael Karlberg | |
2011-05-30 | Peer/sockname resolv doesn't work with IPv6 addrs in HTTP. | Micael Karlberg | |
OTP-9343 | |||
2011-05-27 | OTP-9342: FTP client doesn't work with IPv6 | Micael Karlberg | |
OTP-9342: IpFamily config option was not handled OTP-9342: Release notes remain... OTP-9342: <credit>attila rajmund nohl</credit> | |||
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-24 | Merge branch 'hb/kernel/opaque_decls/OTP-9337' into dev | Björn-Egil Dahlberg | |
* hb/kernel/opaque_decls/OTP-9337: Modify two opaque types | |||
2011-05-24 | Modify two opaque types | Hans Bolinder | |
Two opaque types that could cause warnings when running Dialyzer have been modified. | |||
2011-05-24 | Merge branch 'ia/ssl/ets-table-cleanup' into dev | Björn-Egil Dahlberg | |
* ia/ssl/ets-table-cleanup: Corrected last argument to timer:apply_after also corrected a dilyzer spec | |||
2011-05-24 | Merge branch 'ks/erl_bif_types-fixes' into dev | Björn-Egil Dahlberg | |
* ks/erl_bif_types-fixes: Fix crash when a contract range warning is emitted for a module already in plt Fix erroneous definition of t_binary_compiled_pattern() | |||
2011-05-24 | Corrected last argument to timer:apply_after also corrected a dilyzer spec | Ingela Anderton Andin | |
2011-05-23 | Merge branch 'hb/stdlib/spec_fix/OTP-9333' into dev | Hans Bolinder | |
* hb/stdlib/spec_fix/OTP-9333: Fix a spec and a type | |||
2011-05-23 | Fix crash when a contract range warning is emitted for a module already in plt | Stavros Aronis | |
Warnings about wrong contract ranges are post-processed to be displayed in the file/line that contains the contract, although they can also be emitted while processing other modules. For this relocation to succeed the module that contains the contract should be currently under analysis. If this is not the case the warning is displayed in the file/line of the call that proves the discrepancy in the contract. | |||
2011-05-23 | Fix erroneous definition of t_binary_compiled_pattern() | Kostis Sagonas | |
While at it: 1. Moved types in their proper place 2. Did minor cleanups and 3. Took out an unused function | |||
2011-05-23 | Fix a spec and a type | Hans Bolinder | |
A specification that could cause problems for Dialyzer has been fixed. An opaque type in erl_eval has been turned in to a ordinary type. This is a temporary fix. | |||
2011-05-23 | Merge branch 'bmk/snmp/manager/override_community_for_req/OTP-9236' into ↵ | Erlang/OTP | |
maint-r13 * bmk/snmp/manager/override_community_for_req/OTP-9236: Added (intial) override community stuff. Udated documentation (and version). | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-20 | Update preloaded modules | Björn-Egil Dahlberg | |
2011-05-20 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-05-20 | Merge branch 'kenneth/asn1/longlength/OTP-9303' into dev | Björn-Egil Dahlberg | |
* kenneth/asn1/longlength/OTP-9303: Fixed DRIVER_INIT prototype Corrected handling of long length in driver and updated test suites | |||
2011-05-20 | Fixed DRIVER_INIT prototype | Kenneth Lundin | |
2011-05-20 | Merge branch 'nick/orber/dialyzer_warnings/OTP-9326' into dev | Niclas Eklund | |
* nick/orber/dialyzer_warnings/OTP-9326: OTP-9326 Eliminated Dialyzer warnings. | |||
2011-05-20 | Merge branch 'nick/Cos-Apps/remove_shy_in_doc/OTP-9319' into dev | Niclas Eklund | |
* nick/Cos-Apps/remove_shy_in_doc/OTP-9319: OTP-9319 Removed superfluous usage of shy in the documentation since it can cause problem if a buggy tool is used. | |||
2011-05-20 | Merge branch 'anders/diameter/20110519/doc/OTP-9323' into dev | Anders Svensson | |
* anders/diameter/20110519/doc/OTP-9323: Remove undocumented interface functions plus comment fix. Various documentation fixes and improvements. Minor diameter_service fix when sending a diameter_header/avp list Minor make depend fixes. Trivial depend.sed simplification. Fix broken doc links. Fix broken make dependencies by generating them. | |||
2011-05-20 | Merge branch 'rickard/driver_async_cancel/OTP-9302' into dev | Rickard Green | |
* rickard/driver_async_cancel/OTP-9302: Fix testcase | |||
2011-05-20 | Remove undocumented interface functions plus comment fix. | Anders Svensson | |
2011-05-20 | Fix testcase | Rickard Green | |
2011-05-20 | Various documentation fixes and improvements. | Anders Svensson | |
Added an introductory chapter to the User's Guide as well as more detailed release notes. | |||
2011-05-20 | Minor diameter_service fix when sending a diameter_header/avp list | Anders Svensson | |
plus an example fix. | |||
2011-05-20 | Minor make depend fixes. | Anders Svensson | |
2011-05-20 | Merge branch 'dgud/wx/app-file/OTP-9324' into dev | Dan Gudmundsson | |
* dgud/wx/app-file/OTP-9324: Fix wx app file, sed didn't work on all platforms | |||
2011-05-19 | Merge branch 'sverker/crypto-aes-ctr-stream/OTP-9275' into dev | Sverker Eriksson | |
* sverker/crypto-aes-ctr-stream/OTP-9275: Stepping vsn for R14B03 Add true streaming AES (CTR) encryption and streaming HMAC operations | |||
2011-05-19 | Corrected handling of long length in driver and updated test suites | Kenneth Lundin | |
2011-05-19 | Merge branch 'pan/stdlib_doc_fixes/OTP-9318' into dev | Patrik Nyblom | |
* pan/stdlib_doc_fixes/OTP-9318: Fixup of re doc and specs | |||
2011-05-19 | Merge branch 'pan/epmd_testcase/OTP-9214' into dev | Patrik Nyblom | |
* pan/epmd_testcase/OTP-9214: Make ssh proxy work with older versions of ssh Mend epmd testcases that test remote access |