Commit Graph

1489 Commits

Author SHA1 Message Date
p4czyk
76e0ee18d6
Fix other macoro typos 2021-12-29 22:11:36 +01:00
p4czyk
0985153682
Fix typo in DTO 2021-12-29 21:52:19 +01:00
Leonid Stryzhevskyi
e91cb4079c
Merge pull request #535 from oatpp/#534
Added support for multiple parts with same name in oatpp::web::mime::multipart::PartList
2021-12-21 20:07:00 +02:00
MHaselmaier
b0bca97a0d Removed '<' and '>' from documentation 2021-12-21 18:36:54 +01:00
MHaselmaier
c54ac2f612 Added support for multiple parts with same name in oatpp::web::mime::multipart::PartList 2021-12-21 17:26:50 +01:00
Leonid Stryzhevskyi
4b8d6a40a5
Merge pull request #533 from langchr86/fix/negativ_number_parsing_in_any
fix negativ number parsing in oatpp::Any
2021-12-19 12:56:56 +02:00
Christian Lang
6077ea434b fix negativ number parsing in oatpp::Any 2021-12-19 10:10:01 +01:00
Leonid Stryzhevskyi
d06a98dfc4
Merge pull request #532 from oatpp/fix_connection_upgrade_sequence
HttpProcessor: Fix connection upgrade sequence.
2021-12-17 04:00:58 +02:00
lganzzzo
73747dd444 HttpProcessor: Fix connection upgrade sequence. 2021-12-17 03:42:46 +02:00
Leonid Stryzhevskyi
96881f1381
Update azure-pipelines.yml 2021-12-15 02:41:23 +02:00
Leonid Stryzhevskyi
17c655a473
Merge pull request #529 from langchr86/fix/any_can_parse_integer
allow oatpp::Any to parse directly to UInt64 or Int64
2021-12-15 00:34:34 +02:00
Christian Lang
24a2af532a allow oatpp::Any to parse directly to UInt64 or Int64 2021-12-14 11:00:15 +01:00
Leonid Stryzhevskyi
568c96d40a
Merge pull request #527 from ArnaudGallardo/fix/host-header-with-port
fix: add port in host header
2021-12-03 16:58:23 +02:00
Arnaud-Marie Gallardo
3372ad9dff fix: add port in host header 2021-12-03 15:29:26 +01:00
Leonid Stryzhevskyi
9f876c4851
Merge pull request #526 from Sergii-Ladniuk/tmp-extension
Add a TemporaryFile constructor accepting the file extension
2021-12-03 01:49:09 +02:00
Leonid Stryzhevskyi
ee61f12ba7
Merge pull request #524 from Balluff/feature/cpack
Feature/cpack
2021-12-03 01:46:41 +02:00
Sergii Ladniuk
63035b2d74 Add a TemporaryFile constructor accepting the file extension 2021-12-02 18:03:44 +02:00
Leonid Stryzhevskyi
4a40edc0c3
Merge pull request #523 from JeremyGuinn/empty_message_body_response
Add helpers for creating empty message-body responses
2021-12-01 15:44:00 +02:00
Jeremy Guinn
ecb8ec3c1e Add helpers for creating empty message-body responses 2021-11-26 15:04:24 -07:00
Julian Ste
72e7fa973e
Update module-install.cmake 2021-11-26 09:38:47 +01:00
Julian Ste
46e6fcdfc0
Create cpack.cmake 2021-11-26 09:37:46 +01:00
Julian Ste
ac941832d0
Update CMakeLists.txt 2021-11-26 09:36:52 +01:00
Leonid Stryzhevskyi
349d96114a
Update README.md 2021-11-19 02:43:04 +02:00
lganzzzo
c254b0c60d tcp::client::ConnectionProvider: remove incorrect condition. 2021-11-16 23:56:17 +02:00
Leonid Stryzhevskyi
5e9ae5796f
Merge pull request #505 from NickPak/master
Fix errors
2021-11-16 23:53:11 +02:00
lganzzzo
bd6898b62a ApiController: Fix 'controller' variable definition for Async handler (#406) 2021-11-16 05:08:30 +02:00
lganzzzo
3b66aa7670 BufferOutputStream: Add reset() method. 2021-11-16 04:58:50 +02:00
Leonid Stryzhevskyi
c0581f54da
Merge pull request #516 from oatpp/remove_memory_pools
Remove memory pools. Remove ChunkedBuffer.
2021-11-16 02:40:43 +02:00
lganzzzo
71cac5b439 Remove unused compiler directives 2021-11-16 02:26:27 +02:00
lganzzzo
41a904f6c5 Simplify azure-pipelines.yml 2021-11-16 02:13:56 +02:00
lganzzzo
59a7b790f8 MemoryLabel: Fix includes. 2021-11-16 01:50:17 +02:00
lganzzzo
5d2f8693eb Remove memory pools. Remove ChunkedBuffer. 2021-11-16 01:45:15 +02:00
Leonid Stryzhevskyi
97d7597112
Update 1.3.0.md 2021-11-15 04:47:16 +02:00
Leonid Stryzhevskyi
b489ed073c
Merge pull request #515 from oatpp/multimap_for_query_params
QUERY: fix default value type (#411). QueryParams/Headers: use unorde…
2021-11-15 03:28:50 +02:00
lganzzzo
c2b026f87a BufferBody: check buffer for nullptr. 2021-11-15 02:47:22 +02:00
lganzzzo
ce7a3316d8 QUERY: fix default value type (#411). QueryParams/Headers: use unordered_multimap (#402) 2021-11-15 02:40:55 +02:00
Leonid Stryzhevskyi
ba27a57fff
Merge pull request #514 from oatpp/move_fastqueue
async: move FastQueue to async::utils::FastQueue.
2021-11-15 01:34:59 +02:00
lganzzzo
5817113195 async: move FastQueue to async::utils::FastQueue. 2021-11-15 01:16:17 +02:00
Leonid Stryzhevskyi
021669fd2d
Merge pull request #511 from Sergii-Ladniuk/cstring-assignment
Fix string assignment from a pointer to char holding a null value
2021-11-08 20:49:03 +02:00
Sergii Ladniuk
5ed9427cc8 Fix string assignment from a pointer to char holding a null value 2021-11-08 20:38:59 +02:00
lganzzzo
bcbc41c6c7 type::Collection, type::Map: Add collection size methods. 2021-11-08 03:17:08 +02:00
Leonid Stryzhevskyi
053ac38260
Merge pull request #510 from oatpp/dto_polymorphic_fields
Dto polymorphic fields
2021-11-08 01:30:19 +02:00
lganzzzo
c5d51e55ed mapping::TypeResolver: resizeable set of known classes. 2021-11-08 01:12:10 +02:00
lganzzzo
5f81d45b2d ORM: Fix query result. 2021-11-08 00:36:13 +02:00
lganzzzo
687a2016f1 Merge branch 'master' into dto_polymorphic_fields 2021-11-08 00:09:44 +02:00
lganzzzo
070be93bde DTO: make 'DTO_FIELD_TYPE_SELECTOR' a member function. 2021-11-08 00:04:13 +02:00
lganzzzo
5abe7f3375 DTO: allow type-selectors for oatpp::Any only - for safety. 2021-11-07 20:47:04 +02:00
lganzzzo
926c48f0fb Fix windows build 2021-11-07 03:05:19 +02:00
lganzzzo
512769c5ce mapping::type: Better containers hierarchy 2021-11-07 02:42:05 +02:00
Leonid Stryzhevskyi
90a2e16440
Merge pull request #508 from aeschbacher/fix/ansicolor
fix: wrong ANSI color codes in DefaultLogger::log()
2021-11-06 15:53:54 +02:00