Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Oat++

Open-source C++ web framework for highly scalable and resource-efficient web applications.
Collective - Host: opensource - https://opencollective.com/oatpp - Website: https://oatpp.io/ - Code: https://github.com/oatpp

Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-starter-async - 4b91b0df39c85a2856e7887195f5633179e6c58d authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-starter - ebd5a1aac7d961d451f79395847b8e4e508ba97e authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/example-server-stop - ebd5a1aac7d961d451f79395847b8e4e508ba97e authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-starter-module - b0c43d5223a4310a4c38c7b787a8d760abf6f377 authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-mbedtls - 16739eb19770fccdfd28e26251338048c39534db authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-libressl - f4db0b1d9c0d9fa5f1be2f919a5dd77553c22a97 authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-curl - 47e11857b6816fb3c7c3bee9cd0f6e01895046ac authored over 5 years ago
update CI images

github.com/oatpp/dockerfiles - b63951e9674825120a7abc8d1b07ecf8c9402eca authored over 5 years ago
CI. Add Windows build.

github.com/oatpp/oatpp-consul - ab5d71c57a3fcb8a076c105b4608ca97f58a0a05 authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-consul - d0b533f2744d593ef024543a893761703f8425e0 authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-swagger - 236cb939601daa1a705bb7923b6f4f1aa4229fb6 authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp-websocket - 05ce08400de930474e0ed36e1e51b2ff0094724f authored over 5 years ago
Version. Increase to '0.19.9'.

github.com/oatpp/oatpp - 35821ed58ac79ad1d7200bd4667a3be52e16feca authored over 5 years ago
Merge pull request #134 from oatpp/minor_optimization

Minor optimization

github.com/oatpp/oatpp - f24a2247098d02975869e8d90a059770ddca8df5 authored over 5 years ago
Optimization. Remove double buffering in outgoing responses.

github.com/oatpp/oatpp - 9372ad5e8ce6f09e394b8cfe6c92bd1ee6177bec authored over 5 years ago
Remove commented code

github.com/oatpp/oatpp - 49a6c50f033593b6661a6b46d1dcedfb85e36a43 authored over 5 years ago
Merge branch 'master' into minor_optimization

github.com/oatpp/oatpp - ac0747e4f888eca8c839c151c8bb90b8d0b90d5e authored over 5 years ago
Merge pull request #131 from bhorn/cors_macro_draft

Cors macro draft

github.com/oatpp/oatpp - d497bc13270a9d4a78b25b011cc1dbfdb7e1b1f9 authored over 5 years ago
Missed comment about CMakeLists.txt

github.com/oatpp/oatpp - 584e028513fe4933e9c16f372878fed01014c48c authored over 5 years ago
Implemented comments from PR

github.com/oatpp/oatpp - 23545685cea34c819be77b219259f4550f9c6951 authored over 5 years ago
Refactored to use the new `ENDPOINT_INTERCEPTOR` macro instead own interceptors

github.com/oatpp/oatpp - 68e41f05c1c1dbc51c45652ffea06933578ca347 authored over 5 years ago
Merge branch 'master' into cors_macro_draft

# Conflicts:
# src/oatpp/codegen/codegen_define_ApiController_.hpp
# src/oatpp/codegen/codegen_u...

github.com/oatpp/oatpp - 27dcc538d8c6e5d53ed8da67398df31f39a37caa authored over 5 years ago
Merge pull request #133 from oatpp/endpoint_interceptor_macro

Endpoint interceptor macro

github.com/oatpp/oatpp - da61fcf54071ca6bb1138d79401f58ade7b94693 authored over 5 years ago
Tests. Assert errors in FullAsyncClientTest.

github.com/oatpp/oatpp - 7300708f67708832b8d33525f182536e3a88f307 authored over 5 years ago
Codegen. ApiController. 'ENDPOINT_INTERCEPTOR' macro tests.

github.com/oatpp/oatpp - d5b7cb536af6759fa2390eaf242199fdf642a0f9 authored over 5 years ago
Codegen. Introduce macro.

github.com/oatpp/oatpp - af8aef974505c15aec5c1d5b13070bb006c379da authored over 5 years ago
ApiController. Introduce 'ENDPOINT_INTERCEPTOR' macro.

github.com/oatpp/oatpp - 40dc8d77fe1ba151d44ecc106176c798416844de authored over 5 years ago
Merge branch 'master' into minor_optimization

github.com/oatpp/oatpp - e0ff9bf100d98fb6644306b6e7651aa1237f4ffc authored over 5 years ago
Merge pull request #132 from oatpp/fix_129

Fix 129

github.com/oatpp/oatpp - 5ce46ae55eb0405d50ff8138d0a40dd7b1790e2d authored over 5 years ago
Minor code cleanup

github.com/oatpp/oatpp - 6b93b1a7465381080e9ac8237943caa50d5751f4 authored over 5 years ago
#129. Fix socket closing in SimpleTCPConnectionProvider async connect.

github.com/oatpp/oatpp - ac005faef3c3795fce6c82b5a56b34dd44188d9d authored over 5 years ago
Refactored for better readability

github.com/oatpp/oatpp - 1dca1651ad130a4873388d23d3dd09f558f84262 authored over 5 years ago
Further refactored, MAX_AGE now also adjustable

github.com/oatpp/oatpp - 30b35ac6e729601f29184bbca91ab2038f8d7e11 authored over 5 years ago
Merge branch 'master' into cors_macro_draft

github.com/oatpp/oatpp - 59e377630d2f471be887a0a6f56b254927e76388 authored over 5 years ago
Refactored, added Tests

github.com/oatpp/oatpp - 9c44be5cd10ca25d18dbf57da9e914043b4f3fcf authored over 5 years ago
CORS macro draft

github.com/oatpp/oatpp - 95c0b8c462bc85a7afce3149d591483444c2ca5d authored over 5 years ago
Fix 129. Check for getsocketopt SO_ERROR.

github.com/oatpp/oatpp - 1e61ae82bbf1d5ce3d82a908220bce1751717384 authored over 5 years ago
Merge branch 'master' into minor_optimization

github.com/oatpp/oatpp - 12262a8fe8c654e5ddab4a76db9165dab9c04796 authored over 5 years ago
Merge pull request #128 from bkannadassan/master

Fix. Fixed crash happening when debuggng via GDB.

github.com/oatpp/oatpp - 77f3f69c68e2f5b0f4932fc8af9bacf51efaa160 authored over 5 years ago
Fix. Fixed crash happening when debuggng via GDB.

github.com/oatpp/oatpp - 9296862ea8be661d34896bfa93c8d85688c13034 authored over 5 years ago
minor optimization

github.com/oatpp/oatpp - 2479af48c44037cb371dda1109bc62acbd80bbbc authored over 5 years ago
New oatpp-Async error handling

github.com/oatpp/benchmark-websocket - 394498deca572a80ac72aee39c264f2d71c7fa9c authored over 5 years ago
Merge pull request #126 from oatpp/fix_stream_buffered_proxy

Fix. StreamBufferedProxy suggested stream action.

github.com/oatpp/oatpp - bbbf7217bf7cb81fc9d1d97d032fc8a6497d0a5e authored over 5 years ago
New oatpp Async error handling.

github.com/oatpp/oatpp-mbedtls - 2a85c249b89f438b4a420d91a9c71fb456ca9642 authored over 5 years ago
Fix. StreamBufferedProxy suggested stream action.

github.com/oatpp/oatpp - b5d06e91a58b0c9ab4a8bdde9a3212c7b7dbe2e7 authored over 5 years ago
Fix Error Handling.

github.com/oatpp/oatpp-websocket - a1bee3ae306275479dd4281b1037920b53c02d28 authored over 5 years ago
Merge pull request #125 from oatpp/better_async_error_handling

Better async error handling

github.com/oatpp/oatpp - 72b0d3a487ede304f8dbf4d3aa80b66548770b23 authored over 5 years ago
Remove coroutine parameter from oatpp::data::stream::ReadCallback.

github.com/oatpp/oatpp - 4422011b5ef7f6cdc3eee52d3a5fb643fd5f4483 authored over 5 years ago
Error Handling. Async. Better error handling and error propagation.

github.com/oatpp/oatpp - cb9b2b206fbf1f5183c63383c71a042a6e6c7fe8 authored over 5 years ago
Merge pull request #123 from oatpp/http_pipelining

Http pipelining

github.com/oatpp/oatpp - c178ab488e01ee42fdd0cc1cee3cca424e585169 authored over 5 years ago
Tests. Pipeline test. Check size of result only

github.com/oatpp/oatpp - c0a532041c01737f8f10fda45e9b79d5132cbaec authored over 5 years ago
uncomment tests

github.com/oatpp/oatpp - 11e30bbb89d76e47c1132d1c5719136586bbfe70 authored over 5 years ago
Feature http-pipelining. Async API support.

github.com/oatpp/oatpp - b77039dee0d0bd06ff213405f8afcb28a35cf27f authored over 5 years ago
Feature http-pipelining. Simple API support.

github.com/oatpp/oatpp - 125e18609e5b9d84b5b142769cd395e2a40c161c authored over 5 years ago
Merge pull request #122 from oatpp/better_async_engine

Better async engine

github.com/oatpp/oatpp - 73d9523a5ac627609f8d409ce46305404cfbae0e authored over 5 years ago
Merge branch 'master' into better_async_engine

github.com/oatpp/oatpp - e96c30935969c8ff036b2e976652731ae81537b6 authored over 5 years ago
Merge pull request #121 from oatpp/fix_120

Fix bug #120.

github.com/oatpp/oatpp - baa6d93e1521f221073dd50d8d47bd4f28f0763d authored over 5 years ago
Fix bug #120.

github.com/oatpp/oatpp - 692b8e04e42334d221e113b37f6be31296e930d5 authored over 5 years ago
Pass FunctionPtd params by const ref

github.com/oatpp/oatpp - 8c1a367e2866d165f100a0f0cb75922b03819310 authored over 5 years ago
Optimize Async Memory. Introduce CoroutineHandle.

github.com/oatpp/oatpp - 133b79f56383379fd27445cf4b6ec70aff866fa4 authored over 5 years ago
Fix error handler.

github.com/oatpp/example-postgresql - 336bc104be07fe9fd562611104010c39da3450ec authored over 5 years ago
Better .gitignore

github.com/oatpp/oatpp-swagger - 68ab988365bfabbf5b20a9b9a22a6323334edcf6 authored over 5 years ago
Merge pull request #14 from bhorn/noncached-resources

Noncached resources

github.com/oatpp/oatpp-swagger - fb439d9724c8910f73a3699b75ed1cf7511cb17e authored over 5 years ago
Replaced c-API with oatpp::...::FileStream

github.com/oatpp/oatpp-swagger - f40265bfbca4c2bc158238214dcbc463d39f357d authored over 5 years ago
Merge pull request #13 from lganzzzo/authorization-draft

Authorization draft

github.com/oatpp/oatpp-swagger - 498f99511dd2077b38c4ea2ef354d75b46131c8f authored over 5 years ago
API Docs. Minor fix. API-Docs tool does not support function types.

github.com/oatpp/oatpp - 68bbb14ec4bb6b67cfb5917c7c1ed9201f82d341 authored over 5 years ago
Rename confusing to SecurityScheme.

github.com/oatpp/oatpp-swagger - 5d0925e344b48ba9a9fa1027f9cc462906d42a59 authored over 5 years ago
Fix API docs. + Minor code-style fixes.

github.com/oatpp/oatpp-swagger - beaf0a797c64c997b890bcf4e8d0f56303b9aa45 authored over 5 years ago
Non-Cached Swagger-Resources

github.com/oatpp/oatpp-swagger - 9197f4eeb338ed417b5eae36a8d8e4a68f9a82a0 authored over 5 years ago
Compatibility with the in-master-merged authorization

github.com/oatpp/oatpp-swagger - 4b71e7a94bf0fdd0490491bda09b5383ad228be7 authored over 5 years ago
Merge pull request #114 from bhorn/authorization-draft

Authorization

github.com/oatpp/oatpp - 0812b301b726f765f5d01e29ca9138b91083fc46 authored over 5 years ago
Added some more documentation to ApiController

github.com/oatpp/oatpp - d9221e3576fcdf1af97b69fc5eeb74fb591a8484 authored over 5 years ago
Added error-throw if no auth-handler was set up before controller is added to router or swagger-doc.

Also added missing undef for `OATPP_MACRO_API_CONTROLLER_AUTHORIZATION_2` and `OATPP_MACRO_API_CO...

github.com/oatpp/oatpp - 7b0f6e64d09d5614b957b3dfd169120375e66bb6 authored over 5 years ago
Merge pull request #8 from lganzzzo/authorization-draft

Authorization draft

github.com/oatpp/oatpp - fb29f0d9191b7c3ee255858fc28aee1ef82fc41c authored over 5 years ago
Feature Endpoint Info deferred init. Fix seg.fault.

github.com/oatpp/oatpp - c2f2b3649c19333b061247df04a9557575c61320 authored over 5 years ago
Merge pull request #6 from lganzzzo/authorization-draft

Authorization draft

github.com/oatpp/oatpp - 5971a6928fcca7f7258cd9adf2283459a69f05c6 authored over 5 years ago
Fix includes

github.com/oatpp/oatpp - 970c92e7d1ba41356e05561b8b22d0749f68855a authored over 5 years ago
Fix Endpoint::info declaration.

github.com/oatpp/oatpp - 213fc525354f8a37b5bdeb856e6e477d9de504d0 authored over 5 years ago
Merge pull request #118 from lganzzzo/authorization-draft

Authorization draft

github.com/oatpp/oatpp - 02a42a379607c2d03868d6606d18d46695d47e1f authored over 5 years ago
uncomment tests

github.com/oatpp/oatpp - 2e422a281d1ca9370ebe13a6ac5f3a860ebf2b86 authored over 5 years ago
Merge branch 'endpoint-info-deferred-creation' of https://github.com/bhorn/oatpp into authorization-draft

github.com/oatpp/oatpp - 4cd550353a35d8d2814d490800716617365d237f authored over 5 years ago
Feature Authorization. Add possibility to configure different auth-handler for AUTHORIZATION macro.

github.com/oatpp/oatpp - 1d8b515f65b1cc1dc5f45c56e602d5f3560a0cd4 authored over 5 years ago
Simple idea to deferr creation of endpoint info until its really needed!

github.com/oatpp/oatpp - 4de4ef4258b0f5b3fa564a21399fbdf88086b0bf authored over 5 years ago
Refactor. Remove OATPP_ASYNC_EXECUTOR_THREAD_NUM_DEFAULT build flag.

github.com/oatpp/oatpp-websocket - d4f869669a05f9c843c5ccd96bb48e9eb8546ed3 authored over 5 years ago
Merge branch 'master' of github.com:oatpp/oatpp into authorization-draft

github.com/oatpp/oatpp - ac0684c2290514085fc8a7b04da4264990c7eab8 authored over 5 years ago
Merge pull request #117 from oatpp/async_executor_suggest_threads_count

Feature async::Executor. Suggest threads count.

github.com/oatpp/oatpp - 387c777d38c4e5bfb60beab6d763ababe801540b authored over 5 years ago
Feature async::Executor. Suggest threads count.

github.com/oatpp/oatpp - 693f1a1123c9a4db07d5d3768fbb1a3abac3061d authored over 5 years ago
Feature Authorization. Better error handling. Add possibility to add headers to error responses.

github.com/oatpp/oatpp - 8ea01afcc109be44e56218e5f41eb37c4c7e686a authored over 5 years ago
Feature Authorization. Fix Tests for Default Basic Authorization.

github.com/oatpp/oatpp - 868ec5e6f066caca46f472af2da7c78d7897c281 authored over 5 years ago
Another extension to endpoint-info for a better swagger-integration

github.com/oatpp/oatpp - 54984b906840e072bedf8f732d31c231f0e4199b authored over 5 years ago
Convenience extensions and asserts

github.com/oatpp/oatpp-swagger - 39a2639104bfb4c2de0199b1e07289a006aeee70 authored over 5 years ago
OAS Authentication-Security documentation implemented.

Next: Convenience Defaults

github.com/oatpp/oatpp-swagger - 557cc73d5d780dc9bc550d292527560a8e5b4d8d authored over 5 years ago
Fix Convenience "Default-Basic-Auth" DefaultBasicAuthorizationObject

github.com/oatpp/oatpp - 4f1698cf13c06c896b02c8e5113a1a0cda3a36bc authored over 5 years ago
Merge pull request #4 from bhorn/authorization-draft-defaults

Convenience "Default-Basic-Auth"

github.com/oatpp/oatpp - 74a0dc23751869e3dec1f57b7cd8ee03fa7b6e81 authored over 5 years ago
Convenience "Default-Basic-Auth"

github.com/oatpp/oatpp - 0ddb9a353292205962a90307e8c526d3ff5faf80 authored over 5 years ago
Convenience "Default-Basic-Auth"

github.com/oatpp/oatpp - 704ff9aa81f084f1c8f8299608f0bb889e0215b9 authored over 5 years ago
Extensions to preparations for the swagger SecurityScheme implementation

github.com/oatpp/oatpp - 9e4aa0f671dbf0930f3fe2053b72da3355aff256 authored over 5 years ago
Merge branch 'authorization-draft' of https://github.com/bhorn/oatpp into authorization-draft

github.com/oatpp/oatpp - dd1fd2e4a6ccb30d4ee97315bc55251d0dd15149 authored over 5 years ago
Merge pull request #3 from lganzzzo/authorization-draft

Authorization draft

github.com/oatpp/oatpp - 7b328be388a366c061afb1d200b12fb7c47c4774 authored over 5 years ago