Binary compatibility report for the POCO library  between 1.4.2 and 1.4.3 versions on x86

Test Info


Library NamePOCO
Version #11.4.2
Version #21.4.3
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files427
Total Shared Libraries4
Total Symbols / Types6988 / 2430
VerdictIncompatible
(5.27%)

Problem Summary


SeverityCount
Added Symbols-176
Removed SymbolsHigh21
Problems with
Data Types
High17
Medium3
Low64
Problems with
Symbols
High1
Medium0
Low4
Problems with
Constants
Low0
Other Changes-0

Added Symbols (176)


AbstractConfiguration.h, libPocoUtil.so.12
namespace Poco::Util
AbstractConfiguration::enableEvents bool enable )
AbstractConfiguration::eventsEnabled ( ) const

DialogSocket.h, libPocoNet.so.12
namespace Poco::Net
DialogSocket::DialogSocket [in-charge] DialogSocket const& socket )
DialogSocket::DialogSocket [not-in-charge] DialogSocket const& socket )

Environment.h, libPocoFoundation.so.12
namespace Poco
Environment::osDisplayName ( ) [static]

Environment_UNIX.h, libPocoFoundation.so.12
namespace Poco
EnvironmentImpl::osDisplayNameImpl ( ) [static]

HostEntry.h, libPocoNet.so.12
namespace Poco::Net
HostEntry::HostEntry [in-charge] addrinfo* info )
HostEntry::HostEntry [not-in-charge] addrinfo* info )

HTMLForm.h, libPocoNet.so.12
namespace Poco::Net
HTMLForm::read std::istream& istr )
HTMLForm::read std::string const& queryString )
HTMLForm::setFieldLimit int limit )

HTTPAuthenticationParams.h, libPocoNet.so.12
namespace Poco::Net
HTTPAuthenticationParams::fromAuthInfo std::string const& authInfo )
HTTPAuthenticationParams::fromRequest HTTPRequest const& request )
HTTPAuthenticationParams::fromResponse HTTPResponse const& response )
HTTPAuthenticationParams::getRealm ( ) const
HTTPAuthenticationParams::HTTPAuthenticationParams [in-charge] ( )
HTTPAuthenticationParams::HTTPAuthenticationParams [in-charge] HTTPRequest const& request )
HTTPAuthenticationParams::HTTPAuthenticationParams [in-charge] HTTPResponse const& response )
HTTPAuthenticationParams::HTTPAuthenticationParams [in-charge] std::string const& authInfo )
HTTPAuthenticationParams::HTTPAuthenticationParams [not-in-charge] ( )
HTTPAuthenticationParams::HTTPAuthenticationParams [not-in-charge] HTTPRequest const& request )
HTTPAuthenticationParams::HTTPAuthenticationParams [not-in-charge] HTTPResponse const& response )
HTTPAuthenticationParams::HTTPAuthenticationParams [not-in-charge] std::string const& authInfo )
HTTPAuthenticationParams::operator= HTTPAuthenticationParams const& authParams )
HTTPAuthenticationParams::REALM [data]
HTTPAuthenticationParams::setRealm std::string const& realm )
HTTPAuthenticationParams::toString ( ) const
HTTPAuthenticationParams::~HTTPAuthenticationParams [in-charge-deleting] ( )
HTTPAuthenticationParams::~HTTPAuthenticationParams [in-charge] ( )
HTTPAuthenticationParams::~HTTPAuthenticationParams [not-in-charge] ( )

HTTPBasicCredentials.h, libPocoNet.so.12
namespace Poco::Net
HTTPBasicCredentials::HTTPBasicCredentials [in-charge] std::string const& authInfo )
HTTPBasicCredentials::HTTPBasicCredentials [not-in-charge] std::string const& authInfo )
HTTPBasicCredentials::parseAuthInfo std::string const& authInfo )

HTTPClientSession.h, libPocoNet.so.12
namespace Poco::Net
HTTPClientSession::proxyConnect ( )
HTTPClientSession::proxyTunnel ( )

HTTPCredentials.h, libPocoNet.so.12
namespace Poco::Net
HTTPCredentials::authenticate ( HTTPRequest& request, HTTPResponse const& response )
HTTPCredentials::extractCredentials ( Poco::URI const& uri, std::string& username, std::string& password ) [static]
HTTPCredentials::extractCredentials ( std::string const& userInfo, std::string& username, std::string& password ) [static]
HTTPCredentials::fromURI Poco::URI const& uri )
HTTPCredentials::fromUserInfo std::string const& userInfo )
HTTPCredentials::hasBasicCredentials HTTPRequest const& request ) [static]
HTTPCredentials::hasDigestCredentials HTTPRequest const& request ) [static]
HTTPCredentials::HTTPCredentials [in-charge] ( )
HTTPCredentials::HTTPCredentials [in-charge] ( std::string const& username, std::string const& password )
HTTPCredentials::HTTPCredentials [not-in-charge] ( )
HTTPCredentials::HTTPCredentials [not-in-charge] ( std::string const& username, std::string const& password )
HTTPCredentials::isBasicCredentials std::string const& header ) [static]
HTTPCredentials::isDigestCredentials std::string const& header ) [static]
HTTPCredentials::updateAuthInfo HTTPRequest& request )
HTTPCredentials::~HTTPCredentials [in-charge] ( )
HTTPCredentials::~HTTPCredentials [not-in-charge] ( )

HTTPDigestCredentials.h, libPocoNet.so.12
namespace Poco::Net
HTTPDigestCredentials::authenticate ( HTTPRequest& request, HTTPAuthenticationParams const& responseAuthParams )
HTTPDigestCredentials::authenticate ( HTTPRequest& request, HTTPResponse const& response )
HTTPDigestCredentials::createNonce ( ) [static]
HTTPDigestCredentials::HTTPDigestCredentials [in-charge] ( )
HTTPDigestCredentials::HTTPDigestCredentials [in-charge] ( std::string const& username, std::string const& password )
HTTPDigestCredentials::HTTPDigestCredentials [not-in-charge] ( )
HTTPDigestCredentials::HTTPDigestCredentials [not-in-charge] ( std::string const& username, std::string const& password )
HTTPDigestCredentials::SCHEME [data]
HTTPDigestCredentials::setPassword std::string const& password )
HTTPDigestCredentials::setUsername std::string const& username )
HTTPDigestCredentials::updateAuthInfo HTTPRequest& request )
HTTPDigestCredentials::verifyAuthInfo HTTPRequest const& request ) const
HTTPDigestCredentials::verifyAuthParams ( HTTPRequest const& request, HTTPAuthenticationParams const& params ) const
HTTPDigestCredentials::~HTTPDigestCredentials [in-charge] ( )
HTTPDigestCredentials::~HTTPDigestCredentials [not-in-charge] ( )

HTTPMessage.h, libPocoNet.so.12
namespace Poco::Net
HTTPMessage::getContentLength64 ( ) const
HTTPMessage::setContentLength64 Poco::Int64 length )

Logger.h, libPocoFoundation.so.12
namespace Poco
Logger::parseLevel std::string const& level ) [static]

MessageHeader.h, libPocoNet.so.12
namespace Poco::Net
MessageHeader::getFieldLimit ( ) const
MessageHeader::setFieldLimit int limit )

NetException.h, libPocoNet.so.12
namespace Poco::Net
HTMLFormException::className ( ) const
HTMLFormException::clone ( ) const
HTMLFormException::HTMLFormException [in-charge] int code )
HTMLFormException::HTMLFormException [in-charge] HTMLFormException const& exc )
HTMLFormException::HTMLFormException [in-charge] ( std::string const& msg, int code )
HTMLFormException::HTMLFormException [in-charge] ( std::string const& msg, Poco::Exception const& exc, int code )
HTMLFormException::HTMLFormException [in-charge] ( std::string const& msg, std::string const& arg, int code )
HTMLFormException::HTMLFormException [not-in-charge] int code )
HTMLFormException::HTMLFormException [not-in-charge] HTMLFormException const& exc )
HTMLFormException::HTMLFormException [not-in-charge] ( std::string const& msg, int code )
HTMLFormException::HTMLFormException [not-in-charge] ( std::string const& msg, Poco::Exception const& exc, int code )
HTMLFormException::HTMLFormException [not-in-charge] ( std::string const& msg, std::string const& arg, int code )
HTMLFormException::name ( ) const
HTMLFormException::operator= HTMLFormException const& exc )
HTMLFormException::rethrow ( ) const
HTMLFormException::~HTMLFormException [in-charge-deleting] ( )
HTMLFormException::~HTMLFormException [in-charge] ( )
HTMLFormException::~HTMLFormException [not-in-charge] ( )
WebSocketException::className ( ) const
WebSocketException::clone ( ) const
WebSocketException::name ( ) const
WebSocketException::operator= WebSocketException const& exc )
WebSocketException::rethrow ( ) const
WebSocketException::WebSocketException [in-charge] int code )
WebSocketException::WebSocketException [in-charge] WebSocketException const& exc )
WebSocketException::WebSocketException [in-charge] ( std::string const& msg, int code )
WebSocketException::WebSocketException [in-charge] ( std::string const& msg, Poco::Exception const& exc, int code )
WebSocketException::WebSocketException [in-charge] ( std::string const& msg, std::string const& arg, int code )
WebSocketException::WebSocketException [not-in-charge] int code )
WebSocketException::WebSocketException [not-in-charge] WebSocketException const& exc )
WebSocketException::WebSocketException [not-in-charge] ( std::string const& msg, int code )
WebSocketException::WebSocketException [not-in-charge] ( std::string const& msg, Poco::Exception const& exc, int code )
WebSocketException::WebSocketException [not-in-charge] ( std::string const& msg, std::string const& arg, int code )
WebSocketException::~WebSocketException [in-charge-deleting] ( )
WebSocketException::~WebSocketException [in-charge] ( )
WebSocketException::~WebSocketException [not-in-charge] ( )

Process.h, libPocoFoundation.so.12
namespace Poco
Process::kill ProcessHandle const& handle ) [static]

Process_UNIX.h, libPocoFoundation.so.12
namespace Poco
ProcessImpl::killImpl ProcessHandleImpl const& handle ) [static]

SharedLibrary.h, libPocoFoundation.so.12
namespace Poco
SharedLibrary::load ( std::string const& path, int flags )
SharedLibrary::SharedLibrary [in-charge] ( std::string const& path, int flags )
SharedLibrary::SharedLibrary [not-in-charge] ( std::string const& path, int flags )

SharedLibrary_UNIX.h, libPocoFoundation.so.12
namespace Poco
SharedLibraryImpl::loadImpl ( std::string const& path, int flags )

StreamCopier.h, libPocoFoundation.so.12
namespace Poco
StreamCopier::copyStream64 ( std::istream& istr, std::ostream& ostr, std::size_t bufferSize ) [static]
StreamCopier::copyStreamUnbuffered64 ( std::istream& istr, std::ostream& ostr ) [static]
StreamCopier::copyToString64 ( std::istream& istr, std::string& str, std::size_t bufferSize ) [static]

WebSocket.h, libPocoNet.so.12
namespace Poco::Net
WebSocket::accept ( HTTPServerRequest& request, HTTPServerResponse& response ) [static]
WebSocket::completeHandshake ( HTTPClientSession& cs, HTTPResponse& response, std::string const& key ) [static]
WebSocket::computeAccept std::string const& key ) [static]
WebSocket::connect ( HTTPClientSession& cs, HTTPRequest& request, HTTPResponse& response, HTTPCredentials& credentials ) [static]
WebSocket::createKey ( ) [static]
WebSocket::mode ( ) const
WebSocket::operator= Socket const& socket )
WebSocket::receiveFrame void* buffer, int length, int& flags )
WebSocket::sendFrame ( void const* buffer, int length, int flags )
WebSocket::shutdown ( )
WebSocket::shutdown ( Poco::UInt16 statusCode, std::string const& statusMessage )
WebSocket::WebSocket [in-charge] ( HTTPClientSession& cs, HTTPRequest& request, HTTPResponse& response )
WebSocket::WebSocket [in-charge] ( HTTPClientSession& cs, HTTPRequest& request, HTTPResponse& response, HTTPCredentials& credentials )
WebSocket::WebSocket [in-charge] ( HTTPServerRequest& request, HTTPServerResponse& response )
WebSocket::WebSocket [not-in-charge] ( HTTPClientSession& cs, HTTPRequest& request, HTTPResponse& response )
WebSocket::WebSocket [not-in-charge] ( HTTPClientSession& cs, HTTPRequest& request, HTTPResponse& response, HTTPCredentials& credentials )
WebSocket::WebSocket [not-in-charge] ( HTTPServerRequest& request, HTTPServerResponse& response )
WebSocket::WEBSOCKET_VERSION [data]
WebSocket::~WebSocket [in-charge-deleting] ( )
WebSocket::~WebSocket [in-charge] ( )
WebSocket::~WebSocket [not-in-charge] ( )

WebSocketImpl.h, libPocoNet.so.12
namespace Poco::Net
WebSocketImpl::acceptConnection SocketAddress& clientAddr )
WebSocketImpl::bind ( SocketAddress const& address, bool reuseAddress )
WebSocketImpl::bind6 ( SocketAddress const& address, bool reuseAddress, bool ipV6Only )
WebSocketImpl::close ( )
WebSocketImpl::connect SocketAddress const& address )
WebSocketImpl::connect ( SocketAddress const& address, Poco::Timespan const& timeout )
WebSocketImpl::connectNB ( SocketAddress const& address, Poco::Timespan const& timeout )
WebSocketImpl::listen int backlog )
WebSocketImpl::receiveBytes void* buffer, int length, int flags )
WebSocketImpl::receiveFrom void* buffer, int length, SocketAddress& address, int flags )
WebSocketImpl::secure ( ) const
WebSocketImpl::sendBytes ( void const* buffer, int length, int flags )
WebSocketImpl::sendTo ( void const* buffer, int length, SocketAddress const& address, int flags )
WebSocketImpl::sendUrgent unsigned char data )
WebSocketImpl::shutdown ( )
WebSocketImpl::shutdownReceive ( )
WebSocketImpl::shutdownSend ( )
WebSocketImpl::WebSocketImpl [in-charge] ( StreamSocketImpl* pStreamSocketImpl, bool mustMaskPayload )
WebSocketImpl::WebSocketImpl [not-in-charge] ( StreamSocketImpl* pStreamSocketImpl, bool mustMaskPayload )
WebSocketImpl::~WebSocketImpl [in-charge-deleting] ( )
WebSocketImpl::~WebSocketImpl [in-charge] ( )
WebSocketImpl::~WebSocketImpl [not-in-charge] ( )

XMLConfiguration.h, libPocoUtil.so.12
namespace Poco::Util
XMLConfiguration::XMLConfiguration [in-charge] char delim )
XMLConfiguration::XMLConfiguration [in-charge] ( Poco::XML::Document const* pDocument, char delim )
XMLConfiguration::XMLConfiguration [in-charge] ( Poco::XML::InputSource* pInputSource, char delim )
XMLConfiguration::XMLConfiguration [in-charge] ( Poco::XML::Node const* pNode, char delim )
XMLConfiguration::XMLConfiguration [in-charge] ( std::istream& istr, char delim )
XMLConfiguration::XMLConfiguration [in-charge] ( std::string const& path, char delim )
XMLConfiguration::XMLConfiguration [not-in-charge] char delim )
XMLConfiguration::XMLConfiguration [not-in-charge] ( Poco::XML::Document const* pDocument, char delim )
XMLConfiguration::XMLConfiguration [not-in-charge] ( Poco::XML::InputSource* pInputSource, char delim )
XMLConfiguration::XMLConfiguration [not-in-charge] ( Poco::XML::Node const* pNode, char delim )
XMLConfiguration::XMLConfiguration [not-in-charge] ( std::istream& istr, char delim )
XMLConfiguration::XMLConfiguration [not-in-charge] ( std::string const& path, char delim )

zlib.h, libPocoFoundation.so.12
adler32_combine64 uLong p1, uLong p2, off64_t p3 )
crc32_combine64 uLong p1, uLong p2, off64_t p3 )
inflateMark z_streamp strm )
inflateReset2 z_streamp strm, int windowBits )
inflateUndermine z_streamp p1, int p2 )

to the top

Removed Symbols (21)


SharedLibrary_UNIX.h, libPocoFoundation.so.11
namespace Poco
SharedLibraryImpl::loadImpl std::string const& path )

zlib.h, libPocoFoundation.so.11
gzclearerr gzFile file )
gzclose gzFile file )
gzdirect gzFile file )
gzdopen int fd, char const* mode )
gzeof gzFile file )
gzerror gzFile file, int* errnum )
gzflush gzFile file, int flush )
gzgetc gzFile file )
gzgets gzFile file, char* buf, int len )
gzopen ( char const* path, char const* mode )
gzprintf gzFile file, char const* format, ... )
gzputc gzFile file, int c )
gzputs gzFile file, char const* s )
gzread gzFile file, voidp buf, unsigned int len )
gzrewind gzFile file )
gzseek gzFile file, long offset, int whence )
gzsetparams gzFile file, int level, int strategy )
gztell gzFile file )
gzungetc int c, gzFile file )
gzwrite gzFile file, voidpc buf, unsigned int len )

to the top

Problems with Data Types, High Severity (17)


ActiveRunnable.h
namespace Poco
[+] class ActiveRunnableBase (1)

FilePartSource.h
namespace Poco::Net
[+] class FilePartSource (1)

HTMLForm.h
namespace Poco::Net
[+] class HTMLForm (1)

HTTPMessage.h
namespace Poco::Net
[+] class HTTPMessage (1)

HTTPRequest.h
namespace Poco::Net
[+] class HTTPRequest (1)

HTTPResponse.h
namespace Poco::Net
[+] class HTTPResponse (1)

HTTPServerRequest.h
namespace Poco::Net
[+] class HTTPServerRequest (1)

HTTPServerRequestImpl.h
namespace Poco::Net
[+] class HTTPServerRequestImpl (1)

HTTPServerResponse.h
namespace Poco::Net
[+] class HTTPServerResponse (1)

HTTPServerResponseImpl.h
namespace Poco::Net
[+] class HTTPServerResponseImpl (1)

MailMessage.h
namespace Poco::Net
[+] class MailMessage (1)

MessageHeader.h
namespace Poco::Net
[+] class MessageHeader (1)

OptionProcessor.h
namespace Poco::Util
[+] class OptionProcessor (1)

PartSource.h
namespace Poco::Net
[+] class PartSource (1)

StringPartSource.h
namespace Poco::Net
[+] class StringPartSource (1)

Thread_POSIX.h
namespace Poco
[+] class ThreadImpl::CallbackData (1)
[+] class ThreadImpl::ThreadData (1)

to the top

Problems with Symbols, High Severity (1)


SharedLibrary_UNIX.h, libPocoFoundation.so.11
namespace Poco
[+] SharedLibraryImpl::loadImpl std::string const& path ) (1)

to the top

Problems with Data Types, Medium Severity (3)


AsyncChannel.h
namespace Poco
[+] class AsyncChannel (1)

RefCountedObject.h
namespace Poco
[+] class RefCountedObject (1)

TimerTask.h
namespace Poco::Util
[+] class TimerTask (1)

to the top

Problems with Data Types, Low Severity (64)


AbstractConfiguration.h
namespace Poco::Util
[+] class AbstractConfiguration (2)

Application.h
namespace Poco::Util
[+] class Application (1)

AsyncChannel.h
namespace Poco
[+] class AsyncChannel (1)

AtomicCounter.h
namespace Poco
[+] class AtomicCounter (2)

Channel.h
namespace Poco
[+] class Channel (1)

ConfigurationMapper.h
namespace Poco::Util
[+] class ConfigurationMapper (1)

ConfigurationView.h
namespace Poco::Util
[+] class ConfigurationView (1)

ConsoleChannel.h
namespace Poco
[+] class ConsoleChannel (1)

DatagramSocketImpl.h
namespace Poco::Net
[+] class DatagramSocketImpl (1)

FileChannel.h
namespace Poco
[+] class FileChannel (1)

FilesystemConfiguration.h
namespace Poco::Util
[+] class FilesystemConfiguration (1)

Formatter.h
namespace Poco
[+] class Formatter (1)

FormattingChannel.h
namespace Poco
[+] class FormattingChannel (1)

HTMLForm.h
namespace Poco::Net
[+] class HTMLForm (1)

HTTPServerParams.h
namespace Poco::Net
[+] class HTTPServerParams (1)

HTTPServerRequestImpl.h
namespace Poco::Net
[+] class HTTPServerRequestImpl (1)

ICMPSocketImpl.h
namespace Poco::Net
[+] class ICMPSocketImpl (1)

IniFileConfiguration.h
namespace Poco::Util
[+] class IniFileConfiguration (1)

IntValidator.h
namespace Poco::Util
[+] class IntValidator (1)

LayeredConfiguration.h
namespace Poco::Util
[+] class LayeredConfiguration (1)

Logger.h
namespace Poco
[+] class Logger (1)

LoggingSubsystem.h
namespace Poco::Util
[+] class LoggingSubsystem (1)

MapConfiguration.h
namespace Poco::Util
[+] class MapConfiguration (1)

MessageHeader.h
namespace Poco::Net
[+] class MessageHeader (1)

Notification.h
namespace Poco
[+] class Notification (1)

NullChannel.h
namespace Poco
[+] class NullChannel (1)

OptionProcessor.h
namespace Poco::Util
[+] class OptionProcessor (1)

PartSource.h
namespace Poco::Net
[+] class PartSource (1)

PatternFormatter.h
namespace Poco
[+] class PatternFormatter (1)

PipeImpl_POSIX.h
namespace Poco
[+] class PipeImpl (1)

Process_UNIX.h
namespace Poco
[+] class ProcessHandleImpl (1)

PropertyFileConfiguration.h
namespace Poco::Util
[+] class PropertyFileConfiguration (1)

RawSocketImpl.h
namespace Poco::Net
[+] class RawSocketImpl (1)

RefCountedObject.h
namespace Poco
[+] class RefCountedObject (2)

RegExpValidator.h
namespace Poco::Util
[+] class RegExpValidator (1)

RemoteSyslogChannel.h
namespace Poco::Net
[+] class RemoteSyslogChannel (1)

RemoteSyslogListener.h
namespace Poco::Net
[+] class RemoteSyslogListener (1)

ServerApplication.h
namespace Poco::Util
[+] class ServerApplication (1)

ServerSocketImpl.h
namespace Poco::Net
[+] class ServerSocketImpl (1)

SharedMemory_POSIX.h
namespace Poco
[+] class SharedMemoryImpl (1)

SimpleFileChannel.h
namespace Poco
[+] class SimpleFileChannel (1)

SocketImpl.h
namespace Poco::Net
[+] class SocketImpl (1)

SocketNotifier.h
namespace Poco::Net
[+] class SocketNotifier (1)

SplitterChannel.h
namespace Poco
[+] class SplitterChannel (1)

StreamChannel.h
namespace Poco
[+] class StreamChannel (1)

StreamSocketImpl.h
namespace Poco::Net
[+] class StreamSocketImpl (1)

Subsystem.h
namespace Poco::Util
[+] class Subsystem (1)

SyslogChannel.h
namespace Poco
[+] class SyslogChannel (1)

SystemConfiguration.h
namespace Poco::Util
[+] class SystemConfiguration (1)

Task.h
namespace Poco
[+] class Task (1)

TaskNotification.h
namespace Poco
[+] class TaskCancelledNotification (1)
[+] class TaskFailedNotification (1)
[+] class TaskFinishedNotification (1)
[+] class TaskNotification (1)
[+] class TaskProgressNotification (1)
[+] class TaskStartedNotification (1)

TCPServerParams.h
namespace Poco::Net
[+] class TCPServerParams (1)

TimerTask.h
namespace Poco::Util
[+] class TimerTask (1)

Validator.h
namespace Poco::Util
[+] class Validator (1)

XMLConfiguration.h
namespace Poco::Util
[+] class XMLConfiguration (2)

to the top

Problems with Symbols, Low Severity (4)


StreamCopier.h, libPocoFoundation.so.11
namespace Poco
[+] StreamCopier::copyStream ( std::istream& istr, std::ostream& ostr, unsigned int bufferSize ) [static] (1)
[+] StreamCopier::copyToString ( std::istream& istr, std::string& str, unsigned int bufferSize ) [static] (1)

zlib.h, libPocoFoundation.so.11
[+] adler32_combine uLong adler1, uLong adler2, long len2 ) (1)
[+] crc32_combine uLong crc1, uLong crc2, long len2 ) (1)

to the top

Header Files (427)


AbstractCache.h
AbstractConfiguration.h
AbstractContainerNode.h
AbstractDelegate.h
AbstractEvent.h
AbstractHTTPRequestHandler.h
AbstractNode.h
AbstractObserver.h
AbstractPriorityDelegate.h
AbstractStrategy.h
AccessExpirationDecorator.h
AccessExpireCache.h
AccessExpireLRUCache.h
AccessExpireStrategy.h
ActiveDispatcher.h
ActiveMethod.h
ActiveResult.h
ActiveRunnable.h
ActiveStarter.h
Activity.h
Any.h
Application.h
ArchiveStrategy.h
Ascii.h
ASCIIEncoding.h
AsyncChannel.h
AtomicCounter.h
Attr.h
Attributes.h
AttributesImpl.h
AttrMap.h
AutoPtr.h
AutoReleasePool.h
Base64Decoder.h
Base64Encoder.h
BasicEvent.h
BinaryReader.h
BinaryWriter.h
Buffer.h
BufferAllocator.h
BufferedBidirectionalStreamBuf.h
BufferedStreamBuf.h
Bugcheck.h
ByteOrder.h
CDATASection.h
Channel.h
CharacterData.h
Checksum.h
ChildNodesList.h
ClassLibrary.h
ClassLoader.h
Comment.h
Condition.h
Config.h
Configurable.h
ConfigurationMapper.h
ConfigurationView.h
ConsoleChannel.h
ContentHandler.h
CountingStream.h
DatagramSocket.h
DatagramSocketImpl.h
DateTime.h
DateTimeFormat.h
DateTimeFormatter.h
DateTimeParser.h
Debugger.h
DeclHandler.h
DefaultHandler.h
DefaultStrategy.h
DeflatingStream.h
Delegate.h
DialogSocket.h
DigestEngine.h
DigestStream.h
DirectoryIterator.h
DirectoryIterator_UNIX.h
DNS.h
Document.h
DocumentEvent.h
DocumentFragment.h
DocumentType.h
AutoPtr.h (DOM/AutoPtr.h)
Event.h (DOM/Event.h)
DOMBuilder.h
DOMException.h
DOMImplementation.h
DOMObject.h
DOMParser.h
DOMSerializer.h
DOMWriter.h
DTDHandler.h
DTDMap.h
DynamicAny.h
DynamicAnyHolder.h
DynamicFactory.h
Element.h
ElementsByTagNameList.h
Entity.h
EntityReference.h
EntityResolver.h
EntityResolverImpl.h
Environment.h
Environment_UNIX.h
ErrorHandler.h
Event.h
Event_POSIX.h
EventArgs.h
EventDispatcher.h
EventException.h
EventListener.h
EventTarget.h
Exception.h
expat.h
expat_external.h
ExpirationDecorator.h
Expire.h
ExpireCache.h
ExpireLRUCache.h
ExpireStrategy.h
FIFOEvent.h
FIFOStrategy.h
File.h
File_UNIX.h
FileChannel.h
FilePartSource.h
FileStream.h
FileStream_POSIX.h
FileStreamFactory.h
FilesystemConfiguration.h
Format.h
Formatter.h
FormattingChannel.h
Foundation.h
FPEnvironment.h
FPEnvironment_C99.h
FTPClientSession.h
FTPStreamFactory.h
FunctionDelegate.h
FunctionPriorityDelegate.h
Glob.h
Hash.h
HashFunction.h
HashMap.h
HashSet.h
HashStatistic.h
HashTable.h
HelpFormatter.h
HexBinaryDecoder.h
HexBinaryEncoder.h
HMACEngine.h
HostEntry.h
HTMLForm.h
HTTPBasicCredentials.h
HTTPBasicStreamBuf.h
HTTPBufferAllocator.h
HTTPChunkedStream.h
HTTPClientSession.h
HTTPCookie.h
HTTPFixedLengthStream.h
HTTPHeaderStream.h
HTTPIOStream.h
HTTPMessage.h
HTTPRequest.h
HTTPRequestHandler.h
HTTPRequestHandlerFactory.h
HTTPResponse.h
HTTPServer.h
HTTPServerConnection.h
HTTPServerConnectionFactory.h
HTTPServerParams.h
HTTPServerRequest.h
HTTPServerRequestImpl.h
HTTPServerResponse.h
HTTPServerResponseImpl.h
HTTPServerSession.h
HTTPSession.h
HTTPSessionFactory.h
HTTPSessionInstantiator.h
HTTPStream.h
HTTPStreamFactory.h
ICMPClient.h
ICMPEventArgs.h
ICMPPacket.h
ICMPPacketImpl.h
ICMPSocket.h
ICMPSocketImpl.h
ICMPv4PacketImpl.h
InflatingStream.h
IniFileConfiguration.h
InputSource.h
Instantiator.h
IntValidator.h
IPAddress.h
KeyValueArgs.h
Latin1Encoding.h
Latin9Encoding.h
LayeredConfiguration.h
LexicalHandler.h
LinearHashTable.h
LineEndingConverter.h
LocalDateTime.h
Locator.h
LocatorImpl.h
LogFile.h
LogFile_STD.h
Logger.h
LoggingConfigurator.h
LoggingFactory.h
LoggingRegistry.h
LoggingSubsystem.h
LogStream.h
LRUCache.h
LRUStrategy.h
MailMessage.h
MailRecipient.h
MailStream.h
Manifest.h
MapConfiguration.h
MD4Engine.h
MD5Engine.h
MediaType.h
MemoryPool.h
MemoryStream.h
Message.h
MessageHeader.h
MetaObject.h
MetaProgramming.h
MulticastSocket.h
MultipartReader.h
MultipartWriter.h
MutationEvent.h
Mutex.h
Mutex_POSIX.h
Name.h
NamedEvent.h
NamedEvent_UNIX.h
NamedMutex.h
NamedMutex_UNIX.h
NamedNodeMap.h
NamedTuple.h
NamePool.h
NamespaceStrategy.h
NamespaceSupport.h
NameValueCollection.h
NestedDiagnosticContext.h
Net.h
NetException.h
NetworkInterface.h
NObserver.h
Node.h
NodeAppender.h
NodeFilter.h
NodeIterator.h
NodeList.h
Notation.h
Notification.h
NotificationCenter.h
NotificationQueue.h
NotificationStrategy.h
Nullable.h
NullChannel.h
NullPartHandler.h
NullStream.h
NumberFormatter.h
NumberParser.h
Observer.h
OpcomChannel.h
Option.h
OptionCallback.h
OptionException.h
OptionProcessor.h
OptionSet.h
ParserEngine.h
PartHandler.h
PartSource.h
Path.h
Path_UNIX.h
PatternFormatter.h
Pipe.h
PipeImpl.h
PipeImpl_POSIX.h
PipeStream.h
Platform.h
Platform_POSIX.h
Poco.h
POP3ClientSession.h
PriorityDelegate.h
PriorityEvent.h
PriorityExpire.h
PriorityNotificationQueue.h
PriorityStrategy.h
Process.h
Process_UNIX.h
ProcessingInstruction.h
PropertyFileConfiguration.h
PurgeStrategy.h
QuotedPrintableDecoder.h
QuotedPrintableEncoder.h
Random.h
RandomStream.h
RawSocket.h
RawSocketImpl.h
RefCountedObject.h
RegExpValidator.h
RegularExpression.h
RemoteSyslogChannel.h
RemoteSyslogListener.h
RotateStrategy.h
Runnable.h
RunnableAdapter.h
RWLock.h
RWLock_POSIX.h
ErrorHandler.h (SAX/ErrorHandler.h)
SAXException.h
SAXParser.h
ScopedLock.h
ScopedUnlock.h
Semaphore.h
Semaphore_POSIX.h
ServerApplication.h
ServerSocket.h
ServerSocketImpl.h
SHA1Engine.h
SharedLibrary.h
SharedLibrary_UNIX.h
SharedMemory.h
SharedMemory_POSIX.h
SharedPtr.h
SignalHandler.h
SimpleFileChannel.h
SimpleHashTable.h
SingletonHolder.h
SMTPClientSession.h
Socket.h
SocketAddress.h
SocketDefs.h
SocketImpl.h
SocketNotifier.h
SocketReactor.h
SocketStream.h
SplitterChannel.h
Stopwatch.h
StrategyCollection.h
StreamChannel.h
StreamConverter.h
StreamCopier.h
StreamSocket.h
StreamSocketImpl.h
StreamTokenizer.h
StreamUtil.h
String.h
StringPartSource.h
StringTokenizer.h
Subsystem.h
SynchronizedObject.h
SyslogChannel.h
SystemConfiguration.h
Task.h
TaskManager.h
TaskNotification.h
TCPServer.h
TCPServerConnection.h
TCPServerConnectionFactory.h
TCPServerDispatcher.h
TCPServerParams.h
TeeStream.h
TemporaryFile.h
Text.h
TextBufferIterator.h
TextConverter.h
TextEncoding.h
TextIterator.h
Thread.h
Thread_POSIX.h
ThreadLocal.h
ThreadPool.h
ThreadTarget.h
TimedNotificationQueue.h
Timer.h
TimerTask.h
TimerTaskAdapter.h
Timespan.h
Timestamp.h
Timezone.h
Token.h
TreeWalker.h
Tuple.h
TypeList.h
Types.h
UnbufferedStreamBuf.h
Unicode.h
UnicodeConverter.h
UniqueAccessExpireCache.h
UniqueAccessExpireLRUCache.h
UniqueAccessExpireStrategy.h
UniqueExpireCache.h
UniqueExpireLRUCache.h
UniqueExpireStrategy.h
Units.h
URI.h
URIStreamFactory.h
URIStreamOpener.h
UTF16Encoding.h
UTF8Encoding.h
UTF8String.h
Util.h
Timer.h (Util/Timer.h)
UUID.h
UUIDGenerator.h
ValidArgs.h
Validator.h
Version.h
Void.h
WhitespaceFilter.h
Windows1252Encoding.h
XML.h
XMLConfiguration.h
XMLException.h
XMLFilter.h
XMLFilterImpl.h
XMLReader.h
XMLStream.h
XMLString.h
XMLWriter.h
zconf.h
zlib.h

to the top

Shared Libraries (4)


libPocoFoundation.so.11
libPocoNet.so.11
libPocoUtil.so.11
libPocoXML.so.11

to the top




Generated on Wed Jan 18 11:48:49 2012 for POCO by ABI Compliance Checker 1.96.5  
A tool for checking backward binary compatibility of a shared C/C++ library API