Commit Graph

1355 Commits

Author SHA1 Message Date
zsx
fe754e6f42 fiber samples/thread_mbox: test multithreads writers 2017-12-15 10:58:46 +08:00
zsx
27009dac7b changed logger_error to logger 2017-12-14 21:31:00 +08:00
zsx
e8da0142a4 fixed one compiling error with cmake 2017-12-14 18:35:18 +08:00
zsx
4f0e2cc8dd feature: master can bind udp with unix domain path 2017-12-12 19:18:33 +08:00
zsx
c10ef0b4d5 bugfix: fixed bug in acl_ifconf_search function. 2017-12-12 16:33:46 +08:00
zsx
f0c52f92f1 acl_mbox supports eventfd as notify handle 2017-12-12 14:02:25 +08:00
zsx
fa113a12e7 acl stream and servers support UNIX domain socket in UDP packet mode 2017-12-10 22:23:37 +08:00
zsx
e65bdd10bf master: using acl_ifconf_search in service_sock & service_udp 2017-12-10 11:27:18 +08:00
zsx
01fcb0356e services's configure files update 2017-12-08 10:20:27 +08:00
zsx
aa3e355225 compile: fixed one compile error 2017-12-08 10:03:00 +08:00
zsx
7c8d6faab2 rpm package: update version 2017-12-08 09:56:15 +08:00
zsx
68dfbb4de8 workaroud: function acl_res_lookup of acl_res.c will not call fatal when domain invalid 2017-12-08 09:52:48 +08:00
zsx
b5ba4057db charset: changed main.cf's charset from gbk to utf-8 2017-12-08 09:50:22 +08:00
zsx
1b164db078 ssl: polarssl_conf's init should not in constructor 2017-12-07 16:24:21 +08:00
zsx
2af428b200 master: changed service_throttle_time from 60s to 10s in main.cf 2017-12-05 15:28:04 +08:00
zsx
a5b15ee15b master: changed service_throttle_time from 60 to 10 in main.cf 2017-12-05 15:19:29 +08:00
zsx
11b41819fb redis: fixed bugs for supporting binaray data 2017-12-05 12:13:50 +08:00
zsx
ea896f9aed redis: fixed bugs when objs were binary data 2017-12-05 12:01:24 +08:00
zsx
318a2af3e7 master_ctld.conf add internal IP list 2017-12-03 23:53:46 +08:00
ubuntu14
ea4414c31e polarssl_conf: fixed one bug 2017-12-03 15:16:43 +08:00
ubuntu14
24ba9207c6 Merge branch 'upstream-master' 2017-12-03 15:14:16 +08:00
ubuntu14
42c1eb8b2d polarssl_conf: fixed one bug when loading polarssl library 2017-12-03 14:54:47 +08:00
郑树新
def8e5b403
Merge pull request #111 from waruqi/master
add some xmake.lua for app
2017-12-01 17:49:16 +08:00
ruki
a65c0a3484 add some xmake.lua for app 2017-12-01 09:10:16 +08:00
zsx
95d67507d5 fiber's compile: fixed one warning when USE_JMP not be defined. 2017-11-30 10:59:25 +08:00
郑树新
74851a9105
Merge pull request #110 from waruqi/master
add xmake.lua
2017-11-30 10:48:25 +08:00
ruki
987385ea6e add xmake.lua 2017-11-30 10:04:15 +08:00
zsx
9af42bfdb7 rpm package: update version 2017-11-28 11:38:04 +08:00
zsx
bc2d7c81c8 fiber: eventfd should be ignored on kernel below 2.6.22. 2017-11-24 15:53:43 +08:00
zsx
71289ca92f fiber_event is ok 2017-11-24 15:24:17 +08:00
zsx
2f81af614b samples: fiber_event's sample changed. 2017-11-24 11:40:01 +08:00
zsx
8fca8bc485 fiber_event: delete unused codes. 2017-11-24 11:27:05 +08:00
zsx
3a290a2718 fiber lock: add comments 2017-11-24 11:25:05 +08:00
zsx
450d06a66c fier: add acl_fiber_event_trywait 2017-11-24 11:10:44 +08:00
zsx
173e43bb47 fiber: rename acl_fiber_event_signal to acl_fibrer_event_notify. 2017-11-24 10:42:10 +08:00
zsx
0ee5df1899 fiber: add fiber_event for synchronize between threads and fibers 2017-11-24 10:39:53 +08:00
zsx
acac0ad2f8 fiber_lock: use the new fiber event lock with high performance. 2017-11-23 12:59:24 +08:00
zsx
41d1e116d1 fiber: add fiber_event.c which can support mutex lock between fibers and threads with very high performance. 2017-11-23 12:23:17 +08:00
zsx
27f13c2a13 fiber: add fiber_lock_r 2017-11-23 00:36:15 +08:00
zsx
1d35005fca fiber: add fiber_lock_r which can use in threads + fibers 2017-11-23 00:35:51 +08:00
zsx
41d76c8a04 master: can start service with extname of command 2017-11-21 17:40:25 +08:00
zsx
a8d8f40b52 master: can start & restart one service with different extname that maybe be used for different service version 2017-11-21 16:46:39 +08:00
zsx
be83030d8d master: add master_config command to get master's configure info. 2017-11-21 12:43:34 +08:00
郑树新
ad96211014 vc projects: remove private_global.h and add acl_define_macosx.h 2017-11-21 10:58:44 +08:00
郑树新
23f1915473 compiling: support vc2017 2017-11-20 12:15:19 +08:00
zsx
b705c59e0a configure: main.cf changed 2017-11-19 18:20:56 +08:00
zhengshuxin
b2b6521a75 compiling error on CentOS6.x 2017-11-16 11:37:57 +08:00
zhengshuxin
0d1494c27e rpm: add master_ctl into package 2017-11-16 11:18:22 +08:00
郑树新
a00a262f8a build ok on windows 2017-11-14 12:09:33 +08:00
zhengshuxin
781b0a048a add acl::tbox class for transfering messages between multi-threads. 2017-11-14 10:52:44 +08:00