Commit Graph

209 Commits

Author SHA1 Message Date
lganzzzo
6d6af2c0c3 fixing lgtm.yml 2019-01-25 15:08:10 +02:00
lganzzzo
a353e40cba better cmake scripts. fixed CI scripts. 2019-01-25 05:22:01 +02:00
lganzzzo
336ff651d8 cmake oatpp installation and versioning 2019-01-23 07:27:14 +02:00
lganzzzo
6dc0898ef7 module restructuring 2019-01-21 05:03:23 +02:00
Leonid Stryzhevskyi
3c1e3b2f5d
Merge pull request #33 from oatpp/connection_upgrade_mechanism
Connection upgrade mechanism
2019-01-19 19:03:10 +02:00
lganzzzo
aaf20112ea Better web/server/AsyncHttpConnectionHandler 2019-01-18 02:23:51 +02:00
lganzzzo
8acf53586a WebSocket functionality moved to separate submodule 2019-01-17 01:26:25 +02:00
lganzzzo
25e3af3572 AsyncWebSocket API 2019-01-16 01:58:27 +02:00
lganzzzo
34ee031a83 Concept of AsyncWebSocket 2019-01-15 14:13:07 +02:00
lganzzzo
5b12f1a92f WebSocketConnector::connectAsync functionality 2019-01-14 15:03:16 +02:00
lganzzzo
8f542a6f11 WebSocket API draft 2019-01-14 02:42:49 +02:00
lganzzzo
2bc7e882c6 WebSocket client functionality 2019-01-11 14:59:32 +02:00
lganzzzo
20a080a1dc Connector for WebSocket. + Minor refactoring of outgoing/incoming-Request/Response. 2019-01-11 04:08:13 +02:00
lganzzzo
7e24c88850 Serversize handshake for websocket 2019-01-11 02:35:11 +02:00
lganzzzo
0733f75f99 WebSocket draft 2019-01-10 02:57:50 +02:00
lganzzzo
018be34750 WebSocket POC 2019-01-09 01:18:54 +02:00
lganzzzo
b7988eca6f introducing connection upgrade mechanism 2019-01-07 02:46:46 +02:00
Leonid Stryzhevskyi
7467048b57
Merge pull request #31 from oatpp/generalized_async_executor
Generalized async executor
2019-01-03 01:55:21 +02:00
lganzzzo
c9d39cc8d1 include cleanup 2019-01-03 01:25:57 +02:00
lganzzzo
be7ef952e4 added core/async/Executor to CMakeLists 2019-01-02 15:49:23 +02:00
lganzzzo
81e134c458 refactor AsyncHttpConnectionHandler using async::Executor 2019-01-02 15:41:24 +02:00
lganzzzo
07c5e5e7b6 Merge branch 'master' into generalized_async_executor 2019-01-02 14:50:05 +02:00
lganzzzo
cd3ddc1882 Fields visibility fix in async::Executor 2019-01-02 14:49:25 +02:00
lganzzzo
f85c1ecadc generalized async::Executor POC 2019-01-02 04:45:07 +02:00
Leonid Stryzhevskyi
129651d13c
Merge pull request #29 from oatpp/strbuffer_load_from_file
StrBuffer::loadFromFile + StrBuffer::saveToFile methods
2019-01-02 00:21:51 +02:00
lganzzzo
59c793d3cf StrBuffer::loadFromFile + StrBuffer::saveToFile methods 2019-01-02 00:03:47 +02:00
Leonid Stryzhevskyi
a1fe200307
Merge pull request #28 from oatpp/better_router
better router performance
2018-12-31 13:26:21 +02:00
lganzzzo
d1bd453fc1 no Controllable for MatchMap 2018-12-31 13:00:35 +02:00
lganzzzo
f0a68581c4 better router performance 2018-12-31 05:31:29 +02:00
lganzzzo
2bf5693d60 Fixed zombie connection handler task 2018-12-30 03:03:28 +02:00
lganzzzo
f22beaca5d Fix to SimpleBodyDecoder. Don't call stream::transfer if content-length is zero 2018-12-19 16:46:09 +02:00
Leonid Stryzhevskyi
49e63fbf15
Merge pull request #27 from oatpp/virtual_connection
Virtual connection
2018-12-16 14:36:56 +02:00
lganzzzo
d17904c832 Fixed CMakeLists.txt 2018-12-16 03:00:13 +02:00
lganzzzo
29e3e27e1a oatpp/version increased to '0.18.12' 2018-12-16 02:56:31 +02:00
Leonid Stryzhevskyi
0c8d33abc0
Merge pull request #26 from oatpp/http_processing_refactoring
Http processing refactoring
2018-12-16 02:50:56 +02:00
lganzzzo
fc2de10844 more tests added 2018-12-16 02:45:09 +02:00
lganzzzo
6d210ef551 updated CMakeLists.txt 2018-12-16 02:34:37 +02:00
lganzzzo
141a4fcd25 better web/FullTest, web/FullAsyncTest 2018-12-16 02:03:33 +02:00
lganzzzo
062411e072 better simple and async web FullTest 2018-12-13 17:47:58 +02:00
lganzzzo
b16b9493d8 ControllerAsync for web::FullTest 2018-12-10 03:29:57 +02:00
lganzzzo
3a8fecee3d better error handling for HeadersReader 2018-12-09 18:15:42 +02:00
lganzzzo
645666dbf9 web::FullTest correct behaviour 2018-12-09 03:10:20 +02:00
lganzzzo
362b1cc371 lib compiles 2018-12-09 01:39:46 +02:00
lganzzzo
57f9b00e6a basic refactoring in progress 2018-12-07 18:29:01 +02:00
lganzzzo
619ad7461d RequestHeadersReader added 2018-11-25 23:14:34 +02:00
lganzzzo
919d4472c1 new http-headers-parser concept 2018-11-25 13:52:11 +02:00
lganzzzo
dcc03b32c3 maxAvailableToRead/Write virtual Pipe setting for test purposes 2018-11-18 03:04:21 +02:00
lganzzzo
4a107a2bef generalization of ConnectionProvider. ConnectionProvider for virtual_::client/virtual_::server 2018-11-15 22:39:18 +02:00
lganzzzo
e55755a77a better test::network::virtual_::InterfaceTest 2018-11-15 20:34:54 +02:00
lganzzzo
06a58147cb test::network::virtual_::InterfaceTest added 2018-11-15 16:21:29 +02:00