mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
85e8b89061
* updated README.md * Create close-inactive-issues.yml * PocoDoc: fix iframe sandboxing * create poco-1.11.3 branch, bump version * update copyright date * #3567: check legacy provider existence for legacy exception #3567 * fix(OpenSSLInitializer): unload provider on uninitialize (#3567) * fix(OpenSSLInitializer): fix provider unloading (#3567) * fix(OpenSSLInitializer): revert unload provider on uninitialize (#3567) * fix(MySQL): MySQL UUID binding temporary string #3587 * update CI link in README.md * #3632: add overloads to ctor and connect() to allow passing a Poco::Net::StreamSocket/Poco::Net::SecureStreamSocket to enable TLS connections without introduding a direct dependency to NetSSL. * updated changelog * devel-release-1.12.0 (#3673) * Fix percent-encoded fragment modification in Poco::URI Before this commit using Poco::URI class to parse specific URIs that had percent-encoded fragment identifier resulted in the loss of information concerning the way the fragment identifier was encoded. There could be the cases when the result of Poco::URI object serialization to string did not match the original URI string Poco::URI object was created from. In this commit we change the internal logic of fragment processing in Poco::URI, so that the fragment is stored inside the class in raw form (the same way as query string). The methods getFragment and setFragment work the old way (with percent-decoded fragment values), new methods getRawFragment and setRawFragment are added to get access to the original fragment representation. * Remove SDK version from VS2022 test projects (#3607) * Remaining changes for Windows on ARM64 support (#3608) * Add ARM64 to Foundation * Changed lib, and bin folders of ARM64 builds * Updated buildwin.cmd * Added missing closing </File> tags (#3610) * feat(Platform): LoongArch support #3460 * fix(PollSet): default enable epoll on linux * default disable new state on move * fix(UDPHandler): data race #3613; clean up all Net tsan warnings * ProGen vs170 projects with Win32,x64,ARM64 (#3612) * fix(TCPServer): #1884 #1965 * fix(LogFile): LogFile_STD (LogFileImpl) fails to recover from getting out of space #2084 * Avoid clang 10 -Wimplicit-int-float-conversion warning/error when converting int into float (#2943) Example of warning (error when using -Werror) we get with clang 10: /remote/intdeliv/components/osp/Poco/Foundation/19-0-0-6/include/Poco/Dynamic/VarHolder.h:444:14: error: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Werror,-Wimplicit-int-float-conversion] if (from > std::numeric_limits<T>::max()) ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /remote/intdeliv/components/osp/Poco/Foundation/19-0-0-6/include/Poco/Dynamic/VarHolder.h:332:4: note: in instantiation of function template specialization 'Poco::Dynamic::VarHolder::checkUpperLimitFloat<float, int>' requested here checkUpperLimitFloat<F,T>(from); ^ /remote/intdeliv/components/osp/Poco/Foundation/19-0-0-6/include/Poco/Dynamic/VarHolder.h:2175:3: note: in instantiation of function template specialization 'Poco::Dynamic::VarHolder::convertToSmaller<float, int>' requested here convertToSmaller(_val, val); ^ * chore(ci): run ci on pull requests * #2569: Added TIMESTAMP data type support on MySQL (#3471) * Unit test for TIMESTAMP data type in MySQL. * Added support for TIMESTAMP data type. Co-authored-by: Hector Toledo Soto <hsoto@transperfect.com> * MongoDB::Array: int --> size_t in get for consistency with size(), new helper functions to add elements to an array. (#3016) * fix(CppUnit): enable_if disarm numeric notEqualsMessage * fix(CppUnit): CppUnit notEqualsMessage causing compile errors #3615 * Syslog: Include Facility to Syslog Message (#3452) * Fixed indentation * Added Facility to Message in RemoteSyslogListener * Net: make MessageHeader limits configurable (#3404) * Add Message::getAll (#3104) * chore(Message): fix formatting for #3104 * Output to stderr in Poco::WindowsConsoleChannel (#3058) - Fixes #3056 * HTTPDigestCredentials added support for RFC7616 algorithms (#3026) * chore(SHA2Engine): fix formatting for #3026 * Added support for SQLite transaction types using Session property (#3018) * chore(SQLite): fix enum names case for #3018 * fix(HTTPResponse): Add 425 / HTTP_TOO_EARLY to HTTPResponse::HTTPStatus #3592 * fix(SQLite): windows build (global var does not link) #3018 * Added missing SocketProactor class to ProGen source (#3616) * Added missing SocketProactor class to ProGen source * ProGen'd VS2022 Net project * chore(Net): regenerate VS 140,150,160 projects #3614 * Handle MariaDB JSON columns since they are stored as `longtext` (#3621) * Also extract BLOBs when reading longtext columns as std::string * Fix error message in unit test * Added unit test to read longtext columns as std::string * Use `tx_isolation` when connected to MariaDB regardless of version (#3622) * Use `tx_isolation` when connected to MariaDB regardless of version * Rename variable * Handle MariaDB server info in the middle of the string * Updated to PCRE version 8.45 (#3623) * Add missing changes from zlib update * Updated to PCRE version 8.45 Build on Win32 and Linux, RegularExpressionTest was successful * Fix/tsan (#3617) * fix(Foundation): tsan warnings fixes * fix(Thread_POSIX): tsan warnings fixes; add tsan.suppress * fix(Util): tsan fixes * fix(netSSL_OpenSSL): tsan fixes * fix(Data): tsan warnings fixes * feat(ci): add tsan job * feat(ci): add tsan job, another attempt * feat(ci): add tsan job, 3rd attempt * fix(Foundation): tsan warnings fixes * fix(Thread_POSIX): tsan warnings fixes; add tsan.suppress * fix(Util): tsan fixes * fix(netSSL_OpenSSL): tsan fixes * fix(Data): tsan warnings fixes * feat(ci): add tsan job * feat(ci): add tsan job, another attempt * feat(ci): add tsan job, 3rd attempt * fix(ResultMetadata): memory leak #3474 * feat(ci): disable ActiveDispatcher tests for tsan runs * feat(ci): try to fix tsan options file detection (again) * chore(TestLibrary: correct spelling * fix(ci): fix tsan run; add -y to apt; disable samples build for some jobs * fix(ci): add mysql ports * feat(ci): add VS asan * feat(double-conversion): Upgrade double-conversion to v3.2.0 #3624 * chore(asan): disable msvc asan build (dll not found) * chore(double-conversion): move NumericString.h before double-conversion includes to prevent min/max collision; reinstate lost loongarch64 * chore(JSON): sync pdjson with upstream * fix(Statement): Poco::Data::Statement becomes unusable after exception #2287 * added facility to SyslogChannel (#3453) * TCPServerDispatcher.h: missing <atomic> (#2961) Fixes: b8af168151fe0147fb06557029002ae226dcc549 Fixes: #1965 * Windows embedded OpenSSL: Fixed bogus warning during compilation (External OpenSSL defined but internal headers used - possible mismatch!) (#3627) * fix(double-conversion): nios2 and riscv defines * fix(double-conversion): riscv defines * fix(cmake): TestLibrary debug postfix * fix(cmake): add WebNotifier to samples #3184 * doc(Crypto): Fix error in find_package example #3088 * fix(Event): Event data race #3629 * fix(AsyncChannel): race condition in AsyncChannel close/log #1039 * fix(Zip): Zip 64-bit extensions not set #2590 (tentative) (#3604) * PocoDoc: fix handling of font-style tags if tag is immediately followed by punctuation * Static code analyzer warnings #2688 * MinGW: fatal error: kernelspecs.h: No such file #2691 * Poco::Data::SessionPool change connection timeout #3241 * Makefile: space(s) following target name will break build (during link) #3062 * json format PrintHandler #2678 * indicate compiler that functions will never return (#3639) * fix warning C4717: 'format<std::vector<std::any,std::allocatorstd::an… (#3640) * fix warning C4717: 'format<std::vector<std::any,std::allocatorstd::any > >': recursive on all control paths, function will cause runtime stack overflow * keep origin format. * fix(format): scope * fix(Crypto): libPocoCrypto.so: undefined reference to pthread_atfork when linking statically with OpenSSL 1.1 #3073 * chore(LocalConfigurationView): fix style #3529 * fix(ConfigurationView): ConfigurationView and JSON is broken for array access #3635 * FifoBuffer.advance method not throw exception when length==0 (#3641) * fifobuffer not throw error when length = 0 * Update FIFOBuffer.h fix indentation Co-authored-by: Aleksandar Fabijanic <aleks-f@users.noreply.github.com> * fix(URI): Decoding URI query parameters ( ::getQueryParameters) incompatible with Spring 5 #2619 * fix(NTPClient): NTPClient ignores second fractions #2614 * chore(JSON): add test for #2612 * fix(Platform): MinGW also defines __GNUC__. #3195 * Fix some clang 10 -Wsign-compare warnings (#2960) In file included from /data/mwrep/res/osp/Poco/JSON/20-0-0-0/include/Poco/JSON/Object.h:22: In file included from /data/mwrep/res/osp/Poco/JSON/20-0-0-0/include/Poco/JSON/Array.h:23: In file included from /data/mwrep/res/osp/Poco/Foundation/20-0-0-0/include/Poco/Dynamic/Var.h:26: In file included from /data/mwrep/res/osp/Poco/Foundation/20-0-0-0/include/Poco/Dynamic/VarHolder.h:22: In file included from /data/mwrep/res/osp/Poco/Foundation/20-0-0-0/include/Poco/NumberFormatter.h:22: /data/mwrep/res/osp/Poco/Foundation/20-0-0-0/include/Poco/NumericString.h:220:31: error: comparison of integers of different signs: 'unsigned long' and 'char' [-Werror,-Wsign-compare] if ((limitCheck - result) < add) return false; ~~~~~~~~~~~~~~~~~~~ ^ ~~~ /data/mwrep/res/osp/Poco/Foundation/20-0-0-0/include/Poco/NumericString.h:229:31: error: comparison of integers of different signs: 'unsigned long' and 'char' [-Werror,-Wsign-compare] if ((limitCheck - result) < add) return false; ~~~~~~~~~~~~~~~~~~~ ^ ~~~ /data/mwrep/res/osp/Poco/Foundation/20-0-0-0/include/Poco/NumericString.h:240:31: error: comparison of integers of different signs: 'unsigned long' and 'char' [-Werror,-Wsign-compare] if ((limitCheck - result) < add) return false; ~~~~~~~~~~~~~~~~~~~ ^ ~~~ /data/mwrep/res/osp/Poco/Foundation/20-0-0-0/include/Poco/NumericString.h:249:31: error: comparison of integers of different signs: 'unsigned long' and 'char' [-Werror,-Wsign-compare] if ((limitCheck - result) < add) return false; ~~~~~~~~~~~~~~~~~~~ ^ ~~~ 4 errors generated. * chore(README): Add vcpkg installation instructions #2940 * fix(SQLite): SQLite::Connector::open() crashes on db file with non existing directory #2285 * fix(MailMessage): read hangs on missing final multipart boundary #2401 * fix(NumberParser): Rounds very large negative numbers to the incorrect values #3580 * fix(JSON::Stringifier): JSON Serializing NAN #3251 * feat(Timespan): Add std::chrono support #2576 #2623 * fix(strToInt): overflows #3580 * fix(strToInt): thousand separator regression #3580 * fix(MySQL::Extractor): MySQL Extractor #2521 * feat(FTPClientSession): activeDataConnection 1.11.0 cannot set specific data port #3372 * feat(Cipher): No access to padding in Cipher #3374 * feat(TypeHandler): DB into() does not compile for more than 20 members in a tuple #3342 * fix(NumberFormatter): Negative precision in NumberFormatter::format() #2511 * Make ParallelSocketReactor thread namable (#3642) make ParallelSocketReactor thread namable * fix(Redis): Poco::Redis after executing auth command next command always return OK #2457 * chore(NumberParserTest): add test for #2441 * avoid clang tidy warning (#3646) * Revert "avoid clang tidy warning (#3646)" (#3648) This reverts commit |
||
---|---|---|
.. | ||
Dynamic | ||
AbstractCache.h | ||
AbstractDelegate.h | ||
AbstractEvent.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 | ||
Alignment.h | ||
Any.h | ||
ArchiveStrategy.h | ||
Array.h | ||
Ascii.h | ||
ASCIIEncoding.h | ||
AsyncChannel.h | ||
AtomicCounter.h | ||
AtomicFlag.h | ||
AutoPtr.h | ||
AutoReleasePool.h | ||
Base32Decoder.h | ||
Base32Encoder.h | ||
Base64Decoder.h | ||
Base64Encoder.h | ||
BasicEvent.h | ||
BinaryReader.h | ||
BinaryWriter.h | ||
Buffer.h | ||
BufferAllocator.h | ||
BufferedBidirectionalStreamBuf.h | ||
BufferedStreamBuf.h | ||
Bugcheck.h | ||
ByteOrder.h | ||
Channel.h | ||
Checksum.h | ||
ClassLibrary.h | ||
ClassLoader.h | ||
Clock.h | ||
Condition.h | ||
Config.h | ||
Configurable.h | ||
ConsoleChannel.h | ||
CountingStream.h | ||
DataURIStream.h | ||
DataURIStreamFactory.h | ||
DateTime.h | ||
DateTimeFormat.h | ||
DateTimeFormatter.h | ||
DateTimeParser.h | ||
Debugger.h | ||
DefaultStrategy.h | ||
DeflatingStream.h | ||
Delegate.h | ||
DigestEngine.h | ||
DigestStream.h | ||
DirectoryIterator_UNIX.h | ||
DirectoryIterator_WIN32U.h | ||
DirectoryIterator.h | ||
DirectoryIteratorStrategy.h | ||
DirectoryWatcher.h | ||
DynamicAny.h | ||
DynamicAnyHolder.h | ||
DynamicFactory.h | ||
DynamicStruct.h | ||
Environment_UNIX.h | ||
Environment_VX.h | ||
Environment_WIN32U.h | ||
Environment_WINCE.h | ||
Environment.h | ||
Error.h | ||
ErrorHandler.h | ||
Event_POSIX.h | ||
Event_VX.h | ||
Event_WIN32.h | ||
Event.h | ||
EventArgs.h | ||
EventChannel.h | ||
EventLogChannel.h | ||
Exception.h | ||
ExpirationDecorator.h | ||
Expire.h | ||
ExpireCache.h | ||
ExpireLRUCache.h | ||
ExpireStrategy.h | ||
FIFOBuffer.h | ||
FIFOBufferStream.h | ||
FIFOEvent.h | ||
FIFOStrategy.h | ||
File_UNIX.h | ||
File_VX.h | ||
File_WIN32U.h | ||
File_WINCE.h | ||
File.h | ||
FileChannel.h | ||
FileStream_POSIX.h | ||
FileStream_WIN32.h | ||
FileStream.h | ||
FileStreamFactory.h | ||
Format.h | ||
Formatter.h | ||
FormattingChannel.h | ||
Foundation.h | ||
FPEnvironment_C99.h | ||
FPEnvironment_DEC.h | ||
FPEnvironment_DUMMY.h | ||
FPEnvironment_QNX.h | ||
FPEnvironment_SUN.h | ||
FPEnvironment_WIN32.h | ||
FPEnvironment.h | ||
FunctionDelegate.h | ||
FunctionPriorityDelegate.h | ||
Glob.h | ||
Hash.h | ||
HashFunction.h | ||
HashMap.h | ||
HashSet.h | ||
HashStatistic.h | ||
HashTable.h | ||
HexBinaryDecoder.h | ||
HexBinaryEncoder.h | ||
HMACEngine.h | ||
InflatingStream.h | ||
Instantiator.h | ||
JSONString.h | ||
KeyValueArgs.h | ||
Latin1Encoding.h | ||
Latin2Encoding.h | ||
Latin9Encoding.h | ||
LinearHashTable.h | ||
LineEndingConverter.h | ||
ListMap.h | ||
LocalDateTime.h | ||
LogFile_STD.h | ||
LogFile_WIN32U.h | ||
LogFile.h | ||
Logger.h | ||
LoggingFactory.h | ||
LoggingRegistry.h | ||
LogStream.h | ||
LRUCache.h | ||
LRUStrategy.h | ||
Manifest.h | ||
MD4Engine.h | ||
MD5Engine.h | ||
MemoryPool.h | ||
MemoryStream.h | ||
Message.h | ||
MetaObject.h | ||
MetaProgramming.h | ||
Mutex_POSIX.h | ||
Mutex_VX.h | ||
Mutex_WIN32.h | ||
Mutex_WINCE.h | ||
Mutex.h | ||
NamedEvent_Android.h | ||
NamedEvent_UNIX.h | ||
NamedEvent_WIN32U.h | ||
NamedEvent.h | ||
NamedMutex_Android.h | ||
NamedMutex_UNIX.h | ||
NamedMutex_WIN32U.h | ||
NamedMutex.h | ||
NamedTuple.h | ||
NestedDiagnosticContext.h | ||
NObserver.h | ||
Notification.h | ||
NotificationCenter.h | ||
NotificationQueue.h | ||
NotificationStrategy.h | ||
Nullable.h | ||
NullChannel.h | ||
NullStream.h | ||
NumberFormatter.h | ||
NumberParser.h | ||
NumericString.h | ||
ObjectPool.h | ||
Observer.h | ||
Optional.h | ||
ordered_hash.h | ||
ordered_map.h | ||
ordered_set.h | ||
OrderedMap.h | ||
OrderedSet.h | ||
Path_UNIX.h | ||
Path_WIN32U.h | ||
Path_WINCE.h | ||
Path.h | ||
PatternFormatter.h | ||
PBKDF2Engine.h | ||
Pipe.h | ||
PipeImpl_DUMMY.h | ||
PipeImpl_POSIX.h | ||
PipeImpl_WIN32.h | ||
PipeImpl.h | ||
PipeStream.h | ||
Platform_POSIX.h | ||
Platform_VX.h | ||
Platform_WIN32.h | ||
Platform.h | ||
Poco.h | ||
PriorityDelegate.h | ||
PriorityEvent.h | ||
PriorityExpire.h | ||
PriorityNotificationQueue.h | ||
PriorityStrategy.h | ||
Process_UNIX.h | ||
Process_VX.h | ||
Process_WIN32U.h | ||
Process_WINCE.h | ||
Process.h | ||
PurgeStrategy.h | ||
Random.h | ||
RandomStream.h | ||
RecursiveDirectoryIterator.h | ||
RecursiveDirectoryIteratorImpl.h | ||
RefCountedObject.h | ||
RegularExpression.h | ||
RotateStrategy.h | ||
Runnable.h | ||
RunnableAdapter.h | ||
RWLock_Android.h | ||
RWLock_POSIX.h | ||
RWLock_VX.h | ||
RWLock_WIN32.h | ||
RWLock_WINCE.h | ||
RWLock.h | ||
ScopedLock.h | ||
ScopedUnlock.h | ||
Semaphore_POSIX.h | ||
Semaphore_VX.h | ||
Semaphore_WIN32.h | ||
Semaphore.h | ||
SHA1Engine.h | ||
SHA2Engine.h | ||
SharedLibrary_HPUX.h | ||
SharedLibrary_UNIX.h | ||
SharedLibrary_VX.h | ||
SharedLibrary_WIN32U.h | ||
SharedLibrary.h | ||
SharedMemory_DUMMY.h | ||
SharedMemory_POSIX.h | ||
SharedMemory_WIN32.h | ||
SharedMemory.h | ||
SharedPtr.h | ||
SignalHandler.h | ||
SimpleFileChannel.h | ||
SimpleHashTable.h | ||
SingletonHolder.h | ||
SortedDirectoryIterator.h | ||
SplitterChannel.h | ||
Stopwatch.h | ||
StrategyCollection.h | ||
StreamChannel.h | ||
StreamConverter.h | ||
StreamCopier.h | ||
StreamTokenizer.h | ||
StreamUtil.h | ||
String.h | ||
StringTokenizer.h | ||
SynchronizedObject.h | ||
SyslogChannel.h | ||
Task.h | ||
TaskManager.h | ||
TaskNotification.h | ||
TeeStream.h | ||
TemporaryFile.h | ||
TextBufferIterator.h | ||
TextConverter.h | ||
TextEncoding.h | ||
TextIterator.h | ||
Thread_POSIX.h | ||
Thread_VX.h | ||
Thread_WIN32.h | ||
Thread_WINCE.h | ||
Thread.h | ||
ThreadLocal.h | ||
ThreadPool.h | ||
ThreadTarget.h | ||
TimedNotificationQueue.h | ||
Timer.h | ||
Timespan.h | ||
Timestamp.h | ||
Timezone.h | ||
Token.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 | ||
UnWindows.h | ||
URI.h | ||
URIStreamFactory.h | ||
URIStreamOpener.h | ||
UTF8Encoding.h | ||
UTF8String.h | ||
UTF16Encoding.h | ||
UTF32Encoding.h | ||
UTFString.h | ||
UUID.h | ||
UUIDGenerator.h | ||
ValidArgs.h | ||
Version.h | ||
Void.h | ||
Windows1250Encoding.h | ||
Windows1251Encoding.h | ||
Windows1252Encoding.h | ||
WindowsConsoleChannel.h | ||
zconf.h | ||
zlib.h |