yate/engine
paulc f99885ef26 Detect prctl availability when configuring.
git-svn-id: http://voip.null.ro/svn/yate@2730 acf43c95-373e-0410-b603-e72c3f656dc1
2009-06-22 12:22:52 +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 Clear the DataEndpoint's owner early, do not assume the CallEndpoint will still be valid when the DataEndpoint is finally destroyed. 2009-05-20 12:30:57 +00:00
Cipher.cpp Added abstract Cipher class for encryption related tasks. 2008-10-28 11:36:28 +00:00
Client.cpp Fixed warnings and a few minor bugs when compiling on a different architecture. 2009-06-19 11:19:20 +00:00
ClientLogic.cpp Made some dangerous constructors explicit, fix potential problems exposed by this. 2009-06-12 15:15:36 +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 Made DataSource inherit Mutex instead of having it as a field. 2009-05-05 20:49:05 +00:00
Engine.cpp Make use of prctl() if available. 2009-06-22 11:09:38 +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 Detect prctl availability when configuring. 2009-06-22 12:22:52 +00:00
Message.cpp Added names to the Mutex class to ease debugging of deadlocks. 2009-05-05 12:25:31 +00:00
Mime.cpp Do not report a warning if there are 16 NULs or less at the end of a MIME body, assume it's some sort of padding. 2009-06-14 21:19:00 +00:00
Mutex.cpp Allow skipping mutex operations until main() on platforms where mutexes 2009-06-18 12:21:23 +00:00
NamedList.cpp Added handy NamedList dump method. 2009-05-13 10:13:45 +00:00
ObjList.cpp Added mehod to remove and optionally destruct an ObjList item by its String value. 2009-05-20 12:49:13 +00:00
Plugin.cpp Added capability for plugins to request early init order. 2007-11-26 23:56:37 +00:00
Socket.cpp Fixed more warnings on different platforms. 2009-06-19 11:58:33 +00:00
String.cpp Fixed warnings and a few minor bugs when compiling on a different architecture. 2009-06-19 11:19:20 +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 Make use of prctl() if available. 2009-06-22 11:09:38 +00:00
URI.cpp Enclose URI in < and > if description is not NULL but add "description" only if it's not empty. 2009-03-29 18:10:01 +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