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

fix crashed (#186)

multipart::createAsyncFilePartReader("/path/to/file"); When the path "/path/to/file" is not exis...

70430b009714b7f5c585dfd045b7f8273cfd011f authored almost 5 years ago by Gergul <[email protected]>
Cleanup ApiController.hpp

c431270220f68d601097861d8c6e30eab8a8913e authored almost 5 years ago by lganzzzo <[email protected]>
Merge pull request #182 from oatpp/http_encoding_decoding_layer

Http encoding decoding layer

8a4fd7e57e440766b882ed5e497c83a2fe634189 authored almost 5 years ago by Leonid Stryzhevskyi <[email protected]>
Refactor. Rename 'http::encoding::EncoderCollection' --> 'ProviderCollection'

ad3dabb6045d514b2e85ece96e5543ef1c77af4a authored almost 5 years ago by lganzzzo <[email protected]>
Fix NPE on HTTP errors.

e9723baedd8df09bb38f022a4593916763d3c343 authored almost 5 years ago by lganzzzo <[email protected]>
http. Automatic content encoding according to 'Accept-Encoding' header.

2761633352e469f9d4005f178f892dda72150f05 authored almost 5 years ago by lganzzzo <[email protected]>
SimpleBodyDecoder. Automatic content decoding for Async API.

cae67d7adf65ea544c9a7f4ef1bca950b50569a1 authored almost 5 years ago by lganzzzo <[email protected]>
SimpleBodyDecoder add default value for constructor params.

a180a380e545ac7445680ee2ec6796b66603000f authored almost 5 years ago by lganzzzo <[email protected]>
HttpProcessor, BodyDecoder. Decode body according to 'Content-Encoding' header using available decoders.

c71fc366d452ebd1e117d0c8cf9faaf6c9669a18 authored almost 5 years ago by lganzzzo <[email protected]>
http. BodyDecoder. Remove redundant methods.

4081641af950a8d2b6d2af502d606263a67eb3e8 authored almost 5 years ago by lganzzzo <[email protected]>
Refactor. Move http/outgoing/CommunicationUtils to http/utils/CommunicationUtils

55a0230fc2b6e6d3970f1e9bcb98bb7723b08182 authored almost 5 years ago by lganzzzo <[email protected]>
Merge branch 'master' into http_encoding_decoding_layer

8619f139e3996ca7099e53f0831d151dc55a61e9 authored almost 5 years ago by lganzzzo <[email protected]>
Merge pull request #183 from ThmX/master

Add INET support for linux (not just INET6)

f47d84dbd9a68508d32e2f813d7e1b952adc86f9 authored almost 5 years ago by Leonid Stryzhevskyi <[email protected]>
Add INET support for linux (not just INET6)

0bbc138d08f6e6b976e084ad7c3ac5a7a5942163 authored almost 5 years ago by Thomas Denoréaz <[email protected]>
HttpProcessor. Simple API. Select ContentEncoder according to 'Accept-Encoding' request header.

cb197bf05c10cf7d3cf3bc2c223415fac0b8e9f0 authored almost 5 years ago by lganzzzo <[email protected]>
http::outgoing::Request/Response. Check for EncoderProvider when sent.

25233d66ea35913a2e5b9d92e5006e149945834e authored almost 5 years ago by lganzzzo <[email protected]>
http::outgoing. Remove redundant DtoBody.

c639a58e69a51c9cbe2a42c285ff12ca1d0b9d4f authored almost 5 years ago by lganzzzo <[email protected]>
Refactor. Simplify web::protocol::http::outgoing::Body

ddafe4207fcf3c12d12d0bcafb9452cc3e88496c authored almost 5 years ago by lganzzzo <[email protected]>
Introduce http::encoding::EncoderProvider.

b85ad6171eac6c39dd7939afb318e97b60182542 authored almost 5 years ago by lganzzzo <[email protected]>
IODefinitions. Rename 'isValidIoHandle' --> 'isValidIOHandle'.

afbafe447ff447db5ab227022eb4a568da97d16b authored almost 5 years ago by lganzzzo <[email protected]>
data::stream - fix readExactSizeData Simple/Async methods.

4e2205c70dadb6202532ee1ae1e9804817275dd7 authored almost 5 years ago by lganzzzo <[email protected]>
Merge pull request #181 from oatpp/better_streams_hierarchy_v2

Better streams hierarchy v2

52acdec219b126ab65548eb64bd4ac3ae90bc7de authored almost 5 years ago by Leonid Stryzhevskyi <[email protected]>
network::Connection. Fix IOMode set.

2ea0e034e1a422c394c9d8d3173e25bdddd312c0 authored almost 5 years ago by lganzzzo <[email protected]>
Oat++ Version. Increase to 0.19.12.

cb55324a78f1582d6bb0951be6833ea6290961d5 authored about 5 years ago by lganzzzo <[email protected]>
Tests. Uncomment All.

ae85446432f85e131098458af31d8522e250e286 authored about 5 years ago by lganzzzo <[email protected]>
IO. intruduce 'isValidIoHandle' function. Refactor. Change folder of IODefinitions.hpp

e5f24a8e55bf437752470b0d434c6dd1e828035c authored about 5 years ago by lganzzzo <[email protected]>
Tests. More logs.

85e23c17db297a53eb4a058d4452a9d0e91e0f5d authored about 5 years ago by lganzzzo <[email protected]>
network::server::SimpleTCPConnectionProvider atomic m_closed flag

4a972b0ead0c423afc017e0bc2c2bd8549c84328 authored about 5 years ago by lganzzzo <[email protected]>
Fix Windows CI build. Log SimpleTCPConnectionProvider.

7dbae02b89c6723d3f38cf1cb1101c5ba73f1c29 authored about 5 years ago by lganzzzo <[email protected]>
Tests. Correct async::Executor stop.

121d079e7d8a2d77195a21ec5ecdd1f7ed4fc325 authored about 5 years ago by lganzzzo <[email protected]>
Windows. server::SimpleTCPConnectionProvider. Put accepting socket in non-blocking mode.

e32c3613d32ece62c0b551f60e82e85f1d2efa8f authored about 5 years ago by lganzzzo <[email protected]>
Windows. server::SimpleTCPConnectionProvider. Add error logging.

6a39857ddeec7a660fd8b5e0f92e423a40680349 authored about 5 years ago by lganzzzo <[email protected]>
server::SimpleTCPConnectionProvider use select-accept.

292647ca9372b92a38b9632ac72ca1106bbcaff4 authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #180 from oatpp/investigate_leak_on_windows_ci

Investigate leak on windows ci

a765253ed5c930ed4296e9505fae6d48b4689068 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
Tests. Uncomment web tests. Increase number of iterations.

e3e6d4c0040da02c06f31089e8d6267384eeae09 authored about 5 years ago by lganzzzo <[email protected]>
network::Connection. Allow '0' in return of read/write

efb116e47cc73069d1424de30a1e0f2f0455d383 authored about 5 years ago by lganzzzo <[email protected]>
network::Connection. Consider Unknown errors as BROKEN_PIPE

28806a8acc8b9ce77576a1457731b1764aa476f9 authored about 5 years ago by lganzzzo <[email protected]>
Comment test out

34f6bc80d466b4037bafc24e5cadba12ecd1209e authored about 5 years ago by lganzzzo <[email protected]>
Log Connection.

11e154735c8d117e202d5d71a0f74de0f8552fcd authored about 5 years ago by lganzzzo <[email protected]>
HttpRequestExecutor. Set connection stream IOMode on request.

69e8eb34fc401e2bd8fe98cfd516e5e33667bc73 authored about 5 years ago by lganzzzo <[email protected]>
Better stream logging

a166bac588b5245990cc8d23f528faca72166656 authored about 5 years ago by lganzzzo <[email protected]>
Tests. Reduce amount of iterations

be993494b556ae7186877f9c5510e229dd89607f authored about 5 years ago by lganzzzo <[email protected]>
Tests. Comment tests.

e3630f9df40bdf922298fe09a0283995925a5303 authored about 5 years ago by lganzzzo <[email protected]>
Tests. Uncomment All.

1a311de23956595a32119d27ebb101b8af05b7a1 authored about 5 years ago by lganzzzo <[email protected]>
Fix windows ci build (#178)

* log request headers reader

* Tests. Pipeline run test on real port

* Log transfer pipe i...

642ce18656589c24f0a8d90f65129fe585425d51 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
Tests. CI. Test PipelineAsyncTest.

9f793a3771d49be09ea91d2e9e184888e16a8dcb authored about 5 years ago by lganzzzo <[email protected]>
Tests. CI. Log root endpoint.

d212fb843a762cf6875541021489a8f711c7d7a9 authored about 5 years ago by lganzzzo <[email protected]>
Tests. Comment tests. web/PipelineTest. Log readResult.

67991f8d74fe549fd9806e5fd5fa4e7267f6ee38 authored about 5 years ago by lganzzzo <[email protected]>
Tests. web/PipelineTest. Log readResult.

042765a00f1eddd8788586247266da78b94f61b2 authored about 5 years ago by lganzzzo <[email protected]>
Tests. Windows. PipelineTest more logs.

7a23c33420564d76c20bb5faaa9bf7f3649733ac authored about 5 years ago by lganzzzo <[email protected]>
Fix Windows build 2

80c4a910905cf55cb62ba341109e3c732792e0d5 authored about 5 years ago by lganzzzo <[email protected]>
Fix Windows Build

27de2d9cac506c61465e16f4b51a64e4732cc695 authored about 5 years ago by lganzzzo <[email protected]>
Greed Testsgit add --all

q

8dd39ca65d7e085aed465348fa560713ea1afc4b authored about 5 years ago by lganzzzo <[email protected]>
Fix multipart write/read.

ce46616075990274b85917afbb6d1f1f6ff5726d authored about 5 years ago by lganzzzo <[email protected]>
Fix http::outgoing::ChunkedBody

cff4bdf7bf8d27cead31c69336ae3e515d88b0a0 authored about 5 years ago by lganzzzo <[email protected]>
Introduce web::protoco::encoding::Chunked. Encoder/Decoder

5d82f67816c8f1fb47fed4e5592adeb98decf626 authored about 5 years ago by lganzzzo <[email protected]>
Refactor. Switch to the new stream::transfer function.

26c5183654aa4fdd8c1e943f04fe110a584e95cc authored about 5 years ago by lganzzzo <[email protected]>
data::stream. Introduce better transferAsync function.

1de0c3d86a65974d49ac4c2868593cdeed3fcd57 authored about 5 years ago by lganzzzo <[email protected]>
data::stream. Introduce better transfer function.

dd18033a3655e79169cdc8538fafba457a7de9df authored about 5 years ago by lganzzzo <[email protected]>
Introduce data::buffer::Processor.

aca6db6107d21f5e977299a46b9765a99b67bc05 authored about 5 years ago by lganzzzo <[email protected]>
Refactor stream interfaces. Rename stream inline read/write data.

2cfef00127c9b318acf117a74916f435bb7f8c30 authored about 5 years ago by lganzzzo <[email protected]>
Refactor stream interfaces. HTTP. Introduce ObjectHandle.

eb8121a8bfaeadf735c57c5f9374b0ff09826a44 authored about 5 years ago by lganzzzo <[email protected]>
Refactor stream interfaces. HTTP. Introduce ChunkedStream.

b5da32c0c6adfeb38c33009396fed679a457763c authored about 5 years ago by lganzzzo <[email protected]>
Refactor stream interfaces. Tests. Fix pipelining tests.

b2eaf749e8a36a89f33833667be06934bdf169b9 authored about 5 years ago by lganzzzo <[email protected]>
Refactor stream interfaces. Linking OK. Fixing tests - first steps.

6e8a12885dcb65eed2d899bcaf532e2f86182141 authored about 5 years ago by lganzzzo <[email protected]>
Refactor stream interfaces. Simplify and Unify. Compiles. Link errors.

14c53ee1a1032fe777ebfe284c0b0c80a4777a95 authored about 5 years ago by lganzzzo <[email protected]>
Refactor. Multipart reader.

bc5df03d051962a68b8807e10f519c6c52f295dd authored about 5 years ago by lganzzzo <[email protected]>
Refactor. Streams hierarchy V2. Simplify stream utility methods interfaces.

75e8ab283c0d6185c66ebc3eca581891f78d43a9 authored about 5 years ago by lganzzzo <[email protected]>
Refactor. Streams hierarchy V2. Green tests.

04c21210fa2e52fb060b99daca40121e96acb4c9 authored about 5 years ago by lganzzzo <[email protected]>
Refactor. Streams hierarchy V2. Compiles.

a99b5933eb1049f868ada049fba8eb1a05c422fc authored about 5 years ago by lganzzzo <[email protected]>
Refactor. Streams hierarchy V2.

52e1e4835ebc586fbc2f7a4cd3c2797ef6e3b183 authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #170 from oatpp/minor_fixes

Minor fixes

fbc93508031cac7c795afd52d397308757aa1993 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
Tests. Add retries for FullAsyncClientTest.

30e0f7ad1e1ec104bf92d5780b3d9bf896affd3f authored about 5 years ago by lganzzzo <[email protected]>
Merge branch 'master' into minor_fixes

7cf2cf8871130bf15a1f6ee75084a2548f108d70 authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #169 from gergul/master

fix build error on vs2015

730248d2be71bc710817b022749555c36eb976f0 authored about 5 years ago by Gergul <[email protected]>
Fix logging. Add stream::DefaultReadCallback.

3d71fb2cbda91651b7c1177ce2e55f50be58528e authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #168 from oatpp/better_controller_error_handling

Better controller error handling

558ccf04235adc6feae8beea5356cbe734716212 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
ApiController. Better Controller level ErrorHandling for Async API.

b19f9bb3618a8cb741135bef0f56c1b6b243088f authored about 5 years ago by lganzzzo <[email protected]>
ApiController. Better Controller level ErrorHandling.

5cabf8ed0ef19a3aade4231164b550141f8e63bd authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #166 from oatpp/thread_safe_LazyStringMap

LazyStringMap. Synchronize for thread-safety.

857315c01e9318c7e72665ed222565d583f32a98 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
LazyStringMap. Synchronize for thread-safety.

70f9ea3be143916f754a8b786f83f6d47820a454 authored about 5 years ago by lganzzzo <[email protected]>
Increase oatpp version to 0.19.11

4cb233753708824784bed868cb6245a87d072167 authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #164 from oatpp/extended_io_errors

Extended io errors

71519d4e2e1274ff57def83bfd8a0de1d37b2323 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
Extends IO Error to Read/Write specific.

2689284c1bfbe86a1e0923bc180aa4ae301323ed authored about 5 years ago by lganzzzo <[email protected]>
minor fixes

add3d799fd789ccd419cdc3609c325bf5fe4fde3 authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #162 from oatpp/stream_context

Stream context

ec8431bad15b8536ad2c32e2bb1edca53ccbf77b authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
Stream Context. Input/Output stream return Context by reference.

8fd96027e50601639dfb8e5bb94a52befd07bbd3 authored about 5 years ago by lganzzzo <[email protected]>
Stream Context. Immutable properties.

b456f043cca36eb4995c3827ed151cb181968a0a authored about 5 years ago by lganzzzo <[email protected]>
SimpleTCPConnectionProvider::ExtendedConnection. Fix address info.

de1ab6492051de9e2431afa365ebfd46270b4a0c authored about 5 years ago by lganzzzo <[email protected]>
server::SimpleTCPConnectionProvider. Extended Connection with exatra info about peer.

1ac81f4b1253e5545b9547d963c6660d54143cd6 authored about 5 years ago by lganzzzo <[email protected]>
Better API docs.

44493edef3ae18ada50a2459eb2c073bc5da4a2f authored about 5 years ago by lganzzzo <[email protected]>
HttpProcessor. Configurable resource allocation.

5e2cc9c5c4b4948548f5c63acde7e35a07c2eb00 authored about 5 years ago by lganzzzo <[email protected]>
Refactor. More consistent HttpProcessor.

1c0b4c03566ecdfe578f66d3e2c1b9cbd23d817d authored about 5 years ago by lganzzzo <[email protected]>
Refactor. Move http processor task to http processor.

2cb25e39403406d68ebf161df516da8ee41ab9b1 authored about 5 years ago by lganzzzo <[email protected]>
Merge branch 'master' into stream_context

5240b8155b6a72812c5f2c449fd880f593bd929d authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #160 from mheyman/master

Builds on UWP

33ce431ab6d8a40a9678ef8965a828967302ffe7 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>
Builds on UWP

e852501fc0658fe200b48957c9ab4668b93bdfbe authored about 5 years ago by Michael Heyman <[email protected]>
Stream context. Init stream contexts in connection handlers.

93cb0207aa24f3beb824168c15b5b4dd09f8de52 authored about 5 years ago by lganzzzo <[email protected]>
Introduce stream::Context.

6e5701c2988824da3877bb5b50b693353bc033b7 authored about 5 years ago by lganzzzo <[email protected]>
Merge pull request #159 from oatpp/code_cleanup

minor code cleanup

9b1d816d5eb1608b4940f0af546dc8073b794552 authored about 5 years ago by Leonid Stryzhevskyi <[email protected]>