lganzzzo
|
177baed770
|
web::client::HttpRequestExecutor: Introduce ConnectionProxy for better connection management. (#443)
|
2021-08-05 00:18:25 +03:00 |
|
Leonid Stryzhevskyi
|
2fdaf6070c
|
Merge pull request #455 from oatpp/#443_automatically_invalidate_connection
web::client::HttpRequestExecutor: #443. Automatically invalidate clos…
|
2021-08-04 21:18:56 +03:00 |
|
lganzzzo
|
aa90bed836
|
web::client::HttpRequestExecutor: #443. Automatically invalidate closed connection.
|
2021-08-04 21:00:01 +03:00 |
|
Leonid Stryzhevskyi
|
c8ff271d06
|
Merge pull request #450 from ElementumOrg/master
Catching up with streaming changes
|
2021-07-29 15:49:23 +03:00 |
|
Denis Kuzmenok
|
bf0bd0aded
|
Changed getKnownSize return type to v_int64 to properly deal with big sizes on 32-bit platforms.
|
2021-07-29 09:16:04 +02:00 |
|
Leonid Stryzhevskyi
|
b7d1ad5083
|
Merge pull request #448 from LaurentBergeron/required_dto_fields
add bool required to Property.Info
|
2021-07-28 23:29:56 +03:00 |
|
Laurent Bergeron
|
bd226e9120
|
add bool required to Property.Info
|
2021-07-27 14:52:55 -07:00 |
|
Leonid Stryzhevskyi
|
6c504bfb47
|
Merge pull request #444 from samarai-jk/master
ClientConnectionPool: close pool-connection if server has closed it
|
2021-07-20 08:35:20 +03:00 |
|
jk
|
9c3444b751
|
ClientConnectionPool: close pool-connection if server has closed it
|
2021-07-20 11:34:34 +08:00 |
|
Denis Kuzmenok
|
90011c2c14
|
Change proposed by Leonid
|
2021-07-02 17:53:07 +02:00 |
|
Denis Kuzmenok
|
27c88801be
|
added a check for Status 206 to avoid direct body read.
|
2021-07-01 21:35:08 +02:00 |
|
Leonid Stryzhevskyi
|
ea442eae28
|
Merge pull request #440 from LogosDesignAS/FixForAndroidApi19
Android API 19 does not support the epoll_create1
|
2021-07-01 15:23:41 +02:00 |
|
Thomas Bowley
|
c4651919d8
|
Android API 19 does not support the epoll_create1 interface and should instead use the older epoll_create
See https://github.com/android/ndk/issues/394 for more information
|
2021-07-01 10:50:41 +02:00 |
|
Leonid Stryzhevskyi
|
45996bf7fc
|
Merge pull request #435 from Yadoms/LinkWithMsvcStaticRuntime
Add option to link with MSVC static runtime (OFF by default)
|
2021-06-11 12:53:41 +03:00 |
|
Sébastien Gallou
|
47b34ef74c
|
Make MSVC runtime setting available for all projects
|
2021-06-11 09:55:01 +02:00 |
|
Sébastien Gallou
|
6940d26f2e
|
Add option to link with MSVC static runtime (OFF by default)
|
2021-06-11 00:20:16 +02:00 |
|
Leonid Stryzhevskyi
|
37cab34a19
|
Merge pull request #428 from autoantwort/fix-localtime_r
Use always localtime_s on windows.
|
2021-05-11 19:56:11 +03:00 |
|
Leander Schulten
|
6ad5cd2791
|
Always use localtime_s on windows. Previously a function was used that only handles 32 bit time_t values while time_t was 64 bit
|
2021-05-10 21:38:32 +02:00 |
|
Leonid Stryzhevskyi
|
501b7cc00d
|
Merge pull request #427 from DavidKorczynski/master
Migrating fuzzers from oss-fuzz.
|
2021-05-07 19:58:02 +03:00 |
|
davkor
|
d107e4b658
|
Moved fuzzer to dedicated folder.
Signed-off-by: davkor <david@adalogics.com>
|
2021-05-07 17:52:17 +01:00 |
|
davkor
|
da43b35692
|
migrating fuzzers from oss-fuzz.
|
2021-05-07 15:10:08 +01:00 |
|
Leonid Stryzhevskyi
|
4588f8d1e5
|
Merge pull request #426 from MHaselmaier/master
Fixed compiler warnings
|
2021-05-06 23:53:04 +03:00 |
|
MHaselmaier
|
185464b155
|
Fixed compiler warning for unreferenced local variables and truncations on MSVC
|
2021-05-06 21:27:35 +02:00 |
|
Leonid Stryzhevskyi
|
13eaca0dc7
|
Merge pull request #423 from MHaselmaier/master
Fixed memory leak in move assignement operators
|
2021-05-03 23:42:26 +03:00 |
|
MHaselmaier
|
4f1e0b81d9
|
Fixed memory leak in move assignement operators
|
2021-05-03 21:59:43 +02:00 |
|
Leonid Stryzhevskyi
|
2b6a90f601
|
Merge pull request #422 from MHaselmaier/master
Minor performance relevant changes
|
2021-05-03 14:26:10 +03:00 |
|
MHaselmaier
|
25a7d4c8bf
|
Utilized std::vector constructor to default initialize n elements instead of calling push_back n times
|
2021-05-03 12:12:43 +02:00 |
|
MHaselmaier
|
ffcc180dc1
|
Removed unesseccary copies
|
2021-05-03 12:10:21 +02:00 |
|
MHaselmaier
|
19e9c59b62
|
Used perfect forwarding in Coroutine::start
|
2021-05-03 12:07:03 +02:00 |
|
Leonid Stryzhevskyi
|
019ca7f579
|
Merge pull request #421 from MHaselmaier/master
Added missing virtual destructor and removed superflous virtual specifier
|
2021-05-02 17:23:21 +03:00 |
|
MHaselmaier
|
881a3b9b49
|
Added missing virtual destructor.
Removed superflous virtual.
|
2021-05-02 16:03:26 +02:00 |
|
Leonid Stryzhevskyi
|
6e9de70898
|
Merge pull request #420 from MHaselmaier/master
Minor refactorings
|
2021-05-02 15:46:24 +03:00 |
|
MHaselmaier
|
9fb654b8fb
|
Removed superfluous virutal
|
2021-05-02 14:23:31 +02:00 |
|
MHaselmaier
|
9fe78ba9f6
|
Merge remote-tracking branch 'upstream/master'
|
2021-05-02 12:05:58 +02:00 |
|
MHaselmaier
|
7ca0ec7875
|
Declared variable when used, not a the start of function
|
2021-05-02 11:59:49 +02:00 |
|
MHaselmaier
|
91c3818a64
|
Replaced goto statement with break
|
2021-05-02 11:57:26 +02:00 |
|
MHaselmaier
|
250d399d64
|
Added missing override specifier
|
2021-05-02 11:56:09 +02:00 |
|
Leonid Stryzhevskyi
|
4990eb6155
|
Merge pull request #419 from MHaselmaier/master
Added missing throw keyword
|
2021-05-02 10:47:29 +03:00 |
|
MHaselmaier
|
f3d513992f
|
added missing throw keyword
|
2021-05-02 09:30:59 +02:00 |
|
Leonid Stryzhevskyi
|
fba6d02c89
|
Merge pull request #414 from boldrij/update_port_after_binding
Update port after binding
|
2021-04-22 23:42:56 +03:00 |
|
boldrij
|
899f675ebf
|
Update ConnectionProvider.cpp
forget ;
|
2021-04-22 20:10:32 +02:00 |
|
boldrij
|
c8996c42d7
|
Update port after binding
Typicaly in case we use a port equal 0 to let the system find a free port, we need to update the port property of the provider
|
2021-04-22 20:03:54 +02:00 |
|
Leonid Stryzhevskyi
|
d6521d2178
|
Merge pull request #396 from bamkrs/master
Add hints and advice to the threading-examples in `Server.hpp`
|
2021-03-01 15:07:07 +02:00 |
|
Benedikt-Alexander Mokroß
|
24c89a7ce8
|
Add hints and advice to the threading-examples in Server.hpp and added the link to the warning in Server.cpp
|
2021-03-01 08:50:43 +01:00 |
|
Kasper Seweryn
|
78e6152090
|
Fix #324 (#395)
* Attempt to patch #324
* Add check for MinGW and code attribution
|
2021-03-01 07:36:34 +01:00 |
|
Leonid Stryzhevskyi
|
9899786b23
|
Update README.md
|
2021-02-16 04:13:54 +02:00 |
|
Leonid Stryzhevskyi
|
f9b5c755a1
|
Merge pull request #390 from oatpp/fix_missing_virtual_destructors
Fix missing virtual destructors
|
2021-02-16 03:33:09 +02:00 |
|
lganzzzo
|
44813e4113
|
web::server::interceptor: Add missing virtual destructors for Request/Response interceptors.
|
2021-02-16 03:31:50 +02:00 |
|
Zach
|
b207ad307a
|
Merge pull request #1 from acidtonic/acidtonic-patch-1
Update RequestInterceptor.hpp
|
2021-02-15 14:57:26 -05:00 |
|
Zach
|
42685cf0d1
|
Update RequestInterceptor.hpp
Corrected virtual class with public non-virtual destructor.
|
2021-02-15 14:57:03 -05:00 |
|