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

IPv6 support #22

Merged
merged 33 commits into from May 2, 2016
Merged

IPv6 support #22

merged 33 commits into from May 2, 2016

Commits on Mar 25, 2016

  1. Extending Types, Bytes and Address data types in order to support IPv…

    …6 (work in progress, not finished, not even runnable)
    MatthiasKreileder committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    ae95476 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2016

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

Commits on Mar 28, 2016

  1. Configuration menu
    Copy the full SHA
    e27a7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213f00d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

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

Commits on Apr 3, 2016

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

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    9eac4bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae18f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ddc05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    945afd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Adding SocketConfig struct. Enables application code to guide the nam…

    …e resolution (i.e. specify if IPv4 or IPv6 or both are acceptable
    MatthiasKreileder committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    2a26df1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea2d414 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Adding comments

    MatthiasKreileder committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    628f711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66af97f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Changing Internet Address representation, Name to Address resolving, …

    …adding test function for new functionality
    MatthiasKreileder committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    4e9b7e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Adding KclInternetSocket class as a prototype for an IPv4/IPv6 capabl…

    …e Socket. Client side is working but only if the dynamically allocated addresses are not deleted from the heap, which needs to be fixed of course.
    MatthiasKreileder committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    c37a511 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

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

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    c1fcbf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b37e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e6d3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07be0bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf0badd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af83c46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fd0536 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    520149a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21e4539 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

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

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    dcec368 View commit details
    Browse the repository at this point in the history
  2. Moving Address Family resolution for SocketConfig from RawSocket to I…

    …nternetSocket, because we want to keep RawSocket as dump as possible
    MatthiasKreileder committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    bb23498 View commit details
    Browse the repository at this point in the history
  3. Cleaning up: Removing SocketFactory.swift, removing wrong whitespace …

    …between function parameter name and colon, deleting code that is disabled via commenting it.
    MatthiasKreileder committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    73ae0d6 View commit details
    Browse the repository at this point in the history
  4. Adding static functions to SocketConfig for "easy initialising". Chan…

    …ging the SocksCore Examples: Demonstrate how to use the new static function for SocketConfig
    MatthiasKreileder committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    ad298b4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. Changing the "Created by" comment in the two files which contain the …

    …code for addresses, because those two were changed almost entirely during adding the IPv6 support.
    MatthiasKreileder committed May 2, 2016
    Configuration menu
    Copy the full SHA
    8482ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c70732 View commit details
    Browse the repository at this point in the history