FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-core/src/main/java/org - msgpack/msgpack-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
msgpack
/
msgpack-java
Public
Notifications
You must be signed in to change notification settings
Fork
322
Star
1.5k
Code
Issues
63
Pull requests
6
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
msgpack-core
src
main
java
org
on
main
User selector
Datepicker
Commit history
Commits on Jan 2, 2026
Merge commit from fork
Show description for daa2ea6
xerial
and
claude
authored
daa2ea6
View commit details
Copy full SHA for daa2ea6
View code at this point
Browse repository at this point
Commits on Jan 21, 2024
Fix ClassCastException when array values is set as List (#794)
takezoe
authored
480fd73
View commit details
Copy full SHA for 480fd73
View code at this point
Browse repository at this point
Commits on Jan 9, 2024
Fix bug in ImmutableTimestampValueImpl. (#786)
Show description for 532199e
fangzheng
and
xerial
authored
532199e
View commit details
Copy full SHA for 532199e
View code at this point
Browse repository at this point
internal: Remove dead code in MessagePacker. (#787)
fangzheng
authored
cc2ce77
View commit details
Copy full SHA for cc2ce77
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
feature: Support JDK21 (and drop JDK7 support) (#765)
Show description for ba1beab
xerial
authored
ba1beab
View commit details
Copy full SHA for ba1beab
View code at this point
Browse repository at this point
Correct MessageUnpacker javadoc (#764)
takezoe
authored
c2c3a8f
View commit details
Copy full SHA for c2c3a8f
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
core (fix): Fix MessageUnpacker.unpackValue to check the custom stringSizeLimit (#753)
Show description for 3085cc1
xerial
authored
3085cc1
View commit details
Copy full SHA for 3085cc1
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
Support JDK17 (#660)
Show description for 117f161
xerial
authored
117f161
View commit details
Copy full SHA for 117f161
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
Keep consistent read size after closing MessageUnpacker (#621)
okumin
authored
ceffe07
View commit details
Copy full SHA for ceffe07
View code at this point
Browse repository at this point
Commits on Sep 18, 2021
Specify the bufferSize of the ArrayBufferOutput (#597)
Show description for c32ad88
szhnet
authored
c32ad88
View commit details
Copy full SHA for c32ad88
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
Add low-level APIs for unpacking Timestamp values (#580)
xerial
authored
651a2a0
View commit details
Copy full SHA for 651a2a0
View code at this point
Browse repository at this point
Commits on May 17, 2021
Timestamp support (#565)
Show description for 1b2ec92
xerial
and
frsyuki
authored
1b2ec92
View commit details
Copy full SHA for 1b2ec92
View code at this point
Browse repository at this point
Commits on May 11, 2021
Prevent having two different unpacking methods (#548)
Show description for 75d33d1
cyberdelia
authored
75d33d1
View commit details
Copy full SHA for 75d33d1
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Fixes #544: Fix a bug in reading EXT32 with 2GB size (#545)
Show description for f67b6e5
xerial
authored
f67b6e5
View commit details
Copy full SHA for f67b6e5
View code at this point
Browse repository at this point
Commits on Feb 15, 2021
#542: Add a warning note for the usage of MessageUnpacker.readPayloadAsReference (#546)
xerial
authored
4976b7f
View commit details
Copy full SHA for 4976b7f
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
fix indexing bug in constructor (#525)
Show description for 0348a49
Minh-Ng
authored
0348a49
View commit details
Copy full SHA for 0348a49
View code at this point
Browse repository at this point
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 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
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
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 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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL