Commit History

Author SHA1 Message Date
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. 8 years ago
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 8 years ago
  Ugorji Nwoke cbd720c66c codec: json: fix unicode escape decoding 8 years ago
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte 8 years ago
  Ugorji Nwoke 69722bf3a2 codec: streamline handling of doing something at the end of an encode. 8 years ago
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags 8 years ago
  Ugorji Nwoke f26fc641ec codec: add buffered reading/writing support and overall cleanup and fixes 8 years ago
  Ugorji Nwoke f76f59a92f codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible) 8 years ago
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. 8 years ago
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements 8 years ago
  Ugorji Nwoke 8c0409fcbb codec: json: allow parsing non-string scalars where a string is expected 8 years ago
  Ugorji Nwoke c88ee250d0 codec: json: support HTMLCharsAsIs for encoding <>& as is (not as \uXXX sequence) 8 years ago
  Ugorji Nwoke 9c7f9b7a2b codec: json: decode json null as a string 9 years ago
  Ugorji Nwoke 13b86143eb codec: json: remove redundant float64 conversion 9 years ago
  Ugorji Nwoke b7eff9abce codec: json should encode regular floats without 'E' all the time. 9 years ago
  Ugorji Nwoke 646ae4a518 codec: json: support encoding large integers as a number or string 10 years ago
  Ugorji Nwoke 1a25ccb806 codec: streamline go's rules for anonymous field conflict, detect circular references, json indent 10 years ago
  Ugorji Nwoke f1f1a805ed codec: Fix UnmarshalJSON support 10 years ago
  Ugorji Nwoke b331ab22c3 codec: json: inline skipWhitespace, handle exported anonymous members, docs 10 years ago
  Ugorji Nwoke f081086498 codec: Add Reset methods, performance improvements and bug fixes. 10 years ago
  Ugorji Nwoke 4373325df6 codec: initial string interning support 10 years ago
  Ugorji Nwoke 5d8e71f204 codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options 10 years ago
  Ugorji Nwoke 45ce7596ac codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically 10 years ago
  Ugorji Nwoke 2cb41eb350 codec: json: support custom way to encode or decode raw bytes. 10 years ago
  Ugorji Nwoke 6a9a8caa01 codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles. 10 years ago
  Ugorji Nwoke 1d5269ed4e codec(gen): code clean-up to remove separator concerns from framework and major re-architecture. 10 years ago
  Ugorji Nwoke 5f1004d393 codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license. 10 years ago
  Ugorji Nwoke 17fb5629d4 codec: json: parsing unicode string (\uXXXX) means multiple each value by 16 (base) not 10. 10 years ago
  Ugorji Nwoke 9a5173b885 codec: json: fix base64 decoding for binary data 10 years ago
  Ugorji Nwoke b9bc36280d codec: fully support encoding/decoding from/to chan type. 11 years ago