shuxin zheng
|
88b9dc3632
|
Add align bytes set when creating dbuf; 16 bytes align for redis module.
|
2024-09-12 11:48:12 +08:00 |
|
zhengshuxin
|
16adf968c9
|
slice memory module should use 64 bits align on x64.
|
2024-09-10 11:54:17 +08:00 |
|
zhengshuxin
|
db529f4ca5
|
Json node can be removed when walling through the json tree.
|
2024-08-24 22:30:56 +08:00 |
|
shuxin zheng
|
5a234d4244
|
Add json test for testing disable json node.
|
2024-08-23 18:52:00 +08:00 |
|
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 |
|
郑树新
|
7e33f21589
|
Supports vc2022 and Arm64.
|
2024-07-17 18:19:27 +08:00 |
|
郑树新
|
7fe7af7555
|
Compiling on Windows ARM64
|
2024-07-17 14:49:48 +08:00 |
|
zhengshuxin
|
b7ab0c8283
|
Add more demos for testing dns.
|
2024-06-26 10:36:43 +08:00 |
|
zhengshuxin
|
68a8e932ac
|
Use acl_fiber_yield() when calling acl_fiber_delay(0).
|
2024-06-19 11:37:54 +08:00 |
|
zhengshuxin
|
dcce3ea081
|
Optimize make build.
|
2024-04-16 10:48:06 +08:00 |
|
zhengshuxin
|
f2e553bc98
|
Build acl by cosmocc.
|
2024-03-16 16:08:06 +08:00 |
|
shuxin zheng
|
dd03e76f65
|
modify readme
|
2024-01-30 09:52:26 +08:00 |
|
shuxin zheng
|
72feade14a
|
Test coder demo.
|
2023-12-26 11:26:33 +08:00 |
|
shuxin zheng
|
0b8dd11dca
|
Client socket can bind local interface when connecting to the remote server.
|
2023-11-17 18:49:11 +08:00 |
|
zhengshuxin
|
943714a932
|
Add prefix for avl_xxx to avoid libs conlition with the others including the same avl lib.
|
2023-10-13 15:23:52 +08:00 |
|
zhengshuxin
|
e47725fc1f
|
Rename demo base64 to coder.
|
2023-09-11 16:10:39 +08:00 |
|
shuxin zheng
|
95c4fd926b
|
Rename base64 demo to coder.
|
2023-09-05 10:35:22 +08:00 |
|
zhengshuxin
|
2ac3eef044
|
Optimize htable module
|
2023-03-22 17:20:21 +08:00 |
|
zhengshuxin
|
16bc2151a6
|
test clock_gettime vs gettimeofday
|
2023-03-19 20:51:23 +08:00 |
|
zhengshuxin
|
b9ba574128
|
add one demo for testing split
|
2023-02-26 21:29:22 +08:00 |
|
zhengshuxin
|
057852cb72
|
Test if SO_REUSEPORT should be set before bind the socket fd.
|
2023-01-13 16:38:33 +08:00 |
|
zhengshuxin
|
e664f21494
|
build acl ok on Cygwin
|
2022-08-06 20:03:51 +08:00 |
|
shuxin zheng
|
4374153f00
|
add wait_group.cpp in xcode project of acl
|
2022-08-01 16:02:21 +08:00 |
|
zhengshuxin
|
785487b466
|
add wait_group for fiber module like sync.WaitGroup in Golang
|
2022-08-01 15:48:21 +08:00 |
|
zhengshuxin
|
6da6a1dbd1
|
optimize size of the ACL_VSTRING object
|
2022-07-21 18:29:28 +08:00 |
|
shuxin zheng
|
2669546783
|
optimize dns-gate
|
2022-05-29 17:41:21 +08:00 |
|
shuxin zheng
|
2dbba96b97
|
fixed one bugs in rfc1035.cpp and add one demo dns-gate for transfering DNS protocol.
|
2022-04-30 14:56:38 +08:00 |
|
郑树新
|
7c39974639
|
test thread mutex in recursive mode
|
2022-04-13 21:11:05 +08:00 |
|
zhengshuxin
|
d9f0c8b5da
|
remove some compiling options for MacOS
|
2022-04-11 19:09:39 +08:00 |
|
hailang
|
5ef96d62fe
|
Merge remote-tracking branch 'origin/master' into dev_mac_support_cross_compilation
|
2022-04-10 17:29:58 +08:00 |
|
hailang
|
3ddff50476
|
mac support cross compile
|
2022-04-10 15:43:29 +08:00 |
|
郑树新
|
a9b4053454
|
test httpd_proxy
|
2022-04-03 00:16:05 +08:00 |
|
郑树新
|
15c9eda94a
|
The new thread is joinable default after being created when attr not set
|
2022-02-02 23:11:19 +08:00 |
|
郑树新
|
8fb78a54e2
|
test aio on windows
|
2022-02-02 21:49:47 +08:00 |
|
zhengshuxin
|
0806ba7045
|
test thread once
|
2022-02-02 21:05:57 +08:00 |
|
zhengshuxin
|
b9a055eb86
|
add one demo for test thread once
|
2022-02-02 20:06:39 +08:00 |
|
root
|
e29632e52e
|
porting to ALPINE Linux
|
2022-01-27 18:46:55 +00:00 |
|
zhengshuxin
|
d6c554a463
|
build all
|
2021-11-16 14:45:06 +08:00 |
|
shuxin zheng
|
506c63a0fe
|
the connect and read/write timeout can use ms
|
2021-07-09 18:27:11 +08:00 |
|
shuxin zheng
|
e1fdd70000
|
modify acl_dns_lookup()/acl_dns_lookup2()
|
2021-05-31 10:56:27 +08:00 |
|
shuxin zheng
|
fa6b9ee7ea
|
add one demo to test acl_gethostbyname()
|
2021-05-12 17:08:00 +08:00 |
|
shuxin zheng
|
62554834b7
|
fixed one bug for windows when using WSAPoll
|
2021-02-23 14:00:11 +08:00 |
|
shuxin zheng
|
ea531338d6
|
format code style
|
2020-11-05 15:16:35 +08:00 |
|
zhengshuxin
|
ce7c7c093a
|
fixed bug in fiber dns module
|
2020-10-22 15:02:58 +08:00 |
|
zhengshuxin
|
33456cc3af
|
support inet6 in DNS module
|
2020-10-18 18:23:24 +08:00 |
|
shuxin zheng
|
9ee536725a
|
test rfc1035
|
2020-09-01 17:09:26 +08:00 |
|
shuxin zheng
|
cb43c1fe45
|
add one demo for testing ssl module when using static mebedtls library.
|
2020-08-25 10:22:27 +08:00 |
|
zhengshuxin
|
1fcd4d59b0
|
add cname in dns module
|
2020-08-24 12:05:52 +08:00 |
|
shuxin zheng
|
77c95b1908
|
add one demo for testing rfc1035
|
2020-08-21 09:05:32 +08:00 |
|