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
|
32bc6e6cfb
|
refactor tcp_bind
|
2012-07-07 19:23:22 +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
|
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
|
65c638fdef
|
add error handling
|
2012-07-01 20:09:38 +09:00 |
|
Shuhei Tanuma
|
c55cfa3c21
|
fix request example
|
2012-07-01 09:01:08 +09:00 |
|
Shuhei Tanuma
|
b9d2debe61
|
for now, add uv_read2
|
2012-07-01 08:25:16 +09:00 |
|
Shuhei Tanuma
|
5a49f3a1fc
|
fix idle test case
|
2012-07-01 02:04:03 +09:00 |
|
Shuhei Tanuma
|
f633aa788c
|
change uv_read_start signature.
|
2012-06-30 22:15:29 +09:00 |
|
Shuhei Tanuma
|
b97ae4dcb5
|
fix uv_spawn. I should consider uv_spawn params.
|
2012-06-25 01:29:22 +09:00 |
|
Shuhei Tanuma
|
61a56b15a7
|
adjust getaddrinfo api
|
2012-06-24 03:34:06 +09:00 |
|
Shuhei Tanuma
|
5754a59f4a
|
add getsockname and getpeername api
|
2012-06-23 20:27:57 +09:00 |
|
Shuhei Tanuma
|
60d9842928
|
add fs_event_init api (not tested)
|
2012-06-23 14:18:52 +09:00 |
|
Shuhei Tanuma
|
ff0e26ed84
|
add stat api
|
2012-06-23 13:00:27 +09:00 |
|
Shuhei Tanuma
|
0f28e7f5ee
|
add readlink api
|
2012-06-23 11:22:41 +09:00 |
|
Shuhei Tanuma
|
1c87ec5fea
|
add chmod api
|
2012-06-23 02:06:03 +09:00 |
|
Shuhei Tanuma
|
8507b9e07f
|
add fs_utime, fs_ftime api
|
2012-06-23 01:58:00 +09:00 |
|
Shuhei Tanuma
|
4cf851201b
|
add rename api
|
2012-06-23 01:48:29 +09:00 |
|
Shuhei Tanuma
|
cd9f1b959e
|
add several fs api
|
2012-06-23 01:45:00 +09:00 |
|
Shuhei Tanuma
|
1cfb785928
|
add ftruncate api
|
2012-06-23 01:26:44 +09:00 |
|
Shuhei Tanuma
|
ade8106ee0
|
add uv_fs_fdatasync
|
2012-06-23 01:19:21 +09:00 |
|
Shuhei Tanuma
|
34ffc66e9c
|
add fsync api
|
2012-06-23 00:59:27 +09:00 |
|
Shuhei Tanuma
|
5a397094bd
|
adjust fs_read
|
2012-06-23 00:53:58 +09:00 |
|
Shuhei Tanuma
|
fba2060afc
|
add fs constants
|
2012-06-22 23:01:32 +09:00 |
|
Shuhei Tanuma
|
a902f29ea2
|
adjust uv_fs_write
|
2012-06-22 12:51:16 +09:00 |
|
Shuhei Tanuma
|
83e9daf1cc
|
add uv_fs_close
|
2012-06-22 12:13:11 +09:00 |
|
Shuhei Tanuma
|
64deffda15
|
WIP: uv_fs
|
2012-06-22 08:20:22 +09:00 |
|
Shuhei Tanuma
|
82845ff34c
|
add async api
|
2012-06-17 23:18:33 +09:00 |
|
Shuhei Tanuma
|
b98e8f05b6
|
add prepare api
|
2012-06-17 22:50:18 +09:00 |
|
Shuhei Tanuma
|
3e2c488c1e
|
add some functions
|
2012-06-15 23:29:36 +09:00 |
|
Shuhei Tanuma
|
26d90b8493
|
for now, implement env
|
2012-06-15 22:47:46 +09:00 |
|
Shuhei Tanuma
|
484d5e9bda
|
apply uv_spawn arguments
|
2012-06-14 23:07:12 +09:00 |
|
Shuhei Tanuma
|
1e178ff01b
|
add spawn example
|
2012-06-14 22:29:16 +09:00 |
|
Shuhei Tanuma
|
4c8d1c6aa7
|
WIP: improve refcounting
|
2012-06-11 13:14:15 +09:00 |
|
Shuhei Tanuma
|
c18bb9e557
|
hm, refcounting is difficult
|
2012-06-10 22:38:18 +09:00 |
|
Shuhei Tanuma
|
a241a55602
|
adjust request example. and fix read_start_cb. it might called mutiple times.
|
2012-06-04 00:37:45 +09:00 |
|
Shuhei Tanuma
|
4bb3eea336
|
add gethostbyname example
|
2012-06-04 00:11:45 +09:00 |
|
Shuhei Tanuma
|
948a47696b
|
add fingered example
|
2012-06-03 01:46:34 +09:00 |
|
Shuhei Tanuma
|
e7b0c7b4d6
|
adjust uv_tcp_bind signature
|
2012-06-02 21:45:43 +09:00 |
|
Shuhei Tanuma
|
ed029a78e3
|
add udp example
|
2012-05-30 01:51:31 +09:00 |
|
Shuhei Tanuma
|
54bf7cb7dd
|
improve source codes
|
2012-05-29 08:00:17 +09:00 |
|
Shuhei Tanuma
|
055afdb520
|
add examples
|
2012-05-29 01:31:18 +09:00 |
|