mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
Fix typos in comments, documentation and strings (#1615)
All of them were found using codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
a9598960e4
commit
8ccee8928c
@@ -166,7 +166,7 @@ AAAIntroduction
|
||||
- Add extern "C" around <net/if.h> on HPUX platform.
|
||||
- added runtests.sh
|
||||
- fixed CPPUNIT_IGNORE parsing
|
||||
- fixed Glob from start path, for platforms not alowing transverse from root (Android)
|
||||
- fixed Glob from start path, for platforms not allowing transverse from root (Android)
|
||||
- added NTPClient (Rangel Reale)
|
||||
- added PowerShell build script
|
||||
- added SmartOS build support
|
||||
@@ -1094,7 +1094,7 @@ AAAIntroduction
|
||||
- Added Poco::Nullable class template.
|
||||
- Added Poco::NullMutex, a no-op mutex to be used as template argument for template classes
|
||||
taking a mutex policy argument.
|
||||
- Poco::XML::XMLWriter: fixed a namespace handling issue that occured with startPrefixMapping() and endPrefixMapping()
|
||||
- Poco::XML::XMLWriter: fixed a namespace handling issue that occurred with startPrefixMapping() and endPrefixMapping()
|
||||
- Poco::Net::Context now allows for loading certificates and private keys from Poco::Crypto::X509Certificate objects
|
||||
and Poco::Crypto::RSAKey objects.
|
||||
- Poco::Crypto::RSAKey no longer uses temporary files for stream operations. Memory buffers are used instead.
|
||||
@@ -1346,7 +1346,7 @@ AAAIntroduction
|
||||
- fixed SF# 2828401: Deadlock in SocketReactor/NotificationCenter (also fixes patch# 1956490)
|
||||
NotificationCenter now uses a std::vector internally instead of a std::list, and the mutex is
|
||||
no longer held while notifications are sent to observers.
|
||||
- fixed SF# 2835206: File_WIN32 not checking aganist INVALID_HANDLE_VALUE
|
||||
- fixed SF# 2835206: File_WIN32 not checking against INVALID_HANDLE_VALUE
|
||||
- fixed SF# 2841812: Posix ThreadImpl::sleepImpl throws exceptions on EINTR
|
||||
- fixed SF# 2839579: simple DoS for SSL TCPServer, HTTPS server
|
||||
No SSL handshake is performed during accept() - the handshake is delayed until
|
||||
|
||||
Reference in New Issue
Block a user