-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Comparing changes
Open a pull request
base repository: libuv/libuv
base: v1.2.0
head repository: libuv/libuv
compare: v1.2.1
- 15 commits
- 25 files changed
- 4 contributors
Commits on Jan 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3fd823a - Browse repository at this point
Copy the full SHA 3fd823aView commit details
Commits on Jan 6, 2015
-
unix: remove unused dtrace file
PR-URL: #119 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 295fc41 - Browse repository at this point
Copy the full SHA 295fc41View commit details
Commits on Jan 7, 2015
-
test: skip TTY select test if /dev/tty can't be opened
PR-URL: #123 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72e4b5a - Browse repository at this point
Copy the full SHA 72e4b5aView commit details -
doc: clarify the behavior of uv_tty_init
Closes #120 PR-URL: #121 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85d6624 - Browse repository at this point
Copy the full SHA 85d6624View commit details -
doc: clarify how uv_async_send behaves
Closes #29 PR-URL: #122 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9c00cd - Browse repository at this point
Copy the full SHA c9c00cdView commit details
Commits on Jan 11, 2015
-
build: make dist now generates a full tarball
Autotools tries to figure out what's necessary to create a tarball through included files in Makefile.am. Since libuv has conditionals based on target OS as well as additional samples/documentation, extra_files needs to include these. Also, add the result of make dist to gitignore. PR-URL: #118 Reviewed-By: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 434ce03 - Browse repository at this point
Copy the full SHA 434ce03View commit details
Commits on Jan 12, 2015
-
freebsd: make uv_exepath more resilient
PR-URL: #129 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3e22b7 - Browse repository at this point
Copy the full SHA c3e22b7View commit details
Commits on Jan 13, 2015
-
unix: make setting the tty mode to the same value a no-op
Closes #131 PR-URL: #132 Reviewed-By: Bert Belder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 550147f - Browse repository at this point
Copy the full SHA 550147fView commit details -
win,stream: start uv_try_write implementation
PR: #127 Reviewed-by: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2f9b61 - Browse repository at this point
Copy the full SHA e2f9b61View commit details -
PR: #127 Reviewed-by: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b8cef4 - Browse repository at this point
Copy the full SHA 9b8cef4View commit details -
test: enable test-tcp-try-write on windows
PR: #127 Reviewed-by: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85a2934 - Browse repository at this point
Copy the full SHA 85a2934View commit details -
All windows console writes are synchronous anyway, so there's no reason for uv_try_write() to do nothing. PR: #127 Reviewed-by: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55ea371 - Browse repository at this point
Copy the full SHA 55ea371View commit details
Commits on Jan 14, 2015
-
unix: fix -Wsign-compare warning in tty.c
The mode argument is an enum now and the signedness of an enum is implementation-defined when it doesn't have negative members. Cast it to int in the comparison to tty->mode because the latter is still an int. PR: #134 Reviewed-by: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb5f5d1 - Browse repository at this point
Copy the full SHA bb5f5d1View commit details -
unix: set non-block mode in uv_{pipe,tcp,udp}_open
The contract specifies that the file descriptor should already be in non-blocking mode before passing it to libuv. However, node users don't really have an opportunity to do so, never mind the fact that the call to uv_pipe_open() or uv_tcp_open() is an implementation detail that most users won't be aware of. Let's be nice and set the non-blocking flag explicitly. It's a cheap operation anyway. Fixes: #124 PR: #134 Reviewed-by: Saúl Ibarra Corretgé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 393c1c5 - Browse repository at this point
Copy the full SHA 393c1c5View commit details -
2015.01.15, Version 1.2.1 (Stable)
Changes since version 1.2.0: * unix: remove unused dtrace file (Saúl Ibarra Corretgé) * test: skip TTY select test if /dev/tty can't be opened (Saúl Ibarra Corretgé) * doc: clarify the behavior of uv_tty_init (Saúl Ibarra Corretgé) * doc: clarify how uv_async_send behaves (Saúl Ibarra Corretgé) * build: make dist now generates a full tarball (Johan Bergström) * freebsd: make uv_exepath more resilient (Saúl Ibarra Corretgé) * unix: make setting the tty mode to the same value a no-op (Saúl Ibarra Corretgé) * win,tcp: support uv_try_write (Bert Belder) * test: enable test-tcp-try-write on windows (Bert Belder) * win,tty: support uv_try_write (Bert Belder) * unix: set non-block mode in uv_{pipe,tcp,udp}_open (Ben Noordhuis)
Configuration menu - View commit details
-
Copy full SHA for 4ca78e9 - Browse repository at this point
Copy the full SHA 4ca78e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...v1.2.1