yate/engine
marian ebf8bcc9b2 Added support for multiple filters in MessageHandler.
Added javascript matching item class.
Added javascript support to set multiple filters when installing message handlers.
2023-03-27 16:07:39 +03:00
..
macosx Import SVN ignore propgs to git. 2023-02-17 16:53:39 +02:00
regex Import SVN ignore propgs to git. 2023-02-17 16:53:39 +02:00
tables Import SVN ignore propgs to git. 2023-02-17 16:53:39 +02:00
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
.gitignore Import SVN ignore propgs to git. 2023-02-17 16:53:39 +02:00
Array.cpp Properly append new row in Array::addRow(), check if entries exist. 2014-02-13 10:54:00 +00:00
Base64.cpp Removed unused function. 2014-08-05 10:44:33 +00:00
Channel.cpp Apply module debug from main config file when initializing plugins at startup. This allows a module to show debug messages on first init. 2022-12-13 06:57:11 +00:00
Cipher.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
Client.cpp Added Channel parameters list to be set in all Channel messages. Update it from routing and chan.control. 2019-01-14 09:54:04 +00:00
ClientLogic.cpp Added separate (global) mutex used to protect access to Channel::m_status. Removed unsafe public method used to obtain it. Added methods used to safely obtain a copy of it. 2020-05-29 14:03:35 +00:00
Compressor.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
Configuration.cpp Added Configuration file directives used to include a section into another one. 2022-12-19 11:54:39 +00:00
DataBlock.cpp Fixed bug: reset number of allocated bytes when clearing a DataBlock. Check if data is already allocated when changing contents. 2022-12-16 15:22:17 +00:00
DataFormat.cpp Mark 2*slin format info as valid candidate for conversion. 2021-04-19 09:31:35 +00:00
Engine.cpp Adapt build system and RPM build to Git. 2023-03-07 17:53:22 +02:00
HashList.cpp Add methods to HashList that allow adding and removing of an object with arbitrary associated hashes. 2020-10-21 10:44:33 +00:00
Hasher.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
Iterator.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
Makefile.in Add support for read-write lock. 2022-10-27 13:51:32 +00:00
Math.cpp Silenced compiler warning related to strncpy() call with value returned by strlen() 2022-10-05 12:02:54 +00:00
Message.cpp Added support for multiple filters in MessageHandler. 2023-03-27 16:07:39 +03:00
Mime.cpp Fixed bug: put parantheses in regexp matching full application mime body. 2021-09-02 07:23:58 +00:00
Mutex.cpp Add support for read-write lock. 2022-10-27 13:51:32 +00:00
NamedList.cpp Added NamedList utility methods used to add/set a parameter from basic types. Added method used to copy parameter from another list with option to add instead of replace. 2022-12-13 06:41:03 +00:00
ObjList.cpp Fixed ObjVector::resize bug: properly calculate number of elements to resize. 2023-03-23 10:41:34 +02:00
Plugin.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
Resolver.cpp Made DNS resolver work with libc versions that don't define __NAMESER. 2020-08-27 09:54:46 +00:00
Socket.cpp Make Socket::bind(struct sockaddr*, socklen_t , const char* , int ) call Socket::bind(struct sockaddr* , socklen_t ). 2022-11-14 13:04:15 +00:00
String.cpp Added matching item classes to be used for multiple parameter(s) matching. 2023-03-27 15:55:48 +03:00
TelEngine.cpp Apply module debug from main config file when initializing plugins at startup. This allows a module to show debug messages on first init. 2022-12-13 06:57:11 +00:00
Thread.cpp Add YATE library support for setting and getting the affinity of a thread. 2020-09-23 15:26:34 +00:00
URI.cpp Fix tel: URI parsing, try harder to pick SIP REGISTER related information. 2014-11-06 10:12:26 +00:00
XML.cpp Constified method input parameter. 2022-12-12 11:14:59 +00:00
YMD5.cpp Silenced antialising compiler warning related to pointer conversion. 2019-12-11 06:47:59 +00:00
YSHA1.cpp Added NIST FIPS 186-2 change notice 1 Pseudo Random Function with 160 bits SHA-1. 2015-02-05 17:58:39 +00:00
YSHA256.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00