Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-30 | Merge branch 'egil/fix-getifaddrs-realloc/OTP-12445' into maint-17 | Erlang/OTP | |
* egil/fix-getifaddrs-realloc/OTP-12445: erts: Fix getifaddrs realloc ptr mismatch | |||
2015-01-30 | Merge branch 'egil/fix-child_setup-close/OTP-12446' into maint-17 | Erlang/OTP | |
* egil/fix-child_setup-close/OTP-12446: erts: Use closefrom() if available when closing fds erts: Don't close all fds twice in child_setup | |||
2015-01-30 | Merge branch 'egil/fix-crashdump-epmd/OTP-12447' into maint-17 | Erlang/OTP | |
* egil/fix-crashdump-epmd/OTP-12447: erts: Check driver version before assigning callback erts: Don't lookup invalid port for crashdump handling erts: Reserve a file descriptor for the crashdump file erts: Use emergency close to close epmd erts: Extend driver interface with emergency_close | |||
2015-01-30 | Merge branch ↵ | Erlang/OTP | |
'ia/maint/inets/invalid-content-length/mod_alias_https/consistent_keep_alive_timeout/OTP-12429/OTP-12436' into maint-17 * ia/maint/inets/invalid-content-length/mod_alias_https/consistent_keep_alive_timeout/OTP-12429/OTP-12436: inets: Consistent view of configuration parameter keep_alive_timeout inets: httpd - mod_alias now handles https URIs inets: httpd - Sanity check of content-length header | |||
2015-01-30 | inets: Consistent view of configuration parameter keep_alive_timeout | Ingela Anderton Andin | |
2015-01-30 | inets: httpd - mod_alias now handles https URIs | Ingela Anderton Andin | |
2015-01-29 | erts: Fix getifaddrs realloc ptr mismatch | Björn-Egil Dahlberg | |
When a buffer was exhausted and subsequently a realloc, we could get an invalid pointer. For this to occur we would need to have a realloc to lower adresses. The symptom would be garbage returned from erlang:port_control(Port, 25, []) (prim_inet:getifaddrs(Port) resulting in a badarg) or a segmentation fault. | |||
2015-01-29 | inets: httpd - Sanity check of content-length header | Ingela Anderton Andin | |
Gracefully handle invalid content-lenght headers instead of crashing in list_to_integer. | |||
2015-01-27 | erts: Use closefrom() if available when closing fds | Björn-Egil Dahlberg | |
closefrom() was only used in the vfork() case before, now also used in the fork() case. | |||
2015-01-27 | erts: Don't close all fds twice in child_setup | Björn-Egil Dahlberg | |
The commit c2b4eab25c907f453a394d382c04cd04e6c06b49 introduced an error in which child_setup erroneously tried to close all file descriptors twice. | |||
2015-01-23 | erts: Check driver version before assigning callback | Björn-Egil Dahlberg | |
2015-01-23 | erts: Don't lookup invalid port for crashdump handling | Björn-Egil Dahlberg | |
2015-01-23 | erts: Reserve a file descriptor for the crashdump file | Björn-Egil Dahlberg | |
2015-01-23 | erts: Use emergency close to close epmd | Björn-Egil Dahlberg | |
Closes all open socket before writing crashdump to file. | |||
2015-01-13 | erts: Extend driver interface with emergency_close | Björn-Egil Dahlberg | |
The intention of this callback is to close all sockets associated to a port. It is closed only on crashdumps. This will currently only be used for the epmd port. | |||
2014-12-09 | Updated OTP versionOTP-17.4 | Erlang/OTP | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-09 | Update preloaded modules | Marcus Arendt | |
2014-12-09 | Update primary bootstrap | Marcus Arendt | |
2014-12-09 | Merge remote-tracking branch 'upstream/maint' into maint | Hans Nilsson | |
2014-12-09 | Merge branch 'hans/ssh/fix_app_appup' into maint | Hans Nilsson | |
* hans/ssh/fix_app_appup: ssh: Fix syntax error in .appup | |||
2014-12-09 | ssh: Fix syntax error in .appup | Hans Nilsson | |
2014-12-09 | Merge branch 'marcus/revert-ssh-testcase/OTP-12004' into maint | Marcus Arendt | |
* marcus/revert-ssh-testcase/OTP-12004: revert ssh testcase | |||
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 | Merge branch 'hans/ssh/fix_app_appup' into maint | Hans Nilsson | |
* hans/ssh/fix_app_appup: ssh: Fix .app and .appup | |||
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 | Merge branch 'marcus/revert-ssh-fix/OTP-12004' into maint | Marcus Arendt | |
* marcus/revert-ssh-fix/OTP-12004: Revert "ssh: Corrected ret val from ssh_connection:subsystem/4." | |||
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/check-io-warning-fix/OTP-12352' into maint | Rickard Green | |
* rickard/check-io-warning-fix/OTP-12352: Fix function "defined but not used" warning | |||
2014-12-03 | Fix function "defined but not used" warning | Rickard Green | |
2014-12-03 | Merge branch 'rickard/autoconf/OTP-12348' into maint | Rickard Green | |
* rickard/autoconf/OTP-12348: Distribute autoconf helpers | |||
2014-12-03 | erts: Fix some spelling in internal docs | Sverker Eriksson | |
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 | Merge branch 'ia/ssl/appup-fix' into maint | Ingela Anderton Andin | |
* ia/ssl/appup-fix: ssl: Correct appup | |||
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 | Merge branch 'ia/ssh/prepare-for-release' into maint | Ingela Anderton Andin | |
* ia/ssh/prepare-for-release: ssh: Add soft upgrade for ptty_alloc | |||
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 | |