Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and 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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 }}
codykong
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 26, 2014
[maven-release-plugin] prepare for next development iteration
komamitsu
committed
6559a77
Copy full SHA for 6559a77
[maven-release-plugin] prepare release msgpack-0.6.10
komamitsu
committed
1830976
Copy full SHA for 1830976
Commits on Feb 20, 2014
Merge pull request #72 from oza/71
Show description for 4d7a9a8
oza
committed
4d7a9a8
Copy full SHA for 4d7a9a8
Fix BigIntegerAccept to read byte/short values correctly
Show description for e37e03a
oza
committed
e37e03a
Copy full SHA for e37e03a
Converted tab into 4 spaces.
Show description for fb6d053
oza
committed
fb6d053
Copy full SHA for fb6d053
Commits on Feb 13, 2014
minor change of AbstractRawValue and StringRawValueImpl classes
muga
committed
09d2098
Copy full SHA for 09d2098
Commits on Feb 10, 2014
Merge branch 'master' of github.com:msgpack/msgpack-java
muga
committed
5a239f1
Copy full SHA for 5a239f1
#1: updated Javassist: 3.16.1-GA to 3.18.1-GA because of JAVASSIST-205
muga
committed
6cee723
Copy full SHA for 6cee723
Commits on Jan 23, 2014
Merge pull request #67 from redboltz/add_override_annotation
Show description for 411896a
xerial
committed
411896a
Copy full SHA for 411896a
Merge pull request #69 from msgpack/feature/travis-ci
Show description for 463dc2a
xerial
committed
463dc2a
Copy full SHA for 463dc2a
Monitor develop branch in travis-ci.
xerial
committed
7ea2f98
Copy full SHA for 7ea2f98
Commits on Jan 22, 2014
Add xerial to the notification list
xerial
committed
e02ff5d
Copy full SHA for e02ff5d
Commits on Jan 21, 2014
Added override annotation.
redboltz
committed
907ca86
Copy full SHA for 907ca86
Commits on Jan 20, 2014
Merge pull request #64 from redboltz/test_short_to_test_byte
Show description for ee1f38b
xerial
committed
ee1f38b
Copy full SHA for ee1f38b
Replaced testShort with testByte in testByte function.
redboltz
committed
2c17b3e
Copy full SHA for 2c17b3e
Commits on Dec 18, 2013
[maven-release-plugin] prepare for next development iteration
muga
committed
6909073
Copy full SHA for 6909073
[maven-release-plugin] prepare release msgpack-0.6.9
muga
committed
87b4538
Copy full SHA for 87b4538
Commits on Dec 14, 2013
Merge pull request #63 from msgpack/bin_and_str_minor
Show description for c79b7dc
frsyuki
committed
c79b7dc
Copy full SHA for c79b7dc
Supported bin and str deserializers for minor release
Show description for 8586db8
oza
committed
8586db8
Copy full SHA for 8586db8
fixed ArrayValueImpl#equals
frsyuki
committed
1a025e9
Copy full SHA for 1a025e9
Commits on Sep 2, 2013
Show testing results by Travis CI
Show description for f37b317
oza
committed
f37b317
Copy full SHA for f37b317
Add CI support on OpenJDK7 and OracleJDK7.
Show description for e25043b
oza
committed
e25043b
Copy full SHA for e25043b
Commits on Sep 1, 2013
Add QuickStart link.
Show description for bdbf17b
oza
committed
bdbf17b
Copy full SHA for bdbf17b
Add the overview and lisence information of msgpack-java
Show description for 58d9e96
oza
committed
58d9e96
Copy full SHA for 58d9e96
Commits on Aug 17, 2013
add msgpack.org.md for msgpack.org
Show description for 4c31415
oza
committed
4c31415
Copy full SHA for 4c31415
[maven-release-plugin] prepare for next development iteration
komamitsu
committed
5778071
Copy full SHA for 5778071
[maven-release-plugin] prepare release msgpack-0.6.8
komamitsu
committed
f032780
Copy full SHA for f032780
update CHANGES.txt
komamitsu
committed
380b101
Copy full SHA for 380b101
Merge pull request #43 from oza/fixed-upperbound-and-lowerbound-of-readint
Show description for 5d482b3
komamitsu
committed
5d482b3
Copy full SHA for 5d482b3
Commits on Aug 16, 2013
Fixed upperbound and lower bound of IntAccept#acceptInteger(long).
Show description for 907cfed
oza
committed
907cfed
Copy full SHA for 907cfed
Commits on Jul 26, 2013
Slightly better type errors for Unpackers.
thomaslee
committed
25f3c3d
Copy full SHA for 25f3c3d
Commits on Jul 10, 2013
changed TemplateBuilderChain class -- refined exception handling within 'createForceTemplateBuilder' method
muga
committed
10a2dcd
Copy full SHA for 10a2dcd
Commits on Mar 24, 2013
Merge pull request #36 from mikkoz/master
Show description for 017a76d
komamitsu
committed
017a76d
Copy full SHA for 017a76d
Commits on Mar 22, 2013
json-simple pulls junit as a compile dep, which pulls hamcrest, which
Show description for e88d558
Mikołaj Koziarkiewicz
committed
e88d558
Copy full SHA for e88d558
Commits on Mar 3, 2013
Merge pull request #33 from choplin/patch-1
Show description for b3e3a36
oza
committed
b3e3a36
Copy full SHA for b3e3a36
Pagination
Previous
Next
You can’t perform that action at this time.