Histórico de commits

Autor SHA1 Mensagem Data
  Ugorji Nwoke 7a1de86227 codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10 8 anos atrás
  Ugorji Nwoke 2a5f6bed9d codec: json: encodeFloat no longer inspects bytes to see if .0 to be added 8 anos atrás
  Ugorji Nwoke 679a71d0bd codec: treat time.Time{} as the zero value for time.Time. 8 anos atrás
  Ugorji Nwoke bb71fe2c0a codec: encode []byte as nil if nil, and handle decoding a []byte from a container containing uint8's 8 anos atrás
  Ugorji Nwoke b1f0083586 codec: json: call time.AppendFloat directly bypassing MarshalJSON 8 anos atrás
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. 8 anos atrás
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 8 anos atrás
  Ugorji Nwoke cbd720c66c codec: json: fix unicode escape decoding 8 anos atrás
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte 8 anos atrás
  Ugorji Nwoke 69722bf3a2 codec: streamline handling of doing something at the end of an encode. 8 anos atrás
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags 8 anos atrás
  Ugorji Nwoke f26fc641ec codec: add buffered reading/writing support and overall cleanup and fixes 8 anos atrás
  Ugorji Nwoke f76f59a92f codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible) 8 anos atrás
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. 8 anos atrás
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements 8 anos atrás
  Ugorji Nwoke 8c0409fcbb codec: json: allow parsing non-string scalars where a string is expected 8 anos atrás
  Ugorji Nwoke c88ee250d0 codec: json: support HTMLCharsAsIs for encoding <>& as is (not as \uXXX sequence) 8 anos atrás
  Ugorji Nwoke 9c7f9b7a2b codec: json: decode json null as a string 9 anos atrás
  Ugorji Nwoke 13b86143eb codec: json: remove redundant float64 conversion 9 anos atrás
  Ugorji Nwoke b7eff9abce codec: json should encode regular floats without 'E' all the time. 9 anos atrás
  Ugorji Nwoke 646ae4a518 codec: json: support encoding large integers as a number or string 10 anos atrás
  Ugorji Nwoke 1a25ccb806 codec: streamline go's rules for anonymous field conflict, detect circular references, json indent 10 anos atrás
  Ugorji Nwoke f1f1a805ed codec: Fix UnmarshalJSON support 10 anos atrás
  Ugorji Nwoke b331ab22c3 codec: json: inline skipWhitespace, handle exported anonymous members, docs 10 anos atrás
  Ugorji Nwoke f081086498 codec: Add Reset methods, performance improvements and bug fixes. 10 anos atrás
  Ugorji Nwoke 4373325df6 codec: initial string interning support 10 anos atrás
  Ugorji Nwoke 5d8e71f204 codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options 10 anos atrás
  Ugorji Nwoke 45ce7596ac codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically 10 anos atrás
  Ugorji Nwoke 2cb41eb350 codec: json: support custom way to encode or decode raw bytes. 10 anos atrás
  Ugorji Nwoke 6a9a8caa01 codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles. 10 anos atrás