summaryrefslogtreecommitdiff
path: root/lib/megaco
Commit message (Collapse)AuthorAgeFilesLines
* [megaco} Update versionLars Thorsen2016-12-051-1/+1
|
* [megaco] Use the test_server app and appup testsLars Thorsen2016-12-052-773/+33
|
* Prepare releaseErlang/OTP2016-06-212-2/+17
|
* Revert "Prepare release"Erlang/OTP2016-06-022-17/+2
| | | | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
* Prepare releaseErlang/OTP2016-06-022-2/+17
|
* fix appup for megacoHenrik Nord2016-06-011-26/+3
|
* Revert "Prepare release"Erlang/OTP2016-05-122-17/+2
| | | | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
* Prepare releaseErlang/OTP2016-05-112-2/+17
|
* update copyright-yearHenrik Nord2016-03-15220-220/+220
|
* Makefiles: Remove test_server from include path and code pathBjörn Gustavsson2016-02-171-4/+1
| | | | | Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path.
* Prepare releaseErlang/OTP2015-06-231-1/+16
|
* Change license text to APLv2Bruce Yinhe2015-06-18231-2295/+2526
|
* Merge branch 'scrapinghub/async-typo'Henrik Nord2015-06-031-2/+2
|\ | | | | | | | | * scrapinghub/async-typo: Typo 'asynchroneous' fix
| * Typo 'asynchroneous' fixKirilll Zaborsky2015-05-281-2/+2
| |
* | megaco: Eliminate use of erlang:now/0Björn Gustavsson2015-05-273-5/+4
|/
* Update application versionsHans Bolinder2015-05-271-1/+6
|
* Update runtime_dependencies in application resource filesHans Bolinder2015-05-252-4/+4
| | | | | | | | | | | Applications that use the new erl_anno module are depending on STDLIB 2.5. Note that CosNotification, Megaco, SNMP, Xmerl, and Parsetools use the erl_anno module via the Yecc parsers only (the header file in lib/parsetools/include/yeccpre.hrl calls the erl_anno module). HiPE does not call the erl_anno module, but uses an exported type. We have chosen to make HiPE dependent on the erl_anno module.
* Prepare releaseErlang/OTP2014-12-092-2/+19
|
* Update megaco.appup.srcRickard Green2014-12-081-0/+5
|
* Distribute autoconf helpersRickard Green2014-12-021-1976/+0
| | | | | | Distribute aclocal.m4, install-sh, config.guess, and config.sub to applications at build time instead of having multiple identical copies committed in the repository.
* Improve usage of libatomic_ops for word size atomicsRickard Green2014-11-101-0/+22
| | | | Use AO_fetch_compare_and_swap*() when present
* Update release notesErlang/OTP2014-09-151-1/+18
|
* Update version numbersErlang/OTP2014-09-151-1/+1
|
* [megaco] Fix appup for OTP-17.3Siri Hansen2014-09-121-0/+10
|
* Implement --enable-sanitizers[=sanitizers]Tuncer Ayaz2014-07-121-0/+20
| | | | | | | | | | | | | | | | | Similar to debugging with Valgrind, it's very useful to enable -fsanitize= switches to catch bugs at runtime. $ ./configure Result: no sanitizer enabled $ ./configure --enable-sanitizers Result: -fsanitize=address,undefined $ ./configure --enable-sanitizers=address,thread,undefined Result: -fsanitize=address,thread,undefined $ ./configure --enable-sanitizers=undefined Result: -fsanitize=undefined
* erts: Fix various autoconf issuesLukas Larsson2014-05-091-2/+2
| | | | | | * Check of atomics on bsd * Add --enable-systemd for epmd * Remove unused --enable-tsp option
* Update release notesErlang/OTP2014-04-071-1/+17
|
* Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson2014-03-271-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lukas/ose/master-17.0/OTP-11334: ose: Fix erts assert failed printouts ose: fix for packet_bytes in fd/spawn driver. ose: Prepare slave for running on OSE ose: Fix bug when hunting for signal proxy ose: Implement tcp inet driver for OSE ose: Add ifdefs for HAVE_UDP ose: Yielding has to be done differently for background processes. ose: Print faults in aio sys driver calls ose: Prinout errno when to_erl read fails ose: erlang display goes to ramlog printf ose: Initiate stdin/stdout/stderr ose: Break lmconf into one per load module ose: Reset busy port when pdq empty ose: Restore the owner of the signal
| * ose: Break lmconf into one per load moduleLukas Larsson2014-03-261-2/+4
| |
* | Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies.
* | Bump versions and ensure that all are "normal" versionsRickard Green2014-03-201-1/+1
|/ | | | | Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0
* Merge branch 'lukas/ose/master/OTP-11334'Lukas Larsson2014-02-241-5/+43
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * ose: Fix check for HAVE_OSE_SPI_HLukas Larsson2014-02-241-1/+1
| |
| * ose: Fix various build environment issuesLukas Larsson2014-02-241-1/+8
| |
| * Added support for ENEA OSELukas Larsson2014-02-241-5/+36
| | | | | | | | | | | | | | | | 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.
* | Deprecate asn1 functionsBjörn Gustavsson2014-02-211-4/+4
|/ | | | | Those asn1 functions are no longer needed because they all have better alternatives.
* Merge branch 'bjorn/asn1/erlang-types/OTP-11594'Björn Gustavsson2014-01-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | * 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
| * Fix OCTET STRINGBjörn Gustavsson2014-01-241-1/+1
| |
* | [megaco] Updated version, appup and release notesMicael Karlberg2014-01-273-26/+50
|/ | | | OTP-10907
* Remove references to removed applicationsDan Gudmundsson2013-11-071-3/+0
|
* Merge tag 'OTP_R16B02'Magnus Lidén2013-09-172-2/+18
|\ | | | | | | | | | | | | The R16B02 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B02Erlang/OTP2013-09-162-2/+18
| |
* | Merge branch 'maint'Björn-Egil Dahlberg2013-09-131-0/+4
|\ \ | |/
| * megaco: Update appup fileBjörn-Egil Dahlberg2013-09-121-0/+4
| |
* | Merge branch 'maint'Rickard Green2013-07-121-1/+1
|\ \ | |/ | | | | | | * maint: Fix configure detection of ethread native atomics on powerpc
| * Fix configure detection of ethread native atomics on powerpcRickard Green2013-07-121-1/+1
| |
* | Merge branch 'maint'Rickard Green2013-07-101-150/+159
|\ \ | |/ | | | | | | | | | | | | | | * 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
| * Refuse to build SMP runtime by default without native atomicsRickard Green2013-07-091-150/+159
| | | | | | | | | | Build with fallback can be enabled by passing the `configure` command line argument `--disable-smp-require-native-atomics`
* | Merge tag 'OTP_R16B01'Björn-Egil Dahlberg2013-06-182-2/+17
|\ \ | |/ | | | | | | | | | | The R16B01 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B01Erlang/OTP2013-06-172-2/+17
| |