1. 28 Nov, 2019 1 commit
  2. 15 Nov, 2019 2 commits
  3. 20 Jun, 2019 1 commit
  4. 12 Jun, 2019 1 commit
  5. 10 Jun, 2019 1 commit
  6. 10 May, 2019 1 commit
  7. 18 Apr, 2019 2 commits
  8. 17 Apr, 2019 1 commit
  9. 09 Oct, 2018 1 commit
  10. 19 Aug, 2018 1 commit
  11. 13 Aug, 2018 2 commits
  12. 06 Aug, 2018 1 commit
  13. 17 Jul, 2018 1 commit
    • Ge Jun's avatar
      1. Add ThriftStub to send and receive native thrift messages & specify… · 515a8d0b
      Ge Jun authored
      1. Add ThriftStub to send and receive native thrift messages & specify method-name directly. As a result, ThriftMessage<T> is removed.
      2. ThriftFramedMessage (no matter Cast<>-ed or not) can be sent/received as well so that building proxies of thrift is much easier.
      3. ThriftFramedMessage::Cast<T> can be called multiple times with reasonable behaviors, even if T is changed.
      4. Server-side errors are sent to client as TApplicationException instead of closing the connection.
      5. Code in ThriftService::ProcessThriftFramedRequest() can throw exceptions which will be sent to client as errors as well.
      6. Simplify ThriftClosure which does not need many stuffs inherited from NsheadClosure.
      7. Port protocol-related patches to thrift_protocol.cpp which was changed before the patches.
      8. Remove the unnecessary default malloc when constructing TMemoryBuffer.
      9. Use TBinaryProtocolT instead of TBinaryProtocol to make read/write non-virtual, and remove the unnecessary shared_ptr on iprot/oprot.
      10. request/response must be ThriftFramedRequest when protocol is thrift, which was not checked before.
      11. Limit max length of thrift_method_name (to a reasonable large value) so that intermediate buffer can be allocated on stack directly.
      12. Make ThriftFramedMessage uncopyable since the TBase* inside does not have a general copy function.
      515a8d0b
  14. 16 Apr, 2018 1 commit
  15. 12 Apr, 2018 2 commits
  16. 11 Apr, 2018 2 commits
  17. 29 Jan, 2018 2 commits
  18. 22 Jan, 2018 1 commit
  19. 12 Jan, 2018 1 commit
  20. 03 Nov, 2017 2 commits
  21. 29 Sep, 2017 1 commit
  22. 21 Sep, 2017 1 commit
  23. 19 Sep, 2017 2 commits
  24. 12 Sep, 2017 1 commit
  25. 08 Sep, 2017 2 commits
  26. 05 Sep, 2017 1 commit
  27. 02 Sep, 2017 2 commits
  28. 21 Aug, 2017 3 commits