summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Quickfix for cmpxchg8b inline asm when pic and gcc >= 5.0 is usedgcc-5-pic-cmpxchg8b-quickfixRickard Green2016-02-091-0/+3
|
* Updated OTP versionOTP-18.2.3Erlang/OTP2016-01-292-1/+2
|
* Update release notesErlang/OTP2016-01-291-1/+17
|
* Merge branch 'ia/maint/inets/mod_alias/OTP-13248' into maint-18Erlang/OTP2016-01-2925-641/+231
|\ | | | | | | | | | | | | | | | | | | * ia/maint/inets/mod_alias/OTP-13248: inets: Prepare for release inets: Traverse all aliases looking for the longest match inets: Use re instead of inets_regexp # Conflicts: # lib/inets/vsn.mk
| * inets: Prepare for releaseIngela Anderton Andin2016-01-281-1/+1
| |
| * inets: Traverse all aliases looking for the longest matchIngela Anderton Andin2016-01-281-12/+32
| | | | | | | | | | Before the first matching alias was returned, but we want the longest one to be returned.
| * inets: Use re instead of inets_regexpIngela Anderton Andin2016-01-2824-628/+198
| |
* | Updated OTP versionOTP-18.2.2Erlang/OTP2016-01-082-1/+2
| |
* | Update release notesErlang/OTP2016-01-081-0/+18
| |
* | Merge branch 'hans/ssh/keyboard_interactive0/OTP-13255' into maint-18Erlang/OTP2016-01-084-5/+86
|\ \ | | | | | | | | | | | | | | | | | | * hans/ssh/keyboard_interactive0/OTP-13255: ssh: update vsn.mk to 4.2.1 ssh: handle secondary ssh_msg_userauth_info_request message ssh: testcase for abnormal keyboard-interactive authentication
| * | ssh: update vsn.mk to 4.2.1Hans Nilsson2016-01-081-1/+1
| | |
| * | ssh: handle secondary ssh_msg_userauth_info_request messageHans Nilsson2016-01-082-3/+5
| | |
| * | ssh: testcase for abnormal keyboard-interactive authenticationHans Nilsson2016-01-081-1/+80
|/ /
* | Updated OTP versionOTP-18.2.1Erlang/OTP2015-12-172-1/+2
| |
* | Update release notesErlang/OTP2015-12-171-0/+21
| |
* | Update version numbersErlang/OTP2015-12-171-1/+1
| |
* | Merge branch 'jj1bdx/jj1bdx-18.2-freebsd-hipe-fix-2' into maintErlang/OTP2015-12-171-3/+25
|\ \ | | | | | | | | | | | | * jj1bdx/jj1bdx-18.2-freebsd-hipe-fix-2: hipe_x86_signal.c: add FreeBSD sigaction code
| * | hipe_x86_signal.c: add FreeBSD sigaction codeKenji Rikitake2015-12-171-3/+25
| | | | | | | | | | | | | | | * erts/emulator/hipe/hipe_x86_signal.c: add FreeBSD sigaction code, based on the Darwin (OS X) code
* | | Merge branch 'egil/fix-windows-paths/OTP-13202' into maintErlang/OTP2015-12-175-11/+111
|\ \ \ | | | | | | | | | | | | | | | | * egil/fix-windows-paths/OTP-13202: Revert "Fix erroneous splitting of emulator path"
| * | | Revert "Fix erroneous splitting of emulator path"Björn-Egil Dahlberg2015-12-175-11/+111
| |/ / | | | | | | | | | This reverts commit 731890f3b4ac62eed1221aa7d9fd2bfa6bf51d8c.
* | | Merge tag 'OTP-18.2' into maintHenrik Nord2015-12-1656-37/+1113
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === OTP-18.2 === Changed Applications: - asn1-4.0.1 - common_test-1.11.1 - compiler-6.0.2 - crypto-3.6.2 - dialyzer-2.8.2 - diameter-1.11.1 - erl_docgen-0.4.1 - erl_interface-3.8.1 - erts-7.2 - eunit-2.2.12 - hipe-3.14 - inets-6.1 - jinterface-1.6.1 - kernel-4.1.1 - observer-2.1.1 - parsetools-2.1.1 - public_key-1.1 - runtime_tools-1.9.2 - sasl-2.6.1 - snmp-5.2.1 - ssh-4.2 - ssl-7.2 - stdlib-2.7 - test_server-3.9.1 - tools-2.8.2 - typer-0.9.10 - wx-1.6 - xmerl-1.3.9 Unchanged Applications: - cosEvent-2.2 - cosEventDomain-1.2 - cosFileTransfer-1.2 - cosNotification-1.2 - cosProperty-1.2 - cosTime-1.2 - cosTransactions-1.3 - debugger-4.1.1 - edoc-0.7.17 - eldap-1.2 - et-1.5.1 - gs-1.6 - ic-4.4 - megaco-3.18 - mnesia-4.13.2 - odbc-2.11.1 - orber-3.8 - os_mon-2.4 - ose-1.1 - otp_mibs-1.1 - percept-0.8.11 - reltool-0.7 - syntax_tools-1.7 - webtool-0.9
| * | Updated OTP versionOTP-18.2Erlang/OTP2015-12-152-1/+2
| | |
| * | Update release notesErlang/OTP2015-12-1528-3/+1078
| | |
| * | Update version numbersErlang/OTP2015-12-1523-23/+23
| | |
| * | Merge branch 'ia/libressl' into maintErlang/OTP2015-12-152-11/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | * ia/libressl: ssl: Print openssl version string ssl: Do not use environment variables in openSSL config file
| * \ \ Merge branch 'siri/appups-18.2' into maintErlang/OTP2015-12-153-10/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * siri/appups-18.2: Update appups in kernel, stdlib and sasl for OTP-18.2
| | * | | Update appups in kernel, stdlib and sasl for OTP-18.2Siri Hansen2015-12-113-10/+10
| | | | |
* | | | | Merge branch 'ia/libressl' into maintIngela Anderton Andin2015-12-152-11/+12
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | * ia/libressl: ssl: Print openssl version string ssl: Do not use environment variables in openSSL config file
| * | | | ssl: Print openssl version stringIngela Anderton Andin2015-12-141-0/+1
| | | | |
| * | | | ssl: Do not use environment variables in openSSL config fileIngela Anderton Andin2015-12-141-11/+11
| | | | | | | | | | | | | | | | | | | | LibreSSL does not allow it.
* | | | | ssl: Convert all test to use "ssl_test_lib:portable_open_port"Ingela Anderton Andin2015-12-151-62/+61
| |/ / / |/| | |
* | | | Merge branch 'ia/inets/dialyzer-custom' into maintIngela Anderton Andin2015-12-153-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * ia/inets/dialyzer-custom: inets: Include behaviour modules in install target inets: Fix dialyzer warning
| * | | | inets: Include behaviour modules in install targetIngela Anderton Andin2015-12-152-1/+2
| | | | |
| * | | | inets: Fix dialyzer warningIngela Anderton Andin2015-12-151-1/+2
| | | | |
* | | | | Merge branch 'zandra/update-windows-docs' into maintZandra2015-12-141-552/+429
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * zandra/update-windows-docs: update the howto build and install on windows documentation OTP-13192
| * | | | | update the howto build and install on windows documentationZandra2015-12-141-552/+429
| | | | | | | | | | | | | | | | | | | | | | | | OTP-13188 ticket for: 192c4a80c7d6fe9949aecb864901c4a3d9549f36
* | | | | | Merge branch 'zandra/fix-snmp-appup' into maintZandra2015-12-141-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * zandra/fix-snmp-appup: correct the snmp app up file
| * | | | | | correct the snmp app up fileZandra2015-12-111-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Update preloaded modulesHenrik Nord2015-12-1410-0/+0
| | | | | |
* | | | | | Update primary bootstrapHenrik Nord2015-12-1444-0/+261
| | | | | |
* | | | | | Merge branch 'dgud/wx/fix-observer-display' into maintDan Gudmundsson2015-12-141-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * dgud/wx/fix-observer-display: wx: Revert part of 617387025b698c
| * | | | | wx: Revert part of 617387025b698cDan Gudmundsson2015-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Causes issues on mac and observer
* | | | | | Merge branch 'ia/pr/919/OTP-13189' into maintIngela Anderton Andin2015-12-142-1/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ia/pr/919/OTP-13189: ssl: fix hibernate_after with instant or near instant timeouts
| * | | | | | ssl: fix hibernate_after with instant or near instant timeoutsAndrey Mayorov2015-12-112-1/+39
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sverk/setnode-rename-bug/OTP-13076' into maintSverker Eriksson2015-12-111-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverk/setnode-rename-bug/OTP-13076: erts: Fix correct node name for DTRACE
| * | | | | | erts: Fix correct node name for DTRACESverker Eriksson2015-12-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | broken by 949de78331b9c4ecb9.
* | | | | | | Merge branch 'sverk/dist-ctrl-msg-overflow' into maintSverker Eriksson2015-12-111-3/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverk/dist-ctrl-msg-overflow: erts: Fix faulty cleanup when receiving broken dist msg
| * | | | | | | erts: Fix faulty cleanup when receiving broken dist msgSverker Eriksson2015-12-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug introduced in ce8279d6a48d41f9. Thank you valgrind.
* | | | | | | | Merge branch 'siri/sasl/doc-editors/OTP-13000' into maintSiri Hansen2015-12-1115-1360/+1434
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * siri/sasl/doc-editors/OTP-13000: sasl: Editorial changes
| * | | | | | | sasl: Editorial changesxsipewe2015-12-1015-1360/+1434
| | | | | | | |