Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-18 | [megaco] Debug printouts in megaco test server | Micael Karlberg | |
2013-04-17 | [megaco] Internal test server not handling failing cases | Micael Karlberg | |
2013-04-17 | [megaco] Fix merge | Micael Karlberg | |
2013-04-17 | Merge branch ↵ | Micael Karlberg | |
'bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r14' into bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r15 Conflicts: lib/megaco/.gitignore lib/megaco/doc/src/notes.xml lib/megaco/src/app/megaco.appup.src lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src lib/megaco/test/megaco_codec_v2_test.erl lib/megaco/vsn.mk | |||
2013-04-17 | [megaco] Misc codec tickets test case fixes | Micael Karlberg | |
2013-04-17 | [megaco] Misc fixes of the (internal) megaco test server | Micael Karlberg | |
2013-04-16 | Merge branch ↵ | Micael Karlberg | |
'bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13' into bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r14 Conflicts: lib/megaco/doc/src/notes.xml lib/megaco/src/app/megaco.appup.src lib/megaco/test/megaco_codec_flex_lib.erl lib/megaco/test/megaco_codec_v2_test.erl lib/megaco/test/megaco_test_lib.erl lib/megaco/vsn.mk | |||
2013-04-10 | Changed name of test case functions (from seq12263 to otp10998) | Micael Karlberg | |
2013-04-10 | Assign correct version and updated release notes accordingly. | Micael Karlberg | |
Also added (and cleaned up) appup. | |||
2013-04-10 | Merge branch 'bmk/megaco/flex_scanner_core/seq12263' into ↵ | Micael Karlberg | |
bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r13 Conflicts: lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src | |||
2013-04-03 | Removed comments | Micael Karlberg | |
2013-03-26 | Ensure of incorrect number of terms when scanning property groups | Micael Karlberg | |
At the end of the mfs_load_property_groups function, the final property group list and property groups list is "terminated". A call to mfs_ensure_term_spec with (incorrect) size 4 was made prior to this to ensure enough data was available. The correct size was 6! | |||
2013-03-26 | Uncommented test cases | Micael Karlberg | |
2013-03-25 | Add new messages | Micael Karlberg | |
2013-03-25 | Calculation of term_spec size (initial and next) changed | Micael Karlberg | |
There seem to be some problem with realloc (core dump) so the calculation of the term_spec size needs to be "corrected". | |||
2013-03-22 | Minor test case rework | Micael Karlberg | |
2013-03-22 | Test case cleanup | Micael Karlberg | |
2013-03-22 | Add rule for test beam'es | Micael Karlberg | |
2013-03-22 | Preliminary test case updates | Micael Karlberg | |
2013-03-18 | [orber] Fix bug in corbaloc/corbaname over ssl | Lars Thorsen | |
2013-02-07 | Merge branch 'bmk/snmp/snmp4222_integration/r15' into maint-r15 | Erlang/OTP | |
* bmk/snmp/snmp4222_integration/r15: [snmp/compiler] Improved debug printouts [snmp/compiler] Add test case and test mib [snmp/compiler] Proper release nodes [snmp/compiler] Add the mib (ALARM-MIB) [snmp/compiler] MIB compiler did not handle forward index ref [snmp/compiler] Added test case for BITS import [snmp/compiler] Release notes, appup and proper version [snmp/compiler] Corrected test mibs [snmp/compiler] MIB compiler did not handle import BITS | |||
2013-02-06 | Prepare release | Erlang/OTP | |
2013-02-06 | Merge branch 'bjorn/asn1/open-type-error/OTP-10805' into maint-r15 | Erlang/OTP | |
* bjorn/asn1/open-type-error/OTP-10805: asn1_erl_nif: Correct broken length encoding asn1_SUITE: Mend broken test_modified_x420/1 | |||
2013-02-06 | Merge branch 'bjorn/asn1/extension-addition-groups/OTP-10811' into maint-r15 | Erlang/OTP | |
* bjorn/asn1/extension-addition-groups/OTP-10811: Fix a bug for multiple extension addition groups | |||
2013-02-06 | Don't run testX420/1 on old slow Sparc systems | Björn Gustavsson | |
One and a half hour is not enough for it to finish. | |||
2013-02-06 | testX420: Pass Options to the ASN.1 compiler | Björn Gustavsson | |
When the caller passed the 'der' option, it was ignored. | |||
2013-02-05 | [snmp/compiler] Improved debug printouts | Micael Karlberg | |
2013-02-05 | [snmp/compiler] Add test case and test mib | Micael Karlberg | |
2013-02-05 | [snmp/compiler] Proper release nodes | Micael Karlberg | |
2013-02-05 | [snmp/compiler] Add the mib (ALARM-MIB) | Micael Karlberg | |
2013-02-05 | [snmp/compiler] MIB compiler did not handle forward index ref | Micael Karlberg | |
The MIB compiler could not handle a table index refering to an object defined later in the MIB. | |||
2013-02-05 | [snmp/compiler] Added test case for BITS import | Micael Karlberg | |
2013-02-04 | asn1_erl_nif: Correct broken length encoding | Björn Gustavsson | |
The ber_bin_v2 backend calls a NIF function to decode all tags and lengths. Even open types that should not be decoded will also be decoded, which makes it necessary to later re-encode the data using a NIF function. The NIF function incorrectly encoded lengths. | |||
2013-02-04 | asn1_SUITE: Mend broken test_modified_x420/1 | Björn Gustavsson | |
The test_modified_x420/1 test case had several problems that prevented it to detect the bugs it was supposed to find: 1) There was a 'catch' at the top-level so that it could never fail. 2) There was a call to the now non-existing ssl_base64 module. 3) It did not test all options for the BER backend. While at it, also clean way the remaining ?line macros and some out-commented code. | |||
2013-02-04 | Revert "Prepare release" | Fredrik Gustafsson | |
This reverts commit a0e362765d9d4afb0211f49eb787d2139b3eb7be. | |||
2013-02-04 | [snmp/compiler] Release notes, appup and proper version | Micael Karlberg | |
2013-02-04 | [snmp/compiler] Corrected test mibs | Micael Karlberg | |
2013-02-04 | [snmp/compiler] MIB compiler did not handle import BITS | Micael Karlberg | |
The MIB comp�iler (snmpc) did not hanmdle import (from SNMPv2-SMI) of (pseudo-) type BITS. | |||
2013-01-17 | Merge tag 'build/maint-r15/2013-01-14_20.31' into maint-r15 | Fredrik Gustafsson | |
2013-01-15 | Update release notes | Erlang/OTP | |
2013-01-15 | Merge branch 'anders/diameter/eval_clause/OTP-10685' into maint-r15 | Erlang/OTP | |
* anders/diameter/eval_clause/OTP-10685: vsn -> 1.3.1 Update appup Traffic suite comments plus a minor match tweak Add a testcase Reverse swapped arguments | |||
2013-01-15 | vsn -> 1.3.1 | Anders Svensson | |
2013-01-15 | Update appup | Anders Svensson | |
2013-01-15 | Traffic suite comments plus a minor match tweak | Anders Svensson | |
2013-01-15 | Add a testcase | Anders Svensson | |
2013-01-14 | Reverse swapped arguments | Anders Svensson | |
The fault caused a handle_request callback to fail whenever an eval tuple was returned. Introduced in commit f24adb28. | |||
2013-01-07 | Fix a bug for multiple extension addition groups | Björn Gustavsson | |
Encoding would fail. | |||
2013-01-07 | Prepare release | Erlang/OTP | |
2013-01-07 | Fixed syntax appup ssh | Fredrik Gustafsson | |
2012-12-17 | Merge branch 'maint-r15' into maint | Siri Hansen | |