- 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 4 years, 8 months ago
- 371d92f THRIFT-5179: Fix generated code for struct's named "a" or "b" by Zezeng Wang · 4 years, 9 months ago
- 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 4 years, 9 months ago
- 4c57be0 THRIFT-4384: fix concurrent sync in cpp async client code by James E. King III · 6 years ago
- 3ec4031 THRIFT-4405: fix cygwin on appveyor by James E. King III · 6 years ago
- 53bd0e6 THRIFT-4745: fixes compiler warnings by James E. King III · 6 years ago
- f95620d THRIFT-4405: sanity tests relating to sequence numbers by James E. King III · 6 years ago
- 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
- bfdbd03 use chrono by cyy · 6 years ago
- ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
- 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
- 9b75e4f THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows; remove NOMINMAX from cmake build by James E. King III · 6 years ago
- b2b767e THRIFT-4620: add crosstest support for zlib (buffered) to cpp, enable cpp,go,py,py3 tests by James E. King III · 6 years ago
- f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
- 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
- 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
- 70b33fb THRIFT-4515: fix up nonblocking options and enable ssl for nonblocking in cpp server cross by James E. King III · 7 years ago
- 39eaae6 THRIFT-2013: update docker for artful (go back to lua 5.2) and enhance by James E. King, III · 7 years ago
- 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
- 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
- 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
- 7f5a8c2 THRIFT-4164: update openssl cleanup to match current requirements and document TSSLSocketFactory lifetime requirements by James E. King, III · 8 years ago
- 0619087 THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted. by James E. King, III · 8 years ago
- 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
- df89913 THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way by James E. King, III · 8 years ago
- 3129549 THRIFT-3831 in test/cpp explicitly use `signed char` by Cody P Schafer · 8 years ago
- c874408 THRIFT-3722 Fix cert path in C++ cross tests for non-Linux platform by Nobuaki Sukegawa · 9 years ago
- 8565061 THRIFT-3531 Create cross lang feature test for string and container read length limit by Nobuaki Sukegawa · 9 years ago
- 39e505c THRIFT-3496 C++: Cob style client fails when sending a consecutive request by Sebastian Zenker · 9 years ago
- 9b35a7c THRIFT-3495 Minor enhancements and fixes for cross test by Nobuaki Sukegawa · 9 years ago
- dfb6896 THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359 by Nobuaki Sukegawa · 9 years ago
- 2faac5a THRIFT-3385 warning: format ‘%lu’ expects ‘long unsigned int’, but has type ‘std::basic_string<char>::size_type {aka unsigned int} by Jens Geyer · 9 years ago
- 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
- 228b328 THRIFT-3376 C# and Python JSON protocol double values lose precision by Nobuaki Sukegawa · 9 years ago
- dd08f6e THRIFT-3371: added test for abstract namespace domain sockets. by pavlo · 9 years ago
- 01ede04 THRIFT-3360 Improve cross test servers and clients further by Nobuaki Sukegawa · 9 years ago
- d629ea0 THRIFT-3347 Improve cross test servers and clients by Jens Geyer · 9 years ago
- a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
- 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 9 years ago
- fae08e7 THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds by ben-craig · 9 years ago
- 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
- 6f7399b cpp: remove unused variable g_socket_syscalls by Roger Meier · 10 years ago
- 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
- 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
- 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
- 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
- a07ec0b THRIFT-2655 CPP tests should not use relative path when accessing ssh related files by cdwijayarathna · 10 years ago
- f459868 THRIFT-2497 server and client for test/go, also several fixes and improvements by Jens Geyer · 11 years ago
- 0a7c69c THRIFT-2492 use tcxx instead of tr1 in test/cpp by Roger Meier · 11 years ago
- 284101c THRIFT-2029 Port C++ tests to Windows by Roger Meier · 11 years ago
- c94b293 THRIFT-2325 SSL-test-certificates_cpp_tests Patch: Roger Meier by Roger Meier · 11 years ago
- 023192f THRIFT-2358 C++: add compact protocol to cross language test suite by Roger Meier · 11 years ago
- 0e81480 THRIFT-2229 cpp:thrift failed to build on OSX 10.9 GM by Roger Meier · 11 years ago
- 5d02b80 Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig by Jake Farrell · 11 years ago
- 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
- 4fce960 THRIFT-1592 Test clients should have a return codes that reflect whether they succeeded or not by Roger Meier · 13 years ago
- 99b3672 THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
- 1f8b48f THRIFT-1590 Document the excepted return values and behaviors ThriftTest.thrift so that all languages can implement a test server by Roger Meier · 13 years ago
- f50df7f THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages by Roger Meier · 13 years ago
- 33eaa0f THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path. by Roger Meier · 13 years ago
- 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
- 611f90c THRIFT-1459 declare shared_ptr as boost::shared_ptr by Roger Meier · 13 years ago
- 5b1e3c7 return 1 if transport open fails by Roger Meier · 13 years ago
- 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
- a8cef6e THRIFT-916 gcc warnings in c++ header files by Roger Meier · 13 years ago
- 7e056e7 THRIFT-1222 Unhandled exception for TEvhttpServer request by Roger Meier · 13 years ago
- d3b9dca THRIFT-457 test/cpp makefiles do not honor --prefix configuration setting by Roger Meier · 14 years ago
- ca142b0 THRIFT-1198 C++ TestClient and Server Improvements (add Unix Domain Socket, HTTP, JSON) by Roger Meier · 14 years ago
- bb09f44 THRIFT-1166 C++ tests in test/cpp broken Patch: David Nadlinger, Roger Meier by Roger Meier · 14 years ago
- cd9aea1 THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation by Bryan Duxbury · 14 years ago
- 5f9614c THRIFT-916 long long becomes int64_t by Roger Meier · 14 years ago
- 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
- b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 14 years ago
- e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 14 years ago
- ef7200f THRIFT-928. cpp: Include request/response size in processor callbacks by David Reiss · 14 years ago
- d719206 THRIFT-928. cpp: Processor-level event callbacks by David Reiss · 14 years ago
- 833ae49 THRIFT-920. cpp: C++ Test and Tutorial does not compile anymore due to the change within Enum handling by Bryan Duxbury · 14 years ago
- 346a268 THRIFT-456. cpp: Bad IP address string in test/cpp/src/main.cpp by Bryan Duxbury · 14 years ago
- ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
- 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
- c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago
- b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
- 9813cbe cpp: Make the test server compatible with the Python test client by David Reiss · 16 years ago
- af78778 (THRIFT-54) Remove "frameResponses" from TNonblockingServer by David Reiss · 17 years ago
- 55ff70f Implement TApplicationException handling in alt_erl client by David Reiss · 17 years ago
- 2845b52 Enhance C++ test client to make sure that async void is implemented properly by David Reiss · 17 years ago
- 2ab6fe8 Add testAsync to ThriftTest.thrift which verifies async void works properly. by David Reiss · 17 years ago
- 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
- 4637990 Thrift: Fix a bug in a test program. by David Reiss · 17 years ago
- 79b1694 Refactor TNonblockingServer to use event_base construct by Mark Slee · 17 years ago
- bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
- 3e5d2d7 Whitespace fixes on test code by Mark Slee · 18 years ago
- e02385b Add thread pool option to NonblockingServer by Mark Slee · 18 years ago
- f4f18ec Need using namespace boost in thrift threads test by Mark Slee · 18 years ago
- 0c2dff3 Fix broken C++ Thrift test by Mark Slee · 18 years ago
- e129a2d Some thrift test code fixes by Mark Slee · 18 years ago
- 79e41b8 Update test code with TPipedTransport by Mark Slee · 18 years ago
- 739dbe5 Bring C++ thrift stress test up to date with new constructs by Mark Slee · 18 years ago
- 9e288d4 Add some smaller test cases and fix new single protocol/transport C++ test by Mark Slee · 18 years ago
- 1921d20 Fix C++ Thrift test code to work with new gen'd code interface by Mark Slee · 18 years ago