-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[code] 添加原始的示例代码 #18
[code] 添加原始的示例代码 #18
Commits on Apr 25, 2017
-
doc: add code samples from uvbook (unadapted)
PR-URL: libuv/libuv#1246 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 266dcfe - Browse repository at this point
Copy the full SHA 266dcfeView commit details
Commits on Apr 29, 2017
-
doc: use valid pipe name in pipe-echo-server
PR-URL: libuv/libuv#1330 Reviewed-By: Saúl Ibarra Corretgé <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 384b34c - Browse repository at this point
Copy the full SHA 384b34cView commit details
Commits on May 26, 2017
-
doc: fix memory leak in tcp-echo-server example
Fixes: libuv/help#4 PR-URL: libuv/libuv#1363 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 567edb6 - Browse repository at this point
Copy the full SHA 567edb6View commit details
Commits on Aug 28, 2018
-
Previously, we required the user to specify the expected read/write flags for a pipe or tty. But we've already been asking the OS to tell us what they actually are (fcntl F_GETFL), so we can hopefully just use that information directly. Fixes: libuv/libuv#1936 PR-URL: libuv/libuv#1964 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e08df9b - Browse repository at this point
Copy the full SHA e08df9bView commit details
Commits on May 6, 2020
-
doc: fix the order of arguments to calloc()
PR-URL: libuv/libuv#2835 Reviewed-By: Colin Ihrig <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19b7b4e - Browse repository at this point
Copy the full SHA 19b7b4eView commit details
Commits on Jul 1, 2021
-
doc: switch discussion forum to github
Freenode is gone (replaced by Libera.chat), but IRC was unused anyways. Fixes: libuv/libuv#3157 Fixes: libuv/libuv#3208 PR-URL: libuv/libuv#3214 Reviewed-By: Ben Noordhuis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eecdc7c - Browse repository at this point
Copy the full SHA eecdc7cView commit details
Commits on Dec 16, 2021
-
cherry pick with: git log --pretty=email --patch-with-stat --reverse --full-index --binary -- path/to/file_or_folder > code.patch git am --committer-date-is-author-date < code.patch
Configuration menu - View commit details
-
Copy full SHA for 5014a6c - Browse repository at this point
Copy the full SHA 5014a6cView commit details