0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from ugorji/patch-1 More... almost 11 years ago
Point Go users to new msgpack library (previous one is deprecated). More... almost 11 years ago
Link to go-msgpack More... over 11 years ago
Merge pull request #5 from xyproto/master More... over 11 years ago
Added constants and a few types. Avoids declaring variables in loops.
Alexander F Rødseth
as Alexander Rødseth
More... over 11 years ago
Added constants, different branching and memoizing of len(value)
Alexander F Rødseth
as Alexander Rødseth
More... over 11 years ago
Fix format. More... almost 12 years ago
Merge pull request #2 from skelterjohn/master More... almost 12 years ago
added testing for string keys in map More... almost 12 years ago
if a map key is []uint8, turn it into a string for marshalling More... almost 12 years ago
merge String support. More... almost 12 years ago
Change path of msgpack-go repository. More... almost 12 years ago
Merge branch 'master' of https://github.com/dgryski/msgpack into go More... almost 12 years ago
fix ENOENT from os to syscall, ditto. More... about 12 years ago
fix error for go1 compatiblity More... about 12 years ago
go: update unit tests for fixbytes packing bug
dgryski
as Damian Gryski
More... about 12 years ago
go: Fix length mask error in []byte packing.
dgryski
as Damian Gryski
More... about 12 years ago
go: README with installation instructions
dgryski
as Damian Gryski
More... about 12 years ago
go: Makefiles not needed any more.
dgryski
as Damian Gryski
More... about 12 years ago
go: Fix unit test for non-deterministic map ordering
dgryski
as Damian Gryski
More... about 12 years ago
go: Updated for weekly.2012-02-22
dgryski
as Damian Gryski
More... about 12 years ago
fixed author and updated to r58 or higher More... almost 13 years ago
Documentation. More... about 13 years ago
Add TestUnpackFloat(). More... about 13 years ago
float type was gone from go language at some time I don't know. More... about 13 years ago
Handle unsupported typecode More... almost 14 years ago
Byte arrays in Go should not be serialized as arrays. More... almost 14 years ago
Fix: InterfaceValue wasnt' correctly unwrapped when passed to PackValue() More... almost 14 years ago
Add new API function UnpackReflected() that returns multiple reflect.Value for unpacked elements of arrays or maps. More... almost 14 years ago
Forgot to support map16 / map32 More... almost 14 years ago