-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: TooTallNate/Java-WebSocket
base: master
head repository: bluechips23/Java-WebSocket
compare: master
- 11 commits
- 9 files changed
- 5 contributors
Commits on Dec 17, 2015
-
* Fixing a state bug that results in NPE's and thread death. The conn…
…ection needs to be set to null on each iteration to avoid the wrong connection being closed when a new connection fails.
Configuration menu - View commit details
-
Copy full SHA for a7fb7f5 - Browse repository at this point
Copy the full SHA a7fb7f5View commit details
Commits on Jan 6, 2016
-
Don't shutdown the ssl executor service too early
The ExecutorService held by the DefaultSSLWebSocketServerFactory was being shutdown when the first SSLSocketChannel2 got closed, making it unusable for further connections. It's now being closed on server stop instead.
Configuration menu - View commit details
-
Copy full SHA for 76a1a3f - Browse repository at this point
Copy the full SHA 76a1a3fView commit details
Commits on Jun 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f90c663 - Browse repository at this point
Copy the full SHA f90c663View commit details
Commits on Jan 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6c673a3 - Browse repository at this point
Copy the full SHA 6c673a3View commit details
Commits on Jan 5, 2017
-
Merge pull request #1 from blackrock/master
* Fixing a state bug that results in NPE's and thread death.
Configuration menu - View commit details
-
Copy full SHA for f1300ec - Browse repository at this point
Copy the full SHA f1300ecView commit details -
Merge pull request #2 from becast/master
Fix for NPE on WSS portscan
Configuration menu - View commit details
-
Copy full SHA for 5591bff - Browse repository at this point
Copy the full SHA 5591bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a8d62 - Browse repository at this point
Copy the full SHA 98a8d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c90a02d - Browse repository at this point
Copy the full SHA c90a02dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e26cbeb - Browse repository at this point
Copy the full SHA e26cbebView commit details
Commits on Jan 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 651e57e - Browse repository at this point
Copy the full SHA 651e57eView commit details
Commits on Jan 11, 2017
-
Merge pull request #3 from blackrock/pool-shutdown-bug
Don't shutdown the ssl executor service too early
Configuration menu - View commit details
-
Copy full SHA for 0ae51f9 - Browse repository at this point
Copy the full SHA 0ae51f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master