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

Use libidn2 #133

Merged
7 commits merged into from Apr 28, 2022
Merged

Use libidn2 #133

7 commits merged into from Apr 28, 2022

Commits on Feb 15, 2022

  1. Use libidn2 library

    The define  IDNA_ACE_PREFIX  is not defined in the  idn2.h  header.
    Therefore we use another define  IDN2_OK  to test that the lib is
    properly loaded.
    Alexandre Pion committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8771f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e564b8 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    Alexandre Pion committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2dfb8e3 View commit details
    Browse the repository at this point in the history
  4. Update Travis config to download libidn2-dev

    And not libidn11-dev anymore
    Alexandre Pion committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    18a9b6c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Update DNS data used in tests

    The `se` and `nic.se` zones have evolved a little. The tests made over
    the network using these zones have been slightly updated to fix errors
    and be aligned with current zone configuration.
    Alexandre Pion committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0d9681c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Update Docker dependencies

    Alexandre Pion committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    a97450c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Replace references to "libidn" with "libidn2"

    Alexandre Pion committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5817b76 View commit details
    Browse the repository at this point in the history