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: sta/websocket-sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: couchbasedeps/websocket-sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 17 files changed
  • 1 contributor

Commits on Feb 8, 2016

  1. Configuration menu
    Copy the full SHA
    41f104e View commit details
    Browse the repository at this point in the history
  2. Support a custom server header when the request is handled entirely b…

    …y the library (i.e. authorisation failure)
    borrrden committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    35cb678 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

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

Commits on Feb 12, 2016

  1. Make the HttpConnection construction asynchronous to try to free up s…

    …ome of the locking burden (still limited on how many it can process at once, unfortunately)
    borrrden committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    a7f85e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

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

Commits on Mar 23, 2016

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

Commits on Apr 7, 2016

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

Commits on Apr 8, 2016

  1. Output symbols

    borrrden committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    513a46a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516cc8b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Remove unused configs

    borrrden committed May 24, 2016
    Configuration menu
    Copy the full SHA
    49d9060 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Add custom headers property to allow some authenticator logic in web …

    …sockets (addresses an issue with authentication and web sockets)
    borrrden committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    75bb252 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Reverted to sync SSL processing so exceptions don't get accidentally …

    …swallowed without closing the socket
    borrrden committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    b048848 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Pulled enhancement from downstream preventing socket closure when an …

    …exception occurs during the acceptance process
    borrrden committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    aceec16 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

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

Commits on Aug 4, 2016

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

Commits on Feb 1, 2017

  1. Merge branch 'master' of https://github.com/sta/websocket-sharp

    # Conflicts:
    #	websocket-sharp/Net/EndPointListener.cs
    #	websocket-sharp/Net/HttpConnection.cs
    #	websocket-sharp/Net/HttpListener.cs
    borrrden committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    7400b23 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

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

Commits on Feb 4, 2017

  1. Fix the concurrent basic / digest auth logic that got reverted as par…

    …t of the merge from upstream
    borrrden committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    f7e3bbb View commit details
    Browse the repository at this point in the history
Loading