Bert Belder
|
0233b92eac
|
unix: fix integer overflow in uv_hrtime
Conversion to nanoseconds was overflowing with 32-bit builds.
|
2012-08-18 04:00:30 +02:00 |
|
Shigeki Ohtsu
|
ba52023ef3
|
Fix missing increments of loop->counters
|
2011-12-12 18:01:26 +01:00 |
|
Shimon Doodkin
|
1b9d00fb42
|
cygwin: fix undefined _SC_PAGESIZE
unistd.h was not included, when tried to build node 0.5.9 had an error of:
_SC_PAGESIZE undefined
|
2011-11-20 15:02:16 +01:00 |
|
Bert Belder
|
1997e10b50
|
Add flags to uv_fs_event_init
|
2011-11-05 01:42:08 +01:00 |
|
Ben Noordhuis
|
d396799210
|
Change return type of uv_get_*_memory() functions
... from double to uint64_t. Limit use of floating point in public API as much
as possible.
|
2011-10-21 10:09:59 -07: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 |
|
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 |
|
Ryan Dahl
|
5fd68a016a
|
Move unix platform files into src/unix
|
2011-08-31 00:29:47 -07:00 |
|