Commit Graph

208 Commits

Author SHA1 Message Date
shuxin   zheng
7729ab3fe5 Fixed some compiling errors on MaxOS. 2024-08-19 16:23:14 +08:00
郑树新
ebeb2e02cb Supports building for ARMEC64. 2024-07-18 14:43:29 +08:00
郑树新
2591a98f89 Supports vc2022 and Arm64 2024-07-17 18:22:28 +08:00
郑树新
7e33f21589 Supports vc2022 and Arm64. 2024-07-17 18:19:27 +08:00
zhengshuxin
dcce3ea081 Optimize make build. 2024-04-16 10:48:06 +08:00
zhengshuxin
37dada83f2 Optimize cmake building. 2024-04-16 10:12:29 +08:00
shuxin   zheng
94a47b7d85 Optimize cmake build. 2024-04-08 15:19:30 +08:00
zhengshuxin
3300ade550 Optimize cmake building. 2024-04-06 21:48:42 +08:00
zhengshuxin
19b88135b6 Test building process. 2024-04-04 16:44:43 +08:00
shuxin   zheng
af28e0a6ce Optimize project's building. 2024-04-04 15:28:22 +08:00
shuxin   zheng
a2de0a120c Build ok by Android Studio. 2024-04-02 18:30:24 +08:00
zhengshuxin
bef360157d Add install options after built by cmake. 2024-04-02 17:40:52 +08:00
shuxin   zheng
cbcbb4085a Adding supporting for harmonyOS. 2024-03-18 15:47:59 +08:00
zhengshuxin
f2e553bc98 Build acl by cosmocc. 2024-03-16 16:08:06 +08:00
郑树新
1331b420b3 Load OpenSSL dll successfully on Windows platforms. 2023-12-15 16:20:21 +08:00
zhengshuxin
4ee1036c41 Change the cmake required from 3.2.0 to 2.8.0. 2023-11-22 14:57:39 +08:00
zhengshuxin
0811adc58d Add newline on http_hdr_req.c file. 2023-10-20 18:09:21 +08:00
zhengshuxin
038edbb9e1 fixed one compiling error in http moduel 2023-08-24 17:20:16 +08:00
shuxin   zheng
c79eaac19c Decrease buff size for http module from 8k to 4k; format codes style. 2023-08-23 14:13:49 +08:00
shuxin   zheng
1705f9b56e Decreate http read buff's size for shared stack fiber mode. 2023-08-23 10:46:16 +08:00
zhengshuxin
49d73b733e Build sucessfully by clang with higher version. 2023-07-06 22:20:33 +08:00
shuxin   zheng
30e28278e9 Build ok for multiple platforms. 2023-04-17 16:28:35 +08:00
zhengshuxin
66551ff234 build ok by cmake 2023-03-27 20:48:27 +08:00
zhengshuxin
0e8622f611 Fixed one bug in http module that the response's version wasn't got there. 2023-03-06 14:43:57 +08:00
郑树新
d2c73a1d75 disable SDL checking for x64 on windows 2022-09-06 09:59:52 +08:00
zhengshuxin
ae39d3ec94 optimize network IO module. 2022-08-29 17:09:02 +08:00
zhengshuxin
e664f21494 build acl ok on Cygwin 2022-08-06 20:03:51 +08:00
郑树新
2830be54fa Acl can be built by cmake tools chanins 2022-07-10 20:13:15 +08:00
zhengshuxin
d9f0c8b5da remove some compiling options for MacOS 2022-04-11 19:09:39 +08:00
hailang
3ddff50476 mac support cross compile 2022-04-10 15:43:29 +08:00
zhengshuxin
8d7cf5cdfc build samples ok on WSL ubuntu 2022-01-28 12:28:21 +08:00
zhengshuxin
d6c554a463 build all 2021-11-16 14:45:06 +08:00
zhengshuxin
82265bdbb1 fixed one compiling warning 2021-10-26 17:01:26 +08:00
moehuster
3463e6ecd1 Feature: add linux-aarch64 support 2021-10-22 11:03:00 +08:00
zhengshuxin
667c2f27f0 optimize building by ndk-build 2021-09-28 15:49:15 +08:00
郑树新
cde03a74d4 optimize vs projects 2021-09-16 19:27:09 +08:00
郑树新
c0719a1b2e optimize vc projects 2021-09-14 18:34:21 +08:00
郑树新
9d3f6d5cfd test API hook for fiber module on Windows platform. 2021-08-22 23:15:38 +08:00
zhengshuxin
3e7712ac72 when the http request is HTTP/1.1, keep-alive should be used even if no "Connection" got 2021-07-13 16:51:57 +08:00
zhengshuxin
d0b031f3b6 test keep-alive of http module 2021-07-13 16:17:28 +08:00
zhengshuxin
380dd209d5 optimize http module 2021-07-13 15:36:51 +08:00
郑树新
6a1c34168f build acl by vc2019 2021-07-13 15:09:46 +08:00
shuxin   zheng
9d77d6ef24 The connection should be set keep-alive when the request http is 1.1 as default 2021-07-13 14:26:31 +08:00
shuxin   zheng
b19718159a automatically handle 204 http status from server's response which 204 means no body; format code; 2021-07-06 15:13:23 +08:00
zhengshuxin
23b0f0c5af fixed some compiling warning on windows 2021-02-09 15:04:23 +08:00
shuxin   zheng
5a4ae5b475 don't use _WINDLL for win32/win64 platform 2020-11-05 16:05:47 +08:00
shuxin   zheng
c414f7afab acl fiber can support Android now. 2020-09-27 23:35:04 +08:00
unknown
8fee32e9a4 supporting vc2019 2020-09-16 17:14:16 +08:00
shuxin   zheng
5057c10d5f support vc2019 2020-09-16 16:58:10 +08:00
unknown
858bcc7a94 add projects for vc2019 2020-09-16 16:25:20 +08:00