FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-core/src/main/java/org/msgpack - tunks/msgpack-java · GitHub
tunks
/
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
msgpack
on
develop
User selector
Datepicker
Commit history
Commits on Apr 27, 2016
Add comments
xerial
committed
3e0a7c2
View commit details
Copy full SHA for 3e0a7c2
View code at this point
Browse repository at this point
Use REPLACE mode when converting java string into UTF8.
xerial
committed
b23c658
View commit details
Copy full SHA for b23c658
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Fix MessageUnapcker.prepareNumberBuffer
Show description for 02117b7
frsyuki
committed
02117b7
View commit details
Copy full SHA for 02117b7
View code at this point
Browse repository at this point
Commits on Apr 11, 2016
Move encoder.reset() to prepareEncoder()
xerial
committed
e65e7b7
View commit details
Copy full SHA for e65e7b7
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Import cleanup
xerial
committed
4ef04d9
View commit details
Copy full SHA for 4ef04d9
View code at this point
Browse repository at this point
Ensure flushing CharsetEncoder
xerial
committed
86f443c
View commit details
Copy full SHA for 86f443c
View code at this point
Browse repository at this point
Fix STR8 encoding and underflow check in packString
xerial
committed
9cc49c0
View commit details
Copy full SHA for 9cc49c0
View code at this point
Browse repository at this point
Fix code style
xerial
committed
55c443c
View commit details
Copy full SHA for 55c443c
View code at this point
Browse repository at this point
Add hashCode
xerial
committed
d9be1e6
View commit details
Copy full SHA for d9be1e6
View code at this point
Browse repository at this point
Commits on Apr 7, 2016
adding st8formatsupport field to copy c'tor & equals
marenzo
committed
c52ffd1
View commit details
Copy full SHA for c52ffd1
View code at this point
Browse repository at this point
Merge branch 'develop' of https://github.com/msgpack/msgpack-java into develop
marenzo
committed
cd938e1
View commit details
Copy full SHA for cd938e1
View code at this point
Browse repository at this point
Fix PackerConfig.clone()
xerial
committed
521d493
View commit details
Copy full SHA for 521d493
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
making stf8 format support configurable for providing backward compatibility between different serializers versions
marenzo
committed
ca723f8
View commit details
Copy full SHA for ca723f8
View code at this point
Browse repository at this point
creating default instances for packer & unpacker config objects.
Show description for 13a33df
marenzo
committed
13a33df
View commit details
Copy full SHA for 13a33df
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
Copy old data before fetching new data, to avoid overwriting it
MikePlayle
committed
f6544fa
View commit details
Copy full SHA for f6544fa
View code at this point
Browse repository at this point
Commits on Jan 22, 2016
Merge pull request #336 from msgpack/map-builder-preserves-order
Show description for fec54e4
xerial
committed
fec54e4
View commit details
Copy full SHA for fec54e4
View code at this point
Browse repository at this point
Merge pull request #335 from msgpack/new-map-opt
Show description for c819413
xerial
committed
c819413
View commit details
Copy full SHA for c819413
View code at this point
Browse repository at this point
Merge pull request #334 from msgpack/extension-is-not-raw
Show description for 345a47f
xerial
committed
345a47f
View commit details
Copy full SHA for 345a47f
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
ValueFactory.MapBuilder is preferred to dpreserve value order
Show description for 2ff7ea0
frsyuki
committed
2ff7ea0
View commit details
Copy full SHA for 2ff7ea0
View code at this point
Browse repository at this point
slight optimization of ValueFactory.newMap
frsyuki
committed
1528bdd
View commit details
Copy full SHA for 1528bdd
View code at this point
Browse repository at this point
Extension type is not a raw type
frsyuki
committed
acf517a
View commit details
Copy full SHA for acf517a
View code at this point
Browse repository at this point
asBooleanValue, asNumberValue, asFloatValue methods are missing
frsyuki
committed
79bd73a
View commit details
Copy full SHA for 79bd73a
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
Merge pull request #324 from msgpack/value-factory-copy
Show description for 41ef827
xerial
committed
41ef827
View commit details
Copy full SHA for 41ef827
View code at this point
Browse repository at this point
Merge pull request #329 from msgpack/buffer-packer-flush
Show description for 04fc4f4
xerial
committed
04fc4f4
View commit details
Copy full SHA for 04fc4f4
View code at this point
Browse repository at this point
Merge pull request #320 from msgpack/concept-of-empty-to-array-buffer-input
Show description for 175b7b7
xerial
committed
175b7b7
View commit details
Copy full SHA for 175b7b7
View code at this point
Browse repository at this point
Merge pull request #325 from msgpack/immutable-config
Show description for 71a27f5
xerial
committed
71a27f5
View commit details
Copy full SHA for 71a27f5
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
MessageBufferPacker.toByteArray flushes packer's internal buffer automatically
frsyuki
committed
ff16522
View commit details
Copy full SHA for ff16522
View code at this point
Browse repository at this point
added test code for PackerConfig and UnpackerConfig
frsyuki
committed
b1e30b2
View commit details
Copy full SHA for b1e30b2
View code at this point
Browse repository at this point
ValueFactory: updated argument name from ref to omitCopy
frsyuki
committed
fbc1977
View commit details
Copy full SHA for fbc1977
View code at this point
Browse repository at this point
make PackerConfg and UnpackerConfig immutable to make
frsyuki
committed
61184bf
View commit details
Copy full SHA for 61184bf
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Make copy and reference clear at ValueFactory
Show description for e810576
frsyuki
committed
e810576
View commit details
Copy full SHA for e810576
View code at this point
Browse repository at this point
Make buffer size of StreamBuffer{Input,Output} and ChannelBuffer{Input,Output}
frsyuki
committed
e34df59
View commit details
Copy full SHA for e34df59
View code at this point
Browse repository at this point
Support method-chain syntax to create packer and unpacker with config
frsyuki
committed
5039f16
View commit details
Copy full SHA for 5039f16
View code at this point
Browse repository at this point
Make constructors protected to simplify the single entry point
Show description for 5e31bb3
frsyuki
committed
5e31bb3
View commit details
Copy full SHA for 5e31bb3
View code at this point
Browse repository at this point
ArrayBufferInput(MessageBuffer) accepts to null to make it empty
frsyuki
committed
d29e110
View commit details
Copy full SHA for d29e110
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL