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: daankolthof/simpleNW
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: daankolthof/simpleNW
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ssl
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 16 files changed
  • 2 contributors

Commits on Oct 21, 2015

  1. Configuration menu
    Copy the full SHA
    43ab789 View commit details
    Browse the repository at this point in the history
  2. Small fix.

    daankolthof committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    fa56b0e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from daank94/ssl-server

    Started working on SSL server
    Daan Kolthof
    Daan Kolthof committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    d4d8ff1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Created TCPConnectionBase as base class for normal TCP connection cla…

    …ss and SSL connection class. Implemented TCPConnectionSSL.
    daankolthof committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    a76169d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from daank94/ssl-server

    Created TCPConnectionBase as base class for normal TCP connection cla…
    Daan Kolthof
    Daan Kolthof committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    5b8a4da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e269b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from daank94/ssl-server

    Implemented the SSL TCP server class.
    Daan Kolthof
    Daan Kolthof committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    cc226eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bf09c9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from daank94/ssl-server

    Changes to NetworkService so SSL servers can be used.
    Daan Kolthof
    Daan Kolthof committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    e7906b5 View commit details
    Browse the repository at this point in the history
Loading