Commit Graph

339 Commits

Author SHA1 Message Date
lganzzzo
b14313ddbd cleanup stream API docs 2019-04-22 23:11:42 +03:00
lganzzzo
ff0b8faa79 Introduce ConsistentOutputStream interface 2019-04-22 18:52:03 +03:00
lganzzzo
5a17971057 fix test/oatpp/AllTestsMain.cpp 2019-04-19 02:22:56 +03:00
lganzzzo
103417feec fix includes in memory/Allocator.hpp 2019-04-19 02:20:17 +03:00
lganzzzo
0eabe86303 fix linux build 2019-04-19 02:18:12 +03:00
lganzzzo
e1155aa970 Better TimerWorker 2019-04-18 03:39:46 +03:00
lganzzzo
32523ca6c7 Merge branch 'master' into async_executor_with_scheduler 2019-04-18 03:19:29 +03:00
lganzzzo
b573610a4b refactor SpinLock 2019-04-18 03:17:58 +03:00
lganzzzo
5b541fc76b move async workers to oatpp::async::worker namespace 2019-04-18 01:06:03 +03:00
lganzzzo
475f024538 better IOWorker 2019-04-17 02:10:32 +03:00
lganzzzo
9f63e87d79 increase oatpp version to 0.19.4 2019-04-16 21:48:01 +03:00
lganzzzo
252a25a431 schedule coroutine to timer while waiting for IO 2019-04-16 03:49:11 +03:00
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