Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-11 | BER decoding: Improve error checking for indefinite length | Björn Gustavsson | |
When an indefinite length was given, the decoder could look beyond the end of the buffer for the 0,0 that signals the end of the value. | |||
2014-08-11 | BER: Test decoding of indefinite lengths | Björn Gustavsson | |
The BER encoder always encodes length as definite lengths. Therefore indefinite lengths are not well-tested. Add code to the roundtrip functions in asn1_test_list to automatically rewrite definite lengths to indefinite length and call the decoder again. | |||
2014-08-11 | Merge branch 'hans/ssh/prepare-release' into maint | Hans Nilsson | |
* hans/ssh/prepare-release: ssh: Updated vsn.mk | |||
2014-08-11 | ssh: Updated vsn.mk | Hans Nilsson | |
2014-08-11 | Merge branch 'hans/ssh/negotiation_timeout_bug/OTP-12057' into maint | Hans Nilsson | |
* hans/ssh/negotiation_timeout_bug/OTP-12057: ssh: negotiation_timeout bug fixed ssh: Negotiation_timeout testcase | |||
2014-08-11 | ssh: negotiation_timeout bug fixed | Hans Nilsson | |
2014-08-11 | ssh: Negotiation_timeout testcase | Hans Nilsson | |
2014-08-11 | Merge branch 'rickard/nosuspend-bug/OTP-12082' into maint | Rickard Green | |
* rickard/nosuspend-bug/OTP-12082: Fix build of test port program Update Makefile.src Add async_ports test Fix abort of nosuspend-tasks in erts_port_task_schedule() | |||
2014-08-08 | Merge branch 'tuncer/sanitizers' into maint | Bruce Yinhe | |
OTP-12081 * tuncer/sanitizers: Implement --enable-sanitizers[=sanitizers] | |||
2014-08-08 | Merge branch 'maint-17' into maint | Marcus Arendt | |
2014-08-08 | Merge branch 'lukas/erts/malloc_failure_errors/OTP-12085' into maint | Lukas Larsson | |
* lukas/erts/malloc_failure_errors/OTP-12085: erts: Print error reason when malloc fails | |||
2014-08-07 | Updated OTP versionOTP-17.2 | Erlang/OTP | |
2014-08-07 | Update release notes | Erlang/OTP | |
2014-08-07 | Merge branch 'raimo/snmp/ipv4+ipv6/OTP-12020' into maint-17 | Erlang/OTP | |
* refs/heads/fetch-and-merge.maint-17-opu/FETCH_HEAD/54676: (46 commits) Fix error printouts to not crash Improve ct_snmp test cases Fix misspelled community in manager Rearrange test suite group structure Fix testcase for really dual ip Adjust test cases for daily builds Fix call to non-existent function Fix test manager in agent tests for IPv6 Call new Net-SNMP test suite from top suite Improve external snmp commands args Test inform to dual transports Write list of trap targets Improve dual stack test suite Use {ipv6_v6only, true} Remove commented out code Add dual_ip tests in snmp_to_snmpnet_SUITE Silence logging from agent net_if at shutdown Rewrite agent for IPv4 + IPv6 snmp: Add inform test snmp: Add new test suite ... | |||
2014-08-07 | Merge branch 'lars/orber/dual_ipv6_and_ipv4' into maint-17 | Erlang/OTP | |
* lars/orber/dual_ipv6_and_ipv4: [orber] Fix bug in testcase [orber] Fix malformed macros [orber] Add test suite for ORB with dual ipv4/ipv6 configuration [orber] Update documentation and fix testcase for IPv4/IPv6 [orber] Update testcases and fixed some minor faults [orber] Remove unused file corba_request.erl [orber] Remove a define of ORBVSN when compiling orbers erlang modules [orber] Add possibilty to configure orber to run in both IPv4 and IPv6 | |||
2014-08-07 | Fix error printouts to not crash | Raimo Niskanen | |
2014-08-06 | Fix build of test port program | Rickard Green | |
2014-08-06 | Merge branch 'lukas/os_mon/testfixes/OTP-12053' into maint | Lukas Larsson | |
* lukas/os_mon/testfixes/OTP-12053: os_mon: Fix so that all testcases are run os_mon: Ignore posix_only on windows and solaris | |||
2014-08-06 | os_mon: Fix so that all testcases are run | Lukas Larsson | |
For some reason only a new testcases were run on the majority of platforms. After this change all tests are run on all unix and win32 platforms. | |||
2014-08-06 | os_mon: Ignore posix_only on windows and solaris | Lukas Larsson | |
2014-08-06 | Merge branch 'lukas/erts/fd_bind_tc_fix/OTP-12061' into maint | Lukas Larsson | |
* lukas/erts/fd_bind_tc_fix/OTP-12061: erts: Fix tc and docs after {fd,FD} bind change | |||
2014-08-06 | erts: Fix tc and docs after {fd,FD} bind change | Lukas Larsson | |
The sha of the original change is 52810718b | |||
2014-08-06 | erts: Print error reason when malloc fails | Lukas Larsson | |
2014-08-05 | Update Makefile.src | kudryashov-sv | |
2014-08-05 | Add async_ports test | Sergey Kudryashov | |
2014-08-05 | Fix abort of nosuspend-tasks in erts_port_task_schedule() | Rickard Green | |
The counter for the amount of outstanding data in the port queue became inconsistent when aborting nosuspend-signals in erts_port_task_schedule(). This since the counter was subtracted by the data size of the signal although the data size had never been added to it. This inconsistency caused the port queue to remain in a busy state forever. | |||
2014-08-05 | Merge branch 'derek121/epmd-docs-2' into maint | Bruce Yinhe | |
OTP-12052 * derek121/epmd-docs-2: Fix minor grammatical errors in epmd docs | |||
2014-08-05 | Improve ct_snmp test cases | Raimo Niskanen | |
2014-08-05 | Fix misspelled community in manager | Raimo Niskanen | |
2014-08-01 | [orber] Fix bug in testcase | Lars Thorsen | |
2014-07-31 | [orber] Fix malformed macros | Lars Thorsen | |
A couple of macros were malformed, missing commas: PROFILEBODY_1_1_TYPEDEF and PROFILEBODY_1_2_TYPEDEF. Thanks to Vlad Dumitrescu for the fix. | |||
2014-07-31 | [orber] Add test suite for ORB with dual ipv4/ipv6 configuration | Lars Thorsen | |
2014-07-30 | Rearrange test suite group structure | Raimo Niskanen | |
2014-07-30 | Fix testcase for really dual ip | Raimo Niskanen | |
2014-07-30 | Adjust test cases for daily builds | Raimo Niskanen | |
2014-07-30 | Fix call to non-existent function | Raimo Niskanen | |
2014-07-30 | Fix test manager in agent tests for IPv6 | Raimo Niskanen | |
2014-07-30 | Call new Net-SNMP test suite from top suite | Raimo Niskanen | |
2014-07-30 | Improve external snmp commands args | Raimo Niskanen | |
2014-07-30 | Test inform to dual transports | Raimo Niskanen | |
2014-07-30 | Write list of trap targets | Raimo Niskanen | |
2014-07-30 | Improve dual stack test suite | Raimo Niskanen | |
2014-07-30 | Use {ipv6_v6only, true} | Raimo Niskanen | |
2014-07-25 | Remove commented out code | Raimo Niskanen | |
2014-07-25 | Add dual_ip tests in snmp_to_snmpnet_SUITE | Raimo Niskanen | |
2014-07-25 | Silence logging from agent net_if at shutdown | Raimo Niskanen | |
2014-07-25 | Rewrite agent for IPv4 + IPv6 | Raimo Niskanen | |
2014-07-25 | snmp: Add inform test | Ingela Anderton Andin | |
2014-07-25 | snmp: Add new test suite | Ingela Anderton Andin | |
2014-07-25 | Mend loop_mib_* testcases | Raimo Niskanen | |