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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
xyygithub
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
msgpack-core
src
on
v07-value-draft
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 15, 2015
Formatting
xerial
committed
b5b3c8e
View commit details
Copy full SHA for b5b3c8e
View code at this point
Browse repository at this point
Commits on Dec 9, 2014
Introduced ImmutableValue interfaces
xerial
committed
7dd20d7
View commit details
Copy full SHA for 7dd20d7
View code at this point
Browse repository at this point
Commits on Dec 8, 2014
Merge branch 'v07-develop' into v07-value
xerial
committed
08197e3
View commit details
Copy full SHA for 08197e3
View code at this point
Browse repository at this point
Commits on Dec 7, 2014
Fix NPE in MessagePacker#writePayload(java.nio.ByteBuffer)
komamitsu
committed
8790733
View commit details
Copy full SHA for 8790733
View code at this point
Browse repository at this point
Commits on Nov 28, 2014
Make Map/ArrayCursorImpl implement Value interface
xerial
committed
52342fe
View commit details
Copy full SHA for 52342fe
View code at this point
Browse repository at this point
isImmutable is false for Array/MapCursor
xerial
committed
84ac459
View commit details
Copy full SHA for 84ac459
View code at this point
Browse repository at this point
Remove ValueRef interface
xerial
committed
7a94130
View commit details
Copy full SHA for 7a94130
View code at this point
Browse repository at this point
Merge branch 'v07-develop' into v07-value
xerial
committed
a2881a5
View commit details
Copy full SHA for a2881a5
View code at this point
Browse repository at this point
fix typo
xuwei-k
committed
b250044
View commit details
Copy full SHA for b250044
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Merge pull request #152 from msgpack/nested-map
Show description for bd9b4f2
komamitsu
committed
bd9b4f2
View commit details
Copy full SHA for bd9b4f2
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
Fix a bug when creating nested maps and arrays
xerial
committed
db347c5
View commit details
Copy full SHA for db347c5
View code at this point
Browse repository at this point
Commits on Nov 14, 2014
Display float/double values in an appropriate format
xerial
committed
fa1c850
View commit details
Copy full SHA for fa1c850
View code at this point
Browse repository at this point
Commits on Nov 13, 2014
Fix #145: msgpack-{core,jackson}-0.7.0-M5 release. Fix sbt scripts to allow multi-module project deployment
xerial
committed
45acead
View commit details
Copy full SHA for 45acead
View code at this point
Browse repository at this point
Add a license header.
Show description for fcb9ae3
oza
committed
fcb9ae3
View commit details
Copy full SHA for fcb9ae3
View code at this point
Browse repository at this point
Commits on Nov 12, 2014
Fix compile error of CursorTest
komamitsu
committed
8c50d09
View commit details
Copy full SHA for 8c50d09
View code at this point
Browse repository at this point
Merge branch 'v07-develop' into v07-add-jackson-dataformat
komamitsu
committed
825e418
View commit details
Copy full SHA for 825e418
View code at this point
Browse repository at this point
Set proper size for key-vaue array in MapCursorImpl.
Ben Bader
committed
a9df84f
View commit details
Copy full SHA for a9df84f
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
Fix test cases to accept non-default MessagePack configuration
xerial
committed
ed20171
View commit details
Copy full SHA for ed20171
View code at this point
Browse repository at this point
Merge v07-develop
xerial
committed
b34c56a
View commit details
Copy full SHA for b34c56a
View code at this point
Browse repository at this point
Moved the factory methods from core.MessagePackFactory to MessagePack to avoid the name conflicts with jackson.MessagePackFactory
xerial
committed
6ca1176
View commit details
Copy full SHA for 6ca1176
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
Pending a test case for generating malformed UTF-8 strings, because in Java8 we cannot create invalid String for some reason
xerial
committed
12da529
View commit details
Copy full SHA for 12da529
View code at this point
Browse repository at this point
Removed code that use airlift.slice, which cannot be used with JDK6
xerial
committed
046a2bb
View commit details
Copy full SHA for 046a2bb
View code at this point
Browse repository at this point
Add ByteBuffer example
xerial
committed
bc56ce3
View commit details
Copy full SHA for bc56ce3
View code at this point
Browse repository at this point
Add usage examples
xerial
committed
6776f53
View commit details
Copy full SHA for 6776f53
View code at this point
Browse repository at this point
Commits on Oct 25, 2014
Fix multi bytes decoding error at boundary
miniway
committed
bd1d3e6
View commit details
Copy full SHA for bd1d3e6
View code at this point
Browse repository at this point
Commits on Aug 11, 2014
#129: Using smaller test repetition number
xerial
committed
40cb2b3
View commit details
Copy full SHA for 40cb2b3
View code at this point
Browse repository at this point
Disable some performaqnce comparison check
xerial
committed
c2cb590
View commit details
Copy full SHA for c2cb590
View code at this point
Browse repository at this point
#129: Improved the performance of newMessageBuffer
xerial
committed
65f5dd1
View commit details
Copy full SHA for 65f5dd1
View code at this point
Browse repository at this point
Commits on Aug 10, 2014
#129: Add reset(MessageBuffer) method
xerial
committed
6d9937a
View commit details
Copy full SHA for 6d9937a
View code at this point
Browse repository at this point
Add the benchmark of MessageBufferInput#reset
komamitsu
committed
4c014e0
View commit details
Copy full SHA for 4c014e0
View code at this point
Browse repository at this point
Commits on Aug 4, 2014
Add packer/unpacker default factory methods
xerial
committed
4f87db3
View commit details
Copy full SHA for 4f87db3
View code at this point
Browse repository at this point
#128: Fix the problem in reset() that closes the MessageBufferInput if the same instance is reused.
xerial
committed
c3d14e9
View commit details
Copy full SHA for c3d14e9
View code at this point
Browse repository at this point
Commits on Jul 28, 2014
#127 Add a performance test for OutputStremBufferOutput.reset
xerial
committed
14adad2
View commit details
Copy full SHA for 14adad2
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
#127: Postponed the buffer allocation in flush()
xerial
committed
3e0ed67
View commit details
Copy full SHA for 3e0ed67
View code at this point
Browse repository at this point
Commits on Jul 23, 2014
Add reset method to MessageBufferInput/Output implementations
xerial
committed
b09d044
View commit details
Copy full SHA for b09d044
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.