Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-15 | Cosmetics indenting... | Micael Karlberg | |
2011-07-15 | Removed "crap" that somehow had gotten into the file (escape | Micael Karlberg | |
sequence). | |||
2011-07-14 | Fixed install of MIB compiler escript. Was incorrectly installed | Micael Karlberg | |
both in bin end ebin. | |||
2011-07-13 | Fixed (uncommented) test cases. | Micael Karlberg | |
2011-07-13 | Improved (transport) domain error reporting. | Micael Karlberg | |
2011-07-12 | Fixed release notes and API documentation for tdomain.xs | Micael Karlberg | |
2011-07-12 | transport domain config option named tdomain. | Micael Karlberg | |
Removed debug printouts. transport domain error detection. | |||
2011-07-12 | Merge branch 'bmk/snmp/agent/wrong_default_transport_domain/OTP-9425' into ↵ | Micael Karlberg | |
bmk/snmp/manager/transport_domain/OTP-9305 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/agent/snmpa_mpd.erl lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2011-07-12 | [manager] No way to specify transport domain. Transport domains was | Micael Karlberg | |
assumed to be IPv4. This has now been changed so that it can also be IPv6. To facilitate this, the transportDomain is now a (new) valid option. This also mean that the transport behaviour has changed. OTP-9305 [agent] A temporary fix for transport domain, specifically regarding trap sending. This is done in order to make testing possible, pending merge from topic branch. OTP-9400 | |||
2011-07-12 | Updated version. | Micael Karlberg | |
2011-07-12 | [agent] Did not handle transport domains properly in some cases. | Micael Karlberg | |
OTP-9400 | |||
2011-07-12 | Utility make target for cleanig the repo... | Micael Karlberg | |
2011-07-12 | ... | Micael Karlberg | |
2011-07-12 | Merge branch 'maint-r14' of super:otp into maint-r14 | Micael Karlberg | |
2011-07-08 | [agent] Did not handle transport domains properly in some cases, | Micael Karlberg | |
for instance trap sending. OTP-9400 [agent] Wrong default transport domain, snmpUDPDomain, instead of transportDomainUdpIpv4. OTP-9425 | |||
2011-07-08 | [agent] Wrong default transport domain, snmpUDPDomain, instead | Micael Karlberg | |
of transportDomainUdpIpv4. OTP-9425 | |||
2011-07-08 | [agent] Did not handle transport domains properly in some cases, | Micael Karlberg | |
for instance trap sending. OTP-9400 | |||
2011-07-06 | Merge branch 'ia/ssl/session-table-clean-up/OTP-9346' into maint-r14 | Erlang/OTP | |
* ia/ssl/session-table-clean-up/OTP-9346: The clean up of the session table now works as intended. | |||
2011-07-06 | The clean up of the session table now works as intended. | Ingela Anderton Andin | |
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. | |||
2011-06-22 | Merge branch 'bmk/inets/inets57_integration2' into maint-r14 | Erlang/OTP | |
* bmk/inets/inets57_integration2: Fixed non-related test case (ticket_6035). Corrected appup-file (missing ','). Fixed ipv6 support detection. (httpc) test case cleanups. Uppdated appup-file. Fixed IPv6 test case selection. That is if a IPv6 test case should be run or not. Stopping httpc client... Added test cases for httpd. Clients started stand-alone not properly handled. Clients started stand-alone not properly handled. Temporary solution for profile_name stuff. What about Pids??? SSL with IPv6 now works "in principle". [httpc] Remove unnecessary usage of iolist_to_binary when processing body (for PUT and POST). Filipe David Manana OTP-9317 Set proper version (5.7). Set proper version (5.7). Updated release notes. Peer/sockname resolv doesn't work with IPv6 addrs in HTTP. OTP-9343 OTP-9342: FTP client doesn't work with IPv6 OTP-9342: IpFamily config option was not handled OTP-9342: Release notes remain... OTP-9342: <credit>attila rajmund nohl</credit> | |||
2011-06-22 | Fixed non-related ftp test case. | Micael Karlberg | |
[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 | |||
2011-06-22 | Fixed non-related test case (ticket_6035). | Micael Karlberg | |
2011-06-17 | Corrected appup-file (missing ','). | Micael Karlberg | |
2011-06-17 | Fixed ipv6 support detection. | Micael Karlberg | |
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-27 | Merge branch 'maint-r14' of super:otp into maint-r14 | Micael Karlberg | |
2011-05-25 | Merge remote-tracking branch 'upstream/maint-r13' into maint-r14 | Micael Karlberg | |
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 |