Commit Graph

799 Commits

Author SHA1 Message Date
Leonid Stryzhevskyi
22dfd36e7d
Merge pull request #204 from oatpp/show_method_in_logroutermappings
Show http-method in logRouterMappings
2020-03-24 09:56:55 +02:00
Benedikt-Alexander Mokroß
88d9288f71 Show http-method in logRouterMappings 2020-03-24 08:34:14 +01:00
Benedikt-Alexander Mokroß
56f4d667a9
Merge pull request #200 from oatpp/optimize_large_files_upload
Use stream::ChunkedBuffer instead of stream::BufferOutputStream for uploads
Performance when uploading large files increased noticeably.
2020-02-17 07:00:28 +01:00
lganzzzo
454bb4cafe Use stream::ChunkedBuffer instead of stream::BufferOutputStream for uploads and for DTO serialization to string. 2020-02-16 22:17:47 +02:00
Benedikt-Alexander Mokroß
c0c6267757
Merge pull request #199 from oatpp/fix_mem_leak
Fix memory leak. Correct type for array.
2020-02-14 21:22:23 +01:00
lganzzzo
51fbc2b4ea Fix memory leak. Correct type for array. 2020-02-14 17:42:46 +02:00
Leonid Stryzhevskyi
27c46444db
Merge pull request #192 from abenedic/master
Minor changes for Building on FreeBSD 12.1
2020-01-29 13:13:26 +07:00
Alex Benedict
3ae189aa3d Minor changes for Building on FreeBSD 2020-01-28 16:48:41 -07:00
lganzzzo
aff983eb9f Web. http::outgoing::Response. Fix data flush. 2020-01-28 02:11:47 +07:00
Leonid Stryzhevskyi
9fc16873ee
Merge pull request #189 from oatpp/cmake_log_disable_options
CMakeLists.txt add log diableing options.
2020-01-26 17:47:59 +07:00
lganzzzo
6d28fabc2b CMakeLists.txt add log diableing options. 2020-01-26 17:46:05 +07:00
Leonid Stryzhevskyi
83ff327c1a
Merge pull request #188 from oatpp/add_endpoint_tags
Endpoint::Info. Add tags list.
2020-01-26 16:59:03 +07:00
lganzzzo
aae1bb858d Endpoint::Info. Add tags list. 2020-01-26 16:46:18 +07:00
lganzzzo
5a9f042a78 Increase oatpp API version to 1.0.0 2020-01-25 23:33:22 +07:00
Leonid Stryzhevskyi
ed3d68ea20
Merge pull request #187 from oatpp/extendable_object_mapper
Extendable object mapper
2020-01-25 21:04:21 +07:00
lganzzzo
d200e60eb6 Change hash function for strings. 2020-01-25 20:37:45 +07:00
lganzzzo
a9cced7479 ApiController, ApiClient. Explicitly inline template specialization. 2020-01-25 11:35:13 +07:00
lganzzzo
517f75ee3a Add logging to ApiClient/ApiController object mapping methods. 2020-01-25 11:08:37 +07:00
lganzzzo
cae4fdf2c0 CI. Fix Build name. 2020-01-25 10:35:23 +07:00
lganzzzo
813d9c5089 CI. Add Ubuntu 18.04 builds. 2020-01-25 10:33:12 +07:00
lganzzzo
18f47ab6c4 Fix linking problem 2020-01-25 03:27:31 +07:00
lganzzzo
ae003a0d9e More consistent types in ConversionUtils. 2020-01-25 03:21:03 +07:00
lganzzzo
77f27c30db Fix ubuntu build. 2020-01-25 03:10:40 +07:00
lganzzzo
a1ff01ce9c Better API Docs. 2020-01-25 01:48:37 +07:00
lganzzzo
f65798957e json::mapping::ObjectMapper. Support for unsigned int types. 2020-01-25 01:26:35 +07:00
lganzzzo
aa61aa7a44 stream::ConsistentOutputStream. Add convenience methods for all oatpp-predefined-types. 2020-01-25 00:36:11 +07:00
lganzzzo
e4ea48bf3c ApiClient. Possibility to extend supported types via 'ApiClient::convertParameterToString' method traits. 2020-01-25 00:06:17 +07:00
lganzzzo
f122ff7f4f ApiController. Possibility to extend supported types via 'ApiController::parseParameterFromString' method traits. 2020-01-24 16:30:00 +07:00
lganzzzo
f1cbf48bb8 Types. Rename v_wordXX to v_uintXX, WordXX to UIntXX. 2020-01-24 01:34:25 +07:00
lganzzzo
e00a2ea747 Types. Add unsigned int types. WIP. 2020-01-24 01:24:32 +07:00
lganzzzo
7f82cc7bc5 json::mapping::ObjectMapper. Remove old Deserializer. 2020-01-22 23:03:45 +07:00
lganzzzo
de9296d287 json::mapping::ObjectMapper. New deserializer. 2020-01-22 23:00:28 +07:00
lganzzzo
fc26498f45 json::mapping::ObjectMapper. Remove old Serializer. 2020-01-22 11:11:21 +07:00
lganzzzo
3c5c0d8f67 json::ObjectMapper. New configurable Serializer. 2020-01-22 11:02:02 +07:00
lganzzzo
e457d14765 'ClassId' structure with explicit int IDs instead of 'CLASS_NAME' addresses 2020-01-21 19:49:21 +07:00
lganzzzo
884e1683c0 Tests. Uncomment all tests. 2020-01-20 06:00:18 +07:00
Gergul
70430b0097 fix crashed (#186)
multipart::createAsyncFilePartReader("/path/to/file"); When the path "/path/to/file" is not exist. it will crashed.
2020-01-19 17:24:53 +07:00
lganzzzo
c431270220 Cleanup ApiController.hpp 2020-01-19 09:08:49 +07:00
Leonid Stryzhevskyi
8a4fd7e57e
Merge pull request #182 from oatpp/http_encoding_decoding_layer
Http encoding decoding layer
2020-01-19 02:08:06 +07:00
lganzzzo
ad3dabb604 Refactor. Rename 'http::encoding::EncoderCollection' --> 'ProviderCollection' 2020-01-19 01:54:02 +07:00
lganzzzo
e9723baedd Fix NPE on HTTP errors. 2020-01-19 01:43:38 +07:00
lganzzzo
2761633352 http. Automatic content encoding according to 'Accept-Encoding' header. 2020-01-17 16:42:27 +02:00
lganzzzo
cae67d7adf SimpleBodyDecoder. Automatic content decoding for Async API. 2020-01-17 16:32:39 +02:00
lganzzzo
a180a380e5 SimpleBodyDecoder add default value for constructor params. 2020-01-17 04:44:18 +02:00
lganzzzo
c71fc366d4 HttpProcessor, BodyDecoder. Decode body according to 'Content-Encoding' header using available decoders. 2020-01-17 04:37:11 +02:00
lganzzzo
4081641af9 http. BodyDecoder. Remove redundant methods. 2020-01-16 03:15:43 +02:00
lganzzzo
55a0230fc2 Refactor. Move http/outgoing/CommunicationUtils to http/utils/CommunicationUtils 2020-01-16 02:02:04 +02:00
lganzzzo
8619f139e3 Merge branch 'master' into http_encoding_decoding_layer 2020-01-15 20:06:17 +02:00
Leonid Stryzhevskyi
f47d84dbd9
Merge pull request #183 from ThmX/master
Add INET support for linux (not just INET6)
2020-01-15 20:00:19 +02:00
Thomas Denoréaz
0bbc138d08 Add INET support for linux (not just INET6) 2020-01-15 18:45:32 +01:00