Commit Graph

303 Commits

Author SHA1 Message Date
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
Shuhei Tanuma
f81ae681e8 use fci and fcc for check_cb 2012-07-11 22:27:57 +09:00
Shuhei Tanuma
907f6f1882 use fci and fcc for prepare_cb 2012-07-11 22:24:05 +09:00
Shuhei Tanuma
a5e2ddd48d use fci and fcc for send_cb 2012-07-11 22:21:46 +09:00
Shuhei Tanuma
8a5bd17944 use fci and fcc for idle_cb 2012-07-11 22:17:18 +09:00
Shuhei Tanuma
4fc3f9f879 use fci and fcc for timer_cb 2012-07-11 22:15:33 +09:00
Shuhei Tanuma
55921716ed use fci and fcc for close_cb 2012-07-11 22:13:47 +09:00
Shuhei Tanuma
aa0ad16b0f use fci and fcc for shutdown_cb 2012-07-11 22:01:00 +09:00
Shuhei Tanuma
2c3954f56c use fci and fcc for write_cb 2012-07-11 21:58:16 +09:00
Shuhei Tanuma
8589280609 use fci and fcc for listen_cb 2012-07-11 21:57:24 +09:00
Shuhei Tanuma
675d794060 use fci and fcc for read_cb 2012-07-11 21:52:44 +09:00
Shuhei Tanuma
10d2eadeff for now, initialize array here 2012-07-11 13:50:40 +09:00
Shuhei Tanuma
937a4e0673 use common function for initialize callback 2012-07-11 13:36:25 +09:00
Shuhei Tanuma
899ccf4b56 remove unused connect_cb zval 2012-07-11 13:09:19 +09:00
Shuhei Tanuma
cd35fa861b don't use magic number 2012-07-11 13:07:57 +09:00
Shuhei Tanuma
e1904a6d25 - use fci and fcc instead of zval. 2012-07-11 13:07:08 +09:00
Shuhei Tanuma
2da0e2b198 fix typo 2012-07-11 13:07:08 +09:00
Shuhei Tanuma
d2e7897e42 fix unexpected key length for php_uv_address_to_zval 2012-07-11 13:05:13 +09:00
Shuhei Tanuma
456e50c7e8 refactor resource initializer 2012-07-10 23:44:54 +09:00
Shuhei Tanuma
c313b64bcc use macro instead of copy & paste 2012-07-10 21:45:56 +09:00
Shuhei Tanuma
98c73fb2d7 fix proto docs 2012-07-10 21:24:27 +09:00
Shuhei Tanuma
23a5b43dd2 fix arginfo count 2012-07-10 21:22:16 +09:00
Shuhei Tanuma
e4f8e042cc add proto docs 2012-07-09 23:44:15 +09:00
Shuhei Tanuma
3bbcfef9f6 update todo [ci skip] 2012-07-09 14:33:37 +09:00
Shuhei Tanuma
bdb47a7106 add ./configure --enable-uv-debug option. 2012-07-09 13:57:16 +09:00
Shuhei Tanuma
93c9bc021d change statbuf keys 2012-07-09 13:49:43 +09:00
Shuhei Tanuma
9e603ef603 add poll api 2012-07-09 12:24:35 +09:00
Shuhei Tanuma
9a35ffd419 add arginfo 2012-07-09 11:47:20 +09:00
Shuhei Tanuma
8f262a3f70 add fs_poll_start/stop functions 2012-07-09 01:27:02 +09:00
Shuhei Tanuma
9f3e5f3cdd change timer cb signature 2012-07-09 01:26:42 +09:00
Shuhei Tanuma
c56e30b487 add several semaphore functions 2012-07-09 00:23:25 +09:00
Shuhei Tanuma
86e5defb47 fix memory leak 2012-07-09 00:19:49 +09:00
Shuhei Tanuma
b9d5715635 add uv_sem_init 2012-07-09 00:18:26 +09:00
Shuhei Tanuma
89aba91e94 add udp_send6 function 2012-07-08 23:24:31 +09:00
Shuhei Tanuma
7dfb7a541b missing notification parameter 2012-07-07 23:16:15 +09:00
Shuhei Tanuma
146b685a9b maybe this should be irc.freenode.org 2012-07-07 23:12:11 +09:00
Shuhei Tanuma
ed796132a5 fix test case for uv_queue_work. 2012-07-07 22:58:39 +09:00
Shuhei Tanuma
4e4f9dc0ab WIP: uv_queue_work 2012-07-07 22:57:42 +09:00
Shuhei Tanuma
0bc6c44146 WIP: uv_queue_work 2012-07-07 22:50:35 +09:00