Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ishidawataru/sctp
base: 7c296d4
Choose a base ref
...
head repository: ishidawataru/sctp
compare: 7ff4192
Choose a head ref
  • 14 commits
  • 10 files changed
  • 9 contributors

Commits on Sep 21, 2019

  1. Support Go Modules

    SamWhited authored and ishidawataru committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    d409875 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. license clarificaton

    Signed-off-by: Wataru Ishida <[email protected]>
    Wataru Ishida authored and ishidawataru committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    408ec28 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. ci: drop 1.6, 1.7, 1.8 support

    Signed-off-by: Wataru Ishida <[email protected]>
    Wataru Ishida authored and ishidawataru committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    479e7be View commit details
    Browse the repository at this point in the history
  2. Add support for SocketConfig

    Signed-off-by: Spike Curtis <[email protected]>
    Spike Curtis authored and ishidawataru committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    00ab2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    ffcb490 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    genisysram authored and ishidawataru committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    9efb9c7 View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    genisysram authored and ishidawataru committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5c9dd66 View commit details
    Browse the repository at this point in the history
  4. Update .travis.yml

    genisysram authored and ishidawataru committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    eda5c8a View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    genisysram authored and ishidawataru committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2bdd86b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. fix possible socket leak when bind fails

    fixes #49
    
    Signed-off-by: Wataru Ishida <[email protected]>
    ishidawataru committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    0e235d7 View commit details
    Browse the repository at this point in the history
  2. ci: enable GitHub Action

    Signed-off-by: Wataru Ishida <[email protected]>
    ishidawataru committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f2269e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Make get-set socket options public

    Enable get/set socket options, needed for advanced usecases, such
    as setting SCTP_NODELAY.
    ashish-billore authored and ishidawataru committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    9a39160 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Prevent from descriptor leak

    grzelewski authored and ishidawataru committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a8b5b9e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Fixes optlen in getsockopt() for s390x

    Signed-off-by: Prashant-Jagtap <[email protected]>
    Prashant-Jagtap authored and ishidawataru committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7ff4192 View commit details
    Browse the repository at this point in the history