FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-core/src/main/java/org - b2cloud/msgpack-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
b2cloud
/
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
main
java
org
on
v08-buffer-opt
User selector
Datepicker
Commit history
Commits on Dec 25, 2015
minimum required castBuffer size is 8 bytes
frsyuki
committed
dc1f10b
View commit details
Copy full SHA for dc1f10b
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
0xC1 NEVER_USED always throws MessageNeverUsedFormatException regardless of context rather than MessageTypeException or MessageFormatException depending on context
frsyuki
committed
0b03305
View commit details
Copy full SHA for 0b03305
View code at this point
Browse repository at this point
simplified streaming string decoding code
frsyuki
committed
f45be09
View commit details
Copy full SHA for f45be09
View code at this point
Browse repository at this point
Commits on Dec 22, 2015
fixed skipPayload
frsyuki
committed
60fc2b2
View commit details
Copy full SHA for 60fc2b2
View code at this point
Browse repository at this point
Remove release method from MessageBufferInput
xerial
committed
b182ed2
View commit details
Copy full SHA for b182ed2
View code at this point
Browse repository at this point
fixed MessageUnpacker.utf8MultibyteCharacterSize
frsyuki
committed
61f8699
View commit details
Copy full SHA for 61f8699
View code at this point
Browse repository at this point
Commits on Dec 21, 2015
optimized unpacker buffer
frsyuki
committed
6e01b68
View commit details
Copy full SHA for 6e01b68
View code at this point
Browse repository at this point
Commits on Nov 17, 2015
Merge v07-develop
xerial
committed
a839b88
View commit details
Copy full SHA for a839b88
View code at this point
Browse repository at this point
Commits on Nov 16, 2015
Change the param name of configuration to `packerSmallStringOptimizationThreshold`
komamitsu
committed
5c80a86
View commit details
Copy full SHA for 5c80a86
View code at this point
Browse repository at this point
Commits on Nov 15, 2015
Simplify the config object
xerial
committed
4f5b594
View commit details
Copy full SHA for 4f5b594
View code at this point
Browse repository at this point
Avoid to flush an extra buffer when the string isn't too large in MessagePack#packString
komamitsu
committed
af98ae9
View commit details
Copy full SHA for af98ae9
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Fixed: asShort in LongValueImpl should check isInShortRange instead of isInByteRange
mecp
committed
382845b
View commit details
Copy full SHA for 382845b
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
Minor refactoring
komamitsu
committed
8ac9d12
View commit details
Copy full SHA for 8ac9d12
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Take care of incomplete multi-bytes at the tail of buffer
komamitsu
committed
ac1ad7e
View commit details
Copy full SHA for ac1ad7e
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Take care of `offset` of source ByteBuffer in MessageBuffer#putByteBuffer
komamitsu
committed
09f5d5e
View commit details
Copy full SHA for 09f5d5e
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
Merge pull request #265 from xerial/rename-dataaccess
Show description for c274695
xerial
committed
c274695
View commit details
Copy full SHA for c274695
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
NoSuchMethodException on bigendian system
Show description for 6d06d14
santhosh-tekuri
committed
6d06d14
View commit details
Copy full SHA for 6d06d14
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Fix Value#toJson
Show description for 31d2fe8
frsyuki
committed
31d2fe8
View commit details
Copy full SHA for 31d2fe8
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
#259: Rename data access methods
xerial
committed
b18aecf
View commit details
Copy full SHA for b18aecf
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Fixes #38: Add IntegerValue.mostSuccinctMessageFormat
xerial
committed
0f11bda
View commit details
Copy full SHA for 0f11bda
View code at this point
Browse repository at this point
Fixes #95: Apply license headers
xerial
committed
fa554b0
View commit details
Copy full SHA for fa554b0
View code at this point
Browse repository at this point
Fix codestyle with sbt-jcheckstyle
xerial
committed
9f4e258
View commit details
Copy full SHA for 9f4e258
View code at this point
Browse repository at this point
Merge pull request #246 from msgpack/v07-value-impl
Show description for 21816fb
xerial
committed
21816fb
View commit details
Copy full SHA for 21816fb
View code at this point
Browse repository at this point
toXXX -> castAsXXX
xerial
committed
5c51b39
View commit details
Copy full SHA for 5c51b39
View code at this point
Browse repository at this point
added example javadoc on ExtensionTypeHeader constructor
frsyuki
committed
321d64b
View commit details
Copy full SHA for 321d64b
View code at this point
Browse repository at this point
removed unused ValueType.toTypeName()
frsyuki
committed
27be4d9
View commit details
Copy full SHA for 27be4d9
View code at this point
Browse repository at this point
removed unnecessary empty lines
frsyuki
committed
b7787d4
View commit details
Copy full SHA for b7787d4
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
Fix unit test errors
komamitsu
committed
5ba7366
View commit details
Copy full SHA for 5ba7366
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
Add comment to ExtensionTypeHeader
xerial
committed
ca2fb1e
View commit details
Copy full SHA for ca2fb1e
View code at this point
Browse repository at this point
nil() -> newNil() for method name consisitency
xerial
committed
bef3c55
View commit details
Copy full SHA for bef3c55
View code at this point
Browse repository at this point
Map.Entry based builder. Add putAll methods
xerial
committed
005edf4
View commit details
Copy full SHA for 005edf4
View code at this point
Browse repository at this point
Commits on Jun 15, 2015
Moved example codes to test folder
xerial
committed
1d1da11
View commit details
Copy full SHA for 1d1da11
View code at this point
Browse repository at this point
Removed obsolete classes
xerial
committed
e1b8105
View commit details
Copy full SHA for e1b8105
View code at this point
Browse repository at this point
Fix test cases and range check of extension types
xerial
committed
c14c87c
View commit details
Copy full SHA for c14c87c
View code at this point
Browse repository at this point
Changed the extension type interface to use byte
xerial
committed
33f9ccf
View commit details
Copy full SHA for 33f9ccf
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL