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

Apple Network Framework Socket Changes #662

Open
wants to merge 85 commits into
base: grand_dispatch_queue
Choose a base branch
from

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    14a3386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9715a3e View commit details
    Browse the repository at this point in the history
  3. missed s_socket_listen

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b830a86 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    cccbda2 View commit details
    Browse the repository at this point in the history
  2. small cleanups/comments

    sbSteveK committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    caac9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb59ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. nw_socket.c changes

    sbSteveK committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8a794de View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. read from socket works

    sbSteveK committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cf610e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. remove prints

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    07bac64 View commit details
    Browse the repository at this point in the history
  2. trivial edits

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    dd1fbf2 View commit details
    Browse the repository at this point in the history
  3. check correct vtable func

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2fd514c View commit details
    Browse the repository at this point in the history
  4. clang format

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2a0da42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cc6620 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3281ee View commit details
    Browse the repository at this point in the history
  7. clang format

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    43fd436 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c1cd02 View commit details
    Browse the repository at this point in the history
  9. formatting

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    88f6de3 View commit details
    Browse the repository at this point in the history
  10. format

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cf53cc6 View commit details
    Browse the repository at this point in the history
  11. macos errors

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a7ab224 View commit details
    Browse the repository at this point in the history
  12. fix test

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    62fd06d View commit details
    Browse the repository at this point in the history
  13. formatting

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cbb8c42 View commit details
    Browse the repository at this point in the history
  14. test fix

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4ce33ee View commit details
    Browse the repository at this point in the history
  15. prototype void

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    29ab896 View commit details
    Browse the repository at this point in the history
  16. fix style func

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f9cd5d0 View commit details
    Browse the repository at this point in the history
  17. sprintf -> snprintf

    sbSteveK committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2e55d2d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 11, 2024

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

Commits on Sep 13, 2024

  1. setup connection timeout

    xiazhvera committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    731ba49 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    bac8b07 View commit details
    Browse the repository at this point in the history
  2. remove debug changes

    xiazhvera committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    429bf26 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    2282f8f View commit details
    Browse the repository at this point in the history
  2. veriify_peer spelling

    sbSteveK committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8e7b351 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e58e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b01b510 View commit details
    Browse the repository at this point in the history
  5. empty line

    sbSteveK committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5b5a953 View commit details
    Browse the repository at this point in the history
  6. clang formatting

    sbSteveK committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b7f13df View commit details
    Browse the repository at this point in the history
  7. more clang

    sbSteveK committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b325809 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    86b4343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9471d05 View commit details
    Browse the repository at this point in the history
  3. fix cmakefile

    xiazhvera committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    789d446 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    68fa441 View commit details
    Browse the repository at this point in the history
  2. remove platform.h

    xiazhvera committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a47fd44 View commit details
    Browse the repository at this point in the history
  3. remove platform.h

    xiazhvera committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b4cd993 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    d071082 View commit details
    Browse the repository at this point in the history
  2. clean up comments

    xiazhvera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dd33861 View commit details
    Browse the repository at this point in the history
  3. more read me and clean up

    xiazhvera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f950453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c188594 View commit details
    Browse the repository at this point in the history
  5. clang-format

    xiazhvera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6a1c03a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    871ae9b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. clean up comments

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a0be9d2 View commit details
    Browse the repository at this point in the history
  2. wait for socket release

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    32728ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e8015c View commit details
    Browse the repository at this point in the history
  4. clang-format fix

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3350e6c View commit details
    Browse the repository at this point in the history
  5. fix cmake changes

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2592e47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8024d2 View commit details
    Browse the repository at this point in the history
  7. update compile flags...

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0e24c22 View commit details
    Browse the repository at this point in the history
  8. update dispatch queue

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    40b6b81 View commit details
    Browse the repository at this point in the history
  9. fix merge change

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    81992ba View commit details
    Browse the repository at this point in the history
  10. clang-format

    xiazhvera committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e89119a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    776977e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aafe5f View commit details
    Browse the repository at this point in the history
  3. lint

    xiazhvera committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ada3e09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbe538f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86f3b2d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    72b51a0 View commit details
    Browse the repository at this point in the history
  2. clean up merge changes

    xiazhvera committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    69c22b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b79cbd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    e613e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b7546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    351c682 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f24d637 View commit details
    Browse the repository at this point in the history
  5. add apple socket init

    xiazhvera committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0d69dd7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    c408e30 View commit details
    Browse the repository at this point in the history
  2. hide dispatch_queue.h

    xiazhvera committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    145e7d7 View commit details
    Browse the repository at this point in the history
  3. fix merge error

    xiazhvera committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3a4eaca View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    35934d3 View commit details
    Browse the repository at this point in the history
  2. rename enum

    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    11d0f84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8320127 View commit details
    Browse the repository at this point in the history
  4. remove warning on nw socket

    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    652195b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1637a88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    658463a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0dddda View commit details
    Browse the repository at this point in the history