Commit Graph

609 Commits

Author SHA1 Message Date
Shuhei Tanuma
17b1436023 unix: add type check for uv_shutdown 2012-07-30 00:40:55 +09:00
Shuhei Tanuma
89a46643ca fix compiler error 2012-07-28 02:02:41 +09:00
Shuhei Tanuma
69aeb9f89f listen: check uv resource types. 2012-07-28 02:02:27 +09:00
Shuhei Tanuma
1c0ed4c82c poll: checks uv resource type 2012-07-28 01:59:01 +09:00
Shuhei Tanuma
07122e463e httpparser: use uppercase keys 2012-07-26 12:36:25 +09:00
Shuhei Tanuma
0c6d859032 common: zval_to_fd macro should be return FALSE 2012-07-24 12:24:48 +09:00
Shuhei Tanuma
be03147188 stdio: fix unmatch cast 2012-07-24 12:15:55 +09:00
Shuhei Tanuma
03fa36a873 spawn: remove unused variable 2012-07-24 12:13:03 +09:00
Shuhei Tanuma
8b0269a3cb httpparser: fix it 2012-07-24 01:47:02 +09:00
Shuhei Tanuma
c591f130c6 httpparser: try to fix inconsistent hash 2012-07-24 01:45:13 +09:00
Shuhei Tanuma
f39db39e8e httpparser: fix inconsistent hash 2012-07-24 01:21:50 +09:00
Shuhei Tanuma
74a64409dc spawn: fix segv 2012-07-24 01:00:37 +09:00
Shuhei Tanuma
03e577c827 httpparser: result variable only update when parser finished. 2012-07-24 00:53:38 +09:00
Shuhei Tanuma
1dd205fe12 fs_poll: check resource type 2012-07-24 00:21:47 +09:00
Shuhei Tanuma
8569abc1f8 process: add type check for uv_process_kill 2012-07-24 00:15:56 +09:00
Shuhei Tanuma
c134d2fba2 tcp: check types 2012-07-24 00:12:56 +09:00
Shuhei Tanuma
7ac60188e9 tty: add type check 2012-07-23 23:13:10 +09:00
Shuhei Tanuma
5a941edd4a tty: don't raise E_ERROR 2012-07-23 23:08:12 +09:00
Shuhei Tanuma
4bf5f591ed constants: add several error codes. and add simple(?) http server example 2012-07-23 22:50:06 +09:00
Shuhei Tanuma
9a55c5e270 spawn: fix memory leak when using file descriptor 2012-07-23 22:16:05 +09:00
Shuhei Tanuma
eac00b68fb spawn: opitons accepts uid and gid 2012-07-23 22:12:59 +09:00
Shuhei Tanuma
be24fe6155 docs: add uv_stdio_new function 2012-07-23 00:08:05 +09:00
Shuhei Tanuma
4dd2ed56fa test: fix test case for uv_spawn 2012-07-22 22:11:22 +09:00
Shuhei Tanuma
0a2b0751c1 spawn: change function signature. add uv_stdio_new function 2012-07-22 21:54:19 +09:00
Shuhei Tanuma
9a9de96cee docs: don't put docs into source code. too long 2012-07-22 14:06:52 +09:00
Shuhei Tanuma
c26419f3da uv_fs: don't raise E_ERROR 2012-07-22 13:38:29 +09:00
Shuhei Tanuma
f4d67706ad uv_fs: use common function 2012-07-22 13:36:32 +09:00
Shuhei Tanuma
be965f991f fixed compiler warnings 2012-07-21 21:10:15 +09:00
Shuhei Tanuma
cb40015ffd for now, move declarations 2012-07-21 20:54:45 +09:00
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