Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created January 11, 2013 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/4512898 to your computer and use it in GitHub Desktop.
Save isaacs/4512898 to your computer and use it in GitHub Desktop.
* 9aab5d4 (HEAD, node-v0.9.6, ry/master, master) Revert "unix: improve uv_guess_handle() implementation" (Ben Noordhuis)
* fc42885 unix: set closed fd to -1, avoid double close bugs (Ben Noordhuis)
* 2ec2a51 unix: clean up code in process.c (Ben Noordhuis)
* 6f679a4 unix: don't swap stdin file descriptors (Ben Noordhuis)
* 2cecd0d include: fix typos in comments (Bruce Mitchener)
* 80f6a9c unix: omit second fcntl() call if possible (Ben Noordhuis)
* 9eedd32 build: make clean target remove libuv.{a,so,dylib} (Ben Noordhuis)
* bc0c61c linux: ensure that all CPUs have model information (Tim Bradshaw)
* 98bcddc unix: improve uv_guess_handle() implementation (Ben Leslie)
* cb3c448 unix: fix GNU-ism introduced in edd1007 (Ben Noordhuis)
* f24335d test: fix #if defined checks (Ben Noordhuis)
* fb725c0 test: simplify tcp_ref2b (Ben Noordhuis)
* ccb96b6 test: remove unused function declaration (Ben Noordhuis)
* 847182c test, bench: make functions/variables static (Ben Noordhuis)
* 7ff6f29 test, bench: ANSI-fy function prototypes (Ben Noordhuis)
* fa9c577 linux: fix race in uv_resident_set_memory() (Ben Noordhuis)
* 5b63285 unix, windows: ANSI-fy uv_tty_reset_mode() prototype (Ben Noordhuis)
* edd1007 unix: fix up #if defined checks (Ben Noordhuis)
* e62dd3c unix: fix include in cygwin.c (Ben Noordhuis)
* a2bedc0 unix: make uv__read_start_common() static (Ben Noordhuis)
* 35b159a unix: make uv__work_cancel() static (Ben Noordhuis)
* 0a06c2f unix: fix up function prototypes in signal.c (Ben Noordhuis)
* 87cbf8d unix: remove unused function uv__strlcpy() (Ben Noordhuis)
* 345eb63 unix: add checksparse.sh script (Ben Noordhuis)
* 1f52fc1 test: remove consumer_producer test (Ben Noordhuis)
* 2f55353 unix: update loop->time after poll (Ben Noordhuis)
* 339033a unix: use uv__hrtime() internally (Ben Noordhuis)
* ba83510 stream: fix infinite select() polling on osx (Fedor Indutny)
* 775f2c1 unix: remove stale closing check in uv__write() (Ben Noordhuis)
* a657e7f unix: remove uv_write_queue_head() (Ben Noordhuis)
* 0b3ab72 unix: remove bogus uv__write() comment (Ben Noordhuis)
* 546387f include: add note about SIGRT0 and SIGRT1 on linux (Ben Noordhuis)
* 92a19a1 unix: ensure done_cb gets called after uv_cancel() (Ben Noordhuis)
* 9614d51 unix: reset errno when using sendfile emulation (Saúl Ibarra Corretgé)
* 69ab328 sunos: fix !defined(PORT_SOURCE_FILE) build (Ben Noordhuis)
* 3164f1e include: update uv_signal_t doc comments (Ben Noordhuis)
* 495ac83 build: export _DARWIN_C_SOURCE to dependents (Ben Noordhuis)
* 4650a59 unix: don't run loop when all handles are unref'd (Saúl Ibarra Corretgé)
* 33d5c49 prepare/idle/check: don't allow NULL callback (Saúl Ibarra Corretgé)
* 5af43ba bench: add 'million async handles' benchmark (Ben Noordhuis)
* 1c722d6 test: make fmt() not leak memory (Ben Noordhuis)
* 4b115f8 build: build libuv.a and libuv.so in different dirs (Vlad Tudose)
* 6fb3149 build: export _POSIX_C_SOURCE=200112 to dependents (Ben Noordhuis)
* 0820be7 Implemented uv_run2 (Saúl Ibarra Corretgé)
* dc559a5 (node-v0.9.5, node-v0.9.4) unix: disable relaxed accept() by default (Ben Noordhuis)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment