FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-core/src/main/java/org - xerial/msgpack-java · GitHub
xerial
/
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
v07-develop
User selector
Datepicker
Commit history
Commits on Feb 10, 2015
Fix flushedBytes computation in writePayload
xerial
committed
f762b10
View commit details
Copy full SHA for f762b10
View code at this point
Browse repository at this point
#195: Add MessagePacker.getTotalWrittenBytes
xerial
committed
ad7b194
View commit details
Copy full SHA for ad7b194
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Add MessagePacker.totalWrittenBytes
Stephane Landelle
committed
0d30434
View commit details
Copy full SHA for 0d30434
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Merge pull request #192 from xerial/v07-develop
Show description for 8cdc9a9
komamitsu
committed
8cdc9a9
View commit details
Copy full SHA for 8cdc9a9
View code at this point
Browse repository at this point
Add msgpack.universal-buffer option for testing MessageBufferU in Java7 or later
xerial
committed
cff7d59
View commit details
Copy full SHA for cff7d59
View code at this point
Browse repository at this point
Fix MessageBufferU constructor to use full capacity of input ByteBuffer
xerial
committed
27cb095
View commit details
Copy full SHA for 27cb095
View code at this point
Browse repository at this point
Merge pull request #191 from xerial/v07-develop
Show description for 35db8d6
komamitsu
committed
35db8d6
View commit details
Copy full SHA for 35db8d6
View code at this point
Browse repository at this point
#188: Fix MessageBuffer.wrap(ByteBuffer) to consider position() and remaining()
xerial
committed
a56e3a2
View commit details
Copy full SHA for a56e3a2
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Add the constructors of DirectByteBuffer for old Android
komamitsu
committed
b922b87
View commit details
Copy full SHA for b922b87
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
Fix wrong skipValue position count
miniway
committed
b4ab94a
View commit details
Copy full SHA for b4ab94a
View code at this point
Browse repository at this point
Commits on Jan 19, 2015
Fix flag setting
xerial
committed
629f0b3
View commit details
Copy full SHA for 629f0b3
View code at this point
Browse repository at this point
Merge v07-develop
xerial
committed
1cd7eac
View commit details
Copy full SHA for 1cd7eac
View code at this point
Browse repository at this point
Apply review comments
xerial
committed
6b46b00
View commit details
Copy full SHA for 6b46b00
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Merge v07-universal-buffer and use MessageBufferU for Android (DalvikVM)
xerial
committed
b8e51a6
View commit details
Copy full SHA for b8e51a6
View code at this point
Browse repository at this point
Commits on Jan 17, 2015
Move isJavaAtLeast7 to local var
xerial
committed
30d7499
View commit details
Copy full SHA for 30d7499
View code at this point
Browse repository at this point
Fix copyTo impl
xerial
committed
79ede2b
View commit details
Copy full SHA for 79ede2b
View code at this point
Browse repository at this point
Reset position and limit values of ByteBuffer
xerial
committed
7ec494e
View commit details
Copy full SHA for 7ec494e
View code at this point
Browse repository at this point
Add MessageBufferU(byte[]) constructor
xerial
committed
1f22c54
View commit details
Copy full SHA for 1f22c54
View code at this point
Browse repository at this point
Merge branch 'v07-develop' into v07-universal-buffer
xerial
committed
2ab6edc
View commit details
Copy full SHA for 2ab6edc
View code at this point
Browse repository at this point
Add universal buffer for Java6 and Android
xerial
committed
8811496
View commit details
Copy full SHA for 8811496
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
Make reset() returns the old resource
komamitsu
committed
b1c9caa
View commit details
Copy full SHA for b1c9caa
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
Remove calling of the old resource in reset()
komamitsu
committed
ebb2c18
View commit details
Copy full SHA for ebb2c18
View code at this point
Browse repository at this point
Merge v07-develop
xerial
committed
cc2ea00
View commit details
Copy full SHA for cc2ea00
View code at this point
Browse repository at this point
Commits on Jan 11, 2015
Merge pull request #170 from msgpack/fix_msgbufinput_reset
Show description for 4a92393
xerial
committed
4a92393
View commit details
Copy full SHA for 4a92393
View code at this point
Browse repository at this point
Close the previous assigned input in MessageBufferInput#reset
komamitsu
committed
f9a4f7f
View commit details
Copy full SHA for f9a4f7f
View code at this point
Browse repository at this point
Close the previous output in MessageBufferOutput#reset
komamitsu
committed
2423c4b
View commit details
Copy full SHA for 2423c4b
View code at this point
Browse repository at this point
Commits on Jan 10, 2015
MessageBufferOutput#reset shouldn't close an output passed as a parameter
komamitsu
committed
a872ec2
View commit details
Copy full SHA for a872ec2
View code at this point
Browse repository at this point
Commits on Jan 3, 2015
Merge remote-tracking branch 'origin/v07-develop' into issue_164
Show description for e4a8485
komamitsu
committed
e4a8485
View commit details
Copy full SHA for e4a8485
View code at this point
Browse repository at this point
RawStringValueImpl#equals and #hashcode use the same logics with StringValueImpl
komamitsu
committed
e4e9e34
View commit details
Copy full SHA for e4e9e34
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
Merge pull request #156 from MartinWeindel/v07-develop
Show description for 3291956
xerial
committed
3291956
View commit details
Copy full SHA for 3291956
View code at this point
Browse repository at this point
Commits on Dec 27, 2014
fixed tabs
MartinWeindel
committed
b68b7ee
View commit details
Copy full SHA for b68b7ee
View code at this point
Browse repository at this point
fixed packExtendedTypeHeader for payload length = 32, 64, 128
MartinWeindel
committed
0e33416
View commit details
Copy full SHA for 0e33416
View code at this point
Browse repository at this point
Commits on Dec 24, 2014
remove unused imports
xuwei-k
committed
067b8b6
View commit details
Copy full SHA for 067b8b6
View code at this point
Browse repository at this point
Commits on Dec 13, 2014
Take care of readOnlyBuffer's position after CharacterCodingException occurs
komamitsu
committed
a49956e
View commit details
Copy full SHA for a49956e
View code at this point
Browse repository at this point
RawValueImpl.toString() returned empty string after consuming its byteBuffer
komamitsu
committed
3661aa4
View commit details
Copy full SHA for 3661aa4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL