yate/engine
oana 664f85e763 Add support for read-write lock.
git-svn-id: http://voip.null.ro/svn/yate@6570 acf43c95-373e-0410-b603-e72c3f656dc1
2022-10-27 13:51:32 +00:00
..
macosx Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
regex Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
tables Added G.711 tables to SVN. 2012-05-09 12:32:43 +00:00
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00: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 Added extra parameter used to set relay filter in module install relay. 2021-12-16 11:37:39 +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 Fixed bug: avoid returning false from configuration file load when failed to load files/directories using includesilent directive. 2022-06-02 13:52:51 +00:00
DataBlock.cpp Added overallocation support for DataBlock. 2015-05-18 13:12:02 +00:00
DataFormat.cpp Mark 2*slin format info as valid candidate for conversion. 2021-04-19 09:31:35 +00:00
Engine.cpp Add support for read-write lock. 2022-10-27 13:51:32 +00: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 to track message enqueue/dispatch time. Added support to track the time spent by a message in handler. 2021-08-16 08:02:49 +00: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 optional extra parameter to NamedList::clearParam() used to clear paraemter(s) matching a given value. Fixed documentation. 2022-06-27 08:22:54 +00:00
ObjList.cpp Bug fix: keep the ObjList autodelete flag when doing ObjList::sort(). 2014-05-19 14:34:42 +00: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 Added older version of virtual Socket::bind() using sockaddr pointer with no iface parameters: avoid errors in other (non yate) modules re-implementing it. 2022-10-17 08:23:58 +00:00
String.cpp String. Added append(char) method, added optional parameter to insert(char) used to indicate how many chars to insert. Aded methods for uri (un)escape receiving the destination string as parameter. 2022-10-11 10:05:03 +00:00
TelEngine.cpp Implemented NamedCounter method that allows adding a specific value to the counter. 2022-02-03 15:49:57 +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 Fixed XPath copy: missing predicates copy. Added predicate used to select last node child. 2022-03-08 11:36:39 +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