Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add since attribute to dtd | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | erl_docgen: Generate "since" OTP version in html | Sverker Eriksson | |
for <func><name> and <module> with "since" attribute. | |||
2018-12-11 | erl_interface: Fix doc for return type 'struct hostent' | Sverker Eriksson | |
'*' is part of the return type, not the function name. | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-12-07 | Merge branch 'maint-20' into maint | Henrik Nord | |
* maint-20: Updated OTP version Prepare release | |||
2018-12-06 | Don't try to wake up wx thread when not necessary | Dan Gudmundsson | |
That kills performance on at least windows when a the load goes up and a lot of commands is sent to the driver. | |||
2018-12-06 | Prepare release | Erlang/OTP | |
2018-12-06 | Handle erroneous length during decode (BER only) without crashing | Kenneth Lundin | |
2018-12-06 | Merge branch 'kenneth/asn1/ERIERL-278/OTP-15470' into maint | Raimo Niskanen | |
* 'kenneth/asn1/ERIERL-278/OTP-15470' of git-server:kenneth_otp: Handle erroneous length during decode (BER only) without crashing | |||
2018-12-06 | Merge branch 'raimo/test-cuddling' into maint | Raimo Niskanen | |
* raimo/test-cuddling: Rewrite to work for stream connection Update Linux version for pktoptions TTL | |||
2018-12-05 | Rewrite to work for stream connection | Raimo Niskanen | |
2018-12-05 | Update Linux version for pktoptions TTL | Raimo Niskanen | |
2018-12-05 | Fix unsafe optimization of stack trace building | Björn Gustavsson | |
The `sys_core_fold` pass of the compiler would optimize away the building of the stacktrace in code such as: try ... catch C:R:Stk -> erlang:raise(C, {R,Stk}, Stk) end That optimization is unsafe and would cause a crash in a later compiler pass. | |||
2018-12-05 | Merge pull request #2039 from ↵ | Lukas Larsson | |
garazdawi/lukas/erts/fix_lit_msg_copy_in_gc/ERL-741/OTP-15478 erts: Fix copy of literal msg during gc | |||
2018-12-04 | Merge branch 'raimo/ssl/tls_dist-optimization' into maint | Raimo Niskanen | |
* raimo/ssl/tls_dist-optimization: Handle socket close in state downgrade Handle dead sender at terminate Handle tls_sender exit properly Optimize split_bin Improve dist send throughput | |||
2018-12-04 | Merge branch 'raimo/ssl/tls_dist-profiling' into maint | Raimo Niskanen | |
* raimo/ssl/tls_dist-profiling: Improve benchmark Implement print on other node Fix compiler warnings | |||
2018-12-04 | Merge branch 'ingela/ssl/test-cuddle-ssl_basic_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-cuddle-ssl_basic_SUITE: ssl: Correct test case | |||
2018-12-04 | Handle socket close in state downgrade | Raimo Niskanen | |
2018-12-04 | erts: Fix copy of literal msg during gc | Lukas Larsson | |
A copy has to be made of the message as there is a trace token. There was a bug where the actual message was incorrectly modified even if it was a literal. | |||
2018-12-04 | Handle erroneous length during decode (BER only) without crashing | Kenneth Lundin | |
2018-12-03 | ssl: Fix error handling in function passive_receive | Ingela Anderton Andin | |
Also avoid code duplication Conflicts: lib/ssl/src/dtls_connection.erl lib/ssl/src/tls_connection.erl | |||
2018-12-03 | ssl: Correct ssl:shutdown | Ingela Anderton Andin | |
When internaly using active N, bugs in shutdown implementation where reveled. | |||
2018-12-03 | ssl: Internaly use {active, N} | Ingela Anderton Andin | |
Make next_record an internal help function to next_event and avoid duplicate calls to tls_socket:setopts for setting the active option. | |||
2018-12-03 | ssl: Correct test case | Ingela Anderton Andin | |
2018-12-03 | Merge branch 'sverker/erts/sendfile-error-bug/ERL-784/OTP-15461' into maint | Sverker Eriksson | |
* sverker/erts/sendfile-error-bug/ERL-784/OTP-15461: erts: Fix hanging sendfile bugs when socket closes unexpectedly erts: Fix unexpected inet_reply message from failing file:sendfile erts: Fix bug in sendfile for active socket | |||
2018-12-03 | Merge branch 'siri/logger/std-recreate-file-if-rotated/OTP-15469' into maint | Siri Hansen | |
* siri/logger/std-recreate-file-if-rotated/OTP-15469: [logger] Re-create log file if deleted | |||
2018-12-03 | Merge branch 'siri/logger/unexpected-exit-from-simple/ERL-788/OTP-15466' ↵ | Siri Hansen | |
into maint * siri/logger/unexpected-exit-from-simple/ERL-788/OTP-15466: [logger] Unlink simple handler before terminating | |||
2018-12-03 | Merge branch 'siri/et/scroll-up/ERL-780/OTP-15463' into maint | Siri Hansen | |
* siri/et/scroll-up/ERL-780/OTP-15463: [et] Improve handling of scroll bar | |||
2018-12-03 | Merge branch 'dgud/stdlib/unicode-binary-bug/ERL-777/OTP-15428' into maint | Dan Gudmundsson | |
* dgud/stdlib/unicode-binary-bug/ERL-777/OTP-15428: unicode_util did not handle binary input data correctly | |||
2018-12-03 | Merge branch 'raimo/test-cuddling' into maint | Raimo Niskanen | |
* raimo/test-cuddling: Parallel stress test strong_rand_bytes Update OS version numbers | |||
2018-12-03 | crypto: Engine valgrind fix | Hans Nilsson | |
Fixes memory leak when a command has wrong type. | |||
2018-12-03 | crypto: Fix valgrind error in dh_generate/dh_compute | Hans Nilsson | |
2018-12-03 | crypto: Fix valgrind errors in pkey_crypt_nif | Hans Nilsson | |
2018-12-03 | crypto: Add some crypto:engine_unload in engine test suite | Hans Nilsson | |
Got valgrind errors for error tests otherwise | |||
2018-12-03 | crypto: Fix valgrind errors in privkey_to_pubkey | Hans Nilsson | |
2018-12-03 | crypto: Fix valgrind error for keys with passwords in Engines | Hans Nilsson | |
2018-12-03 | Merge branch 'dgud/wx/mojave-crash/OTP-15426' into maint | Dan Gudmundsson | |
* dgud/wx/mojave-crash/OTP-15426: wx: Do not delay deletes of wxGraphicContext | |||
2018-12-03 | Merge pull request #2036 from uabboli/hasse/stdlib/rfc3339_fraction/OTP-15464 | Hans Bolinder | |
stdlib: Let calendar:system_time_to_rfc3339() keep fractions | |||
2018-11-30 | [logger] Re-create log file if deleted | Siri Hansen | |
This is an update to logger_std_h, which makes it play well with tools like logrotate. | |||
2018-11-30 | Handle dead sender at terminate | Raimo Niskanen | |
2018-11-30 | Handle tls_sender exit properly | Raimo Niskanen | |
2018-11-30 | Improve benchmark | Raimo Niskanen | |
2018-11-30 | Implement print on other node | Raimo Niskanen | |
2018-11-30 | Fix compiler warnings | Raimo Niskanen | |
2018-11-30 | crypto: Split function in otp_test_engine | Hans Nilsson | |
Safer with one function to fetch public key and another for private key. | |||
2018-11-30 | crypto: Update test engine with fake rsa support | Hans Nilsson | |
We need to test the Engine interface not only for loading, key retrieval and hashing, so it is complemented with a fake rsa method to check sign/verify also. | |||
2018-11-30 | Merge pull request #2034 from lpil/lpil/typo | Siri Hansen | |
Correct typo in logger formatter docs | |||
2018-11-30 | Merge branch 'maint-21' into maint | Rickard Green | |
* maint-21: Updated OTP version Prepare release |