- 03 Jan, 2020 1 commit
-
-
jamesge authored
-
- 20 Jun, 2019 1 commit
-
-
Weibing Wang authored
-
- 09 Oct, 2018 1 commit
-
-
gejun authored
Fix parsing of /proc/PID/statm and removed process_memory_library/dirty which are always 0 since linux 2.6
-
- 19 Aug, 2018 1 commit
-
-
zyearn authored
-
- 06 Aug, 2018 1 commit
-
-
Ge Jun authored
-
- 17 Jul, 2018 1 commit
-
-
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.
-
- 16 Apr, 2018 1 commit
-
-
zhujiashun authored
-
- 12 Apr, 2018 2 commits
-
-
zhujiashun authored
-
zhujiashun authored
-
- 11 Apr, 2018 2 commits
-
-
zhujiashun authored
-
zhujiashun authored
-
- 12 Jan, 2018 1 commit
-
-
gejun authored
-
- 03 Nov, 2017 1 commit
-
-
gejun authored
-
- 29 Sep, 2017 1 commit
-
-
gejun authored
r35260,r35264: Use DirReaderPosix instead of FileEnumerator in get_fd_count to avoid the cost of uselss stat()
-
- 08 Sep, 2017 1 commit
-
-
gejun authored
-
- 05 Sep, 2017 1 commit
-
-
gejun authored
-
- 02 Sep, 2017 2 commits
- 21 Aug, 2017 3 commits
- 20 Aug, 2017 1 commit
-
-
James Ge authored
Change-Id: I05e1685765ed24345ff8af6cf3608d674fa5ab05
-
- 29 Jul, 2017 1 commit
-
-
gejun authored
Change-Id: I579119b830000f5765cc49bd489f32cce5bb45d9
-
- 25 Jul, 2017 1 commit
-
-
gejun authored
Change-Id: I68c0cafba040debefd660c5213f21e6fc702a4a6
-