aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco
AgeCommit message (Collapse)Author
2014-03-20Bump versions and ensure that all are "normal" versionsRickard Green
Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0
2014-02-24Merge branch 'lukas/ose/master/OTP-11334'Lukas Larsson
* lukas/ose/master/OTP-11334: (71 commits) erts: Fix unix efile assert ose: Use -O2 when building ose: Expand OSE docs ose: Add dummy ttsl driver ose: Cleanup cleanup of mutex selection defines ose: Polish mmap configure checks ose: Add ose specific x-compile flags ose: Updating fd_driver and spawn_driver for OSE ose: Updating event and signal API for OSE ose: Cleanup of mutex selection defines win32: Compile erl_log.exe ose: Remove uneccesary define ose: Fix ssl configure test for osx erts: Fix sys_msg_dispatcher assert ose: Fix broken doc links ose: Thread priorities configurable from lmconf ose: Yielding the cpu is done "the OSE" way ose: Start using ppdata for tse key ose: Do not use spinlocks on OSE ose: Fix support for crypto ... Conflicts: lib/crypto/c_src/crypto.c
2014-02-24ose: Fix check for HAVE_OSE_SPI_HLukas Larsson
2014-02-24ose: Fix various build environment issuesLukas Larsson
2014-02-24Added support for ENEA OSELukas Larsson
This port has support for both non-smp and smp. It contains a new way to do io checking in which erts_poll_wait receives the payload of the polled entity. This has implications for all linked-in drivers.
2014-02-21Deprecate asn1 functionsBjörn Gustavsson
Those asn1 functions are no longer needed because they all have better alternatives.
2014-01-29Merge branch 'bjorn/asn1/erlang-types/OTP-11594'Björn Gustavsson
* bjorn/asn1/erlang-types/OTP-11594: Update documentation Fix open types Fix OCTET STRING Fix BIT STRING Add legacy_erlang_types asn1 test suite: Modernize testTimer_* and testTimer.erl testPrimStrings: Run test of fragmented strings for PER too
2014-01-27[megaco] Updated version, appup and release notesMicael Karlberg
OTP-10907
2014-01-24Fix OCTET STRINGBjörn Gustavsson
2013-11-07Remove references to removed applicationsDan Gudmundsson
2013-09-17Merge tag 'OTP_R16B02'Magnus Lidén
The R16B02 release Conflicts: lib/sasl/vsn.mk
2013-09-16Prepare releaseOTP_R16B02Erlang/OTP
2013-09-13Merge branch 'maint'Björn-Egil Dahlberg
2013-09-12megaco: Update appup fileBjörn-Egil Dahlberg
2013-07-12Merge branch 'maint'Rickard Green
* maint: Fix configure detection of ethread native atomics on powerpc
2013-07-12Fix configure detection of ethread native atomics on powerpcRickard Green
2013-07-10Merge branch 'maint'Rickard Green
* maint: Add test cases for native atomics and jump table Refuse to build SMP runtime by default without native atomics Make information about use of jump table available via system_info BIF Make ethread library information available via system_info BIF Make emulator arguments available via the system_info BIF
2013-07-09Refuse to build SMP runtime by default without native atomicsRickard Green
Build with fallback can be enabled by passing the `configure` command line argument `--disable-smp-require-native-atomics`
2013-06-18Merge tag 'OTP_R16B01'Björn-Egil Dahlberg
The R16B01 release Conflicts: lib/sasl/vsn.mk
2013-06-17Prepare releaseOTP_R16B01Erlang/OTP
2013-05-20Merge branch 'maint'Micael Karlberg
2013-05-20Merge branch 'maint-r16' into maintMicael Karlberg
2013-04-22[megaco] Appup cleanupMicael Karlberg
Removed instruction for 3.16.0.2 since this version has never existed in R16 and since we would otherwise have to include a *lot* of module delete instructions.
2013-04-19Merge branch ↵Micael Karlberg
'bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r15' into bmk/megaco/flex_buffer_overrun_while_scanning_prop_parms/OTP-10998/r16 Conflicts: lib/megaco/doc/src/notes.xml lib/megaco/src/flex/megaco_flex_scanner_drv.flex.src lib/megaco/test/megaco_codec_prev3a_test.erl lib/megaco/test/megaco_codec_prev3b_test.erl lib/megaco/test/megaco_codec_prev3c_test.erl lib/megaco/test/megaco_codec_v1_test.erl lib/megaco/test/megaco_codec_v2_test.erl lib/megaco/test/megaco_codec_v3_test.erl lib/megaco/vsn.mk
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-04-19[megaco] Retroactive version bumpMicael Karlberg
2013-04-18Merge 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 [megaco] Fixed felx driver handler code-change tags.
2013-04-18Merge 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 Fixed flex handler code-change version tag.
2013-04-18[megaco] Used wrong downgrade tag for (flex) handlerMicael Karlberg
2013-04-18[megaco] Fixrd appup sub-test suiteMicael Karlberg
2013-04-18[megaco] Debug printouts in megaco test serverMicael Karlberg
2013-04-17[megaco] Internal test server not handling failing casesMicael Karlberg
2013-04-17[megaco] Fix mergeMicael Karlberg
2013-04-17Merge 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 fixesMicael Karlberg
2013-04-17[megaco] Misc fixes of the (internal) megaco test serverMicael Karlberg
2013-04-16Merge 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-10Changed name of test case functions (from seq12263 to otp10998)Micael Karlberg
2013-04-10Assign correct version and updated release notes accordingly.Micael Karlberg
Also added (and cleaned up) appup.
2013-04-10Merge 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-08Remove unused Postscript filesHans Bolinder
2013-04-03Removed commentsMicael Karlberg
2013-03-26Ensure of incorrect number of terms when scanning property groupsMicael 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-26Uncommented test casesMicael Karlberg
2013-03-25Add new messagesMicael Karlberg
2013-03-25Calculation of term_spec size (initial and next) changedMicael 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-22Minor test case reworkMicael Karlberg
2013-03-22Test case cleanupMicael Karlberg
2013-03-22Add rule for test beam'esMicael Karlberg
2013-03-22Preliminary test case updatesMicael Karlberg