郑树新
|
e55a183e1e
|
WinEchod: rename class files' name;
win32 message is OK;
|
2018-01-11 14:19:09 +08:00 |
|
zsxxsz
|
63c9decbbd
|
acl fiber can be used on win32 GUI messsage
|
2018-01-11 00:11:15 +08:00 |
|
郑树新
|
7f35e9236f
|
acl fiber can now support win32 gui message engine
|
2018-01-10 17:48:45 +08:00 |
|
郑树新
|
038dcc9a43
|
add listener fiber and client fiber
|
2018-01-10 17:48:22 +08:00 |
|
zsxxsz
|
2abefabbc8
|
add last_nready in aio_handle class getting the count of events.
|
2018-01-09 23:45:13 +08:00 |
|
zsxxsz
|
06efa7474d
|
Merge branch 'master' of https://github.com/zhengshuxin/acl into github-zsx-master
|
2018-01-09 23:38:50 +08:00 |
|
zsxxsz
|
6b20f28844
|
add function giving the events count in one event loop
|
2018-01-09 23:37:23 +08:00 |
|
郑树新
|
e64945edd7
|
win32 gui fiber sample
|
2018-01-09 19:02:10 +08:00 |
|
zsxxsz
|
c6c268a9f3
|
add demo
|
2018-01-09 00:05:28 +08:00 |
|
郑树新
|
2baa98a8fc
|
fixed one bug in bitmap.cpp when calling reset();
adding win32 gui message event for fiber
|
2018-01-08 15:21:57 +08:00 |
|
zsxxsz
|
a6dee23821
|
compiling fiber on vc
|
2018-01-07 23:43:05 +08:00 |
|
zsx
|
f505001cd7
|
compiling on Linux
|
2018-01-07 23:30:46 +08:00 |
|
zsxxsz
|
3543cdda46
|
prepare for win gui message fiber
|
2018-01-07 23:22:38 +08:00 |
|
zsxxsz
|
945fad8380
|
add htable into fiber
|
2018-01-07 23:21:50 +08:00 |
|
zsxxsz
|
78dc911358
|
add win32 gui message event for fiber
|
2018-01-07 23:21:14 +08:00 |
|
zsxxsz
|
3a5effa102
|
prepare for win msg event for windows
|
2018-01-07 14:40:15 +08:00 |
|
zsxxsz
|
2b9cdae22e
|
add sane_socket in fiber's common module.
|
2018-01-07 14:33:05 +08:00 |
|
zsxxsz
|
7fced0b33a
|
some charset warning on vc
|
2018-01-06 23:18:40 +08:00 |
|
zsxxsz
|
45999c8bba
|
fiber project: add vc2012 and vc2013 projects
|
2018-01-06 23:18:04 +08:00 |
|
zsx
|
c9a11e6a29
|
acl_master: remove ACL_MASTER_SERV:command avoding misusing it, just using path
|
2018-01-05 10:40:05 +08:00 |
|
zsx
|
7213e116e3
|
service_guard: store date in redis with human-readable format
|
2018-01-04 18:19:00 +08:00 |
|
zsx
|
0c7597784b
|
Merge branch 'master' of github:zhengshuxin/acl into github-zsx-master
|
2018-01-04 15:38:02 +08:00 |
|
zsx
|
622c9d76e3
|
modify service_guard's configure
|
2018-01-04 15:37:20 +08:00 |
|
zsx
|
e4b4cd3127
|
modify service_guard's configure
|
2018-01-04 15:24:52 +08:00 |
|
zsx
|
1c12b4f4b5
|
master's tools: add service_guard for managing all master_guards
|
2018-01-04 15:13:48 +08:00 |
|
zsx
|
6e119b3842
|
use the json struct same with service_guard/json
|
2018-01-04 15:11:37 +08:00 |
|
zsx
|
d3eb31424f
|
master_guard: using some function in daemon/json
|
2018-01-04 11:10:24 +08:00 |
|
zsx
|
e991917cac
|
one compiling error on centos6.x
|
2018-01-03 23:28:17 +08:00 |
|
zsx
|
a2104bfba8
|
compiling error on CS6.4
|
2018-01-03 23:23:04 +08:00 |
|
zsx
|
009e895d41
|
add master_guard in master/tools
|
2018-01-03 23:06:27 +08:00 |
|
zsx
|
dc21d58218
|
master: add lost item named start in service_list.cpp
|
2018-01-03 18:59:37 +08:00 |
|
郑树新
|
b71952895b
|
add event_poll into fiber's vc project
|
2018-01-03 14:04:38 +08:00 |
|
zsx
|
0abfa377f6
|
fiber event: poll API can be used for fiber's event engine
|
2018-01-03 14:01:22 +08:00 |
|
zsxxsz
|
4371535b8e
|
add lost vc project for fiber sample
|
2018-01-02 21:03:09 +08:00 |
|
root
|
e83380d4b0
|
update master's service shell
|
2018-01-03 03:06:13 +08:00 |
|
root
|
e21c7a369f
|
rpm: upgrade to version 3.3.0-50
|
2018-01-03 02:59:16 +08:00 |
|
root
|
6c969f55e5
|
set ulimit -n 204800 in master's starting shell
|
2018-01-03 02:57:13 +08:00 |
|
root
|
01be5a98c6
|
acl_udp_server: can exit gracefully
|
2018-01-03 02:54:53 +08:00 |
|
zsx
|
5ab9024ae1
|
udp server: add gracefully exiting process
|
2018-01-02 15:21:37 +08:00 |
|
郑树新
|
fa8abf0c9a
|
compiling: fixed some warning on vc2013
|
2018-01-02 13:39:21 +08:00 |
|
zhengshuxin
|
88b9f98214
|
fiber compiling: fixed some warning on FreeBSD
|
2017-09-22 16:58:18 +08:00 |
|
zhengshuxin
|
c9e8e0f1d6
|
fixed one compiling error on FreeBSD
|
2016-01-14 13:14:36 +08:00 |
|
zsxxsz
|
ceadc40c6f
|
compiling error on freebsd
|
2018-01-01 22:57:20 +08:00 |
|
zsx
|
c4d9790d5f
|
fiber event: using select as event engine internal for unix/windows
|
2018-01-01 22:50:11 +08:00 |
|
zsxxsz
|
6051fe8bfe
|
fiber: add event_select
|
2018-01-01 21:08:27 +08:00 |
|
zsx
|
344d370715
|
modify redis_node class for redis.4.x.x
|
2018-01-01 11:05:05 +08:00 |
|
zsx
|
c2100129d3
|
Merge branch 'master' of github:zhengshuxin/acl
|
2018-01-01 11:00:27 +08:00 |
|
zsx
|
e089381026
|
redis_cluster: support CLUSTER NODES for redis.4.x.x
|
2018-01-01 10:58:43 +08:00 |
|
zsx
|
301eee86a0
|
redis_cluster: support CLUSTER NODES for redis.4.x.x
|
2018-01-01 10:48:41 +08:00 |
|
zsxxsz
|
c7fc99f2d8
|
fiber for windows can run:)
|
2018-01-01 00:10:00 +08:00 |
|