poco/Foundation/src
Aleksandar Fabijanic 4b4ec9393c - introduced Poco::Dynamic namespace
- moved/renamed:
Poco::DynamicAny => Poco::Dynamic::Var
Poco::DynamicAny typedef for backward compatibility (deprecated)
DynamicAny.h forwarding header for backward compatibility (deprecated)

Poco::DynamicAnyHolder => Poco::Dynamic::VarHolder
DynamicAnyHolder.h forwarding header for backward compatibility (deprecated)

Poco::DynamicStruct => Poco::Dynamic::Struct
Poco::DynamicStruct typedef for backward compatibility (deprecated)
DynamicStruct.h forwarding header for backward compatibility (deprecated)

- changed FastMutex to Mutex in Data::SessionPool (deadlocking)
2008-11-16 16:54:37 +00:00
..
AbstractObserver.cpp synced with main repository 2008-01-28 17:23:19 +00:00
ActiveDispatcher.cpp synced with main repository 2008-01-28 17:23:19 +00:00
adler32.c set eol-style to native 2006-10-23 15:48:43 +00:00
ArchiveStrategy.cpp synced with main repository 2008-01-28 17:23:19 +00:00
ASCIIEncoding.cpp synced with main repository 2008-01-28 17:23:19 +00:00
AsyncChannel.cpp fixed various bugs (see SF tracker) 2008-09-16 17:26:28 +00:00
Base64Decoder.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Base64Encoder.cpp synced with main repository 2008-01-28 17:23:19 +00:00
BinaryReader.cpp synced with main repository 2008-01-28 17:23:19 +00:00
BinaryWriter.cpp SF items 1951604 and 1953551 2008-04-28 21:52:10 +00:00
Bugcheck.cpp synced with main repository 2008-01-28 17:23:19 +00:00
ByteOrder.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Channel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Checksum.cpp fixed line endings 2008-02-07 16:08:15 +00:00
compress.c synced with main repository 2008-01-28 17:23:19 +00:00
Condition.cpp fixed line endings 2008-02-07 16:08:15 +00:00
Configurable.cpp synced with main repository 2008-01-28 17:23:19 +00:00
ConsoleChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
CountingStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
crc32.c synced with main repository 2008-01-28 17:23:19 +00:00
crc32.h set eol-style to native 2006-10-23 15:48:43 +00:00
DateTime.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DateTimeFormat.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DateTimeFormatter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DateTimeParser.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Debugger.cpp changes from main repository 2008-01-29 09:06:52 +00:00
deflate.c synced with main repository 2008-01-28 17:23:19 +00:00
deflate.h synced with main repository 2008-01-28 17:23:19 +00:00
DeflatingStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DigestEngine.cpp added DigestEngine::digestFromHex 2008-10-16 08:00:48 +00:00
DigestStream.cpp fixed SF# 1968106: DigestOutputStream losing data 2008-05-20 17:19:27 +00:00
DirectoryIterator_UNIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DirectoryIterator_VMS.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DirectoryIterator_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DirectoryIterator_WIN32U.cpp synced with main repository 2008-01-28 17:23:19 +00:00
DirectoryIterator.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Environment_UNIX.cpp fixes from 1.3 2008-09-21 20:38:52 +00:00
Environment_VMS.cpp added Environment::nodeId() 2008-09-18 15:49:05 +00:00
Environment_WIN32.cpp added Environment::nodeId() 2008-09-18 15:49:05 +00:00
Environment_WIN32U.cpp added Environment::nodeId() 2008-09-18 15:49:05 +00:00
Environment.cpp added Environment::nodeId() 2008-09-18 15:49:05 +00:00
ErrorHandler.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Event_POSIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Event_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Event.cpp synced with main repository 2008-01-28 17:23:19 +00:00
EventArgs.cpp synced with main repository 2008-01-28 17:23:19 +00:00
EventLogChannel.cpp fixed SF# 1995073: setupRegistry is broken if POCO_WIN32_UTF8 enabled 2008-09-16 20:48:33 +00:00
Exception.cpp Exception/ODBCException modifications to safely (SQLite ODBC tests were failing) propagate ODBC error messages up the hierarchy 2008-10-07 18:58:47 +00:00
File_UNIX.cpp fixes from 1.3 2008-09-21 20:38:52 +00:00
File_VMS.cpp added Environment::nodeId() 2008-09-18 15:49:05 +00:00
File_WIN32.cpp fixed SF# 1948361: a little bug for win32 2008-09-17 17:45:12 +00:00
File_WIN32U.cpp Clean up configure options and add support for conditional building of Poco components beyond core/foundation. Tested with windows, MinGW and Linux. 2008-09-23 17:10:08 +00:00
File.cpp changes from main repository 2008-01-29 09:06:52 +00:00
FileChannel.cpp fixed log rotation issue 2008-09-18 14:18:44 +00:00
FileStream_POSIX.cpp fixed line endings 2008-02-07 16:08:15 +00:00
FileStream_WIN32.cpp - FileStream_WIN32 constructor openmode argument 2008-02-18 16:32:01 +00:00
FileStream.cpp fixed line endings 2008-02-07 16:08:15 +00:00
FileStreamFactory.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Format.cpp SF items 1951604 and 1953551 2008-04-28 21:52:10 +00:00
Formatter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
FormattingChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
FPEnvironment_C99.cpp synced with main repository 2008-01-28 17:23:19 +00:00
FPEnvironment_DEC.cpp synced with main repository 2008-01-28 17:23:19 +00:00
FPEnvironment_DUMMY.cpp synced with main repository 2008-01-28 17:23:19 +00:00
FPEnvironment_SUN.cpp synced with main repository 2008-01-28 17:23:19 +00:00
FPEnvironment_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
FPEnvironment.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Glob.cpp synced with main repository 2008-01-28 17:23:19 +00:00
gzio.c synced with main repository 2008-01-28 17:23:19 +00:00
Hash.cpp fixed line endings 2008-02-07 16:08:15 +00:00
HashStatistic.cpp synced with main repository 2008-01-28 17:23:19 +00:00
HexBinaryDecoder.cpp synced with main repository 2008-01-28 17:23:19 +00:00
HexBinaryEncoder.cpp synced with main repository 2008-01-28 17:23:19 +00:00
infback.c set eol-style to native 2006-10-23 15:48:43 +00:00
inffast.c set eol-style to native 2006-10-23 15:48:43 +00:00
inffast.h set eol-style to native 2006-10-23 15:48:43 +00:00
inffixed.h set eol-style to native 2006-10-23 15:48:43 +00:00
inflate.c set eol-style to native 2006-10-23 15:48:43 +00:00
inflate.h set eol-style to native 2006-10-23 15:48:43 +00:00
InflatingStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
inftrees.c set eol-style to native 2006-10-23 15:48:43 +00:00
inftrees.h set eol-style to native 2006-10-23 15:48:43 +00:00
Latin1Encoding.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Latin9Encoding.cpp fixed SF# 1935310: Unhandled characters in Windows1252Encoding 2008-09-17 17:34:30 +00:00
LineEndingConverter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
LocalDateTime.cpp synced with main repository 2008-01-28 17:23:19 +00:00
LogFile_STD.cpp synced with main repository 2008-01-28 17:23:19 +00:00
LogFile_VMS.cpp synced with main repository 2008-01-28 17:23:19 +00:00
LogFile_WIN32.cpp fix of a fix (CreateFileW => CreateFileA) 2008-09-23 18:42:22 +00:00
LogFile_WIN32U.cpp SF [2062835] Logfile _creationDate is wrong; 2008-09-23 18:00:11 +00:00
LogFile.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Logger.cpp synced with main repository 2008-01-28 17:23:19 +00:00
LoggingFactory.cpp synced with main repository 2008-01-28 17:23:19 +00:00
LoggingRegistry.cpp synced with main repository 2008-01-28 17:23:19 +00:00
LogStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Manifest.cpp synced with main repository 2008-01-28 17:23:19 +00:00
MD2Engine.cpp synced with main repository 2008-01-28 17:23:19 +00:00
MD4Engine.cpp synced with main repository 2008-01-28 17:23:19 +00:00
MD5Engine.cpp synced with main repository 2008-01-28 17:23:19 +00:00
MemoryPool.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Message.cpp synced with main repository 2008-01-28 17:23:19 +00:00
MSG00001.bin added TestChannel 2008-03-23 01:14:07 +00:00
Mutex_POSIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Mutex_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Mutex.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedEvent_UNIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedEvent_VMS.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedEvent_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedEvent_WIN32U.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedEvent.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedMutex_UNIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedMutex_VMS.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedMutex_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedMutex_WIN32U.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NamedMutex.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NestedDiagnosticContext.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Notification.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NotificationCenter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NotificationQueue.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NullChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NullStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NumberFormatter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
NumberParser.cpp synced with main repository 2008-01-28 17:23:19 +00:00
OpcomChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Path_UNIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Path_VMS.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Path_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Path_WIN32U.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Path.cpp synced with main repository 2008-01-28 17:23:19 +00:00
PatternFormatter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
pcre_chartables.c native EOL 2008-09-22 17:56:35 +00:00
pcre_compile.c native EOL 2008-09-22 17:56:35 +00:00
pcre_config.h native EOL 2008-09-22 17:56:35 +00:00
pcre_exec.c native EOL 2008-09-22 17:56:35 +00:00
pcre_fullinfo.c native EOL 2008-09-22 17:56:35 +00:00
pcre_globals.c native EOL 2008-09-22 17:56:35 +00:00
pcre_internal.h native EOL 2008-09-22 17:56:35 +00:00
pcre_maketables.c native EOL 2008-09-22 17:56:35 +00:00
pcre_newline.c native EOL 2008-09-22 17:56:35 +00:00
pcre_ord2utf8.c native EOL 2008-09-22 17:56:35 +00:00
pcre_study.c native EOL 2008-09-22 17:56:35 +00:00
pcre_tables.c native EOL 2008-09-22 17:56:35 +00:00
pcre_try_flipped.c native EOL 2008-09-22 17:56:35 +00:00
pcre_ucd.c upgraded to PCRE 7.8 2008-09-18 11:08:06 +00:00
pcre_valid_utf8.c upgraded to PCRE 7.8 2008-09-18 11:08:06 +00:00
pcre_xclass.c upgraded to PCRE 7.8 2008-09-18 11:08:06 +00:00
pcre.h upgraded to PCRE 7.8 2008-09-18 11:08:06 +00:00
Pipe.cpp synced with main repository 2008-01-28 17:23:19 +00:00
PipeImpl_DUMMY.cpp synced with main repository 2008-01-28 17:23:19 +00:00
PipeImpl_POSIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
PipeImpl_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
PipeImpl.cpp synced with main repository 2008-01-28 17:23:19 +00:00
PipeStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
pocomsg.h copied Crypto from sandbox to trunk 2008-10-31 09:06:54 +00:00
pocomsg.mc synced with main repository 2008-01-28 17:23:19 +00:00
pocomsg.rc copied Crypto from sandbox to trunk 2008-10-31 09:06:54 +00:00
Process_UNIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Process_VMS.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Process_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Process_WIN32U.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Process.cpp synced with main repository 2008-01-28 17:23:19 +00:00
PurgeStrategy.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Random.cpp synced with main repository 2008-01-28 17:23:19 +00:00
RandomStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
RefCountedObject.cpp synced with main repository 2008-01-28 17:23:19 +00:00
RegularExpression.cpp synced with main repository 2008-01-28 17:23:19 +00:00
RotateStrategy.cpp fixed log rotation issue 2008-09-18 14:18:44 +00:00
Runnable.cpp synced with main repository 2008-01-28 17:23:19 +00:00
RWLock_POSIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
RWLock_WIN32.cpp fixed SF# 1896482: tryReadLock intermittent error 2008-09-17 19:13:50 +00:00
RWLock.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Semaphore_POSIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Semaphore_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Semaphore.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SHA1Engine.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SharedLibrary_HPUX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SharedLibrary_UNIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SharedLibrary_VMS.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SharedLibrary_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SharedLibrary_WIN32U.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SharedLibrary.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SharedMemory_DUMMY.cpp fixed line endings 2008-02-07 16:08:15 +00:00
SharedMemory_POSIX.cpp fixed line endings 2008-02-07 16:08:15 +00:00
SharedMemory_WIN32.cpp fixed line endings 2008-02-07 16:08:15 +00:00
SharedMemory.cpp =inculde Poco/Platform.h before all 2008-06-25 10:19:39 +00:00
SignalHandler.cpp workaround for SF# 1959059: Poco::SignalHandler deadlock: the SignalHandler can now be disabled globally by adding a #define POCO_NO_SIGNAL_HANDLER to Poco/Config.h 2008-09-17 19:31:19 +00:00
SimpleFileChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SplitterChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Stopwatch.cpp synced with main repository 2008-01-28 17:23:19 +00:00
StreamChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
StreamConverter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
StreamCopier.cpp synced with main repository 2008-01-28 17:23:19 +00:00
StreamTokenizer.cpp synced with main repository 2008-01-28 17:23:19 +00:00
String.cpp synced with main repository 2008-01-28 17:23:19 +00:00
StringTokenizer.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Struct.cpp - introduced Poco::Dynamic namespace 2008-11-16 16:54:37 +00:00
SynchronizedObject.cpp synced with main repository 2008-01-28 17:23:19 +00:00
SyslogChannel.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Task.cpp synced with main repository 2008-01-28 17:23:19 +00:00
TaskManager.cpp synced with main repository 2008-01-28 17:23:19 +00:00
TaskNotification.cpp synced with main repository 2008-01-28 17:23:19 +00:00
TeeStream.cpp synced with main repository 2008-01-28 17:23:19 +00:00
TemporaryFile.cpp reduced exceptions 2008-08-01 05:23:43 +00:00
TextConverter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
TextEncoding.cpp synced with main repository 2008-01-28 17:23:19 +00:00
TextIterator.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Thread_POSIX.cpp thread fixes for macosx 2008-09-18 19:07:15 +00:00
Thread_WIN32.cpp some cosmetic changes 2008-04-24 10:06:35 +00:00
Thread.cpp some cosmetic changes 2008-04-24 10:06:35 +00:00
ThreadLocal.cpp synced with main repository 2008-01-28 17:23:19 +00:00
ThreadPool.cpp added stack size argument to ThreadPool constructor 2008-04-21 23:29:13 +00:00
ThreadTarget.cpp SF 1939071 and 1928786 2008-04-11 01:37:49 +00:00
Timer.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Timespan.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Timestamp.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Timezone_UNIX.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Timezone_WIN32.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Timezone.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Token.cpp synced with main repository 2008-01-28 17:23:19 +00:00
trees.c synced with main repository 2008-01-28 17:23:19 +00:00
trees.h set eol-style to native 2006-10-23 15:48:43 +00:00
ucp.h upgraded to PCRE 7.8 2008-09-18 11:08:06 +00:00
Unicode.cpp upgraded to PCRE 7.8 2008-09-18 11:08:06 +00:00
UnicodeConverter.cpp synced with main repository 2008-01-28 17:23:19 +00:00
URI.cpp synced with main repository 2008-01-28 17:23:19 +00:00
URIStreamFactory.cpp changes from main repository 2008-01-29 09:06:52 +00:00
URIStreamOpener.cpp changes from main repository 2008-01-29 09:06:52 +00:00
UTF8Encoding.cpp synced with main repository 2008-01-28 17:23:19 +00:00
UTF8String.cpp fixed line endings 2008-02-07 16:08:15 +00:00
UTF16Encoding.cpp synced with main repository 2008-01-28 17:23:19 +00:00
UUID.cpp SF [2036460] UUID regression tests are failing on Linux with g++ 4.3.1 2008-08-04 20:19:32 +00:00
UUIDGenerator.cpp added Environment::nodeId() 2008-09-18 15:49:05 +00:00
Var.cpp - introduced Poco::Dynamic namespace 2008-11-16 16:54:37 +00:00
VarHolder.cpp - introduced Poco::Dynamic namespace 2008-11-16 16:54:37 +00:00
Void.cpp synced with main repository 2008-01-28 17:23:19 +00:00
Windows1252Encoding.cpp fixed SF# 1935310: Unhandled characters in Windows1252Encoding 2008-09-17 17:34:30 +00:00
WindowsConsoleChannel.cpp fixed line endings 2008-02-07 16:08:15 +00:00
zconf.h synced with main repository 2008-01-28 17:23:19 +00:00
zlib.h set eol-style to native 2006-10-23 15:48:43 +00:00
zutil.c synced with main repository 2008-01-28 17:23:19 +00:00
zutil.h synced with main repository 2008-01-28 17:23:19 +00:00