Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-08 | Updated OTP versionOTP-18.0.2 | Erlang/OTP | |
2015-07-08 | Prepare release | Erlang/OTP | |
2015-07-08 | Merge branch 'rickard/end-time-fix/OTP-12896' into maint-18 | Erlang/OTP | |
* rickard/end-time-fix/OTP-12896: Fix calculation of end time | |||
2015-07-08 | Merge branch 'rickard/monotonic-clock-source/OTP-12895' into maint-18 | Erlang/OTP | |
* rickard/monotonic-clock-source/OTP-12895: Prefer monotonic time that stop during suspend | |||
2015-07-08 | Merge branch 'rickard/read_corrected_time/OTP-12894' into maint-18 | Erlang/OTP | |
* rickard/read_corrected_time/OTP-12894: Avoid unnecessary copying of data when retrieving corrected monotonic time | |||
2015-07-08 | Merge branch 'rickard/gettimeofday/OTP-12892' into maint-18 | Erlang/OTP | |
* rickard/gettimeofday/OTP-12892: Add the --enable-gettimeofday-as-os-system-time configure switch | |||
2015-07-08 | Merge branch 'rickard/trace-file-eintr-bug/OTP-12890' into maint-18 | Erlang/OTP | |
* rickard/trace-file-eintr-bug/OTP-12890: Handle EINTR in trace_file_drv | |||
2015-07-08 | Merge branch 'rickard/non-smp-trace-port-exit-bug/OTP-12889' into maint-18 | Erlang/OTP | |
* rickard/non-smp-trace-port-exit-bug/OTP-12889: Teach non-smp VM how to deal with trace port crash Test case testing crash in tracer port | |||
2015-07-08 | Fix calculation of end time | Rickard Green | |
2015-07-08 | Prefer monotonic time that stop during suspend | Rickard Green | |
2015-07-08 | Avoid unnecessary copying of data when retrieving corrected monotonic time | Rickard Green | |
2015-07-08 | Fix crash when disassembling modules with BIFs | Björn Gustavsson | |
In a debug-compiled emulator, running erts_debug:df(io) would trigger an assertion failure: 1> erts_debug:df(io). beam/beam_debug.c:301:erts_debug_disassemble_1() Assertion failed: (((funcinfo[0]) & 0x3F) == ((0x0 << 4) | ((0x2 << 2) | 0x3))) Aborted (core dumped) It turns out that the assertion is wrong. It should have been updated in 64ccd8c9b7a7 which made it possible to have stubs for BIFs in the BEAM code for a module. The faulty assertion was only found when when 16317f73f79265 added a smoke test of the BEAM disassembler. | |||
2015-07-08 | Merge branch 'dgud/wx/send-asserts-to-erl' into maint | Dan Gudmundsson | |
* dgud/wx/send-asserts-to-erl: wx: Add event callback fastpath wx: Event callbacks could hang wx application temporary wx: Make wxLANGUAGE_ variable wx: Send wxWdigets assert to error logger wx: Add mouse_capture_lost event wx: Fix code generator | |||
2015-07-07 | Add the --enable-gettimeofday-as-os-system-time configure switch | Rickard Green | |
Forces usage of gettimeofday() for OS system time | |||
2015-07-07 | Merge branch 'maint-17' into maint | Zandra Hird | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/runtime_tools/doc/src/notes.xml lib/runtime_tools/vsn.mk otp_versions.table | |||
2015-07-07 | Export shell:catch_exception/1 as documented | Leo Liu | |
2015-07-07 | wx: Add event callback fastpath | Dan Gudmundsson | |
Avoids spawn but can deadlock | |||
2015-07-06 | Updated OTP versionOTP-17.5.6.2 | Erlang/OTP | |
2015-07-06 | Prepare release | Erlang/OTP | |
2015-07-06 | Merge branch 'rickard/trace-file-eintr-bug/OTP-12890' into maint-17 | Erlang/OTP | |
* rickard/trace-file-eintr-bug/OTP-12890: Handle EINTR in trace_file_drv | |||
2015-07-06 | Merge branch 'rickard/non-smp-trace-port-exit-bug/OTP-12889' into maint-17 | Erlang/OTP | |
* rickard/non-smp-trace-port-exit-bug/OTP-12889: Teach non-smp VM how to deal with trace port crash Test case testing crash in tracer port | |||
2015-07-06 | Handle EINTR in trace_file_drv | Rickard Green | |
2015-07-06 | Teach non-smp VM how to deal with trace port crash | Rickard Green | |
2015-07-06 | Test case testing crash in tracer port | Rickard Green | |
2015-07-05 | Merge branch 'hans/ssh/no_common_algs/OTP-11531' into maint | Hans Nilsson | |
* hans/ssh/no_common_algs/OTP-11531: ssh: be more generous about disconnect expects ssh: add disjunction to ssh_trpt_test_lib:match | |||
2015-07-04 | ssh: be more generous about disconnect expects | Hans Nilsson | |
2015-07-04 | ssh: add disjunction to ssh_trpt_test_lib:match | Hans Nilsson | |
2015-07-03 | Merge branch 'bjorn/erts/beam_debug' into maint | Björn Gustavsson | |
* bjorn/erts/beam_debug: Add a smoke test of erts_debug:df/1 Correct disassembly of the i_get_map_elements instruction | |||
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 | wx: Event callbacks could hang wx application temporary | Dan Gudmundsson | |
After applying a command make sure that it didn't recurse to a callback invocation, then we must re-start from the saved command queue. | |||
2015-07-02 | add test for odbc port_timeout | Stefan Strigler | |
2015-07-02 | add doc for odbc port_timeout | Stefan Strigler | |
2015-07-02 | introduce odbc port_timeout | Stefan Strigler | |
This introduces a new application environment variable 'port_timeout' that lets you set a custom timeout for ODBC when connecting to the port drivers upon initialization within odbc:connect/2. Default is still 5000 msec. | |||
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 | Add a smoke test of erts_debug:df/1 | Björn Gustavsson | |
Run erts_debug:df/1 for all loaded modules. On my reasonably fast, modern computer this test case runs in approximately 10 seconds. To avoid spending many minutes running this test case on older computers, limit the running time to 20 seconds. While we are at it, remove all ?line macros. | |||
2015-07-02 | Correct disassembly of the i_get_map_elements instruction | Björn Gustavsson | |
The emulator would crash. | |||
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-07-01 | wx: Make wxLANGUAGE_ variable | Dan Gudmundsson | |
So they work on both wxWidgets-2.8 and 3.0 | |||
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 |