yate/engine
paulc 980815c723 Protect the channel status variable while changing it.
git-svn-id: http://yate.null.ro/svn/yate/trunk@4375 acf43c95-373e-0410-b603-e72c3f656dc1
2011-05-13 13:26:07 +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 Protect the channel status variable while changing it. 2011-05-13 13:26:07 +00:00
Cipher.cpp Added abstract Cipher class for encryption related tasks. 2008-10-28 11:36:28 +00:00
Client.cpp Added client method used to replace plain text chars with html markups. 2011-04-27 12:09:19 +00:00
ClientLogic.cpp Added possibility to use ui.action message to pop up an error notification. 2011-04-28 10:34:37 +00:00
Compressor.cpp Added abstract Compressor class for data (de)compression. 2010-07-09 10:20:08 +00:00
Configuration.cpp Return found configuration section when asked to check or create one. 2010-05-10 14:02:21 +00:00
DataBlock.cpp Avoid output buffer re-alloc if needed size don't change in various data translators. 2010-11-02 13:59:02 +00:00
DataFormat.cpp Avoid output buffer re-alloc if needed size don't change in various data translators. 2010-11-02 13:59:02 +00:00
Engine.cpp Add the "workpath" to the Engine parameters so the current working directory can be found at runtime. 2011-03-28 13:32:24 +00:00
Evaluator.cpp Handle logical AND and OR operators when evaluating an expression. 2011-03-31 12:17:34 +00:00
HashList.cpp Use TelEngine::destruct(obj) or GenObject::destruct() wherever applicable. 2007-05-15 15:40:50 +00:00
Iterator.cpp Added a fast unsafe iterator for parameters of NamedList. 2011-02-23 10:06:00 +00:00
Makefile.in Add the "workpath" to the Engine parameters so the current working directory can be found at runtime. 2011-03-28 13:32:24 +00:00
Message.cpp Added a broadcast flag to class Message so it can continue dispatching even if one of the handlers returned true. 2010-06-16 11:42:52 +00:00
Mime.cpp Decode MIME type message/sipfrag as lines of text. 2011-04-07 12:16:12 +00:00
Mutex.cpp Removed referencing of mutexes and semaphores while locked or locking. 2010-11-11 08:29:35 +00:00
NamedList.cpp Added to NamedList::copySubParams() the option of not skipping over the matched prefix in parameter names. 2011-03-17 19:46:26 +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 Moved DebugEnabler and name from Module to Plugin, made name mandatory. 2011-03-23 16:26:25 +00:00
Socket.cpp Reset errno when starting to list directory content to make sure we don't inherit a previous failure. 2011-03-31 12:10:16 +00:00
String.cpp Added methods to extract a fragment of a String up to a separator. 2011-03-28 16:18:45 +00:00
TelEngine.cpp Moved some annoying messages to DDebug. 2011-04-27 19:42:37 +00:00
Thread.cpp Report the number of threads that are to be cancelled at shutdown. 2010-06-16 13:45:54 +00:00
URI.cpp Properly parse URIs whose protocol contains digits like h323:something. 2011-04-27 19:45:25 +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