zhengshuxin
|
4321cfc6c2
|
add one fiber demo
|
2020-01-25 14:45:24 +08:00 |
|
郑树新
|
fd2038dd58
|
!3 Compile on raspberry pi 3B,3B+,4B
Merge pull request !3 from wfeii1980/master
|
2020-01-09 11:02:46 +08:00 |
|
zhengshuxin
|
0a14cdd275
|
prepare release new version
|
2020-01-09 10:17:00 +08:00 |
|
zhengshuxin
|
56afc8cf80
|
compiling acl
|
2020-01-07 10:36:29 +08:00 |
|
shuxin zheng
|
4a7dce51ba
|
acl::mbedtls_conf can load three mbedtls dynamic libs
|
2020-01-06 15:29:03 +08:00 |
|
shuxin zheng
|
1222309a1d
|
test fiber demos with ssl
|
2020-01-05 20:23:34 +08:00 |
|
wfeii1980
|
fb928d5103
|
update lib_fiber/c/src/stdafx.h.
Compile on raspberry pi 3B,3B+,4B
|
2019-12-09 09:57:25 +08:00 |
|
shuxin zheng
|
c57e5e5876
|
compile libfiber for ARM platform
|
2019-12-03 13:43:53 +08:00 |
|
zhengshuxin
|
bda63febae
|
fatal if fbase->event_in is invalid in fbase_event::fbase_event_open
|
2019-10-18 10:07:26 +08:00 |
|
ruki
|
1c0ff5d208
|
update xmake.lua: export public includedirs
|
2019-10-14 09:34:37 +08:00 |
|
zhengshuxin
|
8d4dff9f18
|
building with xmake
|
2019-10-08 16:36:16 +08:00 |
|
zhengshuxin
|
b698693b3c
|
build ok for FreeBSD
|
2016-01-14 14:45:37 +08:00 |
|
zhengshuxin
|
85374450d0
|
optimize: many optimizing for decrease libs' size for mobile platom;
bugfix: fixed one bug in event_epoll.c of fiber lib.
|
2019-09-19 10:33:10 +08:00 |
|
shuxin zheng
|
152415550b
|
upgrade xcode projects of acl
|
2019-09-13 17:06:46 +08:00 |
|
zhengshuxin
|
ed1521b36b
|
build ok by xmake
|
2019-09-03 22:28:50 +08:00 |
|
zsxxsz
|
51b1789300
|
optimize WinEchod sample
|
2019-08-18 13:10:26 +08:00 |
|
zsxxsz
|
2ee35f6434
|
fixed bugs for restarting fiber IO scheduling.
|
2019-08-17 22:07:51 +08:00 |
|
zsxxsz
|
2153e5a117
|
format code.
|
2019-08-17 22:04:57 +08:00 |
|
郑树新
|
f66a47735b
|
fixed compiling error by vc
|
2019-08-16 18:24:54 +08:00 |
|
root
|
72a5287da5
|
add memory using debug info.
|
2019-08-16 18:17:11 +08:00 |
|
郑树新
|
5e8335f011
|
build ok for windows.
|
2019-08-15 15:25:28 +08:00 |
|
zhengshuxin
|
946bc1944e
|
use conditional compiling for hooking system API getimeofday
|
2019-08-12 14:52:09 +08:00 |
|
shuxin zheng
|
8d96beb9b0
|
format code
|
2019-08-11 11:12:39 +08:00 |
|
shuxin zheng
|
574800f456
|
event_kqueue.c->kevent_fflush should use hooked API __sys_kevent
|
2019-08-11 11:10:43 +08:00 |
|
zhengshuxin
|
0c4901f531
|
fixed one bug in hooked API sleep in io.c
|
2019-08-08 14:33:32 +08:00 |
|
zhengshuxin
|
a186db64f8
|
fixed compiling error on maxos
|
2019-08-07 14:30:12 +08:00 |
|
zhengshuxin
|
e20a39ebef
|
fixed one compiling error on macos
|
2019-08-07 14:26:24 +08:00 |
|
zhengshuxin
|
42d2bd5684
|
fixed one bug in hooked API gettimeofday for precision.
|
2019-08-06 10:28:31 +08:00 |
|
zhengshuxin
|
df843708f8
|
format code style
|
2019-07-31 22:06:54 +08:00 |
|
zhengshuxin
|
85812e6f1c
|
improvement ring's performance
|
2019-07-31 22:00:41 +08:00 |
|
zhengshuxin
|
a0b258eb28
|
test gettimeofday ok
|
2019-07-31 16:32:17 +08:00 |
|
zhengshuxin
|
0ee5867c9d
|
add one sample for testging gettimeofday
|
2019-07-31 16:31:36 +08:00 |
|
zhengshuxin
|
d8d624ee98
|
use utf8 for text files.
|
2019-07-30 23:52:48 +08:00 |
|
zhengshuxin
|
b02dfd34c6
|
speedup gettimeofday() by using some asm codes from DPDK
|
2019-07-30 23:48:25 +08:00 |
|
zhengshuxin
|
9697f95b8f
|
Revert "All source code have been changed to use utf8 charset with BOM header!"
This reverts commit 15d999759e .
|
2019-07-28 10:31:56 +08:00 |
|
zsxxsz
|
15d999759e
|
All source code have been changed to use utf8 charset with BOM header!
|
2019-07-27 22:44:32 +08:00 |
|
郑树新
|
649b94dc41
|
format source code's charset
|
2019-07-26 17:27:39 +08:00 |
|
zhengshuxin
|
3b1053652f
|
fixed bug in fiber_sem.c
|
2019-07-17 09:32:20 +08:00 |
|
zhengshuxin
|
dd1f0b8eba
|
modify Makefile
|
2019-06-26 23:06:32 +08:00 |
|
zhengshuxin
|
b2b3cdae9a
|
Merge branch 'master' into github-zsx-master
|
2019-06-26 22:57:56 +08:00 |
|
郑树新
|
cff0958e2c
|
Merge branch 'master' into master
|
2019-06-26 22:52:56 +08:00 |
|
zhengshuxin
|
1a3adc67ef
|
add features in todo
|
2019-06-25 10:54:55 +08:00 |
|
zhengshuxin
|
123328c1af
|
remove unused comments
|
2019-06-24 13:06:06 +08:00 |
|
Dep user
|
84e7b857e5
|
fix compile error.
|
2019-06-18 14:02:42 +08:00 |
|
zsxxsz
|
cc202891ec
|
compiling ok on Ubuntu12 32-bits
|
2019-06-17 22:31:43 +08:00 |
|
zsx
|
242250d5e0
|
add tcp_keeper module into xcode project
|
2019-06-11 19:43:24 +08:00 |
|
zhengshuxin
|
b71b8840bf
|
replace assert with abort
|
2019-05-18 22:03:53 +08:00 |
|
zhengshuxin
|
77240768e5
|
remove unused files
|
2019-05-18 17:03:28 +08:00 |
|
zhengshuxin
|
064a4c325c
|
optimize fiber_sem
|
2019-05-17 11:11:03 +08:00 |
|
zhengshuxin
|
0ffeedfcd4
|
fixed bugs in fiber_sem.c/fiber_lock.c
|
2019-05-16 16:48:48 +08:00 |
|