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

libuv 1.42 bindings #464

Open
wants to merge 118 commits into
base: master
Choose a base branch
from

Commits on Nov 16, 2020

  1. timer

    RealyUniqueName committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    dbc2971 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. uv error codes to hx

    RealyUniqueName committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c5a9c5c View commit details
    Browse the repository at this point in the history
  2. fix loop_init_wrap

    RealyUniqueName committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    89dbaca View commit details
    Browse the repository at this point in the history
  3. libuv 1.40.0

    RealyUniqueName committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    22b7d94 View commit details
    Browse the repository at this point in the history
  4. cleanup

    RealyUniqueName committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0195486 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    8dc47b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. wip

    RealyUniqueName committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    92f4442 View commit details
    Browse the repository at this point in the history
  2. Handle

    RealyUniqueName committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1ecc397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8769137 View commit details
    Browse the repository at this point in the history
  4. UV_CHECK_ERROR

    RealyUniqueName committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    faaa8d5 View commit details
    Browse the repository at this point in the history
  5. Async

    RealyUniqueName committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    28f8b8f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. idle

    RealyUniqueName committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    866ad06 View commit details
    Browse the repository at this point in the history
  2. prepare

    RealyUniqueName committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    e7dd89b View commit details
    Browse the repository at this point in the history
  3. check

    RealyUniqueName committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    4ce8916 View commit details
    Browse the repository at this point in the history
  4. signal

    RealyUniqueName committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    74b7ef2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. update loop

    RealyUniqueName committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    4ade9ef View commit details
    Browse the repository at this point in the history
  2. stream

    RealyUniqueName committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    22a784b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. sockaddr

    RealyUniqueName committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1ec55a9 View commit details
    Browse the repository at this point in the history
  2. tcp

    RealyUniqueName committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6390162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c40f1 View commit details
    Browse the repository at this point in the history
  4. ignore display.hxml

    RealyUniqueName committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e361f1e View commit details
    Browse the repository at this point in the history
  5. update other/uvsample

    RealyUniqueName committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    eeb49c4 View commit details
    Browse the repository at this point in the history
  6. cleanup

    RealyUniqueName committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    244b858 View commit details
    Browse the repository at this point in the history
  7. update TcpSample

    RealyUniqueName committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0bf0df3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    38ba17f View commit details
    Browse the repository at this point in the history
  2. Revert "handle subsequent uv_close()"

    This reverts commit 38ba17f.
    RealyUniqueName committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e7425ed View commit details
    Browse the repository at this point in the history
  3. update errno_uv2hx

    RealyUniqueName committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    744dba6 View commit details
    Browse the repository at this point in the history
  4. request

    RealyUniqueName committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    32667ee View commit details
    Browse the repository at this point in the history
  5. pipe

    RealyUniqueName committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    8e7cfd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. process

    RealyUniqueName committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f3acb42 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. udp

    RealyUniqueName committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    f1e5def View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. DNS

    RealyUniqueName committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ebbaddb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. [wip] File

    RealyUniqueName committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    5d31304 View commit details
    Browse the repository at this point in the history
  2. UV_ALLOC_REQ

    RealyUniqueName committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2eeed4f View commit details
    Browse the repository at this point in the history
  3. [dip] fs

    RealyUniqueName committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    299af5d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. fs_stat

    RealyUniqueName committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    eb54016 View commit details
    Browse the repository at this point in the history
  2. finished fs

    RealyUniqueName committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    405c234 View commit details
    Browse the repository at this point in the history
  3. fix mkstemp

    RealyUniqueName committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    ba57358 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    d7909e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    7009e1b View commit details
    Browse the repository at this point in the history
  2. FS event

    RealyUniqueName committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    0a495cf View commit details
    Browse the repository at this point in the history
  3. fs poll

    RealyUniqueName committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    d3d2049 View commit details
    Browse the repository at this point in the history
  4. wip misc

    RealyUniqueName committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3c21530 View commit details
    Browse the repository at this point in the history
  5. misc

    RealyUniqueName committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    75d70e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. threadpool

    RealyUniqueName committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    1a16505 View commit details
    Browse the repository at this point in the history
  2. Revert "threadpool"

    This reverts commit 1a16505.
    RealyUniqueName committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c0e66bc View commit details
    Browse the repository at this point in the history
  3. tty

    RealyUniqueName committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a9d7c39 View commit details
    Browse the repository at this point in the history
  4. update libuv to 1.42

    RealyUniqueName committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    68fa72c View commit details
    Browse the repository at this point in the history
  5. fix FileSample

    RealyUniqueName committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9c521bf View commit details
    Browse the repository at this point in the history
  6. version

    RealyUniqueName committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    5b51a73 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    bc22d4e View commit details
    Browse the repository at this point in the history
  2. sudo

    RealyUniqueName committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    c3f9bca View commit details
    Browse the repository at this point in the history
  3. sudo

    RealyUniqueName committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    417d557 View commit details
    Browse the repository at this point in the history
  4. ls

    RealyUniqueName committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    7d3ae3d View commit details
    Browse the repository at this point in the history
  5. fix cd

    RealyUniqueName committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d5aa49c View commit details
    Browse the repository at this point in the history
  6. autotools

    RealyUniqueName committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    b732fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. added libuv docs

    RealyUniqueName committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7d997cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db02274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    551c656 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    e229558 View commit details
    Browse the repository at this point in the history
  2. fixes to uvgenerator

    RealyUniqueName committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    585f699 View commit details
    Browse the repository at this point in the history
  3. check

    RealyUniqueName committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    beb8b73 View commit details
    Browse the repository at this point in the history
  4. requests; dns

    RealyUniqueName committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    1e705a3 View commit details
    Browse the repository at this point in the history
  5. update generator

    RealyUniqueName committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d627588 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. update generator

    RealyUniqueName committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9c61a14 View commit details
    Browse the repository at this point in the history
  2. update types

    RealyUniqueName committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    00dae33 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    9f830c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25faea View commit details
    Browse the repository at this point in the history
  3. dir

    RealyUniqueName committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ffd1772 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. generator refactoring

    RealyUniqueName committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1496974 View commit details
    Browse the repository at this point in the history
  2. compilable again

    RealyUniqueName committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    3ee8c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. update generator

    RealyUniqueName committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ed1dd5c View commit details
    Browse the repository at this point in the history
  2. Stream; Tcp

    RealyUniqueName committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6df3472 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    f23399b View commit details
    Browse the repository at this point in the history
  2. pipe

    RealyUniqueName committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    052e17b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. uvsample

    RealyUniqueName committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    13d6169 View commit details
    Browse the repository at this point in the history
  2. process

    RealyUniqueName committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c26ff28 View commit details
    Browse the repository at this point in the history
  3. memory deallocations

    RealyUniqueName committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    e980b51 View commit details
    Browse the repository at this point in the history
  4. tty

    RealyUniqueName committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9cf570f View commit details
    Browse the repository at this point in the history
  5. version

    RealyUniqueName committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    1b99825 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. fs_event

    RealyUniqueName committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    02b5eab View commit details
    Browse the repository at this point in the history
  2. fs_poll

    RealyUniqueName committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    8036378 View commit details
    Browse the repository at this point in the history
  3. idle

    RealyUniqueName committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    f36a44e View commit details
    Browse the repository at this point in the history
  4. Prepare

    RealyUniqueName committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    830a9bc View commit details
    Browse the repository at this point in the history
  5. minor refactoring

    RealyUniqueName committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b9c3fcd View commit details
    Browse the repository at this point in the history
  6. signal

    RealyUniqueName committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    d1e1dea View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. wip misc

    RealyUniqueName committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3b5efe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e57f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6494d18 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. finished misc

    RealyUniqueName committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d9f7035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdc5832 View commit details
    Browse the repository at this point in the history
  3. rework SockAddr

    RealyUniqueName committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    22509a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. fs

    RealyUniqueName committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    c081d06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965f4f4 View commit details
    Browse the repository at this point in the history
  3. FileSync sample

    RealyUniqueName committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7e9018c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    4fb4b4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95aa1d6 View commit details
    Browse the repository at this point in the history
  3. [ci] check passwd

    RealyUniqueName committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    1444e2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3ac523 View commit details
    Browse the repository at this point in the history
  5. refactor samples

    RealyUniqueName committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    dce25a4 View commit details
    Browse the repository at this point in the history
  6. fix SockAddr

    RealyUniqueName committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    c9cb7c4 View commit details
    Browse the repository at this point in the history
  7. improve samples

    RealyUniqueName committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    108181c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41a5635 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0033655 View commit details
    Browse the repository at this point in the history
  10. [ci] uname

    RealyUniqueName committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    9e91735 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dca431e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    58bd219 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5cee578 View commit details
    Browse the repository at this point in the history
  14. [ci] tests clenaup

    RealyUniqueName committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3513cc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    687d8bf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3cadfef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db3e847 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Configuration menu
    Copy the full SHA
    0131d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31c853e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a86a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. finally

    RealyUniqueName committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    0730a57 View commit details
    Browse the repository at this point in the history
  2. one more

    RealyUniqueName committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    baec999 View commit details
    Browse the repository at this point in the history
  3. oops

    RealyUniqueName committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a76a7f9 View commit details
    Browse the repository at this point in the history