summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/async/TEvhttpClientChannel.h
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and ↵Sebastian Zenker2019-01-291-11/+11
| | | | | | | | | | | | compiler (#1719) * make use of C++11 override keyword * added const specifier to TTransport::getOrigin() * added more const correctness to the compiler * make use of auto keyword * replaced usage of NULL with nullptr * make use of explicitly-defaulted function definition * extended changelog
* remove stdcxx namespace and use std directlycyy2019-01-071-1/+1
|
* THRIFT-4418: evhttp_connection_new is deprecated; use evhttp_connection_base_newzhouweikang2017-12-091-1/+3
| | | | | | Client: C++ This closes #1438
* THRIFT-2221: detect C++11 and use std namespace for memory operations ↵James E. King, III2017-08-101-1/+1
| | | | | | | | (smart_ptr) Client: C++ This closes #1328
* THRIFT-3496 C++: Cob style client fails when sending a consecutive requestSebastian Zenker2015-12-241-2/+5
| | | | This closes #752
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-17/+24
| | | | | | | Client: C++ Patch: Konrad Grochowski make style command added
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-24/+17
| | | | This reverts commit 74260aa9099c3bb209bc8e524b0e8ba603f62c41.
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-17/+24
| | | | | | | Client: C++ Patch: Konrad Grochowski make style command added
* THRIFT-2014 Change C++ lib includes to use <namespace/> style throughoutRoger Meier2013-06-101-1/+1
| | | | Patch: Randy Abernethy
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-131-0/+76
To ensure there are no include path collisions the C and C++ header include paths should include 'thrift' as the root leaf. This will prevent having to place /usr/include/thrift into the compilers include header search path, which might otherwise result in the compiler accidentally picking up headers that it shouldn't. e.g. #include <foo/bar.h> should be #include <thrift/foo/bar.h> Change-Id: I48f2b0f549bda0fc81e85506ac857adc800b98a1 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1325674 13f79535-47bb-0310-9956-ffa450edef68