1. 49c6ec7 TProtocol.h: Be extra careful when including MSVC Windows-related headers to not pollute the c++ namespace by Mario Emmenlauer · 1 year, 5 months ago
  2. bccca93 THRIFT-5725: Fix the comparison check for bio_get_fd by Prasenjit Sarkar · 1 year, 9 months ago
  3. d665e28 THRIFT-5716: Fix uint32_t overflow in TMemoryBuffer by stiga-huang · 1 year, 9 months ago
  4. 1d6a326 Use one TU-wide locale instead of three by Lukas Barth · 1 year, 10 months ago
  5. 46b1283 Don't create a new locale on every to_string() call. by Lukas Barth · 1 year, 10 months ago
  6. 4fcd072 lib/cpp: Fix MSVC warning C4706 (BinaryProtocol) by dejank-isystem · 2 years, 1 month ago
  7. 850c61f lib: cpp: transport: include thrift/config.h in TFDTransport by Chris Friedt · 2 years, 4 months ago
  8. 6e9cbbd lib: cpp: TTransportException: create thrift::numeric_cast by Christopher Friedt · 2 years, 6 months ago
  9. f525e4c THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.h by Chris Friedt · 2 years, 5 months ago
  10. 8f83e46 THRIFT-5663: lib: cpp: usleep was not declared in this scope by Chris Friedt · 2 years, 5 months ago
  11. cea5559 lib: cpp: protocol: declare when methods override by Christopher Friedt · 2 years, 6 months ago
  12. 6aba57b lib: cpp: TOutput: add zephyr-specific strerror_s implementation by Chris Friedt · 2 years, 6 months ago
  13. 0bc818f lib: cpp: TProtocol: support zephyr byteorder by Chris Friedt · 2 years, 6 months ago
  14. 0a29a48 lib: cpp: add missing functional and cmath includes by Chris Friedt · 2 years, 5 months ago
  15. efea697 lib: cpp: thrift: include functional in TServerFramework by Chris Friedt · 2 years, 6 months ago
  16. c96c044 Merge pull request #2630 from kou/cpp-scoped-array-to-unique-ptr by Mario Emmenlauer · 2 years, 6 months ago
  17. d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 2 years, 9 months ago
  18. fdc3648 lib/cpp/src/thrift/transport/TFileTransport.cpp: Removed deprecated 'boost' include by Mario Emmenlauer · 3 years, 1 month ago
  19. b941b11 THRIFT-5515: TConnection::workSocket reads all pending oneway requests. by Tamas Kovacs · 3 years, 1 month ago
  20. 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 3 years, 1 month ago
  21. cbb6530 [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before by Dirk Sandbrink · 3 years, 2 months ago
  22. b3cf198 Fix warning C4515: 'protocol': namespace uses itself by Dirk Sandbrink · 3 years, 2 months ago
  23. 98be76f THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ by Anshul M Gupta · 3 years, 4 months ago
  24. 839a1da THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak by Kevin Wojniak · 3 years, 7 months ago
  25. f83ebea Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanup by Mario Emmenlauer · 3 years, 7 months ago
  26. bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 3 years, 7 months ago
  27. 034c935 Reduce the usage of Windows.h, and add macros to slim Windows.h by Mario Emmenlauer · 4 years, 10 months ago
  28. dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 3 years, 7 months ago
  29. 18bf591 Added support for Unix domain sockets on Windows by Mario Emmenlauer · 4 years, 4 months ago
  30. 5a64c71 Use the cmake-generated thrift config also on MSVC by Mario Emmenlauer · 4 years, 6 months ago
  31. ee65215 TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable) by Mario Emmenlauer · 3 years, 7 months ago
  32. a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 4 years, 4 months ago
  33. 04aabcb TCompactProtocol.tcc: add missing include cstdlib by Mario Emmenlauer · 7 years ago
  34. b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 4 years, 10 months ago
  35. 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 3 years, 9 months ago
  36. 7391a31 uncaught_exception -> uncaught_exceptions Client: cpp Author: Rune Olesen by Jens Geyer · 3 years, 9 months ago
  37. 582293b Adds support for building C++ codegen on Solaris by Benjamin Naecker · 3 years, 11 months ago
  38. ab72ebe Android restricts use of AI_V4MAPPED flag. by Ruslan · 3 years, 10 months ago
  39. 43faa2d Merge pull request #2401 from aaronmjones/THRIFT-3840 by Mario Emmenlauer · 3 years, 10 months ago
  40. ad76a18 Add better unit tests and imbue C locale in floating point to_string by ubuntu · 3 years, 10 months ago
  41. 016dbac Robustness improvements when loading OpenSSL certificates by Marco Schroeter · 6 years ago
  42. 323f032 Add unit test for system locale with thousands separator comma by ubuntu · 3 years, 10 months ago
  43. 33b7f48 consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd by Irelian · 3 years, 11 months ago
  44. 62f1bd5 THRIFT-5355 Do not rely on compiler and check boundaries by Triton · 4 years, 2 months ago
  45. d270b35 Added TNonCopyable.h in favor of boost dependency by Mario Emmenlauer · 4 years, 4 months ago
  46. 7553fc5 CMake: Pass linker dependencies transitively to downstream projects by Mario Emmenlauer · 4 years, 4 months ago
  47. 1f73455 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class (cpp) by Jens Geyer · 4 years, 2 months ago
  48. 3b9259d TServerSocket.cpp::isOpen(): Check that a domain socket file already exists by Mario Emmenlauer · 4 years, 4 months ago
  49. 10f2556 THRIFT-5295 makeThread and ThreadFactory extensible by rglarix · 4 years, 6 months ago
  50. c061923 Make ~TException() virtual Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 5 years ago
  51. 03f4729 Merge pull request #2235 from deiv/fix-abstract-unix-socket-name by Zezeng Wang · 4 years, 6 months ago
  52. 4750f36 Fix abstract unix socket name by David Suárez · 4 years, 6 months ago
  53. dd6c8c1 TServerSocket.cpp: Ensure the server is really listening (via helper variable listening_) by Mario Emmenlauer · 4 years, 6 months ago
  54. 40cd021 Added getter and setter for domain socket path, and minor fix for printing abstract domain socket paths by Mario Emmenlauer · 4 years, 6 months ago
  55. 47d4a00 Deprecated WinXP and Server2003 methods Client: cpp Patch: Mario Emmenlauer by Mario Emmenlauer · 4 years, 10 months ago
  56. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 4 years, 9 months ago
  57. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 10 months ago
  58. dabfea2 THRIFT-5186: Rewrite address resolution in T{Nonblocking,}ServerSocket by max ulidtko · 4 years, 10 months ago
  59. eac4d0c THRIFT-5114 Simplified reallocation of TMemoryBuffer by Mario Emmenlauer · 5 years ago
  60. 36bf0a4 Make named pipe security configurable by security descriptor string by Nathan Breakwell · 5 years ago
  61. e6d7d13 THRIFT-5215: Remove portable_endian.h Client: cpp Patch: James Lacey by James Lacey · 4 years, 10 months ago
  62. 1ab096c THRIFT-5185: Support for using WebSockets as a server transport by penenin · 4 years, 10 months ago
  63. 9b9567b THRIFT-5186: Don't pass AI_ADDRCONFIG to getaddrinfo() by max ulidtko · 5 years ago
  64. b94c166 THRIFT-5177: getaddrinfo() should not be used for Unix sockets by Dmitry Maluka · 5 years ago
  65. 2d2df9e Allow wrapping TTransportFactory into a TZlibTransportFactory by Mario Emmenlauer · 5 years ago
  66. 0457437 TOutput: Add further parsers for errno-to-string conversion for Windows by Mario Emmenlauer · 5 years ago
  67. ed0bad3 Add isOpen() to TServerTransport by Mario Emmenlauer · 5 years ago
  68. df2f5d2 THRIFT-5178: Add constructor with default host to THttpClient by Mario Emmenlauer · 5 years ago
  69. dd7e117 Removed a duplicate line + Fixed typo in the comments of lib/cpp/src/thrift/concurrency/Thread.h by gaganso · 5 years ago
  70. 8ec5857 THRIFT-4963: Fix deadlock in ThreadManager::Worker::run by Kanishth Karthik · 5 years ago
  71. dfe7f30 THRIFT-5130 Use Apcu instead of APC Client: PHP Patch: Vladimir Panivko by panivko · 5 years ago
  72. f5a9a30 THRIFT-5110 Added a number of required libs for using static OpenSSL by Mario Emmenlauer · 6 years ago
  73. e56f717 THRIFT-5078 Handle named pipe clients quickly disconnecting by Nick Collier · 5 years ago
  74. 0ebf3ce Fix uint64_t to size_t conversion warning by Kevin Wojniak · 5 years ago
  75. 225646b THRIFT-4862 C++ TBinaryProtocol crashes on port scan by Jens Geyer · 5 years ago
  76. 0f14e2f THRIFT-4977: Allow loading OpenSSL certificates from memory by Mario Emmenlauer · 5 years ago
  77. 5e9203b THRIFT-4962 Fix deadlock in TimerManager::stop by Guillaume Blanc · 6 years ago
  78. 2ff4b13 THRIFT-4936 add depth limit type exception description by pengzhouhu · 6 years ago
  79. 1a2dee6 Use THRIFT_WRITE instead of ::write in TFileTransport.cpp by Shaoyu Zhang · 6 years ago
  80. ee8caca THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef endian header by James E. King III · 6 years ago
  81. dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 6 years ago
  82. 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 6 years ago
  83. 8fdb758 THRIFT-4759:add thrift export to fix windows shared lib building (#1714) by cyy · 6 years ago
  84. 973c855 THRIFT-4405: fix parsing bug in cpp json header read if sequence ID wrapped around to negative by James E. King III · 6 years ago
  85. f95620d THRIFT-4405: sanity tests relating to sequence numbers by James E. King III · 6 years ago
  86. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  87. 9fed901 fix static analyzer warings by cyy · 6 years ago
  88. 72a878e change timeous_ms to unsigned type by cyy · 6 years ago
  89. c349cdb add override and const by cyy · 6 years ago
  90. fc222b3 remove useless assert code by cyy · 6 years ago
  91. c1bfe3d remove WIN XP macros by cyy · 6 years ago
  92. 6a01d46 remove unused code by cyy · 6 years ago
  93. bfdbd03 use chrono by cyy · 6 years ago
  94. d12dbed remove unused headers by cyy · 6 years ago
  95. 7190ca7 remove unused headers by cyy · 6 years ago
  96. f83d3f9 add const to member functions by cyy · 6 years ago
  97. 4eac57a THRIFT-4487: replace gettimeofday implementation on windows by James E. King III · 6 years ago
  98. 278528c THRIFT-4732: windows cmake refinements and add windows docker build support by James E. King III · 6 years ago
  99. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
  100. 0140cbf remove unused variables by cyy · 6 years ago