| |||||
There are libraries for creating apps that run on desktops, embedded systems and/or servers.
Here are some key features of "POCO C++ Libraries":
· Cross-platform and platform abstraction (Windows, Linux, Unix, Windows CE, QNX)
· Threads, thread synchronization and advanced abstractions for multithreaded programming
· Streams and filesystem access
· Shared libraries and class loading
· Powerful logging and error reporting
· Security and encryption
· Network programming (TCP/IP sockets, HTTP client and HTTP server, FTP, SMTP, POP3, etc.)
· XML parsing (SAX2 and DOM) and generation
· Configuration file and options handling
· SQL database access (ODBC, MySQL, SQLite)
What's New in This Release: [ read full changelog ]
· ZipStream now builds correctly in unbundled build.
· Added proxy digest authentication support to Net library.
· Integrated MySQL BLOB fixes.
· Poco::DateTimeParser::tryParse() without format specifier now correctly parses ISO8601 date/times with fractional seconds.
· Poco::Process::launch() now has additional overloads allowing to specify an initial directory and/or environment.
· Poco::Net::FTPClientSession: timeout was not applied to data connection, only to control connection.
· Fixed potential IPv6 issue with socket constructors if IPv6 SocketAddress is given.
· Added an additional (optional) parameter to Poco::Thread::setOSPriority() allowing to specify a scheduling policy. Currently this is only used on POSIX platforms and allows specifying SCHED_OTHER (default), SCHED_FIFO or SCHED_RR, as well as other platform-specific policy values.
· Added Poco::Crypto::DigestEngine class providing a Poco::DigestEngine interface to the digest algorithms provided by OpenSSL.
· Fixed some potential compiler warnings in Crypto library.
· In some cases, when an SSL exception was unexpectedly closed, a generic Poco::IOException was thrown. This was fixed to throw a SSLConnectionUnexpectedlyClosedException instead.
· Added Poco::ObjectPool class template.

Via: POCO C++ Libraries 1.4.4






0 Comment:
Post a Comment