Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
simonster
/
Java-WebSocket
Public
forked from
TooTallNate/Java-WebSocket
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 1, 2012
Don't block when attempting to write to a socket with a full buffer; just fail
simonster
committed
972f6e9
Copy full SHA for 972f6e9
Commits on Apr 14, 2012
Merge branch 'master' of github.com:TooTallNate/Java-WebSocket into Branch_nohead
Davidiusdadi
committed
9e6882d
Copy full SHA for 9e6882d
made size of socket buffer (which is created for every connection) configurable
Davidiusdadi
committed
9064159
Copy full SHA for 9064159
Commits on Apr 4, 2012
README: add note about the classpath syntax in example commands
Show description for 9da19ef
TooTallNate
committed
9da19ef
Copy full SHA for 9da19ef
Commits on Apr 2, 2012
merged TooTallNate/trunk with Davidiusdadi/trunk
Davidiusdadi
committed
8fc4922
Copy full SHA for 8fc4922
Commits on Apr 1, 2012
Merge pull request #81 from SattaiLanfear/master
Show description for 92c48b9
Davidiusdadi
committed
92c48b9
Copy full SHA for 92c48b9
replaced byte[] with ByteBuffer in order to ( be able to ) spare memory allocations
Show description for 31dcbc1
Davidiusdadi
committed
31dcbc1
Copy full SHA for 31dcbc1
Commits on Mar 29, 2012
Changed known compatible version. There's a lot of used standard libs
Show description for cd8a6d6
SattaiLanfear
committed
cd8a6d6
Copy full SHA for cd8a6d6
Added missing serializable ID fields to several exceptions.
SattaiLanfear
committed
0b137a8
Copy full SHA for 0b137a8
Acted on errors identified by FindBugs.
SattaiLanfear
committed
b9de830
Copy full SHA for b9de830
Commits on Mar 16, 2012
minor gui improvement of the stress test tool
Davidiusdadi
committed
e2a017f
Copy full SHA for e2a017f
fixed handling of the shutdown of the underlaying socket connection
Show description for 575b29e
Davidiusdadi
committed
575b29e
Copy full SHA for 575b29e
Commits on Mar 15, 2012
Cared about the legacy closing handshake( Draft_76 ) ( #80 )
Show description for 4a03b5c
Davidiusdadi
committed
4a03b5c
Copy full SHA for 4a03b5c
Changed the way clients are hold internally. Iterators will be FAILFAST but dealing with large numbers client faster.
Davidiusdadi
committed
c04d285
Copy full SHA for c04d285
Commits on Mar 14, 2012
enhanced ServerStressTest.java ( #79 / #75 )
Davidiusdadi
committed
3699ca6
Copy full SHA for 3699ca6
added not throwing flush method to the client
Davidiusdadi
committed
56148a3
Copy full SHA for 56148a3
Changed the type of the server internal collection of connected clients.
Davidiusdadi
committed
9fe1bc1
Copy full SHA for 9fe1bc1
Commits on Mar 12, 2012
quick fix for deadlock #61 / #75
Davidiusdadi
committed
f0ef4df
Copy full SHA for f0ef4df
Commits on Mar 8, 2012
Merge pull request #76 from detro/master
Show description for 020b066
Davidiusdadi
committed
020b066
Copy full SHA for 020b066
Boxing "bufferQueueTotalAmount" so that the Synchronization is done over it's internal semaphore, not the WebSocket instance one.
detro
committed
8a5a0ee
Copy full SHA for 8a5a0ee
Commits on Mar 7, 2012
Restoring "getBufferedAmount" in WSClient.
Show description for 527311c
detro
committed
527311c
Copy full SHA for 527311c
Commits on Mar 5, 2012
ChatClient: make Draft 17 be the default selection.
TooTallNate
committed
ce3ede1
Copy full SHA for ce3ede1
Recompile.
TooTallNate
committed
acf4cad
Copy full SHA for acf4cad
Merge pull request #74 from Davidiusdadi/master
Show description for 9709afd
TooTallNate
committed
9709afd
Copy full SHA for 9709afd
Added a first basic server stress test program for #75
Davidiusdadi
committed
727f6fa
Copy full SHA for 727f6fa
Commits on Mar 4, 2012
updated further imports
Davidiusdadi
committed
6c3354b
Copy full SHA for 6c3354b
updated imports
Davidiusdadi
committed
d72326a
Copy full SHA for d72326a
created packages
Davidiusdadi
committed
dc05941
Copy full SHA for dc05941
improved handshake classes ( initiated by eab25a4 and 7c84fb6)
Davidiusdadi
committed
3076d00
Copy full SHA for 3076d00
minor fix for 2392776
Davidiusdadi
committed
86ebec4
Copy full SHA for 86ebec4
Created gh-pages branch via GitHub
TooTallNate
authored and
Davidiusdadi
committed
812d6e4
Copy full SHA for 812d6e4
Commits on Mar 3, 2012
Merge branch 'master' of https://github.com/detro/Java-WebSocket
Davidiusdadi
committed
f4842fc
Copy full SHA for f4842fc
Reverted a Change in Draft that was not required.
Show description for 3e05bf9
detro
committed
3e05bf9
Copy full SHA for 3e05bf9
fixed project name in eclipse project file
Davidiusdadi
committed
fb72389
Copy full SHA for fb72389
Commits on Mar 2, 2012
fixed some typos
Davidiusdadi
committed
01d74a8
Copy full SHA for 01d74a8
Previous
Next
You can’t perform that action at this time.