yate/engine
marian 1d9e0f3256 Avoid output buffer re-alloc if needed size don't change in various data translators.
git-svn-id: http://voip.null.ro/svn/yate@3769 acf43c95-373e-0410-b603-e72c3f656dc1
2010-11-02 13:59:02 +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 Emit a chan.connected notification message when a Channel was just connected. 2010-10-26 15:48:36 +00:00
Cipher.cpp Added abstract Cipher class for encryption related tasks. 2008-10-28 11:36:28 +00:00
Client.cpp Constified static Strings declared in functions to make sure they are safely initialized. 2010-07-06 12:56:25 +00:00
ClientLogic.cpp Removed dangerous (too complex) macro. 2010-07-06 13:13:00 +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 O_LARGEFILE to the log file flags to allow it to grow more than 2GB on systems that support it. 2010-10-11 11:00:35 +00:00
Evaluator.cpp Quickly return 0 on compiling a NULL or whitespace-only expression. 2010-03-26 13:01:56 +00:00
HashList.cpp Use TelEngine::destruct(obj) or GenObject::destruct() wherever applicable. 2007-05-15 15:40:50 +00:00
Iterator.cpp Allow a circular offset of the items in a ListIterator so all elements are iterated but starting with a specific one. 2010-09-01 07:50:57 +00:00
Makefile.in Added abstract Compressor class for data (de)compression. 2010-07-09 10:20:08 +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 Allow MimeMultipartBody::getObject to descend into parts looking for the type. 2009-11-03 13:35:05 +00:00
Mutex.cpp Added MutexPool class implementing a fixed size array of mutexes. Replaced the global mutex protecting the RefObject counter changes with a mutex pool. 2010-11-01 14:54:53 +00:00
NamedList.cpp Made possible to automatically skip adding an empty value to a NamedList. 2010-05-04 10:35:52 +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 Added capability for plugins to request early init order. 2007-11-26 23:56:37 +00:00
Socket.cpp Optimized SocketAddr::assign to avoid assigning same address. 2010-10-12 15:39:04 +00:00
String.cpp Made the private pointer of Regexp mutable so compile() and matches() can be made const. 2010-06-17 11:36:52 +00:00
TelEngine.cpp Added MutexPool class implementing a fixed size array of mutexes. Replaced the global mutex protecting the RefObject counter changes with a mutex pool. 2010-11-01 14:54:53 +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 Constified some more Regexps, speeds up URI parsing and fixes compiling in Windows. 2010-06-21 16:58:26 +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