Commit Graph

687 Commits

Author SHA1 Message Date
fuwangqin
4f61be3181 fix make error 2017-05-31 14:57:05 +08:00
root
0707afa35f add WebSocketServlet by "fuwangqin" <niukey@qq.com> 2017-05-31 14:43:18 +08:00
郑树新
e5c39cb5c8 Merge pull request #67 from zhengshuxin/master
Merge pull request #1 from acl-dev/master
2017-05-31 12:57:45 +08:00
root
d91b82abfb merge 2017-05-31 12:55:36 +08:00
郑树新
6e8c263024 Merge pull request #1 from acl-dev/master
merge
2017-05-31 12:52:29 +08:00
root
7d3de8e346 delete unused files. 2017-05-31 12:51:17 +08:00
root
d230265d3d Merge branch 'master' of https://github.com/acl-dev/acl 2017-05-31 12:48:59 +08:00
郑树新
f25cdd9599 Merge pull request #66 from zhengshuxin/master
merge
2017-05-31 12:48:35 +08:00
root
0bf7f8ec2b add udp sample with c++ 2017-05-31 12:46:59 +08:00
ubuntu14
98b4488e87 add udp samples 2017-05-31 09:15:54 +08:00
root
b9440151d6 Merge branch 'master' of https://github.com/acl-dev/acl 2017-05-31 09:02:04 +08:00
郑树新
f318884b3c Merge pull request #65 from zhengshuxin/master
add samples for recvmmsg/sendmmsg
2017-05-29 11:51:01 +08:00
zhengshuxin
183c0a6a3a add samples for recvmmsg/sendmmsg 2017-05-29 11:47:52 +08:00
zhengshuxin
67e2a99eee fixed one bug in websocket::make_frame_header for one memory overflow problem;
fixed one bug in connect_manager::remove
2017-05-27 10:03:58 +08:00
root
171655fa1e improve performance of acl_udp_server.c 2017-05-25 00:59:25 +08:00
ubuntu14
d49075033b in acl_udp_server.c, should not notify acl_master which will lead low performance 2017-05-23 17:53:52 +08:00
zhengshuxin
dcb585b094 add readme&changes for golang master service 2017-05-22 17:52:48 +08:00
zhengshuxin
3c19f24ede calling setuid in acl_master to help services written by golang to change running privilege. 2017-05-22 17:52:05 +08:00
zhengshuxin
808667c3de go master service supports log and configure 2017-05-21 23:49:26 +08:00
zhengshuxin
7637ada728 delete log.txt 2017-05-20 13:27:50 +08:00
zhengshuxin
f33278280f acl master framework supports golang 2017-05-20 13:26:15 +08:00
fuwangqin
8b738d89b9 add WebsocketServlet 2017-05-20 11:39:14 +08:00
fuwangqin
9541f337b5 add websocketServlet sample 2017-05-20 11:37:15 +08:00
zhengshuxin
dfeef3a6bf fiber service can exit until all the clients are closed, specified by configure. 2017-05-16 23:22:07 +08:00
zhengshuxin
8b0c600fac fixed bugs in gson_helper.ipp for object's pointer copy 2017-05-14 00:16:42 +08:00
zhengshuxin
1a6af8a6be add unix-domain support in pgsql 2017-05-08 09:49:30 +08:00
zhengshuxin
fc745e530c fixed some compile error on xcode 2017-05-03 14:38:22 +08:00
zhengshuxin
a0f4e48d41 fixed one bug in acl_mylog.c/private_vstream.c that freeing memory corrupt. 2017-05-03 11:19:20 +08:00
zhengshuxin
14fb7b5f36 add postgresql client example. 2017-05-01 11:51:04 +08:00
zhengshuxin
3a422b77d2 modify Makefile for acl installing. 2017-04-28 14:00:14 +08:00
zhengshuxin
b55af5186e modify Makefile for install libs. 2017-04-28 13:50:38 +08:00
zhengshuxin
9b12875d17 support postgresql. 2017-04-27 21:46:28 +08:00
zhengshuxin
b310f3d6cc fixed one bug in acl_fiber_sef_specific. 2017-04-24 22:49:42 +08:00
zhengshuxin
47c07e2f56 add inet_ntop/inet_pton for vc2003 2017-04-23 20:27:54 +08:00
zhengshuxin
0d0bfa47e7 acl_3.3.0 released! 2017-04-22 19:39:13 +08:00
zhengshuxin
10284115f1 add explicit in string constructor 2017-04-22 17:44:17 +08:00
zhengshuxin
3663f3f452 modify acl_master control shell 2017-04-21 16:07:32 +08:00
zhengshuxin
5684b7ef41 rename boolean_t to acl_boolean_t for avoiding collision with xcode's lib 2017-04-21 15:57:51 +08:00
zhengshuxin
5d19443275 support vc2013 2017-04-21 14:59:29 +08:00
zhengshuxin
d91b6f4272 acl_vstream_probe_status maybe be blocked in fiber mode 2017-04-20 19:39:03 +08:00
zhengshuxin
5e271bd1b9 acl_pthread_mutex_destroy was lost on windows. 2017-04-17 22:02:34 +08:00
zhengshuxin
fd719a73e3 fixed one bug in acl_pthread_cond.c for double-free one same memory. 2017-04-17 21:56:13 +08:00
zhengshuxin
9e7ad2af39 make fiber module more safety 2017-04-14 21:04:33 +08:00
zhengshuxin
41b89b7aaa hook getaddrinfo in acl fiber 2017-04-13 21:50:55 +08:00
zhengshuxin
7787109b88 fixed compiling error on xcode. 2017-04-12 13:29:43 +08:00
zhengshuxin
29f3ef3b73 supporting for IPV6 2017-04-11 23:14:39 +08:00
zhengshuxin
00773f7d34 for FreeBSD 2017-04-09 08:48:50 +08:00
zhengshuxin
b6b7fb6573 fixed compiling error on vc2003 2017-04-09 08:26:21 +08:00
zhengshuxin
b73d188e30 support IPV6. 2017-04-07 20:13:08 +08:00
zhengshuxin
d167d8f85d fixed fiber's errors;
add feature in some modules.
2017-03-31 23:04:16 +08:00