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

Add socket_options for non-SSL connections #120

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

Commits on Dec 20, 2021

  1. Add tcp_options

     and skip ssl tests that fails in the v0.4.3 code
    HenKo-94 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    293e4f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Rename tcp_options to socket_options

    HenKo-94 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    8f89622 View commit details
    Browse the repository at this point in the history
  2. Remove @tag :skip on the SSL tests

    HenKo-94 committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    44792a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. When host is IP address string, :gen_tcp.open_socket will parse it in…

    …to :inet.ip_address()
    Djamel Ouerdane (mnt837) authored and HenKo-94 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a528bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Merge pull request #1 from henkoch/master

    Merge this fork
    haljin authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1e4785e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from henkoch/adding_tcp_options

    Adding tcp options
    haljin authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4cd1af0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    d8f1411 View commit details
    Browse the repository at this point in the history
  2. Rebase properly

    haljin authored and Pawel Antemijczuk committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    08c250e View commit details
    Browse the repository at this point in the history
  3. Remove then to conform to older Elixir

    haljin authored and Pawel Antemijczuk committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f5408ae View commit details
    Browse the repository at this point in the history