FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-core - pyway/msgpack-java · GitHub
pyway
/
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
on
v08-buffer-api-fix-msgformat
User selector
Datepicker
Commit history
Commits on Dec 27, 2015
Fix MessageFormat.Code#isFixedMap
komamitsu
committed
d6dbfec
View commit details
Copy full SHA for d6dbfec
View code at this point
Browse repository at this point
Gave up repeatable deserialization
Show description for ab592c8
frsyuki
authored and
komamitsu
committed
ab592c8
View commit details
Copy full SHA for ab592c8
View code at this point
Browse repository at this point
optimized slightly MessageUnpacker.readCastBuffer
frsyuki
authored and
komamitsu
committed
9eff0ca
View commit details
Copy full SHA for 9eff0ca
View code at this point
Browse repository at this point
Remove unused import
komamitsu
committed
4098489
View commit details
Copy full SHA for 4098489
View code at this point
Browse repository at this point
MessageBuffer is now always safe to get internal array, and exposing base and address become unnecessary
frsyuki
authored and
komamitsu
committed
e6811be
View commit details
Copy full SHA for e6811be
View code at this point
Browse repository at this point
removed support for ByteBuffer
frsyuki
authored and
komamitsu
committed
b662828
View commit details
Copy full SHA for b662828
View code at this point
Browse repository at this point
reorganized MessagePacker interface to use MessagePacker
frsyuki
authored and
komamitsu
committed
5c26c6f
View commit details
Copy full SHA for 5c26c6f
View code at this point
Browse repository at this point
optimized packer buffer interface
frsyuki
authored and
komamitsu
committed
97b0af4
View commit details
Copy full SHA for 97b0af4
View code at this point
Browse repository at this point
minimum required castBuffer size is 8 bytes
frsyuki
authored and
komamitsu
committed
23b0fd8
View commit details
Copy full SHA for 23b0fd8
View code at this point
Browse repository at this point
0xC1 NEVER_USED always throws MessageNeverUsedFormatException regardless of context rather than MessageTypeException or MessageFormatException depending on context
frsyuki
authored and
komamitsu
committed
634fdd8
View commit details
Copy full SHA for 634fdd8
View code at this point
Browse repository at this point
simplified streaming string decoding code
frsyuki
authored and
komamitsu
committed
0a463e4
View commit details
Copy full SHA for 0a463e4
View code at this point
Browse repository at this point
fixed skipPayload
frsyuki
authored and
komamitsu
committed
6a4e190
View commit details
Copy full SHA for 6a4e190
View code at this point
Browse repository at this point
Remove release method from MessageBufferInput
xerial
authored and
komamitsu
committed
c1986f5
View commit details
Copy full SHA for c1986f5
View code at this point
Browse repository at this point
fixed MessageUnpacker.utf8MultibyteCharacterSize
frsyuki
authored and
komamitsu
committed
ccac8a7
View commit details
Copy full SHA for ccac8a7
View code at this point
Browse repository at this point
optimized unpacker buffer
frsyuki
authored and
komamitsu
committed
10d132a
View commit details
Copy full SHA for 10d132a
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Ignore micro benchmark comparison
komamitsu
committed
7791ffb
View commit details
Copy full SHA for 7791ffb
View code at this point
Browse repository at this point
Lift threshold of benchmark test in MessagePackerTest
komamitsu
committed
e787600
View commit details
Copy full SHA for e787600
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
Benchmark the performance more precisely
komamitsu
committed
0dabac5
View commit details
Copy full SHA for 0dabac5
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 10, 2015
fixed integer literal related issue in integer range check test
mecp
committed
6b9d5d3
View commit details
Copy full SHA for 6b9d5d3
View code at this point
Browse repository at this point
added tests for integer value range checks and casts
mecp
committed
919ab70
View commit details
Copy full SHA for 919ab70
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 25, 2015
Use MessageBuffer.wrap() instead of MessageBufferBE() directly to work on Travis CI
komamitsu
committed
0b6ccbb
View commit details
Copy full SHA for 0b6ccbb
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Removed unnecessary import
komamitsu
committed
eacd3f4
View commit details
Copy full SHA for eacd3f4
View code at this point
Browse repository at this point
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
Add Integer type test
xerial
committed
05edaed
View commit details
Copy full SHA for 05edaed
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL