FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-core - xyygithub/msgpack-java · GitHub
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
on
v07-value2
User selector
Datepicker
Commit history
Commits on Jun 27, 2014
Move value package into org.msgpack.core.value
xerial
committed
cd4d714
View commit details
Copy full SHA for cd4d714
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
#109: Applied fixes suggested by @komamitsu
xerial
committed
9dae25e
View commit details
Copy full SHA for 9dae25e
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
Fix exception class name to catch
xerial
committed
ed3fdd6
View commit details
Copy full SHA for ed3fdd6
View code at this point
Browse repository at this point
Added a workaround for openjdk6. No problem exists for Sun's jdk6
xerial
committed
a33b7b3
View commit details
Copy full SHA for a33b7b3
View code at this point
Browse repository at this point
Show the stack trace when initialization of MessageBuffer fails
xerial
committed
e5b185f
View commit details
Copy full SHA for e5b185f
View code at this point
Browse repository at this point
merge v07 branch
xerial
committed
60908e1
View commit details
Copy full SHA for 60908e1
View code at this point
Browse repository at this point
ValueRef now returns a concrete Value type in toValue() method
xerial
committed
3312735
View commit details
Copy full SHA for 3312735
View code at this point
Browse repository at this point
Commits on Jun 16, 2014
Fix for jdk6, which does not have unsafe.freeMemory()
xerial
committed
20fabe8
View commit details
Copy full SHA for 20fabe8
View code at this point
Browse repository at this point
Added a test case for comparing getRet and get performances.
xerial
committed
99d2f2d
View commit details
Copy full SHA for 99d2f2d
View code at this point
Browse repository at this point
msgpack-value v07 implementation
Show description for d6c458f
xerial
committed
d6c458f
View commit details
Copy full SHA for d6c458f
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
#105 Add MessageUnpacker.readPayloadAsReference
xerial
committed
cf28209
View commit details
Copy full SHA for cf28209
View code at this point
Browse repository at this point
Commits on Jun 6, 2014
Fix brace style
xerial
committed
bd82e49
View commit details
Copy full SHA for bd82e49
View code at this point
Browse repository at this point
Commits on Jun 5, 2014
Fix pom.xml
xerial
committed
e63743f
View commit details
Copy full SHA for e63743f
View code at this point
Browse repository at this point
Commits on Jun 4, 2014
Merge branch 'v07-unpacker' of github.com:msgpack/msgpack-java into v07-unpacker
xerial
committed
c1cfb7f
View commit details
Copy full SHA for c1cfb7f
View code at this point
Browse repository at this point
Merge pull request #104 from msgpack/v07-unpack-binary
Show description for f53e5ae
xerial
committed
f53e5ae
View commit details
Copy full SHA for f53e5ae
View code at this point
Browse repository at this point
#104: Applied review comments. Added some assertions. Fixed MessageBufferBE.slice() to return big-endian buffer
xerial
committed
ed0f7cc
View commit details
Copy full SHA for ed0f7cc
View code at this point
Browse repository at this point
Commits on Jun 2, 2014
#104: Fix assertion condition
xerial
committed
e65da3e
View commit details
Copy full SHA for e65da3e
View code at this point
Browse repository at this point
#100: Add a test for unmappable characters
xerial
committed
ac0b18c
View commit details
Copy full SHA for ac0b18c
View code at this point
Browse repository at this point
#100: Add test cases to increase the code coverage from 83% to 95%
xerial
committed
a2adc90
View commit details
Copy full SHA for a2adc90
View code at this point
Browse repository at this point
#100: Add test cases for FIXEXT. Fix unmappable UTF8 character check
xerial
committed
0e30c43
View commit details
Copy full SHA for 0e30c43
View code at this point
Browse repository at this point
#100: Add test cases of reading malformed UTF-8 strings
xerial
committed
882abb7
View commit details
Copy full SHA for 882abb7
View code at this point
Browse repository at this point
#100: Add a test case for pack/unpack large strings
xerial
committed
32fa547
View commit details
Copy full SHA for 32fa547
View code at this point
Browse repository at this point
#100 Fixes readLen computation in unpackString
xerial
committed
2657f07
View commit details
Copy full SHA for 2657f07
View code at this point
Browse repository at this point
Commits on May 30, 2014
#103: Simplified ArrayBufferInput
xerial
committed
952996e
View commit details
Copy full SHA for 952996e
View code at this point
Browse repository at this point
Added test cases for reading various types of MessageBufferInputs, and fixed some errors
xerial
committed
c963037
View commit details
Copy full SHA for c963037
View code at this point
Browse repository at this point
Use ChannelBufferInput when FileInputStream is passed to the unpacker
xerial
committed
b71b05a
View commit details
Copy full SHA for b71b05a
View code at this point
Browse repository at this point
Use bufferSize argument
xerial
committed
60f3a13
View commit details
Copy full SHA for 60f3a13
View code at this point
Browse repository at this point
#103 Optimization for ByteArrayInputStream
xerial
committed
9319d52
View commit details
Copy full SHA for 9319d52
View code at this point
Browse repository at this point
Commits on May 29, 2014
#100: Optimize FIXINT and buffer emptiness checks
xerial
committed
c0a7af1
View commit details
Copy full SHA for c0a7af1
View code at this point
Browse repository at this point
#100: Throwing EOFException when incoming data size is insufficient
xerial
committed
f1ce805
View commit details
Copy full SHA for f1ce805
View code at this point
Browse repository at this point
#100 Using immutable fields and a builder for Config object
xerial
committed
b4497cb
View commit details
Copy full SHA for b4497cb
View code at this point
Browse repository at this point
Commits on May 26, 2014
#101: Fix comments
xerial
committed
413a28d
View commit details
Copy full SHA for 413a28d
View code at this point
Browse repository at this point
#101: Workaround for Android OS. Creating Unsafe instance by calling its constructor
xerial
committed
ef322bf
View commit details
Copy full SHA for ef322bf
View code at this point
Browse repository at this point
Commits on May 23, 2014
Cleanup imports
xerial
committed
0cbcf66
View commit details
Copy full SHA for 0cbcf66
View code at this point
Browse repository at this point
Always display benchmark results
xerial
committed
1555408
View commit details
Copy full SHA for 1555408
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL