Ben Noordhuis
|
1987728fa8
|
uv_ip4_addr() should take a const char*, not a mutable char*.
|
2011-06-16 00:03:04 +02:00 |
|
Bert Belder
|
dae2c09796
|
Compile c-ares into libuv
|
2011-06-15 00:41:27 +02:00 |
|
Bert Belder
|
0a73e714ce
|
Correct ssize_t detection
|
2011-06-14 20:28:09 +02:00 |
|
Ryan Dahl
|
2ec77b363b
|
Add docs about calling uv_accept
|
2011-06-14 11:58:04 +02:00 |
|
Ben Noordhuis
|
043d3860d9
|
Silence g++ warning type qualifiers ignored on function return type.
Closes #54
|
2011-06-13 21:24:54 +02:00 |
|
Ryan Dahl
|
2b5707d834
|
Correct uv_counter API
|
2011-06-12 15:55:17 +02:00 |
|
Bert Belder
|
ebc73022f8
|
Define ssize_t if necessary
|
2011-06-12 14:52:20 +02:00 |
|
Ryan Dahl
|
aabe56b680
|
uv_tcp_init() must be called before uv_accept()
Windows broken.
|
2011-06-09 23:33:33 +02:00 |
|
Ryan Dahl
|
9400c3ffff
|
Add some counters for testing
|
2011-06-09 23:33:30 +02:00 |
|
Ryan Dahl
|
b3863c8051
|
nread should have type ssize_t
|
2011-06-09 19:45:19 +02:00 |
|
Bert Belder
|
4809de9cf2
|
Misc. cleanups
|
2011-06-08 22:06:11 +02:00 |
|
Ryan Dahl
|
04b6aaeb44
|
API Change: Move close_cb to uv_close from init functions
|
2011-06-08 05:44:22 -07:00 |
|
Ryan Dahl
|
7db9629f87
|
API Change: Remove data parameters from init functions
|
2011-06-08 05:43:02 -07:00 |
|
Bert Belder
|
cfca30433f
|
API change: report accept errors to connection_cb
|
2011-06-07 18:11:43 +02:00 |
|
Bert Belder
|
fbd2d7a194
|
Misc. cleanups
|
2011-06-07 18:11:42 +02:00 |
|
Ryan Dahl
|
8a0742910c
|
accept_cb -> connection_cb
|
2011-06-07 14:12:25 +02:00 |
|
Ryan Dahl
|
7770b1a1f6
|
API change: alloc_cb moved to uv_read_start()
Fixes #47.
|
2011-06-03 02:30:00 -07:00 |
|
Ryan Dahl
|
6b07791598
|
API Change: Pass sockaddr_in by value instead of reference
|
2011-06-03 02:19:35 -07:00 |
|
Ryan Dahl
|
11a4ad50c8
|
Separate out uv_handle_t into different types
Fixes #4
|
2011-06-03 11:03:52 +02:00 |
|
Igor Zinkovsky
|
9fc8a7f167
|
Adds uv_get_exepath API
Only works on Linux, Mac, Windows currently.
|
2011-05-24 08:40:27 -07:00 |
|
Bert Belder
|
0177751ff5
|
Add uv-common.c, move uv_err_name() there
|
2011-05-19 23:05:25 +02:00 |
|
Ryan Dahl
|
3d0332ed6e
|
unix: uv_timer_get, uv_set_repeat
Fixes #43
|
2011-05-18 13:24:38 -07:00 |
|
Bert Belder
|
9679e333c6
|
uv_timer api extension
|
2011-05-18 21:56:12 +02:00 |
|
Ryan Dahl
|
02b43d4ce8
|
add uv_err_tostr
|
2011-05-16 22:28:42 -07:00 |
|
Bert Belder
|
c41b7143c7
|
Fix after merge
|
2011-05-17 02:29:22 +02:00 |
|
Bert Belder
|
a730165312
|
UV_TIMER is a handle type now, not a req type
|
2011-05-17 02:29:21 +02:00 |
|
Ryan Dahl
|
816289ae8f
|
unix: implement timers
currently loop_handles is broken.
|
2011-05-16 17:08:43 -07:00 |
|
Bert Belder
|
abd2d1cae4
|
New timer api
|
2011-05-16 23:49:17 +02:00 |
|
Bert Belder
|
2aefc18d3a
|
uv_is_active api and windows implementation
|
2011-05-16 21:40:48 +02:00 |
|
Ryan Dahl
|
2b8812ffe1
|
uv_buf -> uv_buf_t
|
2011-05-13 07:15:02 -07:00 |
|
Ryan Dahl
|
c6edabdba8
|
Changes to compile in Node
|
2011-05-13 00:47:10 -07:00 |
|
Ryan Dahl
|
2ef3c6c632
|
oio -> uv
|
2011-05-11 20:21:49 -07:00 |
|