1. 29 Apr, 2020 1 commit
  2. 11 May, 2019 1 commit
  3. 19 Feb, 2019 1 commit
  4. 26 Oct, 2018 1 commit
    • Steven Allen's avatar
      fix encoding/decoding again · cfa895bf
      Steven Allen authored
      This time, we completely separate error encoding and let the emitter deal with it. Basically:
      
      1. Some transports won't even use the same channel.
      2. We don't *have* an error "encoder" for protobuf.
      
      We now *finally* return the correct content type (json) when returning an error after passing `--enc=protobuf`.
      
      This *also*:
      
      1. Removes GetDecoder. We need to special case this every time anyways.
      2. Allows transports to specify the "default" encoding type instead of assuming JSON.
      3. Ensure that we never mistake a value for an error in the HTTP transport by converting to a cmdkit.Error *before* passing errors to `doPreamble`.
      cfa895bf
  5. 25 Oct, 2018 1 commit
  6. 23 Aug, 2018 14 commits
  7. 09 Feb, 2018 1 commit
  8. 21 Dec, 2017 1 commit
  9. 06 Dec, 2017 1 commit
  10. 29 Nov, 2017 1 commit
  11. 19 Oct, 2017 1 commit
  12. 08 Jun, 2017 1 commit
  13. 26 May, 2017 1 commit
  14. 25 May, 2017 1 commit
  15. 12 May, 2017 2 commits
  16. 08 May, 2017 1 commit
  17. 26 Apr, 2017 1 commit
  18. 25 Apr, 2017 1 commit
  19. 20 Apr, 2017 2 commits
  20. 16 Apr, 2017 1 commit
  21. 15 Apr, 2017 2 commits
  22. 05 Apr, 2017 1 commit
  23. 04 Apr, 2017 1 commit
  24. 13 Mar, 2017 1 commit