Commit Graph

826 Commits

Author SHA1 Message Date
Leonid Stryzhevskyi
9b59aa9f20
Update README.md 2020-05-09 23:12:39 +03:00
Leonid Stryzhevskyi
2c037d1cc1
Better float to string (#223)
* ConversionUtils. Better configurable float string format.

* ConversionUtils. Configure float to string format dynamically.
2020-04-21 14:19:19 +02:00
ZengXiangkuo
875ec2d826
link win32 system libraries for mingw (#222)
* link win32 system libraries for mingw

* Add 'OR MINGW' to the MSVC line
2020-04-20 14:56:13 +03:00
Leonid Stryzhevskyi
e0eb7fdd8c
Merge pull request #220 from oatpp/convenient_core_types
Extend 'oatpp/core/Types.hpp' with List, Fields, Object.
2020-04-11 17:59:16 +03:00
lganzzzo
f932c4afab Extend 'oatpp/core/Types.hpp' with List, Fields, Object. 2020-04-11 16:09:23 +03:00
Leonid Stryzhevskyi
a5140ca799
Merge pull request #219 from oatpp/correct_connection_invalidation
SimpleTCPConnectionProvider. Correct invalidateConnection() method.
2020-04-11 15:50:05 +03:00
lganzzzo
aaa6359d80 SimpleTCPConnectionProvider. Correct invalidateConnection() method. 2020-04-11 00:01:25 +03:00
Leonid Stryzhevskyi
9beb664100
Merge pull request #218 from BossZou/test
Add detail logging in instantiateServer method
2020-04-07 11:56:59 +03:00
Yhz
70ad2a350e Merge branch 'master' into test 2020-04-07 16:37:07 +08:00
Leonid Stryzhevskyi
291fffc53e
Refactor. Remove confusing 'empty()' method of ObjectWrappers. (#214)
* Refactor. Remove confusing methid String::empty().

* Refactor. Remove 'empty()' method of ObjectWrapper.
2020-04-04 15:08:37 +02:00
Leonid Stryzhevskyi
0e51272d75
Merge pull request #213 from bhorn/response_description
Response Description (Issue #212)
2020-04-02 15:20:41 +03:00
Benedikt-Alexander Mokroß
328519e6c1 Response Description (Issue #212) 2020-04-02 13:55:11 +02:00
Yhz
9ae8f0bcd1 add more information for socket
Signed-off-by: Yhz <yinghao.zou@zilliz.com>
2020-04-02 11:41:02 +08:00
Yhz
7f4306f8ff add error log 2020-04-01 22:12:08 +08:00
Leonid Stryzhevskyi
eabe287550
Merge pull request #209 from lganzzzo/feature/fix-sign-compare
Feature/fix sign compare
2020-03-31 02:23:51 +03:00
lganzzzo
7351e6c106 Remove Merge duplicates 2020-03-30 04:39:41 +03:00
lganzzzo
7db40f5081 Merge with master 2020-03-30 04:34:22 +03:00
lganzzzo
1aaf7a9f2e buffer::Processor. Fix bug with rounede unsigned integer in the loop. 2020-03-30 04:26:29 +03:00
lganzzzo
bf0b951ada Cleanup. Unused fields. Unused params. 2020-03-30 03:55:55 +03:00
Leonid Stryzhevskyi
535642ecc3
Merge pull request #206 from hermanzdosilovic/feature/comment-unused-parameters
Comment unused parameters.
2020-03-29 02:54:21 +02:00
Herman Zvonimir Došilović
bb4f4c196b Comment unused parameters. 2020-03-29 01:32:36 +01:00
Leonid Stryzhevskyi
d9c917a9a1
Merge pull request #207 from hermanzdosilovic/feature/fix-useless-cast
Remove useless cast
2020-03-29 02:16:01 +02:00
Herman Zvonimir Došilović
a40ea0b5c9 Fix comparison of signed and unsigned integers. 2020-03-29 01:11:46 +01:00
Herman Zvonimir Došilović
6a0014aa99 Remove useless cast. 2020-03-29 00:40:24 +01:00
Leonid Stryzhevskyi
4a8e571e67
Merge pull request #205 from hermanzdosilovic/feature/small-refactor
Small cleanup
2020-03-29 01:09:58 +02:00
Herman Zvonimir Došilović
da92966778 Remove unused variable. 2020-03-28 23:48:13 +01:00
Herman Zvonimir Došilović
1347bef72d Remove unnecessary semicolons. 2020-03-28 23:47:49 +01:00
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