yate/engine
paulc 9eccfa1130 Fixed building in Windows, added sigtransport to build and installer.
git-svn-id: http://yate.null.ro/svn/yate/trunk@3069 acf43c95-373e-0410-b603-e72c3f656dc1
2010-02-04 12:50:06 +00:00
..
regex Prevent inclusion of strings.h as the bcmp/bcopy/bzero defines can cause 2009-06-04 14:21:19 +00:00
tables Detect and use the version of options sox supports for sample size. 2009-01-04 13:53:02 +00:00
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
Array.cpp Added method to take out an object from an array. 2009-03-22 20:32:21 +00:00
Base64.cpp Fixed some warnings and genuine bugs exposed by newer gcc. 2009-01-20 12:27:53 +00:00
Channel.cpp Added Channel::initChan() method to add the channel to the driver explicitely, after the object is fully constructed. 2010-01-26 10:31:32 +00:00
Cipher.cpp Added abstract Cipher class for encryption related tasks. 2008-10-28 11:36:28 +00:00
Client.cpp Added Channel::initChan() method to add the channel to the driver explicitely, after the object is fully constructed. 2010-01-26 10:31:32 +00:00
ClientLogic.cpp Fixed id match when handling offline contacts. 2009-07-07 07:09:14 +00:00
Configuration.cpp Add a space at end of a config file line that ends with a backslash. 2009-01-14 11:58:18 +00:00
DataBlock.cpp Fixed warnings and a few minor bugs when compiling on a different architecture. 2009-06-19 11:19:20 +00:00
DataFormat.cpp Hold the DataSource we are replacing referenced while detaching it from the consumer. This prevents crashes caused by races between replacement and destruction of a DataSource. 2009-12-07 11:43:00 +00:00
Engine.cpp Display the name of the shared object in SLib destructor to aid in debugging unload order. 2010-01-30 20:33:11 +00:00
Evaluator.cpp Fixed building in Windows, added sigtransport to build and installer. 2010-02-04 12:50:06 +00:00
HashList.cpp Use TelEngine::destruct(obj) or GenObject::destruct() wherever applicable. 2007-05-15 15:40:50 +00:00
Iterator.cpp Updated copyright and FSF address. 2006-05-27 15:08:43 +00:00
Makefile.in Added a set of classes for evaluating C or SQL style expressions. 2010-02-01 20:53:47 +00:00
Message.cpp Backstep when a jump is needed in the handler list since the scanning loop will move to the next handler. 2009-07-14 13:33:02 +00:00
Mime.cpp Allow MimeMultipartBody::getObject to descend into parts looking for the type. 2009-11-03 13:35:05 +00:00
Mutex.cpp Added method to retrieve the name of the Thread currently owning a Mutex. 2010-01-16 20:42:25 +00:00
NamedList.cpp Support for replacing in ${param-name$default-value} style. 2009-09-25 13:13:58 +00:00
ObjList.cpp Use clear() to delete list items when the list is destroyed. 2010-01-26 13:20:06 +00:00
Plugin.cpp Added capability for plugins to request early init order. 2007-11-26 23:56:37 +00:00
Socket.cpp Added suport for abstract SCTP Socket 2010-02-02 14:21:02 +00:00
String.cpp Precompile regular expressions on construction from constant string so it won't need to compile on first call. 2010-01-31 20:05:43 +00:00
TelEngine.cpp Added names to the Mutex class to ease debugging of deadlocks. 2009-05-05 12:25:31 +00:00
Thread.cpp When compiled for debugging warn if a thread calls idle() holding mutex locks. 2009-09-10 18:59:05 +00:00
URI.cpp Use static Regexps instead of compiling new ones up to 5 times. 2010-01-31 20:35:48 +00:00
YMD5.cpp Fixed bug in previous commit. 2006-10-06 12:38:29 +00:00
YSHA1.cpp Added Jingle related projects. Fixes to compile in Windows. 2006-10-19 21:23:55 +00:00