1. 922cd0e Add support for boringssl by Guillaume Maudoux · 1 year, 1 month ago
  2. fbe685a Add cpp cross tests to the build workflow by Carel Combrink · 6 months ago
  3. b0f2423 Fix C++ build by Hasnain Lakhani · 4 months ago
  4. 25202e1 THRIFT-5880: ipv6 only linux systems cannot resolve 127.0.0.1 by James E. King III · 6 months ago
  5. ae342c2 THRIFT-5698: remove use of deprecated std::iterator by Gary Miguel · 2 years, 8 months ago
  6. ce6139b [cpp] Adjust base64 padding parsing in TJSONProtocol by Hasnain Lakhani · 6 months ago
  7. 845a87a [THRIFT-5871] Improve MAX_MESSAGE_SIZE_CHECK and friends by Hasnain Lakhani · 6 months ago
  8. b7a1d8b FIX broken build on big endian platforms Client: cpp Patch: Patrick Gansterer by Patrick Gansterer · 6 months ago
  9. b0252a9 Throw exception instead of asserting in TJSONProtocol::readByte by Hasnain Lakhani · 7 months ago
  10. 786764b THRIFT-5868: UUID Support for TCompactProtocol Client: cpp Patch: Carel Combrink by Carel Combrink · 7 months ago
  11. 4035ecc THRIFT-5865: Fix TBinayProtocol with list<UUID> by Carel Combrink · 7 months ago
  12. 4c219f3 Change SSL_get_verify_result() return value from int to long by Gabe Jones · 8 months ago
  13. 7c94335 THRIFT-5853: Remove oldstyle casts from TBufferTransports and TCompactProtocol by Maximilian Bandle · 10 months ago
  14. 5c08893 THRIFT-5854: Move the checkReadBytesAvailable check before allocation by Maximilian Bandle · 10 months ago
  15. 42204e7 The != operator just call the == operator by africamonkey · 3 years, 1 month ago
  16. 39de3ad fix logic error by africamonkey · 3 years, 3 months ago
  17. a6c8b3b address Jens-G's comment by africamonkey · 3 years, 3 months ago
  18. 4f06d5e add operator == for TEnumIterator by africamonkey · 3 years, 5 months ago
  19. a45618e Upstream mingw capitalization patch https://github.com/JuliaPackaging/Yggdrasil/blob/6e82040941e891288e394713ee64562698b7ab0d/T/Thrift/bundled/patches/mingw-capitalization.patch by Jeremiah · 10 months ago
  20. 947ad66 THRIFT-5842: Add missing cstdint include for int64_t in Mutex.h by Sutou Kouhei · 11 months ago
  21. 0825ca3 THRIFT-5841 possible init/deinit conflict with manual initialization flag by Jens Geyer · 12 months ago
  22. 61080c6 THRIFT-5821: support building against AWS-LC by James E. King III · 1 year, 2 months ago
  23. ed5c5a4 THRIFT-5816 Fix UUID for boost 1.86.0 (change in {{data}} member usage) by Carel Combrink · 1 year, 3 months ago
  24. d80bb57 cpp: update includes by Sven Roederer · 1 year, 5 months ago
  25. 791f85c cpp: add fix for Thrift5272 by Sven Roederer · 1 year, 5 months ago
  26. db37125 lib: cpp: mitigate warnings due to non-virtual destructors by Chris Friedt · 2 years, 11 months ago
  27. 86b05bf THRIFT-5492: Add readEnd to TBufferedTransport client: cpp Patch: Steve Licking by Steve Licking · 4 years ago
  28. 1252cf3 optimizing performance issues under large-scale connection by uv747 · 1 year, 7 months ago
  29. 4b90909 THRIFT-5773 Strong UUID wrapper for C++ by CJCombrink · 1 year, 7 months ago
  30. 4a280d5 THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink by CJCombrink · 1 year, 9 months ago
  31. 1d886ca THRIFT-5772: UUID support for c++ #2952 Client: cpp Patch: CJCombrink by CJCombrink · 1 year, 8 months ago
  32. 7f37c2d Merge pull request #2732 from stiga-huang/fix-perror by Mario Emmenlauer · 2 years, 1 month ago
  33. 49e4cea THRIFT-5660: Revert "lib: cpp: TTransportException: create thrift::numeric_cast" by Mario Emmenlauer · 2 years, 2 months ago
  34. 49c6ec7 TProtocol.h: Be extra careful when including MSVC Windows-related headers to not pollute the c++ namespace by Mario Emmenlauer · 2 years, 2 months ago
  35. bccca93 THRIFT-5725: Fix the comparison check for bio_get_fd by Prasenjit Sarkar · 2 years, 5 months ago
  36. d665e28 THRIFT-5716: Fix uint32_t overflow in TMemoryBuffer by stiga-huang · 2 years, 6 months ago
  37. 6e767e6 THRIFT-5670: Fix wrong usage of GlobalOutput.perror() by stiga-huang · 3 years ago
  38. 1d6a326 Use one TU-wide locale instead of three by Lukas Barth · 2 years, 7 months ago
  39. 46b1283 Don't create a new locale on every to_string() call. by Lukas Barth · 2 years, 7 months ago
  40. 4fcd072 lib/cpp: Fix MSVC warning C4706 (BinaryProtocol) by dejank-isystem · 2 years, 10 months ago
  41. 850c61f lib: cpp: transport: include thrift/config.h in TFDTransport by Chris Friedt · 3 years ago
  42. 6e9cbbd lib: cpp: TTransportException: create thrift::numeric_cast by Christopher Friedt · 3 years, 2 months ago
  43. f525e4c THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.h by Chris Friedt · 3 years, 1 month ago
  44. 8f83e46 THRIFT-5663: lib: cpp: usleep was not declared in this scope by Chris Friedt · 3 years, 1 month ago
  45. cea5559 lib: cpp: protocol: declare when methods override by Christopher Friedt · 3 years, 2 months ago
  46. 6aba57b lib: cpp: TOutput: add zephyr-specific strerror_s implementation by Chris Friedt · 3 years, 2 months ago
  47. 0bc818f lib: cpp: TProtocol: support zephyr byteorder by Chris Friedt · 3 years, 2 months ago
  48. 0a29a48 lib: cpp: add missing functional and cmath includes by Chris Friedt · 3 years, 1 month ago
  49. efea697 lib: cpp: thrift: include functional in TServerFramework by Chris Friedt · 3 years, 2 months ago
  50. c96c044 Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr by Mario Emmenlauer · 3 years, 3 months ago
  51. d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 3 years, 5 months ago
  52. fdc3648 lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' include by Mario Emmenlauer · 3 years, 9 months ago
  53. b941b11 THRIFT-5515: TConnection::workSocket reads all pending oneway requests. by Tamas Kovacs · 3 years, 10 months ago
  54. 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 3 years, 10 months ago
  55. cbb6530 [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before by Dirk Sandbrink · 3 years, 10 months ago
  56. b3cf198 Fix warning C4515: 'protocol': namespace uses itself by Dirk Sandbrink · 3 years, 11 months ago
  57. 98be76f THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ by Anshul M Gupta · 4 years ago
  58. 839a1da THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak by Kevin Wojniak · 4 years, 4 months ago
  59. f83ebea Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanup by Mario Emmenlauer · 4 years, 3 months ago
  60. bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 4 years, 3 months ago
  61. 034c935 Reduce the usage of Windows.h, and add macros to slim Windows.h by Mario Emmenlauer · 6 years ago
  62. dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 4 years, 3 months ago
  63. 18bf591 Added support for Unix domain sockets on Windows by Mario Emmenlauer · 5 years ago
  64. 5a64c71 Use the cmake-generated thrift config also on MSVC by Mario Emmenlauer · 5 years ago
  65. ee65215 TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable) by Mario Emmenlauer · 4 years, 3 months ago
  66. a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 5 years ago
  67. 04aabcb TCompactProtocol.tcc: add missing include cstdlib by Mario Emmenlauer · 7 years ago
  68. b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 6 years ago
  69. 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 4 years, 5 months ago
  70. 7391a31 uncaught_exception -> uncaught_exceptions Client: cpp Author: Rune Olesen by Jens Geyer · 4 years, 5 months ago
  71. 582293b Adds support for building C++ codegen on Solaris by Benjamin Naecker · 4 years, 7 months ago
  72. ab72ebe Android restricts use of AI_V4MAPPED flag. by Ruslan · 4 years, 6 months ago
  73. 43faa2d Merge pull request #2401 from aaronmjones/THRIFT-3840 by Mario Emmenlauer · 4 years, 6 months ago
  74. ad76a18 Add better unit tests and imbue C locale in floating point to_string by ubuntu · 4 years, 6 months ago
  75. 016dbac Robustness improvements when loading OpenSSL certificates by Marco Schroeter · 6 years ago
  76. 323f032 Add unit test for system locale with thousands separator comma by ubuntu · 4 years, 6 months ago
  77. 33b7f48 consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd by Irelian · 4 years, 7 months ago
  78. 62f1bd5 THRIFT-5355 Do not rely on compiler and check boundaries by Triton · 5 years ago
  79. d270b35 Added TNonCopyable.h in favor of boost dependency by Mario Emmenlauer · 5 years ago
  80. 7553fc5 CMake: Pass linker dependencies transitively to downstream projects by Mario Emmenlauer · 5 years ago
  81. 1f73455 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) by Jens Geyer · 4 years, 10 months ago
  82. 3b9259d TServerSocket.cpp::isOpen(): Check that a domain socket file already exists by Mario Emmenlauer · 5 years ago
  83. 10f2556 THRIFT-5295 makeThread and ThreadFactory extensible by rglarix · 5 years ago
  84. c061923 Make ~TException() virtual Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 6 years ago
  85. 03f4729 Merge pull request #2235 from deiv/fix-abstract-unix-socket-name by Zezeng Wang · 5 years ago
  86. 4750f36 Fix abstract unix socket name by David Suárez · 5 years ago
  87. dd6c8c1 TServerSocket.cpp: Ensure the server is really listening (via helper variable listening_) by Mario Emmenlauer · 5 years ago
  88. 40cd021 Added getter and setter for domain socket path, and minor fix for printing abstract domain socket paths by Mario Emmenlauer · 5 years ago
  89. 47d4a00 Deprecated WinXP and Server2003 methods Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 6 years ago
  90. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 5 years ago
  91. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 5 years ago
  92. dabfea2 THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocket by max ulidtko · 6 years ago
  93. eac4d0c THRIFT-5114 Simplified reallocation of TMemoryBuffer by Mario Emmenlauer · 6 years ago
  94. 36bf0a4 Make named pipe security configurable by security descriptor string by Nathan Breakwell · 6 years ago
  95. e6d7d13 THRIFT-5215: Remove portable_endian.h Client: cpp Patch: James Lacey by James Lacey · 6 years ago
  96. 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 6 years ago
  97. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 6 years ago
  98. b94c166 THRIFT-5177: getaddrinfo() should not be used for Unix sockets by Dmitry Maluka · 6 years ago
  99. 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 6 years ago
  100. 0457437 TOutput: Add further parsers for errno-to-string conversion for Windows by Mario Emmenlauer · 6 years ago