Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-02 | erl_interface: Use isfinite instead of fpclassify | Björn-Egil Dahlberg | |
2015-03-19 | erl_interface: Document non finite encoding returns | Björn-Egil Dahlberg | |
2015-03-19 | Do not accept Nan and Infinity values | David N. Welton | |
Erlang does not accept these values, so we return an error in the C interface rather than letting them through to the Erlang VM, which rejects the message with a somewhat cryptic "bad external term". | |||
2014-12-15 | Fix one-letter typo | David N. Welton | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-09 | Merge remote-tracking branch 'upstream/maint' into maint | Hans Nilsson | |
2014-12-09 | ssh: Fix syntax error in .appup | Hans Nilsson | |
2014-12-09 | revert ssh testcase | Marcus Arendt | |
2014-12-09 | Merge branch 'dgud/debugger/still-invoked-gs-functions/OTP-12357' into maint | Dan Gudmundsson | |
* dgud/debugger/still-invoked-gs-functions/OTP-12357: debugger: Do not use the old removed gs functionality | |||
2014-12-08 | ssh: Fix .app and .appup | Hans Nilsson | |
2014-12-08 | Merge branch 'rickard/appup-files/OTP-12358' into maint | Rickard Green | |
* rickard/appup-files/OTP-12358: Add .appup file | |||
2014-12-08 | Add .appup file | Rickard Green | |
2014-12-08 | Merge branch 'rickard/autoconf/OTP-12348' into maint | Rickard Green | |
* rickard/autoconf/OTP-12348: Update megaco.appup.src | |||
2014-12-08 | Update megaco.appup.src | Rickard Green | |
2014-12-08 | debugger: Do not use the old removed gs functionality | Dan Gudmundsson | |
dbg_ui_trace module was invoked even though the module had been removed. | |||
2014-12-05 | Revert "ssh: Corrected ret val from ssh_connection:subsystem/4." | Marcus Arendt | |
This reverts commit d086394ebd3595d431835af80709977a6c1c7c89. | |||
2014-12-03 | Merge branch 'rickard/autoconf/OTP-12348' into maint | Rickard Green | |
* rickard/autoconf/OTP-12348: Distribute autoconf helpers | |||
2014-12-03 | Merge branch 'raimo/netns-opt-gen_udp/OTP-12314' into maint | Raimo Niskanen | |
* raimo/netns-opt-gen_udp/OTP-12314: Text netns option at socket open Fix handling netns option in gen_udp | |||
2014-12-03 | ssl: Correct appup | Ingela Anderton Andin | |
2014-12-02 | Distribute autoconf helpers | Rickard Green | |
Distribute aclocal.m4, install-sh, config.guess, and config.sub to applications at build time instead of having multiple identical copies committed in the repository. | |||
2014-12-02 | ssh: Add soft upgrade for ptty_alloc | Ingela Anderton Andin | |
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 '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 '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 '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 '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 '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 '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 '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 | 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 '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 '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 | 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 'ia/ssh/gracefull-termination/OTP-12185' into maint | Ingela Anderton Andin | |
* ia/ssh/gracefull-termination/OTP-12185: ssh: Gracefully handle bad input |