1. 0f02753 THRIFT-5836 No rule to make target 'Thrift5272.thrift', needed by 'gen-cpp/Thrift5272_types.h' by Jens Geyer · 8 weeks ago
  2. ed5c5a4 THRIFT-5816 Fix UUID for boost 1.86.0 (change in {{data}} member usage) by Carel Combrink · 4 months ago
  3. d80bb57 cpp: update includes by Sven Roederer · 6 months ago
  4. 4f5bfd8 Thrift5272: cpp: add test for handling i8 type in printTo() by Sven Roederer · 6 months ago
  5. a4ebb75 Merge pull request #2940 from thomasbruggink/fix-lib-cpp-security-tests by Mario Emmenlauer · 5 months ago
  6. 4b90909 THRIFT-5773 Strong UUID wrapper for C++ by CJCombrink · 9 months ago
  7. 4a280d5 THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink by CJCombrink · 10 months ago
  8. 1d886ca THRIFT-5772: UUID support for c++ #2952 Client: cpp Patch: CJCombrink by CJCombrink · 10 months ago
  9. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  10. 3ea763e Enable all tests on opensslv3 by Thomas · 10 months ago
  11. 8148f2f THRIFT-5706: lib/cpp Fix the Security tests on openssl 1.1 and 3.0 by Thomas · 11 months ago
  12. d327636 lib/cpp/test/concurrency/Tests.cpp: Very minor code cleanup (whitespace changes only) by Mario Emmenlauer · 2 years, 4 months ago
  13. 5f87b83 lib/cpp/test/Security*Test.cpp: Fix the check for OpenSSL version by Mario Emmenlauer · 1 year, 3 months ago
  14. d665e28 THRIFT-5716: Fix uint32_t overflow in TMemoryBuffer by stiga-huang · 1 year, 7 months ago
  15. 0d95b8c Add missing include for the security tests by Tobias Mayer · 1 year, 10 months ago
  16. 05604e2 Fix Security Tests for OpenSSLv3 by Tobias Mayer · 1 year, 11 months ago
  17. 944b8e6 fixed a ton of missing ASF headers in *.thrift files by Jens Geyer · 2 years, 4 months ago
  18. c96c044 Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr by Mario Emmenlauer · 2 years, 4 months ago
  19. d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 2 years, 6 months ago
  20. f97176b lib/cpp/test/CMakeLists.txt: Trivial whitespace change by Mario Emmenlauer · 3 years ago
  21. f066d84 Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging the partially completed uuid implementation to master by Jens Geyer · 2 years, 7 months ago
  22. 4646a35 Remove execute bit from plain text files in git (#2611) by Christopher Tubbs · 2 years, 8 months ago
  23. edcad98 THRIFT-5093: lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBuffer by Christopher Friedt · 4 years, 7 months ago
  24. 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 3 years ago
  25. bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 3 years, 4 months ago
  26. 29b083e Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__ by Mario Emmenlauer · 7 years ago
  27. b013681 lib/cpp/test/CMakeLists.txt: Added missing boost::chrono by Mario Emmenlauer · 3 years, 5 months ago
  28. e664ac4 lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on Windows by Mario Emmenlauer · 3 years, 5 months ago
  29. 43faa2d Merge pull request #2401 from aaronmjones/THRIFT-3840 by Mario Emmenlauer · 3 years, 7 months ago
  30. ad76a18 Add better unit tests and imbue C locale in floating point to_string by ubuntu · 3 years, 7 months ago
  31. 016dbac Robustness improvements when loading OpenSSL certificates by Marco Schroeter · 5 years ago
  32. 323f032 Add unit test for system locale with thousands separator comma by ubuntu · 3 years, 8 months ago
  33. 9fab238 Minor cleanup of two CMake files, and removed some (unused) boost dependencies by Mario Emmenlauer · 4 years ago
  34. 7553fc5 CMake: Pass linker dependencies transitively to downstream projects by Mario Emmenlauer · 4 years, 2 months ago
  35. 1f73455 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) by Jens Geyer · 4 years ago
  36. 6b1cb30 THRIFT-5217 Deprecated boost header Client: cpp Patch: Zezeng Wang by zeshuai007 · 4 years, 8 months ago
  37. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 7 months ago
  38. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  39. ed0bad3 Add isOpen() to TServerTransport by Mario Emmenlauer · 4 years, 9 months ago
  40. 57c2507 THRIFT-5168 Useless generated code when .thrift file only has service type by zeshuai007 · 4 years, 9 months ago
  41. 86396c6 Add testcase for other condition judgment in the readJSONDouble function by zeshuai007 · 4 years, 10 months ago
  42. 56700e4 THRIFT-4982 Remove deprecated C# bindings from the code base by Jens Geyer · 4 years, 11 months ago
  43. 77c4afa (no ticket) Propagate exception instead of rethrowing by Gaurav Singh · 5 years ago
  44. 596e25f Fix unknown pragma warnings on mingw Client: cpp Patch: Kevin Wojniak by Kevin Wojniak · 5 years ago
  45. 3f3567a THRIFT-4981 Remove deprecated netcore bindings from the code base by Jens Geyer · 5 years ago
  46. 0f14e2f THRIFT-4977: Allow loading OpenSSL certificates from memory by Mario Emmenlauer · 5 years ago
  47. 6a61dfa THRIFT-4830: Add to_string helper function for cpp generator (#1765) by soroshsabz · 6 years ago
  48. a392566 THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) by Kevin Wojniak · 6 years ago
  49. 29ecfab CPP generator test, catching exceptions by ref instead. by David Carlier · 6 years ago
  50. 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 6 years ago
  51. 71afec0 THRIFT-4739: fix concurrency_test (test-only fix) by James E. King III · 6 years ago
  52. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  53. 9fed901 fix static analyzer warings by cyy · 6 years ago
  54. f7a4ead fix warings by cyy · 6 years ago
  55. bfdbd03 use chrono by cyy · 6 years ago
  56. 234fb47 THRIFT-4719: remove cocoa by James E. King III · 6 years ago
  57. 1735542 THRIFT-4735: Remove Qt4 build support by James E. King III · 6 years ago
  58. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
  59. c9ac8d2 THRIFT-4720: documenting breaking changes, minor cleanup by James E. King III · 6 years ago
  60. 7f8aef7 replace boost::atomic with std::atomic by cyy · 6 years ago
  61. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  62. c109e01 remove boost::thread and boost::mutex code by cyy · 6 years ago
  63. 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
  64. f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
  65. e46419b THRIFT-4476: Typecasting problem on double list items, by Ozan Can Altiok · 7 years ago
  66. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
  67. 8d55c47 THRIFT-4508: remove cygwin64 build in favor of MSVC2013 by James E. King III · 7 years ago
  68. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
  69. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 7 years ago
  70. 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 7 years ago
  71. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  72. aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 7 years ago
  73. d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 7 years ago
  74. 6960370 THRIFT-4327: add API to efficiently remove a single timer Client: C++ by Francois Ferrand · 7 years ago
  75. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  76. cc2d558 THRIFT-4292: Implement TimerManager::remove() Client: C++ by Francois Ferrand · 7 years ago
  77. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
  78. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  79. 20116c6 THRIFT-3821 Check for overflow on buffer resize in TMemoryBuffer Client: C++ by Alex Şuhan · 7 years ago
  80. 237a394 THRIFT-3974: fix ThreadSanitizer identified issues Client: C++ by James E. King, III · 7 years ago
  81. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  82. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
  83. 00d4252 THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions by James E. King, III · 8 years ago
  84. 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
  85. 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
  86. 655b9b6 THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) by Vivek Jain · 8 years ago
  87. b4c190b THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures by James E. King, III · 8 years ago
  88. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  89. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  90. 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
  91. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago
  92. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 8 years ago
  93. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  94. 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  95. 8cc9175 THRIFT-3814 Fix contention in TNonblockingServerTest by Nobuaki Sukegawa · 9 years ago
  96. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  97. b819260 THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3 by Nobuaki Sukegawa · 9 years ago
  98. 3e5b9c2 THRIFT-3663 CMake cpp test fails to build on system without zlib by Nobuaki Sukegawa · 9 years ago
  99. 0433d17 THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol by Wang Yaofu · 9 years ago
  100. dc29eec THRIFT-3609 Remove or replace TestPortFixture.h. by John Sirois · 9 years ago