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