lganzzzo
|
61276f9c89
|
fix FullAsyncClientTest.cpp
|
2019-04-16 01:41:54 +03:00 |
|
lganzzzo
|
8f1400c4bc
|
fix includes for Processor.hpp
|
2019-04-16 01:34:41 +03:00 |
|
lganzzzo
|
6bdff40792
|
draft of experimental scheduled AsyncIO
|
2019-04-15 03:30:50 +03:00 |
|
lganzzzo
|
cac219d027
|
draft of async processor with scheduling
|
2019-04-14 02:53:47 +03:00 |
|
Leonid Stryzhevskyi
|
e891ed6dfb
|
Update README.md
|
2019-04-10 03:15:24 +03:00 |
|
lganzzzo
|
413cc65e73
|
new async::Processor draft
|
2019-04-09 03:27:48 +03:00 |
|
lganzzzo
|
a76b37778b
|
async IOWorker draft
|
2019-04-07 02:46:54 +03:00 |
|
lganzzzo
|
08ff2a566c
|
better API-docs for oatpp::async::Coroutine
|
2019-04-06 20:26:50 +03:00 |
|
lganzzzo
|
2f5d3b1bbd
|
use getaddrinfo for SimpleTCPConnectionProvider
|
2019-04-06 19:00:55 +03:00 |
|
lganzzzo
|
b3b45593f1
|
include thread in ClientServerTestRunner
|
2019-04-06 04:55:02 +03:00 |
|
Leonid Stryzhevskyi
|
b0fa7aff34
|
Merge pull request #60 from oatpp/minor_async_apis_improvements
rename coroutine start methods
|
2019-04-05 01:50:36 +03:00 |
|
lganzzzo
|
14ec8c0a4f
|
rename coroutine start methods
|
2019-04-05 01:15:58 +03:00 |
|
lganzzzo
|
486bb4e2a6
|
Fix http-incoming-ToDtoDecoder code
|
2019-04-04 02:10:48 +03:00 |
|
Leonid Stryzhevskyi
|
83b0e7efe0
|
Merge pull request #58 from oatpp/minor_mem_pool_improvements
Minor mem pool improvements
|
2019-04-03 18:28:32 +03:00 |
|
lganzzzo
|
e41f83ece5
|
increase number of iterations for FullAsyncClientTest
|
2019-04-03 17:52:05 +03:00 |
|
lganzzzo
|
8d4711830d
|
new Async API draft
|
2019-04-03 05:16:23 +03:00 |
|
lganzzzo
|
c97b209f9f
|
remove unused variable in client/SimpleTCPConnectionProvider
|
2019-04-02 02:09:10 +03:00 |
|
lganzzzo
|
99e4356ccf
|
better async client SimpleTCPConnectionProvider
|
2019-04-02 02:07:38 +03:00 |
|
Leonid Stryzhevskyi
|
3b0f6021f9
|
Merge pull request #59 from oatpp/better_async
Better async
|
2019-04-01 04:21:47 +03:00 |
|
lganzzzo
|
c02f9f7c8e
|
fix virtual_/Interface std::shared_ptr inconsistency
|
2019-04-01 04:01:05 +03:00 |
|
lganzzzo
|
8b9975ad2e
|
make virtual_::Interface::ConnectionSubmission pending status atomic
|
2019-03-31 15:52:10 +03:00 |
|
lganzzzo
|
4d2487b4ff
|
fix to Input and Output stream interface
|
2019-03-31 15:37:16 +03:00 |
|
lganzzzo
|
204ab1367b
|
fix virtual_::Interface::ConnectionSubmission pending status
|
2019-03-31 06:15:49 +03:00 |
|
lganzzzo
|
5be7637c64
|
better AsyncIO error handling
|
2019-03-31 01:58:27 +02:00 |
|
lganzzzo
|
52e1754d12
|
Green tests after refactoring
|
2019-03-30 21:19:50 +02:00 |
|
lganzzzo
|
da5162c106
|
async::Action refactored. Async Error handling refactored.
|
2019-03-30 18:02:46 +02:00 |
|
lganzzzo
|
2086a362d1
|
Fix to FIFOBuffer flush async
|
2019-03-29 05:20:54 +02:00 |
|
lganzzzo
|
df2306438b
|
unique names for azure-pipelines jobs
|
2019-03-29 04:05:48 +02:00 |
|
lganzzzo
|
02eec93e7b
|
azure-pipelines.yml build with/without memory pool
|
2019-03-29 04:01:53 +02:00 |
|
lganzzzo
|
af6933fa1e
|
azure-pipelines - strategy matrix
|
2019-03-29 03:45:22 +02:00 |
|
lganzzzo
|
a0bead87dd
|
make MemoryPool::freeByEntryHeader() private
|
2019-03-29 03:26:02 +02:00 |
|
lganzzzo
|
5e59def128
|
make methods of CommandLineArguments const
|
2019-03-28 02:41:01 +02:00 |
|
Leonid Stryzhevskyi
|
6131dcc5f5
|
Merge pull request #56 from oatpp/full_async_client_test
FullAsyncClientTest
|
2019-03-27 01:33:47 +02:00 |
|
lganzzzo
|
b61b70db18
|
Merge branch 'master' into full_async_client_test
|
2019-03-27 01:21:26 +02:00 |
|
Leonid Stryzhevskyi
|
398ff27b4a
|
Merge pull request #57 from oatpp/virtual_async_io_fix
Virtual async io fix
|
2019-03-27 01:20:32 +02:00 |
|
lganzzzo
|
7f6dc1d556
|
FullAsyncClientTest
|
2019-03-27 01:00:30 +02:00 |
|
lganzzzo
|
c433ff4f3d
|
Fixes for Async ApiClient
|
2019-03-26 04:45:15 +02:00 |
|
lganzzzo
|
b1fcfc6641
|
Fix to FIFOBuffer::flushToStreamAsync
|
2019-03-26 02:48:53 +02:00 |
|
Leonid Stryzhevskyi
|
87dbdea99c
|
Merge pull request #55 from oatpp/issue_54_add_support_for_parsing_header_value_set
Add support for parsing header value set
#54
|
2019-03-25 20:13:48 +02:00 |
|
lganzzzo
|
d6ef7a4ec8
|
Add support for parsing header value set
|
2019-03-25 20:08:29 +02:00 |
|
Leonid Stryzhevskyi
|
57e2879dc0
|
Update README.md
|
2019-03-25 00:49:01 +02:00 |
|
Leonid Stryzhevskyi
|
06190194ca
|
Merge pull request #53 from oatpp/grand_api_docs_PR
Grand api docs pr
|
2019-03-24 15:37:57 +02:00 |
|
lganzzzo
|
83bb0cbd1f
|
Better API docs for oatpp/core/Types.hpp
|
2019-03-24 15:15:22 +02:00 |
|
lganzzzo
|
6503635fd6
|
better API docs for ApiController
|
2019-03-23 19:31:04 +02:00 |
|
lganzzzo
|
bbebb7c7c9
|
API docs for encoding/Unicode, virtual_/server/ConnectionProvider, virtual_/client/ConnectionProvider
|
2019-03-23 18:50:10 +02:00 |
|
lganzzzo
|
3b64520ff5
|
Refactor error handling in oatpp::encoding::Hex and oatpp::parser::json::Utils. More API Docs.
|
2019-03-23 05:10:07 +02:00 |
|
lganzzzo
|
9b7289c653
|
API docs for oatpp::web::protocol::http::outgoing::Request
|
2019-03-23 03:36:19 +02:00 |
|
lganzzzo
|
d9b42312bd
|
remove classes Thread and Runnable
|
2019-03-23 03:06:39 +02:00 |
|
lganzzzo
|
d8b661b090
|
More API docs for netrork::virtual_::*
|
2019-03-22 18:00:52 +02:00 |
|
lganzzzo
|
fa0b9561a6
|
minor refactoring plus more API-docs for oatpp::web::protocol::http::*
|
2019-03-22 04:33:45 +02:00 |
|