1. 6b1cb30 THRIFT-5217 Deprecated boost header Client: cpp Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
  2. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 7 months ago
  3. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  4. ed0bad3 Add isOpen() to TServerTransport by Mario Emmenlauer · 4 years, 9 months ago
  5. 57c2507 THRIFT-5168 Useless generated code when .thrift file only has service type by zeshuai007 · 4 years, 9 months ago
  6. 86396c6 Add testcase for other condition judgment in the readJSONDouble function by zeshuai007 · 4 years, 10 months ago
  7. 56700e4 THRIFT-4982 Remove deprecated C# bindings from the code base by Jens Geyer · 4 years, 11 months ago
  8. 77c4afa (no ticket) Propagate exception instead of rethrowing by Gaurav Singh · 5 years ago
  9. 596e25f Fix unknown pragma warnings on mingw Client: cpp Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  10. 3f3567a THRIFT-4981 Remove deprecated netcore bindings from the code base by Jens Geyer · 5 years ago
  11. 0f14e2f THRIFT-4977: Allow loading OpenSSL certificates from memory by Mario Emmenlauer · 5 years ago
  12. 6a61dfa THRIFT-4830: Add to_string helper function for cpp generator (#1765) by soroshsabz · 6 years ago
  13. a392566 THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) by Kevin Wojniak · 6 years ago
  14. 29ecfab CPP generator test, catching exceptions by ref instead. by David Carlier · 6 years ago
  15. 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 6 years ago
  16. 71afec0 THRIFT-4739: fix concurrency_test (test-only fix) by James E. King III · 6 years ago
  17. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  18. 9fed901 fix static analyzer warings by cyy · 6 years ago
  19. f7a4ead fix warings by cyy · 6 years ago
  20. bfdbd03 use chrono by cyy · 6 years ago
  21. 234fb47 THRIFT-4719: remove cocoa by James E. King III · 6 years ago
  22. 1735542 THRIFT-4735: Remove Qt4 build support by James E. King III · 6 years ago
  23. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
  24. c9ac8d2 THRIFT-4720: documenting breaking changes, minor cleanup by James E. King III · 6 years ago
  25. 7f8aef7 replace boost::atomic with std::atomic by cyy · 6 years ago
  26. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  27. c109e01 remove boost::thread and boost::mutex code by cyy · 6 years ago
  28. 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
  29. f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
  30. e46419b THRIFT-4476: Typecasting problem on double list items, by Ozan Can Altiok · 7 years ago
  31. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
  32. 8d55c47 THRIFT-4508: remove cygwin64 build in favor of MSVC2013 by James E. King III · 7 years ago
  33. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
  34. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 7 years ago
  35. 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 7 years ago
  36. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  37. aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 7 years ago
  38. d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 7 years ago
  39. 6960370 THRIFT-4327: add API to efficiently remove a single timer Client: C++ by Francois Ferrand · 7 years ago
  40. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  41. cc2d558 THRIFT-4292: Implement TimerManager::remove() Client: C++ by Francois Ferrand · 7 years ago
  42. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
  43. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  44. 20116c6 THRIFT-3821 Check for overflow on buffer resize in TMemoryBuffer Client: C++ by Alex Şuhan · 7 years ago
  45. 237a394 THRIFT-3974: fix ThreadSanitizer identified issues Client: C++ by James E. King, III · 7 years ago
  46. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  47. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
  48. 00d4252 THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions by James E. King, III · 8 years ago
  49. 07f5997 THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process by James E. King, III · 8 years ago
  50. 36d1b0d THRIFT-3891 TNonblockingServer configured with more than one IO threads does not always return from serve() upon stop() by Buğra Gedik · 8 years ago
  51. 655b9b6 THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) by Vivek Jain · 8 years ago
  52. b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
  53. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  54. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  55. 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
  56. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago
  57. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 8 years ago
  58. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  59. 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  60. 8cc9175 THRIFT-3814 Fix contention in TNonblockingServerTest by Nobuaki Sukegawa · 9 years ago
  61. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  62. b819260 THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3 by Nobuaki Sukegawa · 9 years ago
  63. 3e5b9c2 THRIFT-3663 CMake cpp test fails to build on system without zlib by Nobuaki Sukegawa · 9 years ago
  64. 0433d17 THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol by Wang Yaofu · 9 years ago
  65. dc29eec THRIFT-3609 Remove or replace TestPortFixture.h. by John Sirois · 9 years ago
  66. 919752c THRIFT-3628 Fix lib/cpp/test/TServerIntegrationTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  67. 9bd3530 THRIFT-3626 Fix lib/cpp/test/TSocketInterruptTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  68. cab5600 THRIFT-3624 Fix lib/cpp/test/TServerSocketTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  69. b867b27 THRIFT-3621 Fix cpp/lib/test/TSSLSocketInterruptTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  70. 8d28947 THRIFT-3625 Kill unused #include "TestPortFixture.h" in lib/cpp/test/TServerTransportTest.cpp. by John Sirois · 9 years ago
  71. 9f0d961 THRIFT-3621 Fix lib/cpp/test/SecurityTest.cpp to use ephemeral ports by John Sirois · 9 years ago
  72. 9ed45e9 THRIFT-3608 lib/cpp/test/SecurityTest is flaky in jenkins Thrift-precommit build. by John Sirois · 9 years ago
  73. 3d600bf THRIFT-3576 Boost test --log_format arg does not accept lowercase by Nobuaki Sukegawa · 9 years ago
  74. a837085 THRIFT-3555 'configure' script does not honor --with-openssl=<path> for libcrypto for BN_init by Nobuaki Sukegawa · 9 years ago
  75. 3506b66 THRIFT-3566: fixed TQTcpServerTest - it was never executed and working by Sebastian Zenker · 9 years ago
  76. 796667b THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco by Antonio Di Monaco · 9 years ago
  77. e8c71d8 THRIFT-3442 Run CMake tests on Appveyor Client: Test Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  78. 0ad6ee9 THRIFT-3420 C++: TSSLSockets are not interruptable by Martin Haimberger · 9 years ago
  79. ca93936 THRIFT-3424 Add CMake android build option Client: Build Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  80. d3f7d0e THRIFT-3274 calling "make clean" twice in a row yields make error by Nobuaki Sukegawa · 9 years ago
  81. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
  82. a84e139 THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol by Konrad Grochowski · 9 years ago
  83. e9bdb41 THRIFT-3329: fix C++ tests incompatibility with boost-1.59 by Konrad Grochowski · 9 years ago
  84. c2993c0 THRIFT-3332 make dist fails on clean build by Nobuaki Sukegawa · 9 years ago
  85. 34e0bb6 THRIFT-2850 CMake for Apache Thrift by Sergei Nikulov · 9 years ago
  86. e2e5e22 THRIFT-3308: Fix broken test cases for 0.9.3 release candidate by jfarrell · 9 years ago
  87. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  88. 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 9 years ago
  89. b0b710a THRIFT-3164: disable insecure SSLv3 protocol in cpp lib unless SSLv3 is specifically asked for to make the defaults more secure; added a matrix security unit test for SSL in the cpp lib by Jim King · 9 years ago
  90. b141fd0 THRIFT-3257 warning: extra tokens at end of #endif directive by Jens Geyer · 9 years ago
  91. af2d9c8 THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept by ben-craig · 9 years ago
  92. fae08e7 THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds by ben-craig · 9 years ago
  93. 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 10 years ago
  94. 8f11f52 THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase) by Claudius Heine · 10 years ago
  95. 7207c22 THRIFT-2850 CMake for Apache Thrift Client: Cpp Patch: Ben Craig by Ben Craig · 10 years ago
  96. 5ef662b THRIFT-406 Convert C++ Test to Boost::Test by Claudius Heine · 10 years ago
  97. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  98. 3b115df THRIFT-727 - C++: what() method of generated exceptions will provide more information by Konrad Grochowski · 10 years ago
  99. a6b6633 THRIFT-2850 CMake: Windows improvements, doc, TMemoryBufferTest fix by Roger Meier · 10 years ago
  100. 6077481 THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test by Jim King · 10 years ago