Sitelet
https://github.com/codeteenager/Java-WebSocket/commits
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 }}
codeteenager
/
Java-WebSocket
Public
forked from
TooTallNate/Java-WebSocket
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 11, 2024
Merge pull request #1439 from marci4/fix/Issue1437
Show description for 3b29042
marci4
authored
3b29042
View commit details
Copy full SHA for 3b29042
Browse repository at this point
Commits on Oct 22, 2024
Add Constructor with custom compression level
marci4
committed
dfca00b
View commit details
Copy full SHA for dfca00b
Browse repository at this point
Commits on Oct 13, 2024
Extends tests to better test the deflater level
marci4
committed
4f4aed5
View commit details
Copy full SHA for 4f4aed5
Browse repository at this point
Provide a setter/getter to set the deflater level
marci4
committed
fe7635b
View commit details
Copy full SHA for fe7635b
Browse repository at this point
Commits on Oct 8, 2024
Reuse inflater/deflater
marci4
committed
1e9fbbf
View commit details
Copy full SHA for 1e9fbbf
Browse repository at this point
Correctly clone values provided by the setter
Show description for a566891
marci4
committed
a566891
View commit details
Copy full SHA for a566891
Browse repository at this point
Commits on Jul 14, 2024
Merge pull request #1435 from marci4/feature/drop_java1.7
marci4
authored
c4bf44e
View commit details
Copy full SHA for c4bf44e
Browse repository at this point
Commits on Jul 12, 2024
Drop support for Java 1.7
Show description for 01e1a40
marci4
committed
01e1a40
View commit details
Copy full SHA for 01e1a40
Browse repository at this point
Commits on Jul 8, 2024
Merge pull request #1433 from marci4/1.5.7_increase_version
marci4
authored
4aef466
View commit details
Copy full SHA for 4aef466
Browse repository at this point
Increase version to 1.5.8
marci4
committed
202d7a4
View commit details
Copy full SHA for 202d7a4
Browse repository at this point
Merge pull request #1432 from marci4/1.5.7_release
marci4
authored
d866754
View commit details
Copy full SHA for d866754
Browse repository at this point
Release 1.5.7
marci4
committed
dd07648
View commit details
Copy full SHA for dd07648
Browse repository at this point
Commits on Jun 10, 2024
Merge pull request #1419 from ubitricity/fix_issue_1418_websocketserver_misses_get
Show description for cd08f83
PhilipRoman
authored
cd08f83
View commit details
Copy full SHA for cd08f83
Browse repository at this point
Commits on Jun 8, 2024
Fix WebSocketServer sometimes missing GET request
Show description for ad3d043
robert-s-ubi
committed
ad3d043
View commit details
Copy full SHA for ad3d043
Browse repository at this point
Commits on Apr 27, 2024
Merge pull request #1401 from TooTallNate/connect_blocking_cleanup_test
Show description for c793f34
PhilipRoman
authored
c793f34
View commit details
Copy full SHA for c793f34
Browse repository at this point
Merge pull request #1407 from TooTallNate/receive-buffer-size
marci4
authored
7e47e4d
View commit details
Copy full SHA for 7e47e4d
Browse repository at this point
Commits on Apr 25, 2024
Allow setting custom TCP receive buffer size
Show description for f625a1a
PhilipRoman
committed
f625a1a
View commit details
Copy full SHA for f625a1a
Browse repository at this point
Commits on Apr 15, 2024
Add timeout to CI test
PhilipRoman
authored
1f842a6
View commit details
Copy full SHA for 1f842a6
Browse repository at this point
Commits on Feb 24, 2024
Add test for connectBlocking cleanup (#1399)
PhilipRoman
committed
acd03d0
View commit details
Copy full SHA for acd03d0
Browse repository at this point
Merge pull request #1399 from ysi-camerona/ISSUE-1397
Show description for aa84b39
PhilipRoman
authored
aa84b39
View commit details
Copy full SHA for aa84b39
Browse repository at this point
Commits on Feb 21, 2024
Ensure the socket is not null when attempting to close it.
Cameron Auser
committed
d8eb0f8
View commit details
Copy full SHA for d8eb0f8
Browse repository at this point
Commits on Feb 16, 2024
Explicitly close the socket when resetting the client if the connection is not yet opened. This prevents the write thread from hanging while attempting to write to the output stream. Reset the conn…
Show description for f7d51a8
Cameron Auser
committed
f7d51a8
View commit details
Copy full SHA for f7d51a8
Browse repository at this point
Commits on Feb 6, 2024
Merge pull request #1395 from marci4/1.5.6_increase_version
marci4
authored
6910229
View commit details
Copy full SHA for 6910229
Browse repository at this point
Increase version to 1.5.7
marci4
committed
765932a
View commit details
Copy full SHA for 765932a
Browse repository at this point
Merge pull request #1394 from marci4/1.5.5_release
marci4
authored
ae78d38
View commit details
Copy full SHA for ae78d38
Browse repository at this point
Release 1.5.6
marci4
committed
4bdfe1f
View commit details
Copy full SHA for 4bdfe1f
Browse repository at this point
Commits on Feb 4, 2024
Merge pull request #1391 from TooTallNate/daemon
marci4
authored
9f53da4
View commit details
Copy full SHA for 9f53da4
Browse repository at this point
Commits on Feb 3, 2024
Provide way to start the client/server as daemons
newk5
authored and
PhilipRoman
committed
c717bc7
View commit details
Copy full SHA for c717bc7
Browse repository at this point
Commits on Jan 30, 2024
Merge pull request #1387 from pavel-treutner/issue-1382
Show description for de7b8b2
marci4
authored
de7b8b2
View commit details
Copy full SHA for de7b8b2
Browse repository at this point
Commits on Jan 16, 2024
Retrieve default SSL socket factory to reconcile the configuration with jdk.tls.client.protocols
Pavel Treutner
committed
d4365d4
View commit details
Copy full SHA for d4365d4
Browse repository at this point
Commits on Jan 15, 2024
Merge pull request #1385 from TooTallNate/javadoc-tt-fix
marci4
authored
9dce7a8
View commit details
Copy full SHA for 9dce7a8
Browse repository at this point
Commits on Jan 13, 2024
Replace <tt> with <code> in javadocs
PhilipRoman
committed
1ecae0e
View commit details
Copy full SHA for 1ecae0e
Browse repository at this point
Commits on Dec 18, 2023
Merge pull request #1378 from marci4/1.5.5_increase_version
marci4
authored
a1ab3dc
View commit details
Copy full SHA for a1ab3dc
Browse repository at this point
Increase version to 1.5.6
marci4
committed
4a6e1c4
View commit details
Copy full SHA for 4a6e1c4
Browse repository at this point
Merge pull request #1377 from marci4/1.5.5-update_changelog
marci4
authored
fe637a8
View commit details
Copy full SHA for fe637a8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.