Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-18 | [megaco] Used wrong downgrade tag for (flex) handler | Micael Karlberg | |
2013-04-18 | [megaco] Fixrd appup sub-test suite | Micael Karlberg | |
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-08 | Remove unused Postscript files | Hans Bolinder | |
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-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | Merge branch 'rickard/r16/port-optimizations/OTP-10336' | Rickard Green | |
* rickard/r16/port-optimizations/OTP-10336: Bump reductions also for immediate driver calls Add 'port_count' and 'port_limit' to system_info/1 spec Fix documentation Replace use of deprecated functions in test cases Replace use of driver_send_term() with erl_drv_send_term() Conflicts: erts/preloaded/ebin/erlang.beam | |||
2013-01-22 | Merge branch 'lh/forget-mnemosyne/OTP-10729' | Fredrik Gustafsson | |
* lh/forget-mnemosyne/OTP-10729: Remove what remains of the Mnemosyne code Remove support for the query keyword and query expressions | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-16 | Remove what remains of the Mnemosyne code | Loïc Hoguin | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-15 | Fix LM_TRY_ENABLE_CFLAG to use correct environment | Björn-Egil Dahlberg | |
LM_TRY_ENABLE_CFLAG takes which environment variable should be updated but only CFLAGS was updated. Though CFLAGS is the normally the intended variable, others may be used. For instance CXXFLAGS. | |||
2013-01-11 | If GCC is used, treat -Wreturn-type as error | Tuncer Ayaz | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-12-19 | Replace use of driver_send_term() with erl_drv_send_term() | Rickard Green | |
2012-11-26 | Update megaco documentation | Björn Gustavsson | |
2012-11-26 | Fix use of asn1 in megaco | Björn Gustavsson | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-27 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-22 | Prep for R15B02 release | Micael Karlberg | |
OTP-10199 | |||
2012-07-19 | megaco: Remove VxWorks | Björn-Egil Dahlberg | |
2012-06-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson | |
* lukas/otp/install_with_whitespace/OTP-10107: Update to work with space in include path Update to work with whitespace in exec path | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-10 | Remove support for erlang:system_info(global_heaps_size) | Björn Gustavsson | |
2012-04-27 | megaco: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-02-29 | Merge branch 'bmk/megaco/updating_meas' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 Conflicts: lib/megaco/doc/src/notes.xml lib/megaco/src/app/megaco.appup.src | |||
2012-02-29 | Merge branch 'bmk/megaco/fixing_faulty_test_case' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 | |||
2012-02-28 | [megaco] Remove use of deprecated system flag scheduler_bind_type | Micael Karlberg | |
OTP-9949 | |||
2011-12-21 | [megaco] Fixed faulty test case (connect) | Micael Karlberg | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |