Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
https://github.com/oatpp/oatpp
network::monitor::ConnectionMonitor: invalidateAll() method
17ef2a7f6c8a932498799b2a5ae5aab2869975c7 authored 11 months ago by Leonid Stryzhevskyi <[email protected]>d95e763da11ae22c6f46b344da59c7734b88b413 authored 11 months ago by Leonid Stryzhevskyi <[email protected]>
Fix a potential crash, indicated by a compiler warning (#894)
a85ee40b369817ca2994033efb807665286f80f1 authored 11 months ago by Leonid Stryzhevskyi <[email protected]>
At this point in the code it == m_statCollectors.end() and therefore
it->first has no meaning an...
encoding::Url: fix method params
bc24a9c090b30f6cedc7f955d19767d7f13b235e authored 12 months ago by Leonid Stryzhevskyi <[email protected]>d22dfca9e880b898de1754ac93cc1edaa18a9e4b authored 12 months ago by Leonid Stryzhevskyi <[email protected]>
Fix the bug of send "null" in request body causes seg-fault
a5fe65becc48a7aab474623cf2fd5e2897a53e12 authored 12 months ago by Leonid Stryzhevskyi <[email protected]>02a21de839fabdae26b1a68782eb4dfeb8b58869 authored about 1 year ago by linhaojun857 <[email protected]>
df9ddc0313bf2d0d9c0db2d6b3c5f299c5c1dd93 authored about 1 year ago by linhaojun857 <[email protected]>
Add test sample for HttpRouter
57e6a714d757d3fcc85214bc59011f01bbdb1cc4 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>1137678bbadb7a687f719d6d68bc75fd371d6840 authored about 1 year ago by linhaojun857 <[email protected]>
src/oatpp/core/base/Environment.hpp: include cstdarg
1d11558e2cbbabc0db02a233bf00d651ce5ea758 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix compilation on GCC 4.6
679b6e95f2ef06363e7bec72a98b18557732406f authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>Include cstdarg to fix the following build failure with uclibc-ng:
In file included from /home/...
b3e8930ccbaeeb77a4cd8b0fffbe52a208aa9a29 authored about 1 year ago by Fabrice Fontaine <[email protected]>The compiler flag `-fcf-protection` is only available since GCC 8.1.
Closes #892
315d5ae498c1260a1c7d1e77ab8fc7da17230916 authored about 1 year ago by Steffen Olszewski <[email protected]>Try to fix cross-compile for Raspberry Pi with GCC version < 8.1
c1d37c189e3f07db3bd28d1ee98845692e094a06 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>Allow overriding DI injected variables in ClientServerTestRunner
2435f4a3fba87e41cdb677009d257286e34d1150 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>Move OATPP_COMPONENT calls to constructor to allow supplying variables without using DI
d427e200e95db91d0f979581cfc271036ec518c6 authored about 1 year ago by Michel Wohlert <[email protected]>5ccad57d7822c2239e8aeca9175dc943230601a8 authored about 1 year ago by Sébastien Gallou <[email protected]>
New fix to issue 872
1e5b0c49179c75508498c91660ae12a7866edebf authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>5d552e962555c6d9711d8cf1781a83a7ce814fe3 authored about 1 year ago by Alex Kong <[email protected]>
Prevent unintended removal of local CMake variables
33c076d4b50f52479c6b98f4f7c3ccf7631532cf authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>Ignore more build directory patterns
1714ce58eca2ac12a526d1b9709005a77e6d9d33 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Without quotes list expansion happens inside the set-call, if the list is empty,
this actually u...
bbffb933070b253c9233ed42c584b8c4618b96e3 authored about 1 year ago by Steffen Olszewski <[email protected]>
67fa47af998dd516ee055e4b5449bb4b9144bd54 authored about 1 year ago by Steffen Olszewski <[email protected]>
comment out fcf-protection
b85a565351ec65fde5b24c5b1ba2b89d515c5439 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>ad6a6906bce3ed91ea106ad905c1adad5b0151b3 authored about 1 year ago by Alex Kong <[email protected]>
dec7490f798a9e08d9b408f4fd19c03dae07bbe0 authored about 1 year ago by Alex Kong <[email protected]>
3d0081ab34a8f2095e94507daa93623a560d09aa authored about 1 year ago by mamsds <[email protected]>
Fix serialize object and deserialize json when not include required field
d2c06b65af3b0b8579591b6e2f96484fcf05af7e authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>1a69c72c67f632c2934b34a91f69ad4d5dffd94d authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
7b92550523d2909aee9859a499f30551eae4c0ea authored over 1 year ago by linhaojun857 <[email protected]>
c7e1c2375bf4393ec58d8357917d5ec40b3ab363 authored over 1 year ago by linhaojun857 <[email protected]>
Fix default value with QUERY macro
432464285a40a59edd3565518645efb27f9c6882 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>0202d08725ee8e7dcad1c264416948eebd30ede8 authored over 1 year ago by linhaojun857 <[email protected]>
Add Interface ConnectionConfigurer
3f37fa7008e2387bd270f9a52ed72bae857f29a9 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix ConnectionMonitor
a309413ae084bcb1d3056568ab3dd459e68ff47a authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>32b2b2eb787882871d528e19770d905980890ed8 authored over 1 year ago by linhaojun857 <[email protected]>
455aa12b54e2a045006d30b6147288246ecddd32 authored over 1 year ago by linhaojun857 <[email protected]>
55971cf0993f57f48ec5c679402c52ed71ddfd45 authored over 1 year ago by linhaojun857 <[email protected]>
Fix client retry bug
7e14e48a98caab2d8047369e9cf5c1d54784b0ef authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix url parse bug
d042b62bed1e7014f1d0868c1fc79c897b6ae561 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>0a5900bd8f324231375aae31a564c0f517c1738b authored over 1 year ago by linhaojun857 <[email protected]>
62257a94b785219cfef9529b5370d4c4d59ed376 authored over 1 year ago by linhaojun857 <[email protected]>
Add Clang support
d4f0ab93c8b87552b5c40f42a37e56b9f0353509 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
81e05099adc056d81d1c448990bd8b2dfbd3e54a authored over 1 year ago by Ferry Huberts <[email protected]>
* master:
Fix v_sock_size definition
Use auto for 2 locals
Convert uses of socklen_t to v_...
Fix compiler warnings in compilation units (-Wsign-conversion)
cc09632a14f5340f750750347e91551c2e73b161 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
11852eb3b51020fb22220d39fb27d72b414f450f authored over 1 year ago by Ferry Huberts <[email protected]>02936f708799abeab2ac1aa78a30a0d58880a359 authored over 1 year ago by Ferry Huberts <[email protected]>
Signed-off-by: Ferry Huberts <[email protected]>
fd29f31a5ce866fc51ebda12fead9e7fafddcfd6 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
defda0ff16af2059289f1cd98d992646d6e3b74e authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
cc929ed6909021fb7803d5800de764aea4377b30 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
a93fa88897fa71c1b01ba1172e89325568a641e5 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
244a86118da54ca22ad3c29bed78983213a1eda7 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
82beea00713064cf57e35d541293e592d5d84058 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
e54fad7fa492e9d771f70af501bfd9b3764b752d authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
aa02f4bb3f12b7d8f25900251c59f05ee4786931 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
7c0ef284494373c7bb951d69128165366927d31b authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
97452f0c9123261268c2164d131251010b64fb51 authored over 1 year ago by Ferry Huberts <[email protected]>1 left:
src/oatpp/core/async/Coroutine.cpp:325:10: warning: 'return' will never be executed [-W...
9a2854be58e9f67c808b0f6ab7b5e1ca4be8a9a6 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
46fd1a60787fc5da8f6a2131736da8461a541e5d authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
ccfc3f842281f9e732ec9954f34b40d8eb929409 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
330f64dd95c82f18ea7c4095ee1265b5278bf72f authored over 1 year ago by Ferry Huberts <[email protected]>A few are left
Signed-off-by: Ferry Huberts <[email protected]>
44c37df00265d4abb7af0700397dac85a4485d6e authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
485c464c935f45eaba0a9b33fec24587e9acb1bf authored over 1 year ago by Ferry Huberts <[email protected]>Fix compiler warnings in headers (-Wsign-conversion)
18545730109fdfab6d74c67dcc491f731db6fddb authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
1f9ad05fa5020f9f5ea0ac33cff5f7bfc8f4626e authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
9e88481674892984661105fb585558ab045e3bc7 authored over 1 year ago by Ferry Huberts <[email protected]>Fix compiler warnings (-Wsign-compare)
104c4eb0118d1384abf59d3143770b3e8f35fb33 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix issue with "100 Continue" response not sent correctly
1f008731dd43a574759d77a44f4cd00768106225 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>fixes #607
Signed-off-by: Patrik Huss <[email protected]>
7c0e12e5f6ea2b3e88f9bcf15b799f544737667d authored over 1 year ago by patrikhuss <[email protected]>Fix compiler warnings (-Wuseless-cast)
6c04c92f3d3034d940af97a31032aa7e5cfe05fa authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
e8ace1808f328cec4ba143283e5d5bf951c85297 authored over 1 year ago by Ferry Huberts <[email protected]>Fix compiler warnings (-Wlogical-op)
72807d83ee12e2e7d57d258078c21bd1e19aecf7 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix compiler warnings (-Wsuggest-attribute=noreturn)
2248156afa77c3917a1a7caef3bb5c0b4e6f2e9f authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
dfc5e913f8fafb92d4bec588f50dd743b6986187 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
7abf37dc9e60751db35713faea7edac86741d228 authored over 1 year ago by Ferry Huberts <[email protected]>Enable compiler warnings (-Wsuggest-attribute=cold)
ae908b82ee994fca082c7c59a0b50b077791d1e7 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix compiler warnings (-Wshadow)
217515591e73abeebc8dea67866a1744585afe99 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix compiler warnings (-Wdouble-promotion)
4839095677eff7eb0e8d87e5055c1b93c488fc85 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
The compiler didn't catch this one in the oatpp build, but did catch it
in the project in which ...
Signed-off-by: Ferry Huberts <[email protected]>
fabcc79ee1711c84eab31092fc44f828c8279e1e authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
0bdc3b6aaa291fac982983fe5a892dfc386899dc authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
f6f2d27b85722eb4b15a371dd88d6dc661ccd582 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
4652ad8682d36a81cf9465f19d2b02c0ae6d619e authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
91a7b3ef9c1b49352ee5920a1d21e466251e0df9 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
4b82a5cadde31cabba30c4a4b220187ec4fb53bd authored over 1 year ago by Ferry Huberts <[email protected]>Fix compiler warnings (-Wdangling-reference)
78f2232012894ae3600372570064c886dc3ead40 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix compiler warnings (-Wconversion)
75fc72b02c4f6f8beb128e7209e68fdf50a48363 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Enable compiler warnings (-Warith-conversion)
61f394ad4f4af149d4382b7bbb638821d973812b authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix compiler warnings (-Wsuggest-attribute=format)
ddd05b6ef5910f6d13f88a9c25782d97b58dbc90 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Fix compiler warnings (-Wuseless-cast)
adb6ac01841f72cc5c2e669b6973a90dd02f83c3 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
9f97e4ae6134a833654de6f6782e9116c3a2d13a authored over 1 year ago by Ferry Huberts <[email protected]>No impact on the build.
Signed-off-by: Ferry Huberts <[email protected]>
129dfeb7821665ab8b4e45f8018666ef653d12b2 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
85ee98509a30e30993731eedd6e588c96ceda900 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
7b3c54426c5516aaf5724f4202b089a20e357dd5 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
6dfe302829d3dd5403d62017c5b5861b9611ed06 authored over 1 year ago by Ferry Huberts <[email protected]>Signed-off-by: Ferry Huberts <[email protected]>
f116a9619ae665d9c1f52abf8948eb7418100e4a authored over 1 year ago by Ferry Huberts <[email protected]>