summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rickard/sbmbc/OTP-9339' into maint-r14Erlang/OTP2011-07-111-9/+10
|\ | | | | | | | | * rickard/sbmbc/OTP-9339: Use separate memory carriers for small blocks
| * Use separate memory carriers for small blocksRickard Green2011-07-081-9/+10
| |
* | The clean up of the session table now works as intended.Ingela Anderton Andin2011-07-067-24/+109
| | | | | | | | | | | | | | In ssl-4.1.5 temporary clean-up processes would crash resulting in that the session table would not be cleaned up (e.i. using more and more memory) and error reports would be printed, but connections would not be affected.
* | Fixed non-related ftp test case.Micael Karlberg2011-06-221-12/+23
|\ \ | | | | | | | | | | | | | | | | | | [ftp] FTP client doesn't work with IPv6 host. Attila Rajmund Nohl OTP-9342 Merge branch 'bmk/inets/ftp/does_not_handle_ipv6/OTP-9342' into bmk/inets/inets57_integration2
| * | Fixed non-related test case (ticket_6035).Micael Karlberg2011-06-221-12/+23
| | |
* | | Corrected appup-file (missing ',').Micael Karlberg2011-06-171-2/+2
| | |
* | | Fixed ipv6 support detection.Micael Karlberg2011-06-171-1/+1
| | |
* | | (httpc) test case cleanups.Micael Karlberg2011-06-172-15/+19
| | |
* | | [httpc|httpd] Added support for IPv6 with ssl.Micael Karlberg2011-06-1511-513/+1012
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Uppdated appup-file.Micael Karlberg2011-06-151-2/+8
| | | |
| * | | Fixed IPv6 test case selection. That is if a IPv6 test case shouldMicael Karlberg2011-06-153-73/+149
| | | | | | | | | | | | | | | | be run or not.
| * | | Stopping httpc client...Micael Karlberg2011-06-152-45/+79
| | | |
| * | | Added test cases for httpd.Micael Karlberg2011-06-155-170/+318
| | | |
| * | | Clients started stand-alone not properly handled.Micael Karlberg2011-06-152-91/+97
| | | | | | | | | | | | | | | | OTP-9365
| * | | Clients started stand-alone not properly handled.Micael Karlberg2011-06-152-6/+4
| | | | | | | | | | | | | | | | OTP-9365
| * | | Temporary solution for profile_name stuff. What about Pids???Micael Karlberg2011-06-151-10/+14
| | | |
| * | | SSL with IPv6 now works "in principle".Micael Karlberg2011-06-157-198/+420
| | | |
* | | | [httpc] Remove unnecessary usage of iolist_to_binary whenMicael Karlberg2011-06-153-8/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | [httpc] Remove unnecessary usage of iolist_to_binary whenMicael Karlberg2011-06-154-9/+57
| | |_|/ | |/| | | | | | | | | | | | | | | | | | processing body (for PUT and POST). Filipe David Manana OTP-9317
* | | | [ftp] FTP client doesn't work with IPv6 host.Micael Karlberg2011-06-155-6/+23
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Set proper version (5.7).Micael Karlberg2011-06-152-3/+3
| | | |
| * | | Updated release notes.Micael Karlberg2011-05-311-0/+34
| | | |
| * | | OTP-9342: FTP client doesn't work with IPv6Micael Karlberg2011-05-275-5/+24
| |/ / | | | | | | | | | | | | | | | OTP-9342: IpFamily config option was not handled OTP-9342: Release notes remain... OTP-9342: <credit>attila rajmund nohl</credit>
* | | Set proper version (5.7).Micael Karlberg2011-06-152-3/+3
| |/ |/|
* | Peer/sockname resolv doesn't work with IPv6 addrs in HTTP.Micael Karlberg2011-05-304-31/+86
|/ | | | OTP-9343
* Prepare releaseOTP_R14B03Erlang/OTP2011-05-2447-24/+1107
|
* Merge branch 'hb/kernel/opaque_decls/OTP-9337' into devBjörn-Egil Dahlberg2011-05-242-2/+2
|\ | | | | | | | | * hb/kernel/opaque_decls/OTP-9337: Modify two opaque types
| * Modify two opaque typesHans Bolinder2011-05-242-2/+2
| | | | | | | | | | Two opaque types that could cause warnings when running Dialyzer have been modified.
* | Merge branch 'ia/ssl/ets-table-cleanup' into devBjörn-Egil Dahlberg2011-05-242-3/+3
|\ \ | | | | | | | | | | | | * ia/ssl/ets-table-cleanup: Corrected last argument to timer:apply_after also corrected a dilyzer spec
| * | Corrected last argument to timer:apply_after also corrected a dilyzer specIngela Anderton Andin2011-05-242-3/+3
| | |
* | | Merge branch 'ks/erl_bif_types-fixes' into devBjörn-Egil Dahlberg2011-05-242-49/+50
|\ \ \ | |_|/ |/| | | | | | | | | | | * 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()
| * | Fix crash when a contract range warning is emitted for a module already in pltStavros Aronis2011-05-231-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Fix erroneous definition of t_binary_compiled_pattern()Kostis Sagonas2011-05-231-36/+30
| | | | | | | | | | | | | | | | | | | | | While at it: 1. Moved types in their proper place 2. Did minor cleanups and 3. Took out an unused function
* | | Fix a spec and a typeHans Bolinder2011-05-232-2/+2
| | | | | | | | | | | | | | | | | | 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.
* | | Update copyright yearsBjörn-Egil Dahlberg2011-05-20105-105/+105
| | |
* | | Merge branch 'kenneth/asn1/longlength/OTP-9303' into devBjörn-Egil Dahlberg2011-05-2010-7410/+69
|\ \ \ | | | | | | | | | | | | | | | | | | | | * kenneth/asn1/longlength/OTP-9303: Fixed DRIVER_INIT prototype Corrected handling of long length in driver and updated test suites
| * | | Fixed DRIVER_INIT prototypeKenneth Lundin2011-05-201-2/+0
| | | |
| * | | Corrected handling of long length in driver and updated test suitesKenneth Lundin2011-05-1910-7410/+71
| | | |
* | | | Merge branch 'nick/orber/dialyzer_warnings/OTP-9326' into devNiclas Eklund2011-05-203-2/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * nick/orber/dialyzer_warnings/OTP-9326: OTP-9326 Eliminated Dialyzer warnings.
| * | | | OTP-9326Niclas Eklund2011-05-193-2/+18
| | | | | | | | | | | | | | | | | | | | Eliminated Dialyzer warnings.
* | | | | Merge branch 'nick/Cos-Apps/remove_shy_in_doc/OTP-9319' into devNiclas Eklund2011-05-2060-191/+262
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | OTP-9319Niclas Eklund2011-05-1860-191/+262
| | | | | | | | | | | | | | | | | | | | | | | | Removed superfluous usage of shy in the documentation since it can cause problem if a buggy tool is used.
* | | | | | Merge branch 'anders/diameter/20110519/doc/OTP-9323' into devAnders Svensson2011-05-2019-221/+405
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | | Remove undocumented interface functions plus comment fix.Anders Svensson2011-05-202-24/+2
| | | | | | |
| * | | | | | Various documentation fixes and improvements.Anders Svensson2011-05-208-159/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an introductory chapter to the User's Guide as well as more detailed release notes.
| * | | | | | Minor diameter_service fix when sending a diameter_header/avp listAnders Svensson2011-05-203-17/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | plus an example fix.
| * | | | | | Minor make depend fixes.Anders Svensson2011-05-204-4/+4
| | | | | | |
| * | | | | | Trivial depend.sed simplification.Anders Svensson2011-05-191-1/+1
| | | | | | |
| * | | | | | Fix broken doc links.Anders Svensson2011-05-192-4/+4
| | | | | | |
| * | | | | | Fix broken make dependencies by generating them.Anders Svensson2011-05-193-16/+51
| | | | | | |