01441ab0 | 25-Sep-2011 |
Ben Noordhuis |
unix: fix close() of potentially uninitialized fd |
8f617b93 | 24-Sep-2011 |
Ben Noordhuis |
unix: darwin < 10.6 does not have fdatasync, use fsync |
3ca382be | 23-Sep-2011 |
Ryan Dahl |
One more README cleanup' |
f20297ff | 23-Sep-2011 |
Ryan Dahl |
Add a list of features to readme |
c2268965 | 23-Sep-2011 |
Ryan Dahl |
Fix markdown headers in readme |
ee96a4c5 | 23-Sep-2011 |
Ryan Dahl |
Add link to docs |
03d0c57e | 23-Sep-2011 |
Ryan Dahl |
Remove uv_is_tty. Use uv_guess_handle instead. |
7e8645d1 | 22-Sep-2011 |
Erick Tryzelaar |
unix,win: Make uv_freeaddrinfo to clean up addrinfo Fixes #196 |
7ce34f2a | 23-Sep-2011 |
Fedor Indutny |
added missing headers file |
03652596 | 23-Sep-2011 |
Ryan Dahl |
unix: add uv_guess_handle and uv_tty_get_winsize |
f9ad0a7b | 22-Sep-2011 |
Igor Zinkovsky |
windows: fire UV_CHANGE in case of overflow |
3368d6c1 | 22-Sep-2011 |
Ben Noordhuis |
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. |
019e6edf | 22-Sep-2011 |
Igor Zinkovsky |
windows: NextEntryOffset is relative, not absolute |
d9fb84c0 | 22-Sep-2011 |
Marek Jelen |
build: absorb CFLAGS from environment |
Revision tags: node-v0.5.7, node-v0.5.6, node-v0.5.5 |
|
bee7112d | 17-Aug-2011 |
Ben Noordhuis |
unix: move container_of and SAVE_ERRNO to internal.h |
2a1c32a6 | 20-Sep-2011 |
Ben Noordhuis |
linux: implement file watcher API |
1e0757ff | 16-Sep-2011 |
Igor Zinkovsky |
windows: file watcher |
12d3680c | 21-Sep-2011 |
Ben Noordhuis |
unix: fix warning: implicit declaration of function ‘isatty’ |
2dae0c9e | 17-Aug-2011 |
Ben Noordhuis |
test: remove futimes sub-second precision checks, unreliable on freebsd |
236b96a8 | 17-Aug-2011 |
Ben Noordhuis |
unix: define HAVE_FUTIMES on freebsd |
c455f378 | 17-Aug-2011 |
Ben Noordhuis |
unix: freebsd doesn't have fdatasync, do a full fsync instead |
78f4acac | 17-Aug-2011 |
Ben Noordhuis |
build: fix freebsd gyp build |
9f8bc7b4 | 20-Sep-2011 |
Ben Noordhuis |
build: add test-tty to gyp file list, unbreaks build |
c03d4260 | 20-Sep-2011 |
Ryan Dahl |
More tty on unix fixes |
2ef8f359 | 20-Sep-2011 |
Ryan Dahl |
tty fixes for unix |