poco/Crypto
Alexander B 24b7122f43
add sendfile method for streamsocket (#4007)
* add sendfile method for streamsocket

* add mswsock.lib to the project files and templates

* remove /DPOCO_NO_AUTOMATIC_LIBS for cmake windows build

* merge from upstream

* merge from upstream

* fix code stile
add NotImplemented exception for unsupported platforms
exculude <sys/sendfile.h> for POCO_EMSCRIPTEN, because https://
github.com/emscripten-core/emscripten/pull/16234

* add iostream include for std::cout

* fix compilation for emscripten (wrap sendfile)
2023-12-11 10:47:03 +01:00
..
cmake #3157: fix(openssl): add missing dependency to OpenSSL components 2021-06-15 14:49:38 +02:00
include/Poco/Crypto fix(Crypto): some ASAN errors (still probem with bignum alloc) 2023-10-16 15:28:56 +02:00
samples add sendfile method for streamsocket (#4007) 2023-12-11 10:47:03 +01:00
src fix(Crypto::EvpPKey): separate bignums and free them after parameter build 2023-10-16 20:21:25 +02:00
testsuite add sendfile method for streamsocket (#4007) 2023-12-11 10:47:03 +01:00
CMakeLists.txt fix(Data): 2023-11-04 23:11:38 +01:00
Crypto_vs140.sln re-generated project files 2020-01-11 22:33:28 +01:00
Crypto_vs140.vcxproj Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_vs140.vcxproj.filters Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_vs150.sln re-generated project files 2020-01-11 22:33:28 +01:00
Crypto_vs150.vcxproj Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_vs150.vcxproj.filters Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_vs160.sln re-generated project files 2020-01-11 22:33:28 +01:00
Crypto_vs160.vcxproj Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_vs160.vcxproj.filters Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_vs170.sln ProGen vs170 projects with Win32,x64,ARM64 (#3612) 2022-05-27 21:58:46 -05:00
Crypto_vs170.vcxproj Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_vs170.vcxproj.filters Crypto: Progen again to add new files and bring back ARM64 configuration (#3724) 2022-08-01 01:42:45 -05:00
Crypto_VS90.sln new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Crypto_VS90.vcproj Added missing Crypto Header to ProGen source (#3722) 2022-07-29 04:19:31 -05:00
Crypto.progen add sendfile method for streamsocket (#4007) 2023-12-11 10:47:03 +01:00
dependencies new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Makefile fix: Sync 1.11.-1.12-devel(1.13) #4187 2023-10-16 00:16:06 +02:00