Commit Graph

380 Commits

Author SHA1 Message Date
Shuhei Tanuma
4cb0b36775 don't use false 2012-07-21 20:51:22 +09:00
Shuhei Tanuma
4679654de7 uv_lock functions: use common function 2012-07-21 20:49:10 +09:00
Shuhei Tanuma
fb60200518 uv_async: add type check 2012-07-21 15:56:33 +09:00
Shuhei Tanuma
0ad997171b uv_udp: check resource type 2012-07-21 15:53:44 +09:00
Shuhei Tanuma
2fd3b35a29 uv_pipe: add type check 2012-07-21 13:22:59 +09:00
Shuhei Tanuma
201787a723 uv_prepare: check types 2012-07-21 09:26:21 +09:00
Shuhei Tanuma
42672626e5 uv_check: add type check 2012-07-21 08:58:14 +09:00
Shuhei Tanuma
bbee29313c uv_idle: add type check 2012-07-21 08:38:18 +09:00
Shuhei Tanuma
e101808e81 uv_timer: add type check and prevent freeze 2012-07-21 00:53:08 +09:00
Shuhei Tanuma
395806f1ea uv_timer_start: check timeout and repeat value 2012-07-21 00:32:35 +09:00
Shuhei Tanuma
5e4071ecf7 for now, use macro for initialize uv_timer_init resource 2012-07-21 00:12:24 +09:00
Shuhei Tanuma
5275104bcf uv_tcp_connect: add type check 2012-07-21 00:01:30 +09:00
Shuhei Tanuma
9296da2a2c remove needlses line 2012-07-20 23:56:46 +09:00
Shuhei Tanuma
543a05c678 add comment [ci skip] 2012-07-20 23:46:44 +09:00
Shuhei Tanuma
3b3968292d refactor lock resource 2012-07-20 12:55:40 +09:00
Shuhei Tanuma
60db70f26b don't use meanless variable name 2012-07-20 12:34:40 +09:00
Shuhei Tanuma
a7bf3ac170 use macro 2012-07-20 12:32:51 +09:00
Shuhei Tanuma
02da1858bc don't access addr->is_ipv4 directly 2012-07-20 00:57:08 +09:00
Shuhei Tanuma
6344c4c07f don't access php_uv_sockaddr_t's sockaddr_in directly 2012-07-20 00:52:36 +09:00
Shuhei Tanuma
f6c7e40d20 uv_ip4_addr, uv_ip6_addr: add emalloc check 2012-07-20 00:42:44 +09:00
Shuhei Tanuma
7a37f8f3c1 uv_streror: type check and refactor 2012-07-20 00:24:17 +09:00
Shuhei Tanuma
693a8782c1 uv_tcp_bind, uv_udp_bind: check resource type 2012-07-20 00:09:33 +09:00
Shuhei Tanuma
4de840259b uv_strerror, uv_err_name: check error code 2012-07-19 23:37:55 +09:00
Shuhei Tanuma
f46f910141 do need to use ZEND_FETCH_RESOURCE_NORETURN macro here 2012-07-19 23:14:00 +09:00
Shuhei Tanuma
ee4e70610c use fetch loop macro 2012-07-19 23:11:58 +09:00
Shuhei Tanuma
ed379f738f check loop resource type 2012-07-19 23:09:34 +09:00
Shuhei Tanuma
2015dd41d6 add docs [ci skip] 2012-07-18 22:05:20 +09:00
Shuhei Tanuma
52b91e2b44 uv_ref and uv_unref supports uv_loop resource 2012-07-17 21:58:52 +09:00
Shuhei Tanuma
f3705a06a0 update docs [ci skip] 2012-07-17 21:48:35 +09:00
Shuhei Tanuma
6d3af6ba5a update readm [ci skip] 2012-07-17 12:42:03 +09:00
Shuhei Tanuma
ef600350e1 remove unused variable 2012-07-17 12:41:34 +09:00
Shuhei Tanuma
49ffc90d8d update docs [ci skip] 2012-07-17 00:52:06 +09:00
Shuhei Tanuma
0a0547fb37 remove needless semicoron 2012-07-16 10:49:12 +09:00
Shuhei Tanuma
25eef7e73a update TODO [ci skip] 2012-07-16 10:45:22 +09:00
Shuhei Tanuma
dfef38cc69 update readme [ci skip] 2012-07-16 10:31:38 +09:00
Shuhei Tanuma
f3c315f917 add util function: uv_handle_type 2012-07-16 02:50:38 +09:00
Shuhei Tanuma
c919487ebe add uv_guess_handle 2012-07-16 02:06:05 +09:00
Shuhei Tanuma
ccd0c57305 update docs [ci skip] 2012-07-16 01:34:41 +09:00
Shuhei Tanuma
35d57e6b35 fixing markdown [ci skip] 2012-07-16 01:25:49 +09:00
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