Maciej Małecki
|
0596c59bc3
|
test: test if UV_ELOOP mapping works
|
2012-02-03 22:20:14 +01:00 |
|
Ben Noordhuis
|
cd16ba5186
|
test: add UDP broadcast/multicast/ttl tests
|
2012-01-31 16:52:27 +01:00 |
|
Bert Belder
|
92b260c065
|
windows: fix stat("c:\\") regression
|
2012-01-27 22:09:55 +01:00 |
|
Maciej Małecki
|
24e6c7ec86
|
unix: map ENAMETOOLONG to UV_ENAMETOOLONG
With tests. Closes #295
|
2012-01-23 19:33:09 +01:00 |
|
Ben Noordhuis
|
ac218a7ed5
|
test: add lots of refcount tests
|
2012-01-14 00:22:20 +01:00 |
|
Ben Noordhuis
|
dc3b80a50f
|
test: add udp4_echo_server helper
|
2012-01-14 00:11:43 +01:00 |
|
Ben Noordhuis
|
38fc6ad839
|
unix: unref fs event watcher
Watchers were being ref-counted twice which wasn't harmful in itself but stopped
uv_unref() from working like you'd expect it to.
|
2012-01-02 10:42:27 +01:00 |
|
Igor Zinkovsky
|
43e3ac5798
|
windows: uv_fs_rename to replace the new file if it exists
fixes #283
|
2011-12-30 15:48:22 -08:00 |
|
Shigeki Ohtsu
|
ba52023ef3
|
Fix missing increments of loop->counters
|
2011-12-12 18:01:26 +01:00 |
|
Igor Zinkovsky
|
dceb3e65ca
|
uv_cwd + uv_chdir
|
2011-12-01 12:27:12 -08:00 |
|
Ben Noordhuis
|
2bd181a8d2
|
unix: properly disarm kqueue fs watcher
Fixes "Assertion failed: (revents == EV_LIBUV_KQUEUE_HACK),
function uv__fs_event, file ../src/unix/kqueue.c, line 58."
|
2011-11-18 01:40:11 +01:00 |
|
Igor Zinkovsky
|
f1859eb841
|
windows: convert WSAECONNABORTED to EOF
|
2011-11-07 16:53:27 -08:00 |
|
Igor Zinkovsky
|
fe97c4dc63
|
windows: honor O_APPEND in uv_fs_open
|
2011-11-04 12:41:23 -07:00 |
|
Ryan Dahl
|
0698e3f905
|
Fix UNIX pipe connect error reporting, add test
|
2011-11-03 15:47:43 -07:00 |
|
Igor Zinkovsky
|
0fb3769586
|
windows: don't emit fs-event callback after uv_fs_event handle is closed
|
2011-11-02 19:10:04 -07:00 |
|
Igor Zinkovsky
|
74b49e821b
|
uv_kill
|
2011-11-02 14:34:07 -07:00 |
|
Igor Zinkovsky
|
9c6103a479
|
windows: add tests for uv_tcp_simultaneous_accepts
|
2011-11-01 01:13:13 -07:00 |
|
Igor Zinkovsky
|
314d0ee4f6
|
windows: don't fail uv_listen with UV_EALREADY if already listening. fixes #227.
|
2011-10-26 13:48:53 -07:00 |
|
Igor Zinkovsky
|
0cb2213db0
|
windows: when sharing a server socket, only call listen in the parent process
|
2011-10-25 13:23:53 -07:00 |
|
Ben Noordhuis
|
ec825ffc62
|
unix: add TCP keepalive and no-delay control knobs
|
2011-10-21 16:08:26 -07:00 |
|
Igor Zinkovsky
|
54982a23ef
|
windows: stdio over non-overlapped pipes
|
2011-10-20 15:14:39 -07:00 |
|
Igor Zinkovsky
|
2216d38c29
|
windows: enable uv_fs_open to open directories
|
2011-10-12 10:42:41 -07:00 |
|
Ben Noordhuis
|
25a177a2e5
|
test: assert that readdir on file raises UV_ENOTDIR
|
2011-10-12 16:43:33 +02:00 |
|
Ben Noordhuis
|
acc98ca922
|
test: uv_process_kill(proc, 0) should not kill the process
|
2011-10-11 21:36:54 +02:00 |
|
Roman Shtylman
|
a3d1f6fd6f
|
add uv_udp_set_membership for unix multicast support
- test-udp-multicast-join tests that multicast packets can be received
- stub src/win/udp.c until support added
|
2011-10-11 21:25:20 +02:00 |
|
Ben Noordhuis
|
41e8574920
|
unix: don't alloc memory for readdir on empty dir
|
2011-10-10 16:27:55 +02:00 |
|
Ryan Dahl
|
60c639fd57
|
Merge branch 'ipc2'
|
2011-10-06 10:18:13 -07:00 |
|
Ryan Dahl
|
6921d2fc07
|
Add argument to uv_pipe_init for IPC, unix impl
|
2011-10-06 10:17:07 -07:00 |
|
Ben Noordhuis
|
c7870465aa
|
error reporting: return sensible messages for synthetic errors
|
2011-10-06 01:17:46 +02:00 |
|
Fedor Indutny
|
a35591bbfc
|
os: implement loadavg (not working on cygwin/win)
|
2011-10-04 18:15:14 +02:00 |
|
Fedor Indutny
|
33cb8775bc
|
os: implement memory bindings
* us_get_free_memory
* us_get_total_memory
|
2011-10-04 18:10:35 +02:00 |
|
Igor Zinkovsky
|
4fb120f649
|
windows: fix error reporting for uv_fs_ functions
|
2011-09-28 12:46:37 -07:00 |
|
Ryan Dahl
|
2ebb2272c3
|
Add tcp reference count tests
|
2011-09-26 22:51:08 -07:00 |
|
Ryan Dahl
|
3e5aa06c49
|
Add two timer ref count tests
|
2011-09-26 22:01:21 -07:00 |
|
Igor Zinkovsky
|
1e0757ffda
|
windows: file watcher
|
2011-09-21 13:13:34 -07:00 |
|
Ryan Dahl
|
c1374ba587
|
Add uv_is_tty()
|
2011-09-20 11:48:47 -07:00 |
|
Ben Noordhuis
|
4487531b06
|
test: check that write_queue_size updates after write error
|
2011-09-16 16:17:23 -07:00 |
|
Igor Zinkovsky
|
2931bdcf54
|
windows: strip '\??\' from readlink path buffer.
|
2011-09-14 12:58:18 -07:00 |
|
Ben Noordhuis
|
3c96410902
|
unix: bring back uv__stream_destroy()
This is the revised version of reverted commit 431195c.
|
2011-09-14 04:48:56 +02:00 |
|
Ben Noordhuis
|
ca5346f9ce
|
unix: revert 98b9f58 and 431195c for now, corrupts memory
|
2011-09-09 23:40:10 +02:00 |
|
Ben Noordhuis
|
98b9f582f4
|
test: make sure that write callbacks run when handle is closed
|
2011-09-08 19:13:39 +02:00 |
|
Ben Noordhuis
|
79d9f81881
|
unix: implement uv_fs_futime, add tests for uv_fs_utime and uv_fs_futime
|
2011-09-06 02:52:52 +02:00 |
|
Ben Noordhuis
|
b7d88070d8
|
fs: add UV_ENOENT error code, add test
|
2011-09-06 00:17:59 +02:00 |
|
Igor Zinkovsky
|
060026ced3
|
windows: uv_fs_link + uv_fs_symlink
|
2011-09-04 13:24:35 -07:00 |
|
Igor Zinkovsky
|
cf5ed86a79
|
windows: implement missing fs functions
|
2011-09-03 12:23:27 -07:00 |
|
Ryan Dahl
|
9f932f92cf
|
add test fs_chmod, implement uv_fs_fchmod and uv_fs_chmod on unix
|
2011-09-01 15:36:01 -07:00 |
|
Ryan Dahl
|
2e6035895c
|
Add test for uv_fs_fstat, implement on unix.
|
2011-09-01 14:15:06 -07:00 |
|
Igor Zinkovsky
|
25175c7071
|
uv_fs & uv_work APIs
|
2011-08-26 11:00:53 -07:00 |
|
Ben Noordhuis
|
738e2da0c1
|
test: add udp getsockname test
|
2011-08-25 02:55:49 +02:00 |
|
Ben Noordhuis
|
36ce74f2ca
|
Add UDP support to libuv.
|
2011-08-24 04:55:01 +02:00 |
|