zsxxsz
|
66c05c16cb
|
fiber for windows: client2 and server2 run very well:)
|
2018-01-22 22:01:12 +08:00 |
|
郑树新
|
49a92e9348
|
fiber io can also stop automaticly when no IO and no timers been set.
|
2018-01-22 18:38:50 +08:00 |
|
zsx
|
12fe61726a
|
fiber_io.c: IO fiber can exit automatically when no FD and no timer.
|
2018-01-22 17:31:00 +08:00 |
|
zsxxsz
|
521cdffe83
|
build ok for vc2003
|
2018-01-21 18:13:48 +08:00 |
|
zsxxsz
|
588c871124
|
fiber client2 sample can run on Windows.
|
2018-01-21 15:41:19 +08:00 |
|
zsxxsz
|
de8be9ca0f
|
fiber's event_poll.c can handle POLLERR | POLLHUP | POLLNVAL
|
2018-01-21 11:40:34 +08:00 |
|
zsxxsz
|
3b2d58ed59
|
fiber server2 can run on windows.
|
2018-01-21 11:39:19 +08:00 |
|
zsxxsz
|
400904dccf
|
add error handling in acl_vstream.c & poll.c when operation timeout;
in fiber_win.c when calling CreateFiberEx, using size as the parameter
dwStackReserveSize;
|
2018-01-20 21:57:39 +08:00 |
|
zsx
|
e799a55b9f
|
fiber sample: server5
|
2018-01-19 19:22:06 +08:00 |
|
zsx
|
310d353114
|
remove valgrind debug by default in Makefile of fiber
|
2018-01-19 10:42:22 +08:00 |
|
zsx
|
d047cedf66
|
Merge branch 'master' of github:zhengshuxin/acl into github-zsx-master
|
2018-01-19 10:32:02 +08:00 |
|
zsx
|
2fbbd20627
|
rpm: don't use systemd in service shell
|
2018-01-19 10:31:38 +08:00 |
|
zsx
|
fc0b189189
|
master_ctld: don't save all information by default
|
2018-01-19 10:24:55 +08:00 |
|
zsx
|
78beb49c5d
|
acl_master: don't save some log information
|
2018-01-19 10:16:14 +08:00 |
|
zsx
|
f63a1d9408
|
master_ctld.cf: just listen 127.0.0.1:8290 by default
|
2018-01-19 09:53:12 +08:00 |
|
zsx
|
3479ec9f2b
|
master rpm: don't use systemd
|
2018-01-19 09:50:28 +08:00 |
|
zsxxsz
|
fe2ff8adb5
|
when new fiber can't be created on win32, just call msg_fatal
|
2018-01-18 23:10:34 +08:00 |
|
zsx
|
7af7f753fb
|
add one fiber sample
|
2018-01-18 16:07:20 +08:00 |
|
zsx
|
5391987156
|
fixed channel.cpp in fiber compiling error
|
2018-01-18 14:37:06 +08:00 |
|
zsx
|
602128784f
|
fiber sample: add http_request sample
|
2018-01-17 15:55:10 +08:00 |
|
郑树新
|
d819724c3b
|
fiber performance: improve the messages handling performance in Windows
|
2018-01-17 14:10:19 +08:00 |
|
郑树新
|
33447005ad
|
add changes.txt into vc project
|
2018-01-17 13:29:52 +08:00 |
|
zsxxsz
|
e3a50c370d
|
fiber io: incorrect used SET_READABLE
|
2018-01-16 23:46:42 +08:00 |
|
zsxxsz
|
a2b795a7fe
|
fiber_io fiber can be restarted.
|
2018-01-16 22:37:23 +08:00 |
|
郑树新
|
4afcac70a0
|
improve fiber IO performance when using timedwait read/write.
|
2018-01-16 18:24:13 +08:00 |
|
郑树新
|
0244606e67
|
remove FIBER_API in channel.hpp for compiling with no error on Windows & Unix
|
2018-01-16 14:28:42 +08:00 |
|
zsx
|
84f63c9242
|
increase version for building rpm by CI
|
2018-01-16 14:03:32 +08:00 |
|
zsx
|
e9606ac8bc
|
acl_ifconf_search can match TCP/UDP/UNIX domain socket addr automaticly
|
2018-01-16 13:55:55 +08:00 |
|
zsx
|
e7adfbb169
|
bugfix: fixed bugs in acl_ifconf.c's acl_ifconf_search and acl_udp_server.c
|
2018-01-16 11:43:35 +08:00 |
|
zsx
|
a004efcd70
|
acl_udp_server: fixed one bug for monitoring the network changing
|
2018-01-15 19:26:19 +08:00 |
|
郑树新
|
0e12675b7b
|
WinEchod use UNICODE charset
|
2018-01-15 12:22:04 +08:00 |
|
郑树新
|
a19555d3c2
|
WinEchodDl's vc2013 project
|
2018-01-15 12:15:51 +08:00 |
|
郑树新
|
fd1cd5df2e
|
add vc2013 project for demo WinEchod of acl fiber.
|
2018-01-15 11:32:59 +08:00 |
|
zsx
|
bc845a5dcd
|
fiber for windows OS can use IO read/write with timed waiting by using select/poll;
ACL_VSTREAM's NETWORK IO read/write interface can be hooked by user's IO API.
|
2018-01-14 23:08:04 +08:00 |
|
zsxxsz
|
768d30a56c
|
fiber for windows OS can use IO read/write with timed waiting by using select/poll;
ACL_VSTREAM's NETWORK IO read/write interface can be hooked by user's IO API.
|
2018-01-14 22:54:44 +08:00 |
|
zsxxsz
|
c2a2d1b579
|
building fiber lib and samples are all ok by vc2012 and vc2013
|
2018-01-13 23:24:45 +08:00 |
|
zsxxsz
|
a3870339ac
|
fiber compiliing on windows
|
2018-01-13 10:23:13 +08:00 |
|
zsx
|
8d5cf8ee23
|
fiber event optimise
|
2018-01-13 10:21:49 +08:00 |
|
zsxxsz
|
ebf0361142
|
fiber event optimize
|
2018-01-13 09:37:57 +08:00 |
|
zsx
|
f58d187421
|
compiling fiber on Linux
|
2018-01-12 22:29:21 +08:00 |
|
郑树新
|
bc24d1e75a
|
fiber based on win32 gui message
|
2018-01-12 19:15:08 +08:00 |
|
zsxxsz
|
d108b3750a
|
for win32 gui fiber
|
2018-01-12 00:28:30 +08:00 |
|
郑树新
|
5a45a0d886
|
win32 message fiber event
|
2018-01-11 19:13:31 +08:00 |
|
郑树新
|
4843851cbf
|
add FiberSleep class for demo
|
2018-01-11 18:30:06 +08:00 |
|
郑树新
|
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 |
|