Skip to content
Navigation Menu
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
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
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
/
Sign in
Sign up
Appearance settings
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 }}
lassic
/
Java-WebSocket
Public
forked from
TooTallNate/Java-WebSocket
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
Datepicker
All time
Commit history
Commits on Jan 18, 2012
fixed two nullpointer bugs
Davidiusdadi
committed
b20ddca
View commit details
Copy full SHA for b20ddca
Browse repository at this point
Draft 75 handshake header Origin will be auto generated if not specified to match spec
Davidiusdadi
committed
665344a
View commit details
Copy full SHA for 665344a
Browse repository at this point
fixed Draft_76 NullPointerException
Davidiusdadi
committed
63fdd69
View commit details
Copy full SHA for 63fdd69
Browse repository at this point
fixed issue #59 found by @lassic
Davidiusdadi
committed
5949397
View commit details
Copy full SHA for 5949397
Browse repository at this point
Merge branch 'master' of github.com:TooTallNate/Java-WebSocket
Davidiusdadi
committed
7711f54
View commit details
Copy full SHA for 7711f54
Browse repository at this point
Commits on Jan 13, 2012
added more flexibility for socket bind
Davidiusdadi
committed
a0c7123
View commit details
Copy full SHA for a0c7123
Browse repository at this point
Commits on Jan 12, 2012
Merge pull request #58 from jribble/tootallnate
Show description for 440317a
Davidiusdadi
committed
440317a
View commit details
Copy full SHA for 440317a
Browse repository at this point
Commits on Jan 11, 2012
Doing a buf.rewind in channelWrite causes a problem with partially written buffers, which are placed on the buffer queue and then rewinded before sending the rest of the buffer.
Show description for 2a59cf7
Jarrod Ribble
committed
2a59cf7
View commit details
Copy full SHA for 2a59cf7
Browse repository at this point
fixed fatal line parsing error
Davidiusdadi
committed
dd08884
View commit details
Copy full SHA for dd08884
Browse repository at this point
Commits on Jan 10, 2012
added eclipse CodeFormatterProfile and latest Autobahn reports
Davidiusdadi
committed
6da437a
View commit details
Copy full SHA for 6da437a
Browse repository at this point
added missing files
Davidiusdadi
committed
90b6131
View commit details
Copy full SHA for 90b6131
Browse repository at this point
Merged branch 'master' of TooTallNate/Java-WebSocket
Davidiusdadi
committed
1bafce4
View commit details
Copy full SHA for 1bafce4
Browse repository at this point
Commits on Jan 9, 2012
changed buffer handling from byte[] to Bytebuffer
Show description for fa0eaa3
Davidiusdadi
committed
fa0eaa3
View commit details
Copy full SHA for fa0eaa3
Browse repository at this point
reformatted source code(trying to split up working copy changes...)
Davidiusdadi
committed
194418f
View commit details
Copy full SHA for 194418f
Browse repository at this point
Commits on Dec 22, 2011
Readme++
TooTallNate
committed
bbf49f2
View commit details
Copy full SHA for bbf49f2
Browse repository at this point
Add "Minumim Required JDK" to README.
Show description for 48b25d0
TooTallNate
committed
48b25d0
View commit details
Copy full SHA for 48b25d0
Browse repository at this point
Recompile.
TooTallNate
committed
df1cde1
View commit details
Copy full SHA for df1cde1
Browse repository at this point
Merge pull request #55 from donpdonp/master
Show description for 65dca5a
TooTallNate
committed
65dca5a
View commit details
Copy full SHA for 65dca5a
Browse repository at this point
Remove Android API 9 helpers. Restores compatibility back to API 4 (Android v1.6)
Don Park
committed
d701a89
View commit details
Copy full SHA for d701a89
Browse repository at this point
Commits on Dec 20, 2011
Added classes for Autobahn tests.
Show description for c1a1bd0
Davidiusdadi
committed
c1a1bd0
View commit details
Copy full SHA for c1a1bd0
Browse repository at this point
Added function "reset" to draft , so draft objects can be reused.
Show description for cad84d0
Davidiusdadi
committed
cad84d0
View commit details
Copy full SHA for cad84d0
Browse repository at this point
Commits on Dec 18, 2011
-improved error handling
Show description for 26d7be7
Davidiusdadi
committed
26d7be7
View commit details
Copy full SHA for 26d7be7
Browse repository at this point
Commits on Dec 14, 2011
the ChatServer can now be used to send messages via System.in
Show description for dde2740
Davidiusdadi
committed
dde2740
View commit details
Copy full SHA for dde2740
Browse repository at this point
The location of the server can now be passed by command line
Davidiusdadi
committed
2ca6d17
View commit details
Copy full SHA for 2ca6d17
Browse repository at this point
Commits on Dec 13, 2011
Recompile.
Davidiusdadi
committed
fdc1bd5
View commit details
Copy full SHA for fdc1bd5
Browse repository at this point
Merge branch 'master' of https://github.com/TooTallNate/Java-WebSocket
Davidiusdadi
committed
cd957da
View commit details
Copy full SHA for cd957da
Browse repository at this point
-better approximation towards the standard
Show description for 53395cc
Davidiusdadi
committed
53395cc
View commit details
Copy full SHA for 53395cc
Browse repository at this point
Commits on Dec 7, 2011
Recompile.
TooTallNate
committed
a9f8707
View commit details
Copy full SHA for a9f8707
Browse repository at this point
Remove 'static' block. Trying to see if it helps #48.
TooTallNate
committed
8d7f013
View commit details
Copy full SHA for 8d7f013
Browse repository at this point
Commits on Dec 5, 2011
Recompile.
TooTallNate
committed
f49982f
View commit details
Copy full SHA for f49982f
Browse repository at this point
Remove references to sun.* packages.
Show description for 1048d07
TooTallNate
committed
1048d07
View commit details
Copy full SHA for 1048d07
Browse repository at this point
Ignore editor temp files.
TooTallNate
committed
f9167fb
View commit details
Copy full SHA for f9167fb
Browse repository at this point
Commits on Nov 25, 2011
-sorted functions in all drafts the same way
Show description for 816e384
Davidiusdadi
committed
816e384
View commit details
Copy full SHA for 816e384
Browse repository at this point
Commits on Nov 24, 2011
Update README.markdown
TooTallNate
committed
93ebee3
View commit details
Copy full SHA for 93ebee3
Browse repository at this point
Merge pull request #47 from Davidiusdadi/master
Show description for cfb879d
TooTallNate
committed
cfb879d
View commit details
Copy full SHA for cfb879d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.