#
33cb8775 |
| 01-Oct-2011 |
Fedor Indutny |
os: implement memory bindings * us_get_free_memory * us_get_total_memory |
#
fe184384 |
| 30-Sep-2011 |
Ryan Dahl |
add uv_tty_reset_mode() |
#
1cca230d |
| 23-Jan-2012 |
Ben Noordhuis |
Merge remote-tracking branch 'origin/v0.6'
|
#
71f6c0ed |
| 16-Jan-2012 |
Ben Noordhuis |
Merge remote-tracking branch 'origin/v0.6' Conflicts: src/win/util.c
|
#
26512731 |
| 14-Jan-2012 |
Igor Zinkovsky |
remove uv_thread_self |
#
51ea46de |
| 09-Jan-2012 |
Ryan Dahl |
Merge remote branch 'origin/v0.6'
|
#
4ad33e97 |
| 09-Jan-2012 |
Ryan Dahl |
Revert "Add uv_pipe_pair for communication between threads" Not needed. We took a different approach for isolates. This reverts commit 5cc6090fdf738c7ae6677627f9f151c9bc16b43f. |
#
5cc6090f |
| 30-Dec-2011 |
Ryan Dahl |
Add uv_pipe_pair for communication between threads This is only the Unix implementation and test. |
#
85f6b795 |
| 28-Dec-2011 |
Ben Noordhuis |
Fix Windows build, uv_eio_channel is Unix only. |
#
abf9654a |
| 20-Dec-2011 |
Paddy Byers |
unix: create separate eio result queue per loop Makes the eio "done" callback run in the thread that submitted it. Makes it safe to use libeio from multiple event loops. |
#
69ce0145 |
| 20-Dec-2011 |
Ben Noordhuis |
Wrap platform "thread-safe run once" APIs. |
#
a993329c |
| 20-Dec-2011 |
Ryan Dahl |
add uv_thread_self |
#
3d189de6 |
| 13-Dec-2011 |
Igor Zinkovsky |
platform api |
#
e53cecb8 |
| 13-Dec-2011 |
mattn |
add uv_run_once() |
#
f5c2a4a1 |
| 02-Dec-2011 |
Ben Noordhuis |
Merge branch 'v0.6' Conflicts: src/unix/core.c src/win/winapi.h
|
#
35fa2a6a |
| 25-Nov-2011 |
Bert Belder |
Merge branch 'v0.6'
|
#
b52b8c71 |
| 23-Nov-2011 |
Ben Noordhuis |
util: add uv_strlcpy() and uv_strlcat() functions |
#
8e4ed88b |
| 21-Nov-2011 |
Ben Noordhuis |
Wrap platform thread APIs. |
#
1fc1f280 |
| 14-Nov-2011 |
Ben Noordhuis |
Wrap platform mutex and rwlock APIs. Read/write locks are emulated with critical sections on Windows XP and Vista because those platforms don't have a (complete) native read/write lock A
Wrap platform mutex and rwlock APIs. Read/write locks are emulated with critical sections on Windows XP and Vista because those platforms don't have a (complete) native read/write lock API.
show more ...
|
#
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 |
#
03652596 |
| 23-Sep-2011 |
Ryan Dahl |
unix: add uv_guess_handle and uv_tty_get_winsize |
#
1e0757ff |
| 16-Sep-2011 |
Igor Zinkovsky |
windows: file watcher |
Revision tags: node-v0.5.7 |
|
#
c1374ba5 |
| 15-Sep-2011 |
Ryan Dahl |
Add uv_is_tty() |
#
3c00d87b |
| 12-Sep-2011 |
isaacs |
Add EEXIST handling Additionally, map ERROR_ALREADY_EXISTS to EEXIST on Windows. I'm a bit unsure about this mapping. Could a windows person confirm? |