Skip to content
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

Merged
merged 7 commits into from
Jan 21, 2022
Merged

[code] 添加原始的示例代码 #18

merged 7 commits into from
Jan 21, 2022

Commits on Apr 25, 2017

  1. doc: add code samples from uvbook (unadapted)

    PR-URL: libuv/libuv#1246
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Santiago Gimeno <[email protected]>
    saghul authored and inkydragon committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    266dcfe View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. 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]>
    kroggen authored and inkydragon committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    384b34c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. 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]>
    kroggen authored and inkydragon committed May 26, 2017
    Configuration menu
    Copy the full SHA
    567edb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. stream: autodetect direction

    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]>
    vtjnash authored and inkydragon committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e08df9b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. doc: fix the order of arguments to calloc()

    PR-URL: libuv/libuv#2835
    Reviewed-By: Colin Ihrig <[email protected]>
    MasterDuke17 authored and inkydragon committed May 6, 2020
    Configuration menu
    Copy the full SHA
    19b7b4e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. 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]>
    vtjnash authored and inkydragon committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    eecdc7c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. [code] move dir

    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
    inkydragon committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    5014a6c View commit details
    Browse the repository at this point in the history