zsx
|
c9d87eb368
|
delete unused files by xcode
|
2018-12-07 13:56:05 +08:00 |
|
zsx
|
d0d51ec6d1
|
build for macos
|
2018-12-07 13:50:42 +08:00 |
|
zsx
|
913fc1d187
|
release 3.4.1-36
|
2018-12-06 15:51:53 +08:00 |
|
zsx
|
66a560e37f
|
fixed bugs in client_wakeup of acl_threads_server.c;
acl::fiber_tbox and acl::fiber_cond are ok.
|
2018-12-06 15:50:13 +08:00 |
|
zsx
|
56c8a058f4
|
fiber_event.c: fixed one bug in acl_fiber_event_notify
|
2018-11-29 22:44:16 +08:00 |
|
zsx
|
e48753986e
|
fbase_event.c: restart IO when IO process is interrupted by EINTR.
|
2018-11-29 11:28:48 +08:00 |
|
zsx
|
9665f1a883
|
add udp_fatal_on_bind_error configure for acl_udp_server.c
|
2018-11-28 18:58:21 +08:00 |
|
zsx
|
24cfe81664
|
fixed one bug in server_binding of acl_udp_server.c
|
2018-11-28 16:10:18 +08:00 |
|
zsx
|
b2c8f16308
|
fixed one bug in server_binding() of acl_udp_server.c when binding addr failed.
|
2018-11-28 16:08:26 +08:00 |
|
zsx
|
ec495072b1
|
lib_fiber/c/src/fiber_event.c: fixed one bug for lock conlision
|
2018-11-28 09:47:04 +08:00 |
|
zsx
|
92ffb2cc9d
|
fixed one bug in fiber_event.c
|
2018-11-27 14:51:11 +08:00 |
|
zsx
|
7a934e149c
|
One bug in sha1 was fixed by dawei.lin@net263.com.
|
2018-11-22 22:18:25 +08:00 |
|
zhengshuxin
|
29b6fa01b5
|
check add json demo ok!
|
2018-11-15 23:05:00 +08:00 |
|
zsx
|
08c00933dd
|
fixed one bug in json builder
|
2018-11-15 18:17:26 +08:00 |
|
zsx
|
efdb56b579
|
add ACL_EMFILE errno for UNIX/Windows.
|
2018-11-15 15:48:13 +08:00 |
|
zsx
|
00365e4c9e
|
change version in acl_init.c
|
2018-10-31 22:19:57 +08:00 |
|
zsx
|
2dc0115ea5
|
fixed bug in acl_udp_server.c for windows OS.
|
2018-10-31 17:26:54 +08:00 |
|
zsx
|
127f6e0c33
|
acl_set_core_limit can only be used on UNIX-like OS.
|
2018-10-31 17:10:06 +08:00 |
|
zsx
|
687195ad40
|
build acl with cmake for Linux
|
2018-10-27 22:04:58 +08:00 |
|
zsx
|
180f88c837
|
bugfix: multiple socket addrs can't be bound in acl_udp_server.c
|
2018-10-23 22:30:50 +08:00 |
|
zsx
|
86b45b99f2
|
udp server is more stable.
|
2018-10-23 21:29:55 +08:00 |
|
zsx
|
ea3d71999a
|
limit the core file's size and disable creating core when process is exiting.
|
2018-10-23 13:29:21 +08:00 |
|
zhengshuxin
|
18af5fc7a2
|
Merge branch 'master' of github:zhengshuxin/acl
|
2018-10-17 17:19:24 +08:00 |
|
zsx
|
16c402fe42
|
release 3.4.1-27
|
2018-10-11 11:02:30 +08:00 |
|
zsx
|
c949a3be7a
|
add proc_on_unbind in master_udp
|
2018-10-08 16:32:44 +08:00 |
|
zsx
|
7fba2fbcce
|
format code style
|
2018-10-08 15:36:12 +08:00 |
|
zhengshuxin
|
b46fea21d4
|
add end_with in acl::string
|
2018-10-07 21:35:46 +08:00 |
|
zsx
|
44e0948aec
|
bugfix: ssize_t redefined to long to avoid error on vc in x64
|
2018-10-04 22:53:44 +08:00 |
|
zsx
|
3217e70bb5
|
use acl_socket_alive as the new method for checking the socket's aliving status.
|
2018-09-29 11:30:42 +08:00 |
|
郑树新
|
c0c1b22e69
|
add acl_socket_alive for checking if the given socket is aliving.
|
2018-09-29 11:03:35 +08:00 |
|
zsx
|
97fddf37a2
|
bugfix: acl_inet_connect_ex of acl_inet_connect.c should support domain:port format
|
2018-09-28 17:52:18 +08:00 |
|
zhengshuxin
|
8ed2885098
|
Merge branch 'master' of github:zhengshuxin/acl
|
2018-09-26 11:24:31 +08:00 |
|
zsx
|
b2df701b1f
|
fixed one bug in acl_cache2_update of acl_cache2.c
|
2018-09-22 13:46:11 +08:00 |
|
zsx
|
a4bb891b53
|
In acl_cache2_enter of acl_cache2.c the elder elements will be removed according LRU.
|
2018-09-22 10:48:50 +08:00 |
|
zsxxsz
|
cb218497b6
|
add new flag to control if disable SO_REUSEADDR when binding the local
listening addr.
|
2018-09-22 09:40:33 +08:00 |
|
zsx
|
8f5aa2129a
|
don't use ":" as the seperator in ipv6_clone of acl_sane_inet.c
|
2018-09-22 08:53:11 +08:00 |
|
zsx
|
608cc2a229
|
acl_inet_ntop should not add "%ifname" for local IPV6
|
2018-09-21 22:04:36 +08:00 |
|
zsx
|
7847375f25
|
The acl_inet_ntop should use ':' as the seperate for IPV4, or the acl_udp_server.c will mismatch the changed IPV4 addrs;
The sstreams_ in master_udp.cpp should be protected by mutex avoiding multipule-threads change it in the same time.
|
2018-09-21 21:56:21 +08:00 |
|
郑树新
|
e6cead0a67
|
fixed one problem in getaddrinfo of lib_fiber;
|
2018-09-19 18:36:05 +08:00 |
|
zsx
|
1a3faee6ab
|
fixed one compiling problem on vc
|
2018-09-19 17:52:09 +08:00 |
|
zhengshuxin
|
955af9d1d4
|
addrs matching in acl_master
|
2018-09-19 16:48:40 +08:00 |
|
zsx
|
f53fcb5ab3
|
bugfix: acl_ifconf_search in acl_ifconf.c can't handle some addr pattern
|
2018-09-19 15:52:59 +08:00 |
|
zsx
|
bf184fbfea
|
add some useful methods in acl_cache2.cpp
|
2018-09-18 15:04:23 +08:00 |
|
zsx
|
5177e4f43e
|
optimize acl_valid_unix API in acl_valid_hostname.c
|
2018-09-17 18:59:25 +08:00 |
|
zsx
|
de4805a6c8
|
fixed one bug in acl_ifconf.c for checking the UNIX path for matching.
|
2018-09-17 18:44:27 +08:00 |
|
zsx
|
4e393625c0
|
delete unused files.
|
2018-09-17 14:26:46 +08:00 |
|
zsx
|
f15c17ae29
|
build ok for Mac
|
2018-09-17 14:20:45 +08:00 |
|
zhengshuxin
|
b4bb083bdd
|
build ok by gcc7.1.0
|
2018-09-17 13:33:34 +08:00 |
|
zsx
|
4969d4bed9
|
using if_nametoindex in acl_inet_pton
|
2018-09-17 13:11:47 +08:00 |
|
zsx
|
e08c37d23d
|
add one test
|
2018-09-16 23:14:36 +08:00 |
|