summaryrefslogtreecommitdiff
path: root/lib/megaco
Commit message (Collapse)AuthorAgeFilesLines
* Update release notesErlang/OTP2017-12-081-1/+16
|
* Update version numbersErlang/OTP2017-12-081-1/+1
|
* Remove unused files from the documentation buildLars Thorsen2017-09-2814-331/+91
|
* Prepare releaseErlang/OTP2017-06-212-2/+17
|
* Update copyright yearHans Nilsson2017-06-142-2/+2
|
* Revert "Prepare release"Hans Nilsson2017-05-312-16/+2
| | | | This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
* Prepare releaseErlang/OTP2017-05-302-2/+16
|
* Revert "Prepare release"Raimo Niskanen2017-05-052-16/+2
| | | | This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
* Prepare releaseErlang/OTP2017-05-042-2/+16
|
* Update copyright yearRaimo Niskanen2017-05-043-3/+3
|
* Fixed typos in lib/megacoAndrew Dryga2017-02-143-3/+3
|
* Update copyright-yearErlang/OTP2016-12-072-2/+2
|
* Revert "[megaco] Update version" - only test suite updatedIngela Anderton Andin2016-12-061-1/+1
| | | | This reverts commit ae8f00912587cbb8e9ace6660434e921bae9730b.
* [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