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
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
Type
/
to 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 }}
checko
/
AndroidAsync
Public
forked from
koush/AndroidAsync
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
All time
Commit history
Commits on Jun 30, 2013
add raw header copy function
koush
committed
92df465
View commit details
Copy full SHA for 92df465
Browse repository at this point
1.1.2
koush
committed
95d907d
View commit details
Copy full SHA for 95d907d
Browse repository at this point
Commits on Jun 27, 2013
Fix bug in ByteBuffer.getAll if the list is empty
koush
committed
08f7399
View commit details
Copy full SHA for 08f7399
Browse repository at this point
AsyncHttpResponse: Fix bug that occurs where the first write
Show description for 4c8d2e5
koush
committed
4c8d2e5
View commit details
Copy full SHA for 4c8d2e5
Browse repository at this point
Commits on Jun 24, 2013
avoid some unnecessary ByteBufferList creations.
koush
committed
ac896b4
View commit details
Copy full SHA for ac896b4
Browse repository at this point
fix bug in ByteBufferList.getAllByteArray
Show description for 8e96670
koush
committed
8e96670
View commit details
Copy full SHA for 8e96670
Browse repository at this point
Commits on Jun 21, 2013
Merge pull request #30 from vanwinkeljan/master
Show description for 70b11ac
koush
committed
70b11ac
View commit details
Copy full SHA for 70b11ac
Browse repository at this point
Changed base64 encoding flag for Sec-WebSocket-Key to NO_WRAP
vanwinkeljan
committed
8bb0971
View commit details
Copy full SHA for 8bb0971
Browse repository at this point
Corrected Sec-WebSocket-Key to use base64 encoded UUID instead of plain string UUID
vanwinkeljan
committed
b16aefb
View commit details
Copy full SHA for b16aefb
Browse repository at this point
Commits on Jun 20, 2013
version 111
koush
committed
4358c29
View commit details
Copy full SHA for 4358c29
Browse repository at this point
Commits on Jun 18, 2013
ByteBufferList: rename clear to recycle, and reclaim all the byte buffers.
koush
committed
bbd7f22
View commit details
Copy full SHA for bbd7f22
Browse repository at this point
Commits on Jun 17, 2013
Merge pull request #27 from IkhlasStudio/patch-SocketIO
Show description for 8f13a63
koush
committed
8f13a63
View commit details
Copy full SHA for 8f13a63
Browse repository at this point
Fix up reclaimer to actually use a PrioityQueue with a Comparable.
Show description for 659d155
koush
committed
659d155
View commit details
Copy full SHA for 659d155
Browse repository at this point
Call closedCallback in disconnect()
Amin Cheloh
committed
536ad4d
View commit details
Copy full SHA for 536ad4d
Browse repository at this point
When reading from a cached response, read the entire thing vs in chunks.
koush
committed
0d6b6e5
View commit details
Copy full SHA for 0d6b6e5
Browse repository at this point
SSL Socket: be smarter about allocations to prevent gc thrashing.
Show description for bb6f537
koush
committed
bb6f537
View commit details
Copy full SHA for bb6f537
Browse repository at this point
Commits on Jun 16, 2013
Use ByteBufferList.obtain where applicable in SSL socket. Use static final Empty ByteBuffer for engine requested wraps and unwraps.
koush
committed
f48ad86
View commit details
Copy full SHA for f48ad86
Browse repository at this point
remove debug
koush
committed
ba8146e
View commit details
Copy full SHA for ba8146e
Browse repository at this point
prevent unnecessary allocs in byte buffer list
koush
committed
15f6409
View commit details
Copy full SHA for 15f6409
Browse repository at this point
move wakeup onto executor service to keep strict mode happy
koush
committed
af0b974
View commit details
Copy full SHA for af0b974
Browse repository at this point
Commits on Jun 14, 2013
cleanup nested class
koush
committed
cf8e017
View commit details
Copy full SHA for cf8e017
Browse repository at this point
on a bad gzip stream, eat any extra data that may come in
koush
committed
d828c11
View commit details
Copy full SHA for d828c11
Browse repository at this point
Fix cached responses coming in with the incorrect encodings and content length.
koush
committed
df3e03f
View commit details
Copy full SHA for df3e03f
Browse repository at this point
Commits on Jun 13, 2013
fix responses served entirely from cache
koush
committed
8735c94
View commit details
Copy full SHA for 8735c94
Browse repository at this point
remove comment
koush
committed
e47618a
View commit details
Copy full SHA for e47618a
Browse repository at this point
110
koush
committed
f6ed0ef
View commit details
Copy full SHA for f6ed0ef
Browse repository at this point
served from header support
koush
committed
eb358d8
View commit details
Copy full SHA for eb358d8
Browse repository at this point
Merge pull request #26 from soundrop/master
Show description for bf6b0df
koush
committed
bf6b0df
View commit details
Copy full SHA for bf6b0df
Browse repository at this point
Commits on Jun 12, 2013
Enable WebSocket client->server masking
Show description for 46465f7
Ole André Vadla Ravnås
committed
46465f7
View commit details
Copy full SHA for 46465f7
Browse repository at this point
add getMethod to Server requests
koush
committed
e163214
View commit details
Copy full SHA for e163214
Browse repository at this point
fix potential nre
koush
committed
df622f8
View commit details
Copy full SHA for df622f8
Browse repository at this point
Commits on Jun 11, 2013
The data pipeline doesnt need specifically sized allocations. So, recycle ByteBuffers for the data pipeline. Keeps the GC from thrashing.
koush
committed
7ed0857
View commit details
Copy full SHA for 7ed0857
Browse repository at this point
Commits on Jun 9, 2013
Revert "strictmode fixes"
Show description for 153817a
koush
committed
153817a
View commit details
Copy full SHA for 153817a
Browse repository at this point
strictmode fixes
koush
committed
cb58407
View commit details
Copy full SHA for cb58407
Browse repository at this point
Future race condition fixes and reset support.
koush
committed
dc4bc22
View commit details
Copy full SHA for dc4bc22
Browse repository at this point
Previous
Next
You can’t perform that action at this time.