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
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 }}
yif042
/
msgpack-java
Public
forked from
msgpack/msgpack-java
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
Breadcrumbs
History for
msgpack-java
msgpack-core
on
develop
User selector
All users
All time
Commit history
Commits on Nov 18, 2019
Improves MessageBuffer support for Java 11 (#514)
Show description for bef0ccd
ppkarwasz
authored and
xerial
committed
bef0ccd
View commit details
Copy full SHA for bef0ccd
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
convert degenerate switch to if
Joel Nelson
authored and
xerial
committed
e110809
View commit details
Copy full SHA for e110809
View code at this point
Browse repository at this point
avoid creating MessageBuffer needlessly
Joel Nelson
authored and
xerial
committed
290d3d8
View commit details
Copy full SHA for 290d3d8
View code at this point
Browse repository at this point
Merge pull request #478 from joelnn/messagebuffer_constructor
Show description for d8f0366
xerial
authored
d8f0366
View commit details
Copy full SHA for d8f0366
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
Fix typo
seratch
committed
4a291fd
View commit details
Copy full SHA for 4a291fd
View code at this point
Browse repository at this point
Commits on May 25, 2018
use MessageBuffer constructor reflection only when required
Joel Nelson
committed
dad0ade
View commit details
Copy full SHA for dad0ade
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
MessagePacker: Improve and clarify use in documentation for addPayload()
atnak
committed
c213355
View commit details
Copy full SHA for c213355
View code at this point
Browse repository at this point
Commits on Feb 12, 2018
add MessagePacker.clear() method to clear position
isopov
committed
41e7fe7
View commit details
Copy full SHA for 41e7fe7
View code at this point
Browse repository at this point
Commits on Feb 7, 2018
add SafeVarargs annotation
Show description for 6da8716
xuwei-k
committed
6da8716
View commit details
Copy full SHA for 6da8716
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
use JavaConverters instead of JavaConversions
Show description for 6f08e72
xuwei-k
committed
6f08e72
View commit details
Copy full SHA for 6f08e72
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Add MessageBufferPacker#getSize()
Show description for a51b520
isopov
authored and
xerial
committed
a51b520
View commit details
Copy full SHA for a51b520
View code at this point
Browse repository at this point
Do not force checking performance improvement against v6 for Travis
xerial
committed
84666b6
View commit details
Copy full SHA for 84666b6
View code at this point
Browse repository at this point
Reformat
xerial
committed
2b38e70
View commit details
Copy full SHA for 2b38e70
View code at this point
Browse repository at this point
Commits on Oct 21, 2017
Merge pull request #436 from miniway/develop
Show description for 0d8b7b7
xerial
authored
0d8b7b7
View commit details
Copy full SHA for 0d8b7b7
View code at this point
Browse repository at this point
Commits on Oct 14, 2017
Add MessageUnpacker.tryUnpackNil() method
Show description for 55c3346
frsyuki
committed
55c3346
View commit details
Copy full SHA for 55c3346
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Improve readPayload performance
miniway
committed
a45ce43
View commit details
Copy full SHA for a45ce43
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
Remove unused `import`s
komamitsu
committed
fdddf49
View commit details
Copy full SHA for fdddf49
View code at this point
Browse repository at this point
Add a unit test
komamitsu
committed
323a5c3
View commit details
Copy full SHA for 323a5c3
View code at this point
Browse repository at this point
Don't need to consider the case ReadableByteChannel#read returns 0
Show description for c52d806
komamitsu
committed
c52d806
View commit details
Copy full SHA for c52d806
View code at this point
Browse repository at this point
Fix a bug ChannelBufferInput#next blocks until the buffer is filled
komamitsu
committed
60ddba3
View commit details
Copy full SHA for 60ddba3
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
fix ambiguous overload in Java 9
Show description for 2733a81
xuwei-k
authored
2733a81
View commit details
Copy full SHA for 2733a81
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
fix typos
pocketberserker
committed
3f5787c
View commit details
Copy full SHA for 3f5787c
View code at this point
Browse repository at this point
Commits on Jan 21, 2017
Avoid using CharsetEncoder of Android 4.x
Show description for f536c93
komamitsu
committed
f536c93
View commit details
Copy full SHA for f536c93
View code at this point
Browse repository at this point
Commits on Nov 27, 2016
applied review comments to javadoc
frsyuki
committed
49ed7ab
View commit details
Copy full SHA for 49ed7ab
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
docs: fixes warnings
frsyuki
committed
629f805
View commit details
Copy full SHA for 629f805
View code at this point
Browse repository at this point
docs: minor fixes
frsyuki
committed
462c2a0
View commit details
Copy full SHA for 462c2a0
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Adding JavaDoc - part 2
frsyuki
committed
e599910
View commit details
Copy full SHA for e599910
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Adding JavaDoc - part 1
frsyuki
committed
5228c5c
View commit details
Copy full SHA for 5228c5c
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Merge pull request #393 from msgpack/seq-msgbuf-input-test
Show description for 4aa970b
xerial
authored
4aa970b
View commit details
Copy full SHA for 4aa970b
View code at this point
Browse repository at this point
move SequenceMessageBufferInput to test package
frsyuki
committed
742f2bc
View commit details
Copy full SHA for 742f2bc
View code at this point
Browse repository at this point
Fix #391: Add missing buffer null check
xerial
committed
cf0dfac
View commit details
Copy full SHA for cf0dfac
View code at this point
Browse repository at this point
Commits on Sep 23, 2016
Fix code style and test cases
xerial
committed
4c3d460
View commit details
Copy full SHA for 4c3d460
View code at this point
Browse repository at this point
resetDecoder should be called once per decoding
miniway
committed
9467f61
View commit details
Copy full SHA for 9467f61
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Merge pull request #378 from msgpack/directbuf
Show description for f119edd
frsyuki
authored
f119edd
View commit details
Copy full SHA for f119edd
View code at this point
Browse repository at this point
Remove side effect of unpacker benchmark
miniway
committed
ed1c3a3
View commit details
Copy full SHA for ed1c3a3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.