yate/engine
marian 3cdaf88017 Fixed sync engine.start with client init.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2253 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-06 13:51:16 +00:00
..
regex Changes required for VS 2005 and Yate 2 2007-11-26 12:01:09 +00:00
tables Directory reorder #3 2007-11-15 23:06:36 +00:00
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
Array.cpp Updated copyright and FSF address. 2006-05-27 15:08:43 +00:00
Base64.cpp Added OpenSSL project, fixed building in Windows. 2008-04-03 12:10:34 +00:00
Channel.cpp Added a static helper method to complete one item, use it where applicable. 2008-09-16 13:30:04 +00:00
Client.cpp Fixed sync engine.start with client init. 2008-10-06 13:51:16 +00:00
ClientLogic.cpp Use a protocol list instead of array. Init logic static lists when the client is start running. 2008-09-19 09:55:08 +00:00
Configuration.cpp Config file missing warning can be disabled, use it to silence notices about files that are genuinely missing from a fresh install. 2008-07-25 09:09:12 +00:00
DataBlock.cpp Now a data block can be built from a string containing hexadecimal values. 2008-01-21 14:09:14 +00:00
DataFormat.cpp Merged branches/marian/client up to rev. 2134. 2008-08-04 02:06:00 +00:00
Engine.cpp Exponential backoff delay on child respawn, allow system to breathe if Yate keeps crashing or locking up. 2008-09-21 14:43:23 +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 Merged branches/marian/client up to rev. 2134. 2008-08-04 02:06:00 +00:00
Message.cpp Fixed String::msgUnescape to always unescape "%z" as ":" since msgEscape 2007-06-21 12:47:56 +00:00
Mime.cpp Trim all blanks from boundary before using it. 2008-01-14 12:12:11 +00:00
Mutex.cpp Do not exit a soft cancelled thread while trying to acquire a mutex. 2008-09-20 10:12:00 +00:00
NamedList.cpp Added back replacement counter incrementation. 2008-08-29 18:46:04 +00:00
ObjList.cpp Added methods index() to find index of objects in a list. 2008-09-17 12:22:24 +00:00
Plugin.cpp Added capability for plugins to request early init order. 2007-11-26 23:56:37 +00:00
Socket.cpp Make files written by Yate non-executable. 2008-09-17 17:08:27 +00:00
String.cpp Fixed bug: String descendants are now calling the parent's changed() method to allow the String to update its data. 2008-07-02 14:49:21 +00:00
TelEngine.cpp Put a NUL after vsnprintf() buffer (needed only for Windows). 2008-09-16 15:25:26 +00:00
Thread.cpp Abandon unkillable pthreads instead of forcingly destroying them. 2008-10-06 13:42:27 +00:00
URI.cpp Fixed bug: String descendants are now calling the parent's changed() method to allow the String to update its data. 2008-07-02 14:49:21 +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