Commit Graph

694 Commits

Author SHA1 Message Date
lganzzzo
a99b5933eb Refactor. Streams hierarchy V2. Compiles. 2019-12-28 23:22:05 +02:00
lganzzzo
52e1e4835e Refactor. Streams hierarchy V2. 2019-12-28 17:34:56 +02:00
Leonid Stryzhevskyi
fbc9350803
Merge pull request #170 from oatpp/minor_fixes
Minor fixes
2019-12-25 20:17:15 +02:00
lganzzzo
30e0f7ad1e Tests. Add retries for FullAsyncClientTest. 2019-12-25 19:09:03 +02:00
lganzzzo
7cf2cf8871 Merge branch 'master' into minor_fixes 2019-12-25 16:46:16 +02:00
Gergul
730248d2be Merge pull request #169 from gergul/master
fix build error on vs2015
2019-12-24 14:53:36 +02:00
lganzzzo
3d71fb2cbd Fix logging. Add stream::DefaultReadCallback. 2019-12-23 14:27:21 +02:00
Leonid Stryzhevskyi
558ccf0423
Merge pull request #168 from oatpp/better_controller_error_handling
Better controller error handling
2019-12-20 17:14:50 +02:00
lganzzzo
b19f9bb361 ApiController. Better Controller level ErrorHandling for Async API. 2019-12-20 09:55:10 +02:00
lganzzzo
5cabf8ed0e ApiController. Better Controller level ErrorHandling. 2019-12-20 09:15:56 +02:00
Leonid Stryzhevskyi
857315c01e
Merge pull request #166 from oatpp/thread_safe_LazyStringMap
LazyStringMap. Synchronize for thread-safety.
2019-12-18 23:48:54 +02:00
lganzzzo
70f9ea3be1 LazyStringMap. Synchronize for thread-safety. 2019-12-18 23:01:57 +02:00
lganzzzo
4cb2337537 Increase oatpp version to 0.19.11 2019-12-18 12:16:40 +02:00
Leonid Stryzhevskyi
71519d4e2e
Merge pull request #164 from oatpp/extended_io_errors
Extended io errors
2019-12-17 09:37:30 +02:00
lganzzzo
2689284c1b Extends IO Error to Read/Write specific. 2019-12-15 22:12:15 +02:00
lganzzzo
add3d799fd minor fixes 2019-12-15 21:29:36 +02:00
Leonid Stryzhevskyi
ec8431bad1
Merge pull request #162 from oatpp/stream_context
Stream context
2019-12-11 19:03:39 +02:00
lganzzzo
8fd96027e5 Stream Context. Input/Output stream return Context by reference. 2019-12-10 16:22:52 +02:00
lganzzzo
b456f043cc Stream Context. Immutable properties. 2019-12-10 15:39:33 +02:00
lganzzzo
de1ab64920 SimpleTCPConnectionProvider::ExtendedConnection. Fix address info. 2019-12-10 04:53:24 +02:00
lganzzzo
1ac81f4b12 server::SimpleTCPConnectionProvider. Extended Connection with exatra info about peer. 2019-12-10 02:56:54 +02:00
lganzzzo
44493edef3 Better API docs. 2019-12-09 06:01:51 +02:00
lganzzzo
5e2cc9c5c4 HttpProcessor. Configurable resource allocation. 2019-12-09 05:44:09 +02:00
lganzzzo
1c0b4c0356 Refactor. More consistent HttpProcessor. 2019-12-09 04:35:00 +02:00
lganzzzo
2cb25e3940 Refactor. Move http processor task to http processor. 2019-12-09 03:42:21 +02:00
lganzzzo
5240b8155b Merge branch 'master' into stream_context 2019-12-08 15:20:31 +02:00
Leonid Stryzhevskyi
33ce431ab6
Merge pull request #160 from mheyman/master
Builds on UWP
2019-12-08 15:18:24 +02:00
Michael Heyman
e852501fc0 Builds on UWP 2019-12-08 07:44:45 -05:00
lganzzzo
93cb0207aa Stream context. Init stream contexts in connection handlers. 2019-12-08 05:04:51 +02:00
lganzzzo
6e5701c298 Introduce stream::Context. 2019-12-08 04:24:42 +02:00
Leonid Stryzhevskyi
9b1d816d5e
Merge pull request #159 from oatpp/code_cleanup
minor code cleanup
2019-12-05 05:05:50 +02:00
lganzzzo
eb17e0c257 minor code cleanup 2019-12-05 04:49:53 +02:00
Leonid Stryzhevskyi
50277add6b
Merge pull request #158 from oatpp/json_beautifier
Json beautifier
2019-11-30 23:50:04 +02:00
lganzzzo
6072d23eec Fix API docs for json beautifier 2019-11-30 23:26:59 +02:00
lganzzzo
af1b7d4b1d Introduce json beautifier. 2019-11-30 23:25:17 +02:00
Leonid Stryzhevskyi
c92e3e4b03
Merge pull request #156 from lganzzzo/move_String_to_int64
Move string to int64
2019-11-23 04:35:22 +02:00
lganzzzo
5ef313004b Refactor. More consistent integer types. 2019-11-23 04:11:48 +02:00
lganzzzo
6ba549c99a merge with upstream 2019-11-22 17:40:36 +02:00
Bob Tolbert
5698e1baf7 remove unused variable warning 2019-11-22 04:56:07 -07:00
Bob Tolbert
3a517b6021 Merge branch 'master' into move_String_to_int64 2019-11-22 04:54:28 -07:00
lganzzzo
6e838fe3e9 Introduce 'v_buff_size' data type. 2019-11-22 04:47:50 +02:00
lganzzzo
e8b37193d9 merge with master 2019-11-22 02:52:57 +02:00
Leonid Stryzhevskyi
02741a45cc
Merge pull request #153 from oatpp/json_better_serializer
Json better serializer
2019-11-17 05:49:55 +02:00
lganzzzo
235401fc3c Tests. Simplify UnicodeTest to take less time. Better solution. 2019-11-17 02:46:22 +02:00
lganzzzo
e44b51336b Tests. Simplify UnicodeTest to take less time. 2019-11-17 02:38:14 +02:00
lganzzzo
c19136d4ae JSON. Serializer. Remove extra space char. 2019-11-17 02:33:48 +02:00
Leonid Stryzhevskyi
afa121a8ac
Merge pull request #152 from oatpp/async_add_wait_for_method
Coroutine. Add waitFor convenience method
2019-11-15 17:37:36 +02:00
lganzzzo
237e9c0c90 Coroutine. Add waitFor convenience method 2019-11-15 17:16:59 +02:00
Leonid Stryzhevskyi
e695e7c483
Merge pull request #151 from oatpp/api_client_support_retries
Api client support retries
2019-11-10 05:32:33 +02:00
lganzzzo
6ebc33521e Tests. ClientRetryTest.cpp disable timeout check on Windows. 2019-11-10 03:21:59 +02:00