Fedor Indutny
|
33cb8775bc
|
os: implement memory bindings
* us_get_free_memory
* us_get_total_memory
|
2011-10-04 18:10:35 +02:00 |
|
Erick Tryzelaar
|
23796d208c
|
Fixes #76. Unify OS error reporting
As a nice fringe benefit, this also shaves a word
off of a windows TCP handle by replacing "uv_err_t
bind_error" with "int bind_error".
|
2011-09-27 19:05:33 -07:00 |
|
Ben Noordhuis
|
3368d6c1a2
|
unix: stub file watcher implementation
The file watcher API has not been implemented on all Unices yet.
Provide stubs on those platforms so libuv at least compiles.
|
2011-09-22 23:55:05 +02:00 |
|
Matthew Sporleder
|
4320874fcf
|
unix: netbsd support
|
2011-09-08 13:20:43 +02:00 |
|