Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-03 | Merge branch 'egil/fix-configure-pthread_getname/OTP-12887' into maint | Björn-Egil Dahlberg | |
* egil/fix-configure-pthread_getname/OTP-12887: erts: Fix configure pthread_getname | |||
2015-07-03 | Merge branch 'egil/update-gitgnore' into maint | Björn-Egil Dahlberg | |
2015-07-03 | mnesia: Update gitignore | Björn-Egil Dahlberg | |
2015-07-03 | Merge branch 'hans/ssh/no_common_algs/OTP-11531' into maint | Hans Nilsson | |
* hans/ssh/no_common_algs/OTP-11531: ssh: testcases for no common algorithms in key exchange | |||
2015-07-03 | Merge branch 'hans/ssh/trpt_test_lib/OTP-12858' into maint | Hans Nilsson | |
2015-07-03 | Merge branch 'ia/ssl/tune-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/tune-tests: ssl: Exclude broken OpenSSL version from ECC test ssl: Tune timeouts | |||
2015-07-02 | erts: Fix configure pthread_getname | Björn-Egil Dahlberg | |
2015-07-02 | ssl: Exclude broken OpenSSL version from ECC test | Ingela Anderton Andin | |
2015-07-02 | ssl: Tune timeouts | Ingela Anderton Andin | |
2015-07-02 | ssh: testcases for no common algorithms in key exchange | Hans Nilsson | |
2015-07-02 | ssh: Initial ssh_tprt_test_lib.erl and ssh_protocol_SUITE | Hans Nilsson | |
This test lib is intended for deeper testing of the SSH application. It makes it possible to do exact steps in the message exchange to test "corner cases" | |||
2015-06-30 | Merge branch 'sverk/ets-unfix-delete-race/OTP-12870' into maint | Sverker Eriksson | |
* sverk/ets-unfix-delete-race/OTP-12870: erts: Fix ETS race between object deleter and table unfixer | |||
2015-06-30 | Merge branch 'sverk/map-merge-trap' into maint | Sverker Eriksson | |
* sverk/map-merge-trap: erts: Expand test map_SUITE:t_bif_merge_and_check | |||
2015-06-30 | Merge branch 'maint-18' into maint | Sverker Eriksson | |
2015-06-30 | Merge branch 'hans/ssh/sftp_iolist/OTP-12853' into maint | Hans Nilsson | |
* hans/ssh/sftp_iolist/OTP-12853: ssh: correct sftp unicode and iolist bug ssh: new unicode tests ssh: delete ssh_unicode_SUITE | |||
2015-06-30 | ssh: correct sftp unicode and iolist bug | Hans Nilsson | |
Ssh_sftp.erl handled incorrectly unicode data in ssh_ftp:write_file. There was also problems with some deeper iolists. | |||
2015-06-30 | ssh: new unicode tests | Hans Nilsson | |
2015-06-30 | ssh: delete ssh_unicode_SUITE | Hans Nilsson | |
The tests now have supersets in ssh_basic_SUITE and ssh_sftp_SUITE. | |||
2015-06-30 | Updated OTP versionOTP-18.0.1 | Erlang/OTP | |
2015-06-30 | Prepare release | Erlang/OTP | |
2015-06-30 | Merge branch 'sverk/poll-lost-wakeup/OTP-12859' into maint-18 | Erlang/OTP | |
* sverk/poll-lost-wakeup/OTP-12859: erts: Fix race in poller thread wake up | |||
2015-06-29 | Merge branch 'maint-17' into maint | Sverker Eriksson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk otp_versions.table | |||
2015-06-26 | erts: Fix ETS race between object deleter and table unfixer | Sverker Eriksson | |
causing the delete marked object to be left in the table after safe_fixtable(_,false) has returned. This is not super serious as the delete marked object is quite benign and will be deleted at the next unfix operation. | |||
2015-06-25 | Updated OTP versionOTP-17.5.6.1 | Erlang/OTP | |
2015-06-25 | Prepare release | Erlang/OTP | |
2015-06-25 | Merge branch 'sverk/poll-lost-wakeup/OTP-12859' into maint-17 | Erlang/OTP | |
* sverk/poll-lost-wakeup/OTP-12859: erts: Fix race in poller thread wake up | |||
2015-06-25 | Merge branch 'egil/fix-purge-literals/OTP-12821' into maint-17 | Erlang/OTP | |
* egil/fix-purge-literals/OTP-12821: erts: Fix garbage collect literals in code purge | |||
2015-06-23 | Updated OTP versionOTP-18.0 | Erlang/OTP | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-23 | Merge branch 'ia/ssl/modern-timetrap' | Ingela Anderton Andin | |
* ia/ssl/modern-timetrap: ssl: Make init functions fail if make_certs:all fails ssl: Avoid sleep ssl: modernize timetrap handling | |||
2015-06-22 | erts: Fix race in poller thread wake up | Sverker Eriksson | |
2015-06-22 | Merge branch 'rickard/debug-fix/OTP-12650' | Rickard Green | |
* rickard/debug-fix/OTP-12650: Fix node/dist refc count | |||
2015-06-22 | Fix node/dist refc count | Rickard Green | |
2015-06-22 | erts: Expand test map_SUITE:t_bif_merge_and_check | Sverker Eriksson | |
with merge of randomized maps. | |||
2015-06-22 | ssl: Make init functions fail if make_certs:all fails | Ingela Anderton Andin | |
2015-06-22 | Merge branch 'vinoski/driver-doc-fix/OTP-12855' | Rickard Green | |
* vinoski/driver-doc-fix/OTP-12855: Fix documentation of ERL_DRV_ERROR_ERRNO | |||
2015-06-22 | ssl: Avoid sleep | Ingela Anderton Andin | |
When possible avoid sleep in test cases. | |||
2015-06-22 | ssl: modernize timetrap handling | Ingela Anderton Andin | |
Watchdog is legacy test_server use only ct:timetrap/1 | |||
2015-06-22 | Fix documentation of ERL_DRV_ERROR_ERRNO | Steve Vinoski | |
2015-06-22 | Merge branch 'bruce/change-license' | Bruce Yinhe | |
OTP-12845 * bruce/change-license: fix errors caused by changed line numbers Change license text to APLv2 | |||
2015-06-22 | Merge branch 'sverk/nosmp-init-timer-wheel' | Sverker Eriksson | |
* sverk/nosmp-init-timer-wheel: erts: Fix timer wheel initialization bug for non smp | |||
2015-06-22 | Merge branch 'egil/fix-erl_poll-darwin' | Björn-Egil Dahlberg | |
* egil/fix-erl_poll-darwin: erts: Fix erl_poll on darwin | |||
2015-06-22 | Merge branch 'kostis/hipe-no-dial-warnings' | Henrik Nord | |
* kostis/hipe-no-dial-warnings: Eliminate a dialyzer warning Simplify handling of o2 and o3 option expansion | |||
2015-06-22 | fix errors caused by changed line numbers | Bruce Yinhe | |
2015-06-22 | Merge branch 'hb/dialyzer/fix_opaque_types/OTP-12493' | Hans Bolinder | |
* hb/dialyzer/fix_opaque_types/OTP-12493: dialyzer: Correction of last commit | |||
2015-06-22 | dialyzer: Correction of last commit | Hans Bolinder | |
2015-06-22 | Merge branch 'anders/diameter/18/OTP-12588' | Anders Svensson | |
* anders/diameter/18/OTP-12588: vsn -> 1.10 Remove dead upgrade-related code Update appup for 18 Fix release note typo Fix comment typo | |||
2015-06-22 | Merge branch 'anders/diameter/sctp/OTP-12768' | Anders Svensson | |
* anders/diameter/sctp/OTP-12768: Fix connection timeouts in test transports Fix start order of alternate transports Log discarded answers Ensure accepting processes are first in, first out Remove upgrade-related code Be less parallel in traffic suite Increase send/receive buffers for testsuite SCTP listeners Decrease unnecessarily long testsuite timetraps Simplify accepting transport start Simplify peeloff signaling Simplify socket close at terminate Don't monitor listener after peeloff Don't receive initial messages out of order Remove assumption that SCTP association ids will be unique | |||
2015-06-22 | Merge branch 'anders/diameter/grouped_errors/OTP-12721' | Anders Svensson | |
* anders/diameter/grouped_errors/OTP-12721: Fix decode of Grouped AVPs containing errors Simplify logic Simplify logic | |||
2015-06-21 | Fix connection timeouts in test transports | Anders Svensson | |
Without a timeout, TCP/SCTP connect can take some time to fail, which resulted in failures in the pool suite after the parent commit fixed the previously faulty sctp-first-then-tcp connect. |