Commit Graph

260 Commits

Author SHA1 Message Date
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
Shuhei Tanuma
4ff8b7b77f add uv_tty test case 2012-07-07 22:28:47 +09:00
Shuhei Tanuma
7b8a99fe0f change uv_async callback signature 2012-07-07 22:02:57 +09:00
Shuhei Tanuma
48e9255d86 change uv_check and uv_prepare callback signature 2012-07-07 21:36:52 +09:00
Shuhei Tanuma
39aebb322e refactor getsockname 2012-07-07 19:40:55 +09:00
Shuhei Tanuma
013eb7d2c1 align indents 2012-07-07 19:34:54 +09:00
Shuhei Tanuma
d14604fcec refactor udp_bind 2012-07-07 19:28:26 +09:00
Shuhei Tanuma
32bc6e6cfb refactor tcp_bind 2012-07-07 19:23:22 +09:00
Shuhei Tanuma
2b2a7cb07b refacotr fs cb 2012-07-07 19:13:15 +09:00
Shuhei Tanuma
1dc58c224a refactoring uv_ip4_name 2012-07-07 18:59:43 +09:00
Shuhei Tanuma
09f9b4ff89 re-setup irc notification 2012-07-07 13:32:21 +09:00
Shuhei Tanuma
caa4c88463 fix windows compile error 2012-07-07 07:52:29 +09:00
Shuhei Tanuma
f3105a07a7 fix uv_tcp_bind6 2012-07-07 00:20:22 +09:00
Shuhei Tanuma
0e5e110e52 add http-parser version info 2012-07-06 23:55:45 +09:00
Shuhei Tanuma
6eef75b96e add error check for uv_ip[46]_name 2012-07-06 23:49:56 +09:00
Shuhei Tanuma
deec04d4c2 add uv_ip test cases 2012-07-06 23:42:31 +09:00
Shuhei Tanuma
3276e0abf8 fix test case title 2012-07-06 23:41:59 +09:00
Shuhei Tanuma
7c4139377a add constant for testing fs 2012-07-05 22:54:10 +09:00
Shuhei Tanuma
5eb1541762 fix several fs issues. 2012-07-05 22:42:38 +09:00
Shuhei Tanuma
55bd9d48d7 WIP: fs 2012-07-05 22:12:25 +09:00
Shuhei Tanuma
302d9ae0a1 WIP: fixing fs event 2012-07-04 09:40:06 +09:00
Shuhei Tanuma
01c508816c add http parser test case 2012-07-03 23:12:32 +09:00
Shuhei Tanuma
55d64354bc add mkdir, rmdir test casee 2012-07-03 23:10:05 +09:00
Shuhei Tanuma
f6a2bd4858 change uv_fs_read cb signature: use same callback signature as uv_read_cb 2012-07-03 08:20:50 +09:00
Shuhei Tanuma
1733e1e404 add pipe_bind test case 2012-07-03 08:01:32 +09:00
Shuhei Tanuma
2edefe2d55 prevent SEGV when throws Fatal error on callback context. 2012-07-02 23:37:44 +09:00
Shuhei Tanuma
29c0942423 add udp test case 2012-07-02 23:27:43 +09:00
Shuhei Tanuma
3f206eb58b enable irc notification (travis) 2012-07-02 23:18:22 +09:00
Shuhei Tanuma
d3d245d4fc add tcp bind test 2012-07-02 13:32:19 +09:00
Shuhei Tanuma
506f06a33e remove unused variable 2012-07-02 13:08:54 +09:00
Shuhei Tanuma
40118b27ae do not initialize ares on startup. 2012-07-02 01:05:09 +09:00
Shuhei Tanuma
cbe8e3502e update readme [ci skip] 2012-07-02 00:51:08 +09:00
Shuhei Tanuma
d35aab6bcf bump down uv ext version. php-uv is very experimental 2012-07-01 22:36:40 +09:00
Shuhei Tanuma
4852ac5a5c change function signature: uv_udp_recv, uv_udp_recv_start 2012-07-01 22:35:22 +09:00
Shuhei Tanuma
7cee41bbb7 change function signature. (respects native function signature) 2012-07-01 22:28:57 +09:00
Shuhei Tanuma
db85553439 add http server sample 2012-07-01 21:58:12 +09:00
Shuhei Tanuma
c80410fb08 add more error information : uv_shutdown 2012-07-01 20:21:33 +09:00
Shuhei Tanuma
65c638fdef add error handling 2012-07-01 20:09:38 +09:00
Shuhei Tanuma
865f9d2025 update config.w32: http-parser support 2012-07-01 13:47:26 +09:00
Shuhei Tanuma
8eff213350 add http parser support:
currently, php-uv has socket handling problem. (https://github.com/chobie/php-uv/issues/5)
if I don't support httpparser. hard to explain it.
2012-07-01 13:15:14 +09:00
Shuhei Tanuma
abfa2254b9 for now, fix uv_spawn test case 2012-07-01 12:40:02 +09:00
Shuhei Tanuma
15effdd452 for now, force remove resource when calling uv_close 2012-07-01 09:08:23 +09:00
Shuhei Tanuma
c55cfa3c21 fix request example 2012-07-01 09:01:08 +09:00
Shuhei Tanuma
56bdf3b76f add pending parameter. 2012-07-01 08:42:50 +09:00