Commit History

Author SHA1 Message Date
  Ugorji Nwoke aaea17890a codec: build.sh: support flag for inlining diagnostics 6 years ago
  Ugorji Nwoke eeb0478a81 codec: if json and the struct field name (or encode name) is ascii and alphanumeric, just write it out 6 years ago
  Ugorji Nwoke 0e8ffdb13c codec: remove unnecessary if false check 6 years ago
  Ugorji Nwoke 6db1874ee0 remove completed TODO's from README.md 6 years ago
  Ugorji Nwoke 2e1067cd04 codec: decode an empty string into a number as zero 6 years ago
  Ugorji Nwoke 7d51bbe616 codec: rpc tests should listen on ipv4 localhost only. 6 years ago
  Ugorji Nwoke be38b7006b codec: make tests more robust 6 years ago
  Ugorji Nwoke edc8f1f6ba Merge branch 'master' of https://github.com/ugorji/go 6 years ago
  Ugorji Nwoke 55efcad15b codec: add local script used by author to pre-generate files, and run build and tests 6 years ago
  teeler d228c2be82 Drop hostname in codec test (#247) 6 years ago
  Ugorji Nwoke 44cdb1095d README.md: TODO completed: release v1.1.1 6 years ago
  Ugorji Nwoke f3cacc17c8 codec: expose Number of Bytes Read by the Decoder 6 years ago
  Ugorji Nwoke b4c50a2b19 codecgen: handle struct fields of type *time.Time correctly 6 years ago
  Ugorji Nwoke 6a0f936d95 codec: add omitempty tests 6 years ago
  Ugorji Nwoke 0332d21115 codec: represent correctly, that a ptr is nil if it "points" to a nil value. 6 years ago
  Ugorji Nwoke 02537d3a3e codec: add TODO to release v1.1.1 containing 32-bit fixes 6 years ago
  Ugorji Nwoke 16f09ef744 codec: travis: add support for testing against go 1.10 6 years ago
  Ugorji Nwoke 6f05ff1f01 codec: En|Decode should have at most 1 defer call 6 years ago
  Ugorji Nwoke 9af07b2035 codec: streamline chan encoding/decoding 6 years ago
  Ugorji Nwoke 97ffc5827b codec: update that mid-stack linling is expected in go 1.11 development cycle 6 years ago
  Ugorji Nwoke f46c43b64d codec: unsafe atomicTypeInfoSlice: fix potential race condition 6 years ago
  Ugorji Nwoke 0076dd9cb1 codec: on 32-bit OS, using atomic functions requires 64-bit alignment 6 years ago
  Ugorji Nwoke e60e086af5 codec: rpc: remove comments 6 years ago
  Ugorji Nwoke 2af342e4e6 codec: support 32-bit OS for testing large containers: length should always fit in 32-bit int 6 years ago
  Allen Luce b5b9495648 codec: propagate Flush() errors at end of encode 6 years ago
  Ugorji Nwoke 105e48374b codec: README: sourcegraph badge should link to page in tree 6 years ago
  Ugorji Nwoke 2a18715848 codec: remove noop code - it never worked well as a test of the cost of the framework 6 years ago
  Ugorji Nwoke ec8a4c6645 codec: add a ?v=2 to all badges, so they are always refreshed 6 years ago
  Ugorji Nwoke aada210893 codec: improved error messages for all formats during decode 6 years ago
  Ugorji Nwoke 983eb56fa3 codec: remove some commented code 6 years ago