yate/engine
marian ce58dea406 Fixed bug: remove relay from relays list when uninstalled to avoid keeping an invalid pointer.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5321 acf43c95-373e-0410-b603-e72c3f656dc1
2012-11-13 11:30:30 +00:00
..
macosx Detect Mac OS X user path using Mac OS X Foundation API. Modified the build system to build and link Objective-C code. 2012-04-04 12:46:24 +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 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 Optimized Array creation: avoid parsing the whole ObjList to append a new item. 2011-06-07 10:47:57 +00:00
Base64.cpp Fixed some warnings and genuine bugs exposed by newer gcc. 2009-01-20 12:27:53 +00:00
Channel.cpp Fixed bug: remove relay from relays list when uninstalled to avoid keeping an invalid pointer. 2012-11-13 11:30:30 +00:00
Cipher.cpp New YSTRING macro that creates an ad-hoc static const String to speed up comparations and conversions from literal strings. 2011-06-03 12:26:53 +00:00
Client.cpp Added possibility to track message progress through handlers. 2012-06-12 23:47:01 +00:00
ClientLogic.cpp Fixed debug message. 2012-09-05 14:12:26 +00:00
Compressor.cpp Added abstract Compressor class for data (de)compression. 2010-07-09 10:20:08 +00:00
Configuration.cpp Accept config lines without a = just as having one at end (all line is key name). 2012-05-18 10:11:16 +00:00
DataBlock.cpp Added G.711 tables to SVN. 2012-05-09 12:32:43 +00:00
DataFormat.cpp Linear interpolate audio data when upsampling to reduce artifacts. 2012-07-06 12:28:05 +00:00
Engine.cpp Added a lockable class implementing variables shared between modules. 2012-06-27 17:48:50 +00:00
HashList.cpp New YSTRING macro that creates an ad-hoc static const String to speed up comparations and conversions from literal strings. 2011-06-03 12:26:53 +00:00
Iterator.cpp Added a fast unsafe iterator for parameters of NamedList. 2011-02-23 10:06:00 +00:00
Makefile.in Detect the presence of the sa_len field of struct sockaddr and set it if that is the case. Fixes the comparison of SocketAddr objects on Mac OS X and BSD-based systems. 2012-08-07 12:08:16 +00:00
Message.cpp Fixed a crash caused by removing the last handler from within a message handler. 2012-06-21 12:36:31 +00:00
Mime.cpp Fixed bugs. Allow a multipart body to start with dash-boundary (no CR/LF before). Don't process a body part if a boundary is not found after it. 2012-01-04 15:53:45 +00:00
Mutex.cpp Verify if the mutex unlock fails, abort if configured so. 2012-03-07 17:03:22 +00:00
NamedList.cpp Added method to check if any parameter in a list starts with a certain prefix. 2012-11-02 13:41:17 +00:00
ObjList.cpp Added class that creates a vector of objects from a list. 2012-02-10 11:22:54 +00:00
Plugin.cpp Report the name of the plugins being unloaded from memory. 2012-04-03 14:02:48 +00:00
Resolver.cpp Added Resolver class to engine. Use it in jabber library. 2011-08-19 13:04:53 +00:00
Socket.cpp Try to get socket address length from sa_len field when it is present. 2012-08-07 15:22:56 +00:00
String.cpp Reduce complexity of appending multiple objects to a list. 2012-09-19 10:59:42 +00:00
TelEngine.cpp Turn off debugging while capturing an event from debug output. 2012-06-12 23:50:59 +00:00
Thread.cpp Allow Thread::killall() to work from any thread. 2012-04-04 09:27:29 +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