yate/engine
paulc 8c230e1d21 Fixed a few errors exposed by -Wunused-but-set-variable.
Removed some leftover variables exposed by same new compiler check.


git-svn-id: http://yate.null.ro/svn/yate/trunk@4589 acf43c95-373e-0410-b603-e72c3f656dc1
2011-09-08 10:36:32 +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 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 Avoid destroying a Channel with its driver locked. 2011-06-22 11:38:57 +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 class for pseudo random number generation. 2011-06-29 11:19:02 +00:00
ClientLogic.cpp Fixed a few errors exposed by -Wunused-but-set-variable. 2011-09-08 10:36:32 +00:00
Compressor.cpp Added abstract Compressor class for data (de)compression. 2010-07-09 10:20:08 +00:00
Configuration.cpp Fixed meaning of parameter: clump -> clamp. 2011-08-23 15:47:01 +00:00
DataBlock.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
DataFormat.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
Engine.cpp Check the number of plugins still loaded at shutdown, newer glibc sucks badly! 2011-09-02 18:06:56 +00:00
Evaluator.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
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 Added Resolver class to engine. Use it in jabber library. 2011-08-19 13:04:53 +00:00
Message.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
Mime.cpp Added class for pseudo random number generation. 2011-06-29 11:19:02 +00:00
Mutex.cpp Removed referencing of mutexes and semaphores while locked or locking. 2010-11-11 08:29:35 +00:00
NamedList.cpp Fixed meaning of parameter: clump -> clamp. 2011-08-23 15:47:01 +00:00
ObjList.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
Plugin.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
Resolver.cpp Added Resolver class to engine. Use it in jabber library. 2011-08-19 13:04:53 +00:00
Socket.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
String.cpp Fixed meaning of parameter: clump -> clamp. 2011-08-23 15:47:01 +00:00
TelEngine.cpp Initialize class member in constructor body to avoid VC++ warning. 2011-08-23 10:03:41 +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