Commit Graph

541 Commits

Author SHA1 Message Date
Shuhei Tanuma
d458cd5905 add several function docs [ci skip] 2012-07-16 01:22:05 +09:00
Shuhei Tanuma
af6e179128 add uv_poll docs [ci skip] 2012-07-16 00:51:05 +09:00
Shuhei Tanuma
ed895be80c add uv_poll_init_socket 2012-07-16 00:32:29 +09:00
Shuhei Tanuma
dd9b57c9ab update .gitignore: avoids test output 2012-07-16 00:28:02 +09:00
Shuhei Tanuma
32ea5e154f adjust poll example [ci skip] 2012-07-16 00:10:55 +09:00
Shuhei Tanuma
01ba787a36 do not free here 2012-07-16 00:09:29 +09:00
Shuhei Tanuma
61a05cbc96 uv_fs*: callback parameter fd passes given PHPs stream, socket or file descriptor. 2012-07-15 23:47:49 +09:00
Shuhei Tanuma
157f6ca7e2 adjust fs_poll sample 2012-07-15 22:54:56 +09:00
Shuhei Tanuma
ff5f4023f4 add note for uv_read_start 2012-07-15 21:32:16 +09:00
Shuhei Tanuma
2454e91bda add http parser document. and fix constnats [ci skip] 2012-07-15 20:45:34 +09:00
Shuhei Tanuma
091eef8a6b update readme [ci skip] 2012-07-15 20:27:53 +09:00
Shuhei Tanuma
04c2fdb745 fix write2 proto docs [ci skip] 2012-07-15 20:21:11 +09:00
Shuhei Tanuma
933a05f0f5 update readme [ci skip] 2012-07-15 20:16:15 +09:00
Shuhei Tanuma
706ef03e74 change idle cb parameters 2012-07-15 20:10:07 +09:00
Shuhei Tanuma
b0d8e785b6 add several docs [ci skip] 2012-07-15 19:12:25 +09:00
Shuhei Tanuma
b927f15019 hmm... for now, add descriptions and parameters into source code. [ci skip] 2012-07-15 19:01:23 +09:00
Shuhei Tanuma
0889a8c983 too big 2012-07-15 18:34:30 +09:00
Shuhei Tanuma
05ced3dc95 update readme 2012-07-15 18:32:04 +09:00
Shuhei Tanuma
ddc4d3017d TODO: fix uv_spawn 2012-07-15 17:57:45 +09:00
Shuhei Tanuma
58feabb350 add uv_loop_new 2012-07-15 17:51:06 +09:00
Shuhei Tanuma
9c28657090 i don't have good solution for including php_sockets.h on windows box. for now comment out 2012-07-15 14:03:22 +09:00
Shuhei Tanuma
141de07e0e now, uv_fs functions accepts php's stream, socket and fd 2012-07-15 03:56:29 +09:00
Shuhei Tanuma
f5bf49b415 for now, add uv_walk function. but it does not work yet. 2012-07-15 01:40:34 +09:00
Shuhei Tanuma
bd310c4366 don't support uv_once. 2012-07-15 01:26:15 +09:00
Shuhei Tanuma
515e4071fa add uv_fs_sendfile test case.
TODO: obtain file handle from php_uv resource.
2012-07-15 00:45:06 +09:00
Shuhei Tanuma
0e8eb9fcbb for now, add uv_write2 2012-07-14 23:24:56 +09:00
Shuhei Tanuma
fb3f2e5930 Merge branch 'feature/dtrace-support' 2012-07-14 22:57:56 +09:00
Shuhei Tanuma
20ab459846 adjust dtrace support 2012-07-14 22:57:18 +09:00
Shuhei Tanuma
96c64de3da remove unused include line 2012-07-13 13:18:03 +09:00
Shuhei Tanuma
232ed1f90d dtrace just work on OSX box. Yay 2012-07-13 12:59:15 +09:00
Shuhei Tanuma
72853ee180 prevent dead lock for fs_poll test case 2012-07-13 00:29:00 +09:00
Shuhei Tanuma
bd2d6ce7fe use common function for tcp_connect 2012-07-13 00:19:11 +09:00
Shuhei Tanuma
fcb6d907aa set no_separation = 1 2012-07-12 23:52:21 +09:00
Shuhei Tanuma
48dfbd42f6 for now, add files 2012-07-12 23:37:47 +09:00
Shuhei Tanuma
3cfeca549c Merge branch 'feature/use_fcc_and_fci' 2012-07-12 10:28:32 +09:00
Shuhei Tanuma
bfd6342971 clear old callback 2012-07-12 10:28:17 +09:00
Shuhei Tanuma
f2b56c8b76 remove unused zval 2012-07-12 10:27:08 +09:00
Shuhei Tanuma
985c304ad2 fix uv_read_start segv 2012-07-12 10:20:31 +09:00
Shuhei Tanuma
f6b259bd67 remove unused address zval 2012-07-12 00:48:52 +09:00
Shuhei Tanuma
0c48f290a1 use fci and fcc for getaddr cb 2012-07-12 00:47:24 +09:00
Shuhei Tanuma
98ff7e121b use fci and fcc for read2 cb 2012-07-12 00:45:20 +09:00
Shuhei Tanuma
15fd7624d5 use fci and fcc for pol cb 2012-07-12 00:43:22 +09:00
Shuhei Tanuma
0cbdc2f42e use fci and fcc for fs poll cb 2012-07-12 00:40:33 +09:00
Shuhei Tanuma
e5b8b8d768 fix compile warnings 2012-07-12 00:38:17 +09:00
Shuhei Tanuma
d424bc25f1 use fci and fcc for fs event cb 2012-07-12 00:36:33 +09:00
Shuhei Tanuma
759849c6a2 use fci and fcc for fs cb 2012-07-12 00:34:41 +09:00
Shuhei Tanuma
92ce41343d use fci and fcc for queue callbacks 2012-07-12 00:20:09 +09:00
Shuhei Tanuma
79103b8e12 use fci and fcc for pipe_connect_cb 2012-07-12 00:14:53 +09:00
Shuhei Tanuma
6ffc7a34b7 use fci and fcc for proc_close_cb 2012-07-12 00:11:53 +09:00
Shuhei Tanuma
04023a572f use fci and fcc for async_cb 2012-07-11 22:49:03 +09:00