An Tao
b2c1c8de9e
Fix an unused-parameter warning when no sqlite library ( #811 )
2021-04-19 13:27:11 +08:00
An Tao
e83026230a
Little changes ( #810 )
...
1. Put parameters in query string if the content-type is not 'application/x-www-form-urlencoded'
2. Parse the mulitpart form data if the method is POST or PUT
3. Send query string when the passThrough flag is set
2021-04-18 21:00:20 +08:00
0rangeFox
df51674792
Enhancements on files part. ( #803 )
...
Co-authored-by: an-tao <antao2002@gmail.com>
2021-04-17 14:01:06 +08:00
Bertrand Darbon
0ec2f51fbf
Add option to set default handler ( #802 )
2021-04-16 18:49:39 +08:00
An Tao
d256e93cde
Copy CoroMapper.h to installation location ( #807 )
2021-04-16 15:48:19 +08:00
An Tao
ab5eb955b4
Fix unused parameter errors/warnings ( #805 )
2021-04-15 23:26:58 +08:00
Bertrand Darbon
44a8a2d5f7
Add GNU -Werror & fix warnings ( #801 )
2021-04-15 19:27:15 +08:00
An Tao
4eeba18088
Improve the MultiPartParser class ( #800 )
2021-04-14 23:26:38 +08:00
An Tao
8f2609d1bd
Fix a bug of the Transaction class ( #798 )
2021-04-13 15:54:50 +08:00
0rangeFox
f670f71484
A few mini changes to Drogon CTL. ( #795 )
2021-04-11 11:51:48 +08:00
an-tao
d665bedb5c
Bump version to 1.5.1
2021-04-10 20:29:54 +08:00
An Tao
ba8c7b5bca
Fix a bug of reflection failure introduced by #745 ( #793 )
2021-04-10 20:18:51 +08:00
an-tao
8cb327606a
Bump version to 1.5.0
2021-04-10 09:40:34 +08:00
0rangeFox
c65051a8f1
Remove repeated class names on relationships from model generator. ( #792 )
2021-04-09 22:15:49 +08:00
An Tao
4b8d08f20f
Add CoroMapper to models friends ( #790 )
2021-04-09 16:54:40 +08:00
Bertrand Darbon
54727a5dbe
Add exports macro to allow Shared Library with hidden symbols by default (e.g. Windows) ( #745 )
...
Co-authored-by: an-tao <antao2002@gmail.com>
2021-04-09 10:17:28 +08:00
Martin Chang
a81a5fa63e
Use lambda instead of std::bind in HttpServer ( #787 )
2021-04-06 23:13:53 +08:00
urlordjames
260c9a547f
set make job count to number of threads in GitHub Actions workflow ( #788 )
2021-04-06 22:02:56 +08:00
Martin Chang
a19d0427ed
Catch exceptions thrown by handlers ( #773 )
2021-03-28 10:56:23 +08:00
An Tao
564fc67649
Add a method to HttpRequest to set the user_agent header ( #772 )
2021-03-26 20:37:46 +08:00
mekashef
686068065a
Added newFileResponse Support for buffers in memory ( #770 )
2021-03-26 20:37:05 +08:00
interfector18
49181a22b2
Use canonical cmakelogic for cross compilation, ( #768 )
...
Fix clang c++20 build
2021-03-25 04:27:52 +08:00
An Tao
5f60c9fc6c
Send ping messages by default for websockets ( #767 )
2021-03-24 22:59:57 +08:00
interfector18
f29a29f2ba
Fix two building corner cases, CMake quality of life impovments ( #766 )
2021-03-24 10:32:55 +08:00
an-tao
e5c9c3a947
Update README
2021-03-23 23:13:20 +08:00
An Tao
0bf37c6052
Remove an assertion statement in the HttpClientImpl class ( #764 )
2021-03-23 14:36:20 +08:00
klaus triendl
bd9a149059
Use canonical way of calling max() function on Windows ( #763 )
2021-03-23 08:37:26 +08:00
Martin Chang
9da122a189
print error and exit when IP parsing failed in server startup ( #758 )
2021-03-20 00:13:58 +08:00
An Tao
d22ce4a848
Fix a bug when creating sqlite3 models ( #756 )
2021-03-18 01:17:37 +08:00
an-tao
4f0d29129e
Revert trantor
2021-03-14 17:24:02 +08:00
JuergenGleiss
79f480c17d
Bugfix/restful api dump invalid json ( #748 )
2021-03-14 17:20:15 +08:00
Martin Chang
490948bb38
remove 'SSL validation' comment from HttpClient ( #752 )
2021-03-14 13:55:21 +08:00
An Tao
6d9aa3b44c
Add redis support ( #719 )
2021-03-13 19:13:54 +08:00
Roque
df04c47f74
Fix build.sh missing nproc error in build for macOS ( #751 )
2021-03-13 18:56:16 +08:00
Bertrand Darbon
1dfaaac5d0
Add Arch Dockerfile ( #749 )
2021-03-13 12:27:07 +08:00
JuergenGleiss
29a1659085
Feature/orm convert method ( #739 )
2021-03-12 10:41:20 +08:00
Roque
ed5ceb019d
Fix compilation errors for TimeFilter example ( #743 )
2021-03-12 08:11:29 +08:00
Bertrand Darbon
bcd8e27a36
feature(signal): Add option to disable signal handling ( #742 )
2021-03-11 22:03:02 +08:00
双草酸酯
1901801d59
Fix compile warnings in SQL client ( #741 )
2021-03-11 18:43:56 +08:00
Roque
71269e0179
Fixes on some name words typos ( #738 )
...
Co-authored-by: roque <roque@roque.pl>
2021-03-10 09:03:59 +08:00
an-tao
5dc02c3476
Bump version to 1.4.1
2021-03-07 20:42:32 +08:00
an-tao
e28b9aa59c
Fix the same bug in the DbClientLockFree class
2021-03-07 20:40:35 +08:00
An Tao
b30c92a9a2
Fix a bug of DbClientImpl class ( #735 )
2021-03-07 01:28:49 +08:00
an-tao
cd389aec13
Bump version to 1.4.0
2021-03-05 23:06:16 +08:00
Martin Chang
98da3490e7
return awaiter from coroutine instead of resumable ( #733 )
2021-03-05 22:21:02 +08:00
Martin Chang
8bd1f5684e
Fix drogon::Task<> not destructing internal object ( #729 )
2021-03-01 13:36:03 +08:00
JuergenGleiss
af2bd6ba69
HttpRequest: add feature to avoid url encoding of path ( #730 )
2021-02-28 23:42:15 +08:00
An Tao
ef51951785
Make projects created by dg_ctl support coroutines ( #727 )
2021-02-27 17:39:13 +08:00
an-tao
0995749dec
Update trantor
2021-02-23 14:03:10 +08:00
Martin Chang
cde19a1f57
Valivate certificate in HttpClient ( #726 )
...
Co-authored-by: an-tao <antao2002@gmail.com>
2021-02-22 11:45:33 +08:00