Commit Graph

1726 Commits

Author SHA1 Message Date
lganzzzo
66096514f5 use FIFOBuffer for StreamBufferedProxy(InputStream) 2019-02-07 08:10:05 +02:00
lganzzzo
10d961b99b Better stream processing methods 2019-02-07 07:42:52 +02:00
lganzzzo
fe4b6fd4b1 Better IO. Use FIFOBuffer for StreamBufferedProxy(output stream) 2019-02-07 07:04:04 +02:00
lganzzzo
3863857700 IO - Errors refactored 2019-02-07 02:57:27 +02:00
lganzzzo
c4dfd04505 os::io::Library class removed 2019-02-07 02:53:33 +02:00
lganzzzo
1db5dc2296 PositionSaveGuard for ParsingCaret 2019-02-03 18:28:23 +02:00
Leonid Stryzhevskyi
c337287206
Merge pull request #35 from oatpp/json_better_error_handling
json better error handling
2019-02-01 06:00:43 +02:00
lganzzzo
b3cce34376 json better error handling 2019-02-01 05:48:10 +02:00
Leonid Stryzhevskyi
2b26954c2d
Update README.md 2019-01-30 03:40:40 +02:00
Leonid Stryzhevskyi
371bba9261
Update README.md 2019-01-30 02:44:02 +02:00
Leonid Stryzhevskyi
6cd9e0d970
Update README.md 2019-01-30 02:43:02 +02:00
Leonid Stryzhevskyi
eccec3ed61
Update README.md 2019-01-30 00:38:28 +02:00
Leonid Stryzhevskyi
004907e2f0
Update README.md 2019-01-29 05:00:13 +02:00
lganzzzo
c85dae66ac update installation scripts 2019-01-28 18:16:07 +02:00
Leonid Stryzhevskyi
df1a55fd61
Merge pull request #34 from oatpp/new_module_structure
New module structure
2019-01-27 21:58:59 +02:00
lganzzzo
05bd2955b5 Fixing lgtm buid 2019-01-25 17:42:08 +02:00
lganzzzo
cc90da292c better cmake scripts 2019-01-25 16:38:19 +02:00
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