Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-12-02 | ssh: Add soft upgrade for ptty_alloc | Ingela Anderton Andin | |
2014-12-02 | Replaced "Endianess" with "Endianness" everywhere | David Haguenauer | |
2014-12-02 | Merge branch 'egil/fix-dialyzer-map-key-coalescing/OTP-12347' into maint | Björn-Egil Dahlberg | |
* egil/fix-dialyzer-map-key-coalescing/OTP-12347: dialyzer: Test recoalesced map keys compiler: Coalesce map keys in dialyzer mode | |||
2014-12-02 | Merge branch 'maint' | Anders Svensson | |
2014-12-02 | Merge branch 'anders/diameter/17.4_release/OTP-12343' into maint | Anders Svensson | |
* anders/diameter/17.4_release/OTP-12343: vsn -> 1.8 Update appup for 17.4 | |||
2014-12-02 | Merge branch 'maint' | Henrik Nord | |
2014-12-02 | Merge branch 'siri/ct_netconfc/subsystem-timeout/OTP-12334' into maint | Henrik Nord | |
* siri/ct_netconfc/subsystem-timeout/OTP-12334: [ct_netconfc] Handle timeout failure in ssh | |||
2014-12-02 | Merge branch 'siri/ct_telnet/unstable-tests/OTP-12329' into maint | Henrik Nord | |
* siri/ct_telnet/unstable-tests/OTP-12329: [ct_telnet] Fix test case 'server_speaks' [ct_telnet] Improve debug printouts and logging [ct_telnet] Add timestamp to telnet_server debug printout [ct_telnet] Extend timeout in test from 1 to 2 sek [ct_telnet] Don't send extra newline after password | |||
2014-12-02 | Merge branch 'maint' | Hans Nilsson | |
2014-12-02 | Merge branch 'hans/ssh/appup' into maint | Hans Nilsson | |
* hans/ssh/appup: ssh: Fixes wrong version in appup file | |||
2014-12-02 | ssh: Fixes wrong version in appup file | Hans Nilsson | |
2014-12-02 | Merge branch 'maint' | Marcus Arendt | |
2014-12-02 | Merge branch 'tuncer/doc-fixes' into maint | Marcus Arendt | |
* tuncer/doc-fixes: dict(3): fix typo reported by Rabbe Fogelholm Fix minor eprof and fprof doc issues | |||
2014-12-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-12-02 | Merge branch 'ia/inets/prep-for-release' into maint | Ingela Anderton Andin | |
* ia/inets/prep-for-release: inets: Prepare for release | |||
2014-12-02 | Merge branch 'ia/ssl/dialyzer/OTP-12341' into maint | Ingela Anderton Andin | |
* ia/ssl/dialyzer/OTP-12341: ssl: Prepare for release ssl: Change code to reflect that state data may be secret | |||
2014-12-02 | Text netns option at socket open | Raimo Niskanen | |
2014-12-02 | Merge branch 'maint' | Raimo Niskanen | |
2014-12-02 | Merge branch 'raimo/snmp/compiler/allow_refinement_of_opaque/17/OTP-12066' ↵ | Raimo Niskanen | |
into maint * raimo/snmp/compiler/allow_refinement_of_opaque/17/OTP-12066: [snmp/compiler] Refinement of type Opaque was not allowed MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was previously not allowed, this has now been fixed. See the standard ALARM-MIB for eaxmple. | |||
2014-12-01 | vsn -> 1.8 | Anders Svensson | |
2014-12-01 | Update appup for 17.4 | Anders Svensson | |
OTP-12196 remote request table leak OTP-12233 3xxx result code without E-bit OTP-12281 ignored connect_timer OTP-12308 filter ordering | |||
2014-12-01 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-12-01 | ssl: Change code to reflect that state data may be secret | Ingela Anderton Andin | |
2014-12-01 | inets: Prepare for release | Ingela Anderton Andin | |
2014-12-01 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: prepares appup file for release | |||
2014-12-01 | Merge branch 'hans/ssh/appup' into maint | Hans Nilsson | |
* hans/ssh/appup: ssh: prepares appup file for release | |||
2014-12-01 | ssh: prepares appup file for release | Hans Nilsson | |
2014-12-01 | inets: Fix typo | Ingela Anderton Andin | |
2014-12-01 | inets: stop httpc_handler on 'connection closed' send error | Kirilll Zaborsky | |
httpc_handler should be stopped when sending requests returns error because of a closed connection and `tcp_closed` message could not be catched (see http://erlang.org/pipermail/erlang-bugs/2007-May/000346.html ) otherwise it will lead to process leak. | |||
2014-12-01 | dialyzer: Test recoalesced map keys | Björn-Egil Dahlberg | |
2014-12-01 | compiler: Coalesce map keys in dialyzer mode | Björn-Egil Dahlberg | |
This fixes a regression introduced in commit 805f9c89fc01220bc1bb0f27e1b68fd4eca688ba The problem occured with map keys compiled with dialyzer option turned on. In OTP 17, map keys needs to be literals. | |||
2014-12-01 | Merge branch 'maint' | Anders Svensson | |
2014-12-01 | Merge branch 'anders/diameter/filters/OTP-12308' into maint | Anders Svensson | |
* anders/diameter/filters/OTP-12308: Order peers in pick_peer callbacks | |||
2014-12-01 | Merge branch 'anders/diameter/connect_timer/OTP-12281' into maint | Anders Svensson | |
* anders/diameter/connect_timer/OTP-12281: Tweak reason in closed event Fix ignored connect timer Check {connect,watchdog}_timer distinction in event testcases Rename reconnect_timer to connect_timer in examples and suites | |||
2014-12-01 | Merge branch 'anders/diameter/3xxx/OTP-12233' into maint | Anders Svensson | |
* anders/diameter/3xxx/OTP-12233: Fix handling of 3xxx Result-Code without E-bit | |||
2014-12-01 | Merge branch 'anders/diameter/request_leak/OTP-12196' into maint | Anders Svensson | |
* anders/diameter/request_leak/OTP-12196: Fix remote diameter_request table leak | |||
2014-12-01 | Merge branch 'lemenkov/os_getenv_2/OTP-12342' | Marcus Arendt | |
* lemenkov/os_getenv_2/OTP-12342: Introduce os:getenv/2 | |||
2014-12-01 | Merge branch 'maint' | Raimo Niskanen | |
2014-12-01 | Merge branch 'raimo/snmp/dev' into maint | Raimo Niskanen | |
* raimo/snmp/dev: Try to increase test case timeouts Honor bind_to for manager net_if family inet | |||
2014-12-01 | [snmp/compiler] Refinement of type Opaque was not allowed | Micael Karlberg | |
MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was previously not allowed, this has now been fixed. See the standard ALARM-MIB for eaxmple. | |||
2014-12-01 | Merge branch 'maint' | Hans Nilsson | |
2014-12-01 | ssh: Implements and tests erl_tar read from remote host. | Hans Nilsson | |
2014-12-01 | ssh: crypto framework for ssh_sftp:open_tar added | Hans Nilsson | |
2014-12-01 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-12-01 | Merge branch 'ia/ssh/gracefull-termination/OTP-12185' into maint | Ingela Anderton Andin | |
* ia/ssh/gracefull-termination/OTP-12185: ssh: Gracefully handle bad input | |||
2014-11-30 | dict(3): fix typo reported by Rabbe Fogelholm | Tuncer Ayaz | |
2014-11-29 | Fix minor eprof and fprof doc issues | Tuncer Ayaz | |
2014-11-28 | Merge branch 'maint' | Hans Nilsson | |
* maint: eldap: Fix timeout missing in ssl:connect | |||
2014-11-28 | Merge branch 'maint' | Siri Hansen | |