Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-01 | Merge branch 'hans/crypto/DH_generate_parameters_deprecated/OTP-14639' into ↵ | Hans Nilsson | |
maint | |||
2017-11-01 | Merge branch 'hans/crypto/returnvalue_from_void/OTP-14720' into maint | Hans Nilsson | |
2017-11-01 | crypto: replaced deprecated DH_generate_parameters | Hans Nilsson | |
2017-11-01 | crypto: Remove returnvalue from void C-fn | Hans Nilsson | |
2017-10-31 | Merge branch 'hans/ssh/check_host_user_keys/OTP-14676' into maint | Hans Nilsson | |
2017-10-31 | Merge branch 'hasse/stdlib/fix_qlc_SUITE' into maint | Hans Bolinder | |
* hasse/stdlib/fix_qlc_SUITE: stdlib: Fix a minor issue with the qlc suite | |||
2017-10-31 | Merge branch 'ingela/snmp/crypto-tests' into maint | Ingela Anderton Andin | |
* ingela/snmp/crypto-tests: snmp: Add crypto precondition test | |||
2017-10-30 | stdlib: Fix a minor issue with the qlc suite | Hans Bolinder | |
When comparing the process dictionary before and after a test, only (a sorted list of) qlc keys are compared. | |||
2017-10-30 | ssh: Fix testcase failures caused by better key checks | Hans Nilsson | |
2017-10-30 | ssh: Testcase with ecdsa hostkey placed in rsa files | Hans Nilsson | |
2017-10-30 | ssh: Client checks user's public key | Hans Nilsson | |
2017-10-30 | ssh: Server checks host key files at start and at accept | Hans Nilsson | |
2017-10-30 | ssh: Sharpen the PubKey validity check | Hans Nilsson | |
2017-10-30 | Merge branch 'bjorn/improve-crash-dumps/OTP-14685' into maint | Björn Gustavsson | |
* bjorn/improve-crash-dumps/OTP-14685: erl_process_dump: Don't assume that literals can be found | |||
2017-10-30 | erl_process_dump: Don't assume that literals can be found | Björn Gustavsson | |
Native code does not register its literals in the code header for the loaded code. Therefore, a literal created by native code can not be found by mark_literal(). Ignore literals that can't be found instead of crashing (the crasdump_viewer will report such literals as incomplete heap data, but will not crash). | |||
2017-10-30 | Merge pull request #1612 from ↵ | Rickard Green | |
bitnitdit/bitnitdit/oam_intro-superfluous-closing-parenthesis Remove one superfluous closing parenthesis in oam_intro.xml | |||
2017-10-29 | Remove one superfluous closing parenthesis in oam_intro.xml | bitnitdit | |
2017-10-27 | snmp: Add crypto precondition test | Ingela Anderton Andin | |
2017-10-27 | Merge branch 'ingela/public_key-test' into maint | Ingela Anderton Andin | |
* ingela/public_key-test: public_key: Check that ec curve used for test is supported | |||
2017-10-27 | Merge branch 'ingela/inets/ERL-455/OTP-14716' into maint | Ingela Anderton Andin | |
* ingela/inets/ERL-455/OTP-14716: inets: Correct guard test | |||
2017-10-26 | inets: Correct guard test | Ingela Anderton Andin | |
Guard test for error case was not updated to handle httpc stream concept properly. | |||
2017-10-26 | public_key: Check that ec curve used for test is supported | Ingela Anderton Andin | |
2017-10-26 | Merge branch 'ingela/inets/not-chunked-esi/OTP-14656' into maint | Ingela Anderton Andin | |
* ingela/inets/not-chunked-esi/OTP-14656: inets: httpd - Fix broken handling of POST requests | |||
2017-10-25 | Merge branch 'hasse/parsetools/unused_funcs_leexinc/ERL-497/OTP-14697' into ↵ | Hans Bolinder | |
maint * hasse/parsetools/unused_funcs_leexinc/ERL-497/OTP-14697: parsetools: Fix unused functions warnings in leexinc.hrl | |||
2017-10-25 | Merge branch 'ingela/inets/http-sync-close/OTP-14696' into maint | Ingela Anderton Andin | |
* ingela/inets/http-sync-close/OTP-14696: inets: Make sure httpd:stop_service is synchronous | |||
2017-10-25 | inets: httpd - Fix broken handling of POST requests | Ingela Anderton Andin | |
New chunk mechanism of body data in POST requests added in 5d01c70ca399edf28e99dc760506329689fab6ba broke handling of POST body data not using the new mechanism. Added better regression test | |||
2017-10-25 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers erts: Fix so that bind correct schedulers Update version Fix error handling when decoding an AVP with an alternate dictionary Remove unused function arguments Fix faulty recursion vsn -> 2.1.2 Update appup for ERIERL-14684 Fix speling error 'sndbuf' -> 'recbuf' Add zlib:set_controlling_process/2 | |||
2017-10-25 | Updated OTP versionOTP-20.1.3 | Erlang/OTP | |
2017-10-25 | Update release notes | Erlang/OTP | |
2017-10-25 | Update version numbers | Erlang/OTP | |
2017-10-25 | Merge branch 'lukas/erts/fix-cpu-bind-w-modifies-scheduler-avail/OTP-14694' ↵ | Erlang/OTP | |
into maint-20 * lukas/erts/fix-cpu-bind-w-modifies-scheduler-avail/OTP-14694: erts: Fix so that bind correct schedulers | |||
2017-10-25 | Merge branch 'anders/diameter/decode/OTP-14684' into maint-20 | Erlang/OTP | |
* anders/diameter/decode/OTP-14684: vsn -> 2.1.2 Update appup for ERIERL-14684 | |||
2017-10-25 | Merge branch 'anders/diameter/decode/ERIERL-85' into maint-20 | Erlang/OTP | |
* anders/diameter/decode/ERIERL-85: Fix error handling when decoding an AVP with an alternate dictionary Remove unused function arguments Fix faulty recursion | |||
2017-10-25 | Merge branch 'raimo/snmp/option-recbuf-broken-for-snmpm/OTP-13372' into maint-20 | Erlang/OTP | |
* raimo/snmp/option-recbuf-broken-for-snmpm/OTP-13372: Update version Fix speling error 'sndbuf' -> 'recbuf' | |||
2017-10-25 | Merge branch 'john/erts/zlib-ctrl-proc/OTP-14672/ERL-494' into maint-20 | Erlang/OTP | |
* john/erts/zlib-ctrl-proc/OTP-14672/ERL-494: Add zlib:set_controlling_process/2 | |||
2017-10-24 | parsetools: Fix unused functions warnings in leexinc.hrl | Hans Bolinder | |
2017-10-24 | inets: Make sure httpd:stop_service is synchronous | Ingela Anderton Andin | |
2017-10-23 | erts: Fix so that bind correct schedulers | Lukas Larsson | |
When the cpu ids and scheduler ids don't match, the end schedulers could end up not being bound when they should be. example: > taskset -c 1-3 erl +S 4 +sbts > erlang:system_info(scheduler_bindings). {1,2,3,unbound} This fix makes it so that all cores are used to bind schedulers. | |||
2017-10-23 | Merge branch 'siri/rb/fix-bad_form/ERL-261/OTP-13906' into maint | Siri Hansen | |
* siri/rb/fix-bad_form/ERL-261/OTP-13906: [rb] Don't fail for unexpected type of report | |||
2017-10-23 | Merge branch 'dgud/wx/fix-empty-binaries/OTP-14688' into maint | Dan Gudmundsson | |
* dgud/wx/fix-empty-binaries/OTP-14688: Correct io_vec handling | |||
2017-10-23 | fix win32 share filename join/split (#1604) | Bikram Chatterjee | |
Handle UNC (shared) path on win32, previously "//dir/.." and "\\\\dir\.." was cleaned up to "/dir/.." which was not correct. OTP-14693 | |||
2017-10-23 | Merge branch 'ingela/ssl/dist-crl' into maint | Ingela Anderton Andin | |
* ingela/ssl/dist-crl: ssl: Do not provide IP address to ssl:connect in erlang distribution over TLS | |||
2017-10-23 | Merge branch 'ingela/public_key/ecc-keys/RRL-482/OTP-14620' into maint | Ingela Anderton Andin | |
* ingela/public_key/ecc-keys/RRL-482/OTP-14620: public_key: Handle formatting of ECC params from DER to crypto API | |||
2017-10-21 | public_key: Handle formatting of ECC params from DER to crypto API | Ingela Anderton Andin | |
Solves ERL-482 | |||
2017-10-20 | ssl: Do not provide IP address to ssl:connect in erlang distribution over TLS | Ingela Anderton Andin | |
As TLS clients will perform a hostname check against certificates the IP-address does not make much sense. | |||
2017-10-20 | Merge branch 'bjorn/improve-crash-dumps/OTP-14685' into maint | Björn Gustavsson | |
* bjorn/improve-crash-dumps/OTP-14685: Bump version of crash dumps to 0.4 Verify that binaries of different sizes are dumped correctly Don't dump literal areas that are not referenced at all Dump literals separately to avoid incomplete heap data Implement dumping of maps in crash dumps Buffer writing of crash dumps | |||
2017-10-18 | Bump version of crash dumps to 0.4 | Björn Gustavsson | |
2017-10-18 | Verify that binaries of different sizes are dumped correctly | Björn Gustavsson | |
2017-10-18 | Don't dump literal areas that are not referenced at all | Björn Gustavsson | |
2017-10-18 | Dump literals separately to avoid incomplete heap data | Björn Gustavsson | |
When a literal was used from several processes, the literal would be dumped in only one of the processes. The other processes that referenced the literals would have incomplete heap data. |