Shuhei Tanuma
|
5754a59f4a
|
add getsockname and getpeername api
|
2012-06-23 20:27:57 +09:00 |
|
Shuhei Tanuma
|
6252d80fb0
|
add uv_tty apis
|
2012-06-23 15:05:14 +09:00 |
|
Shuhei Tanuma
|
60d9842928
|
add fs_event_init api (not tested)
|
2012-06-23 14:18:52 +09:00 |
|
Shuhei Tanuma
|
a902f29ea2
|
adjust uv_fs_write
|
2012-06-22 12:51:16 +09:00 |
|
Shuhei Tanuma
|
983568aa1f
|
WIP: fs
|
2012-06-20 12:40:39 +09:00 |
|
Shuhei Tanuma
|
6df019342b
|
fix macro
|
2012-06-20 12:08:44 +09:00 |
|
Shuhei Tanuma
|
4bdb242087
|
add WIN32 headers
|
2012-06-19 08:10:25 +09:00 |
|
Shuhei Tanuma
|
e765597f65
|
for now, php-uv can build on windows box. but it requires some work.
* make libuv first.
* after configure, add Iphlpapi.lib and psapi.lib on your Makefile directly.
* don't mix debug / release build (LIBCMTD conflicts)
|
2012-06-19 02:44:03 +09:00 |
|
Shuhei Tanuma
|
31dec36418
|
added async and queue_work api. TODO: research eio_custom
|
2012-06-18 01:32:50 +09:00 |
|
Shuhei Tanuma
|
82845ff34c
|
add async api
|
2012-06-17 23:18:33 +09:00 |
|
Shuhei Tanuma
|
011c874710
|
add check api
|
2012-06-17 23:04:54 +09:00 |
|
Shuhei Tanuma
|
b98e8f05b6
|
add prepare api
|
2012-06-17 22:50:18 +09:00 |
|
Shuhei Tanuma
|
1f7cdb555f
|
add mutex functions
|
2012-06-17 21:18:30 +09:00 |
|
Shuhei Tanuma
|
80e3480a97
|
add uv_rwlock_init
|
2012-06-16 17:24:55 +09:00 |
|
Shuhei Tanuma
|
cd089816aa
|
use TSRMLS_FETCH_FROM_CTX();
|
2012-06-15 00:18:09 +09:00 |
|
Shuhei Tanuma
|
ef8aa9d863
|
for now, just work uv_spawn
|
2012-06-14 22:24:19 +09:00 |
|
Shuhei Tanuma
|
06fa3a1fb0
|
split aress structures from php_uv_t
|
2012-06-04 01:23:06 +09:00 |
|
Shuhei Tanuma
|
a3a1cc887c
|
for now, gethostbyname just works. but needs refactor
|
2012-06-04 00:10:30 +09:00 |
|
Shuhei Tanuma
|
d0812b846f
|
add uv_pipe_connect api. I'm still thinking refcount.
|
2012-06-01 02:23:34 +09:00 |
|
Shuhei Tanuma
|
de66977451
|
add udp api
|
2012-05-30 01:47:34 +09:00 |
|
Shuhei Tanuma
|
1712419a4e
|
improve declarations
|
2012-05-29 01:12:09 +09:00 |
|
Shuhei Tanuma
|
486402002b
|
WIP: uv_tcp_connect
|
2012-05-28 22:55:58 +09:00 |
|
Shuhei Tanuma
|
aa67d3099c
|
add uv_default_loop function. uv_run and uv_run_once accepts uv_loop resource
|
2012-05-28 22:18:36 +09:00 |
|
Shuhei Tanuma
|
69f2ebb5ed
|
add idle API
|
2012-05-28 12:29:15 +09:00 |
|
Shuhei Tanuma
|
28daebffca
|
use ZVAL_RESOURCE macro
|
2012-05-27 15:36:03 +09:00 |
|
Shuhei Tanuma
|
6ea7553537
|
add timer
|
2012-05-26 23:26:29 +09:00 |
|
Shuhei Tanuma
|
22aefe4ded
|
improve php_uv_t structure
|
2012-05-26 22:59:59 +09:00 |
|
Shuhei Tanuma
|
57089618bc
|
add uv_last_error
|
2012-05-26 22:54:43 +09:00 |
|
Shuhei Tanuma
|
6e61335453
|
don't re-register resources
|
2012-05-26 22:25:15 +09:00 |
|
Shuhei Tanuma
|
404b8df7e4
|
add write callback
|
2012-05-26 22:19:54 +09:00 |
|
Shuhei Tanuma
|
0976df55b6
|
WIP: uv_read_start
|
2012-05-25 08:07:12 +09:00 |
|
Shuhei Tanuma
|
440e1b3dbe
|
uv_read_start just works
|
2012-05-24 23:29:54 +09:00 |
|
Shuhei Tanuma
|
32849ea022
|
WIP: uv_accept
|
2012-05-24 13:07:52 +09:00 |
|
Shuhei Tanuma
|
c4d01fb060
|
2012/05/24 snapshot
|
2012-05-24 02:31:16 +09:00 |
|
Shuhei Tanuma
|
568c29dd34
|
add uv_tcp_bind and uv_listen
|
2012-05-23 20:41:04 +09:00 |
|
Shuhei Tanuma
|
9d3bde8942
|
add some functions. still doesn't work yet
|
2012-05-23 13:35:28 +09:00 |
|
Shuhei Tanuma
|
db9a66823a
|
add templates
|
2012-05-23 02:43:11 +09:00 |
|