1. a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
  2. fae08e7 THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds by ben-craig · 10 years ago
  3. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  4. 8bcfdd9 THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  5. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  6. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  7. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  8. a07ec0b THRIFT-2655 CPP tests should not use relative path when accessing ssh related files by cdwijayarathna · 10 years ago
  9. 0a7c69c THRIFT-2492 use tcxx instead of tr1 in test/cpp by Roger Meier · 11 years ago
  10. 284101c THRIFT-2029 Port C++ tests to Windows by Roger Meier · 11 years ago
  11. c94b293 THRIFT-2325 SSL-test-certificates_cpp_tests Patch: Roger Meier by Roger Meier · 11 years ago
  12. 023192f THRIFT-2358 C++: add compact protocol to cross language test suite by Roger Meier · 11 years ago
  13. 0e81480 THRIFT-2229 cpp:thrift failed to build on OSX 10.9 GM by Roger Meier · 11 years ago
  14. 5d02b80 Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig by Jake Farrell · 11 years ago
  15. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  16. 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
  17. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  18. 611f90c THRIFT-1459 declare shared_ptr as boost::shared_ptr by Roger Meier · 13 years ago
  19. 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  20. a8cef6e THRIFT-916 gcc warnings in c++ header files by Roger Meier · 14 years ago
  21. 7e056e7 THRIFT-1222 Unhandled exception for TEvhttpServer request by Roger Meier · 14 years ago
  22. d3b9dca THRIFT-457 test/cpp makefiles do not honor --prefix configuration setting by Roger Meier · 14 years ago
  23. ca142b0 THRIFT-1198 C++ TestClient and Server Improvements (add Unix Domain Socket, HTTP, JSON) by Roger Meier · 14 years ago
  24. bb09f44 THRIFT-1166 C++ tests in test/cpp broken Patch: David Nadlinger, Roger Meier by Roger Meier · 14 years ago
  25. cd9aea1 THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation by Bryan Duxbury · 14 years ago
  26. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  27. b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 14 years ago
  28. ef7200f THRIFT-928. cpp: Include request/response size in processor callbacks by David Reiss · 14 years ago
  29. d719206 THRIFT-928. cpp: Processor-level event callbacks by David Reiss · 14 years ago
  30. 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
  31. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  32. 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
  33. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  34. 9813cbe cpp: Make the test server compatible with the Python test client by David Reiss · 16 years ago
  35. af78778 (THRIFT-54) Remove "frameResponses" from TNonblockingServer by David Reiss · 17 years ago
  36. 55ff70f Implement TApplicationException handling in alt_erl client by David Reiss · 17 years ago
  37. 2ab6fe8 Add testAsync to ThriftTest.thrift which verifies async void works properly. by David Reiss · 17 years ago
  38. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  39. bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
  40. 0c2dff3 Fix broken C++ Thrift test by Mark Slee · 18 years ago
  41. 1921d20 Fix C++ Thrift test code to work with new gen'd code interface by Mark Slee · 18 years ago
  42. a330265 Fix broken thrift test code for new model by Mark Slee · 18 years ago
  43. a6b48ea Rename test files to .cpp instead of .cc by Mark Slee · 18 years ago[Renamed from test/cpp/src/TestServer.cc]
  44. b9acf98 Test code updates by Mark Slee · 18 years ago
  45. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  46. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  47. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  48. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  49. d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago
  50. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  51. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  52. d3d733a Thrift test improvements, tests for both inline and normal PHP code gen by Mark Slee · 18 years ago
  53. 71d4e47 Cleaned up test code for thrift exception throwing by Marc Slemko · 18 years ago
  54. bf4fd19 Modified C++ code-gen to create default constructors for all non-string primitives so that auto variable instances of structs aren't populated with by Marc Slemko · 18 years ago
  55. e6889de Fixed a few typos - test client and server samples now working with new code generation by Marc Slemko · 18 years ago
  56. 6be374b More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  57. 6e53644 Thrift now works in PHP, hot stuff by Mark Slee · 19 years ago
  58. 9577100 Thrift test code by Mark Slee · 19 years ago[Renamed (97%) from test/cpp/TestServer.cc]
  59. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 19 years ago