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

Make msghdr.msg_name optional #233

Merged
merged 8 commits into from
Feb 13, 2023
Merged

Commits on Feb 9, 2023

  1. Make msghdr.msg_name optional

    sendmsg can be used on connected sockets without
    msg_name.
    redbaron committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    f186fa4 View commit details
    Browse the repository at this point in the history
  2. fix doctests

    redbaron committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7118b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    287daf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Address feedback

    redbaron committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    f31d2b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bffca3 View commit details
    Browse the repository at this point in the history
  3. fix examples and fmt

    redbaron committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    b357fd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Remove misleading comment

    redbaron committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    28a3cb8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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