Commit History

Author SHA1 Message Date
  Ugorji Nwoke c8210b2555 codec: eliminate duplicate fields when loading structFieldInfo's. 7 years ago
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. 7 years ago
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements 7 years ago
  Ugorji Nwoke 8b94642d9a codec: perf: make common-path of bytesEncWriter.grow inlineable 7 years ago
  Ugorji Nwoke 98ef79d6c6 codec: support Raw, a raw encoded value. 8 years ago
  Ugorji Nwoke c0d481cf0a codec: fix resolving list of struct fields to keep appropriate ones based on go's precedence rules 8 years ago
  Ugorji Nwoke 74c6a81d3a codec: support recursive (deep) omitEmpty check 8 years ago
  Ugorji Nwoke b94837a240 codec: honor go's selection rule for using field at shallowest depth. 8 years ago
  Ugorji Nwoke 9f21f8ea30 codec: fix helper_unsafe for correct string-to-byte conversion (without copy) 8 years ago
  Ugorji Nwoke 1a25ccb806 codec: streamline go's rules for anonymous field conflict, detect circular references, json indent 9 years ago
  Ugorji Nwoke b331ab22c3 codec: json: inline skipWhitespace, handle exported anonymous members, docs 9 years ago
  Ugorji Nwoke f081086498 codec: Add Reset methods, performance improvements and bug fixes. 9 years ago
  Ugorji Nwoke 5d8e71f204 codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options 9 years ago
  Ugorji Nwoke 2f4b94206a codec: support customization of struct tag keys; maintain default to "codec", "json". 9 years ago
  Ugorji Nwoke 45ce7596ac codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically 9 years ago
  Ugorji Nwoke 6a9a8caa01 codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles. 9 years ago
  Ugorji Nwoke 049aaede20 codec: handle Uintptr when handling Uint. 9 years ago
  Ugorji Nwoke 3ac1de126a codec: clarify/simplify Anonymous support 9 years ago
  Ugorji Nwoke 067c77c51c codec: support json.(M|Unm)arshaler interfaces for json. 9 years ago
  Ugorji Nwoke 44024c561b codec: inline anonymous fields if the struct tag is "effectively" blank. 9 years ago
  Ugorji Nwoke 5f1004d393 codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license. 9 years ago
  Ugorji Nwoke 66dd47f2e8 codec: do not dereference pointers/interfaces for omitempty support. 9 years ago
  Ugorji Nwoke f20364ed02 codec: support 'json:' as fallback to 'codec:' in struct tag configuration. 9 years ago
  Ugorji Nwoke b9bc36280d codec: fully support encoding/decoding from/to chan type. 9 years ago
  Ugorji Nwoke b5e234a12e codec: error handling cleanup, and unsafe build tag. 9 years ago
  Ugorji Nwoke 006e153430 major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc. 9 years ago
  Ugorji Nwoke 5605f87eda Support JSON/text-based codecs and move benchmarks to its own repo. 10 years ago
  Ugorji Nwoke c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 10 years ago
  Ugorji Nwoke d3bbf953c5 codec: expand tag to uint64, and move cbor specific tests to cbor_test.go 10 years ago
  Ugorji Nwoke 3b043e51d7 codec: support cbor format; improve extension and streaming support. 10 years ago