1. f793c2b THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. by Jim King · 8 years ago
  2. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago
  3. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 8 years ago
  4. d1c0d33 Fix WinXP version of thrift_poll to not use destructed time_out by tpcwang · 8 years ago
  5. 4bbfe61 THRIFT-3878: fix interop with newer OpenSSL libraries by James E. King, III · 8 years ago
  6. 4d39ac5 THRIFT-3936: fix compile error on VS2013 and earlier from changes introduced during 0.10.0 development (snprintf) by James E. King, III · 8 years ago
  7. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  8. bcad917 THRIFT-2156: fix errno handling in server socket Client: C++ Patch: Jens Geyer by Jens Geyer · 8 years ago
  9. e517624 THRIFT-2156: fix errno handling in server socket by Jim King · 9 years ago
  10. 5871d2c THRIFT-3038 Fix a couple races and removed volatile per analysis, replacing with atomics by Jim King · 9 years ago
  11. 1654fe9 THRIFT-3476: fix missing header by Jim King · 9 years ago
  12. 4300b72 THRIFT-3879 Undefined evaluation order causes incorrect processing in the C++ library JSON protocol by dtmuller · 8 years ago
  13. 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  14. e5fbedd Revert "THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees" by Jens Geyer · 9 years ago
  15. 0af1aa1 THRIFT-3753 TServerFramework::stop may fail to interrupt connected clients by tpcwang · 9 years ago
  16. 0b433de THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  17. 61b1708 THRIFT-3233 fix accounting of workers in thread manager by Jim King · 9 years ago
  18. 8cc9175 THRIFT-3814 Fix contention in TNonblockingServerTest by Nobuaki Sukegawa · 9 years ago
  19. 3bf5bf9 THRIFT-3755 TDebugProtocol::writeString hits assert in isprint on Windows with debug CRT by tpcwang · 9 years ago
  20. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  21. d42d8be THRIFT-3758 TApplicationException::getType and TProtocolException::getType should be const by tpcwang · 9 years ago
  22. b819260 THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3 by Nobuaki Sukegawa · 9 years ago
  23. af9d2ac THRIFT-3704 Treat the case where we are not able to refill the buffer the same as the EOL case. by Pascal Bach · 9 years ago
  24. 327d134 THRIFT-3693 Fix include issue in C++ TSSLSocketInterruptTest on Windows by Nobuaki Sukegawa · 9 years ago
  25. 937228e THRIFT-3667 C++: Add TLS SNI support to clients by Teddy Reed · 9 years ago
  26. 3e5b9c2 THRIFT-3663 CMake cpp test fails to build on system without zlib by Nobuaki Sukegawa · 9 years ago
  27. 0433d17 THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol by Wang Yaofu · 9 years ago
  28. dc29eec THRIFT-3609 Remove or replace TestPortFixture.h. by John Sirois · 9 years ago
  29. 919752c THRIFT-3628 Fix lib/cpp/test/TServerIntegrationTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  30. 9bd3530 THRIFT-3626 Fix lib/cpp/test/TSocketInterruptTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  31. cab5600 THRIFT-3624 Fix lib/cpp/test/TServerSocketTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  32. b867b27 THRIFT-3621 Fix cpp/lib/test/TSSLSocketInterruptTest.cpp to use ephemeral ports. by John Sirois · 9 years ago
  33. 8d28947 THRIFT-3625 Kill unused #include "TestPortFixture.h" in lib/cpp/test/TServerTransportTest.cpp. by John Sirois · 9 years ago
  34. 9f0d961 THRIFT-3621 Fix lib/cpp/test/SecurityTest.cpp to use ephemeral ports by John Sirois · 9 years ago
  35. 9ed45e9 THRIFT-3608 lib/cpp/test/SecurityTest is flaky in jenkins Thrift-precommit build. by John Sirois · 9 years ago
  36. 95c628e THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed by Nobuaki Sukegawa · 9 years ago
  37. bcd8e32 THRIFT-3420 C++: TSSLSockets are not interruptable by Nobuaki Sukegawa · 9 years ago
  38. 9890c28 THRIFT-3568 THeader server crashes on readSlow by Nobuaki Sukegawa · 9 years ago
  39. 3d600bf THRIFT-3576 Boost test --log_format arg does not accept lowercase by Nobuaki Sukegawa · 9 years ago
  40. a837085 THRIFT-3555 'configure' script does not honor --with-openssl=<path> for libcrypto for BN_init by Nobuaki Sukegawa · 9 years ago
  41. e917a27 THRIFT-3564: potential core dump in TQTcpServer by Sebastian Zenker · 9 years ago
  42. 3506b66 THRIFT-3566: fixed TQTcpServerTest - it was never executed and working by Sebastian Zenker · 9 years ago
  43. 9c4193d THRIFT-3565: C++: declared T{Async}Processor::getEventHandler() as const member functions by Sebastian Zenker · 9 years ago
  44. 643f1ee THRIFT-3563: C++/Qt: removed usage of macro QT_PREPEND_NAMESPACE() by Sebastian Zenker · 9 years ago
  45. 9be7569 THRIFT-3562: C++: removed unused TEventServer by Sebastian Zenker · 9 years ago
  46. 235d49f THRIFT-3561: C++/Qt: make use of Q_DISABLE_COPY() to get rid of copy ctor and assignment operator by Sebastian Zenker · 9 years ago
  47. c410494 THRIFT-3208: Fix Visual Studio solution build failure due to renamed source by Roger Meier · 9 years ago
  48. 11eac44 THRIFT-3534 Link error when building with Qt5 by Roger Meier · 9 years ago
  49. c91bd74 THRIFT-3437 Fixed MinGW-w64 build by Nobuaki Sukegawa · 9 years ago
  50. a3dc3f8 THRIFT-3518:TConcurrentClientSyncInfo files were missing for Visual Studio by jfarrell · 9 years ago
  51. 796667b THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco by Antonio Di Monaco · 9 years ago
  52. 269473d THRIFT-3502: C++ TServerSocket passes small buffer to getsockname by Jeremy Spiegel · 9 years ago
  53. 117af5c THRIFT-3498 C++ library assumes optional function pthread_attr_setschedpolicy is available by Simon South · 9 years ago
  54. 1719bf4 THRIFT-3497 Build fails with "invalid use of incomplete type" by Simon South · 9 years ago
  55. 39e505c THRIFT-3496 C++: Cob style client fails when sending a consecutive request by Sebastian Zenker · 9 years ago
  56. 7be41c7 THRIFT-3493 libthrift does not compile on windows using visual studio by Jens Geyer · 9 years ago
  57. 176bf0c THRIFT-3493 libthrift does not compile on windows using visual studio by KCris · 9 years ago
  58. dfb6896 THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359 by Nobuaki Sukegawa · 9 years ago
  59. 54a2e64 THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier not found by Roger Meier · 9 years ago
  60. e8c71d8 THRIFT-3442 Run CMake tests on Appveyor Client: Test Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  61. 0ad6ee9 THRIFT-3420 C++: TSSLSockets are not interruptable by Martin Haimberger · 9 years ago
  62. ca93936 THRIFT-3424 Add CMake android build option Client: Build Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  63. 517aa14 THRIFT-3415 - C++: THeader*.h/cpp includes cleanup by Konrad Grochowski · 9 years ago
  64. 317d515 THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build by Pascal Bach · 9 years ago
  65. d8ddb77 THRIFT-1522: Fixes Memory leak by wrapping getaddrinfo into a class. by Claudius Heine · 10 years ago
  66. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 9 years ago
  67. 673c941 THRIFT-3382 - C++: TBase class for generated structs added by Konrad Grochowski · 9 years ago
  68. d3f7d0e THRIFT-3274 calling "make clean" twice in a row yields make error by Nobuaki Sukegawa · 9 years ago
  69. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
  70. a84e139 THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol by Konrad Grochowski · 9 years ago
  71. d9d5120 THRIFT-3237 Fix TNamedPipeServer::createNamedPipe memory leak by Roger Meier · 9 years ago
  72. a175437 THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded. by Nobuaki Sukegawa · 9 years ago
  73. 5d93b04 THRIFT-3371 Abstract namespace Unix domain sockets broken in C++ by pavlo · 9 years ago
  74. e9bdb41 THRIFT-3329: fix C++ tests incompatibility with boost-1.59 by Konrad Grochowski · 9 years ago
  75. ad3a955 THRIFT-3298: thrift endian converters may conflict with other libraries by jfarrell · 9 years ago
  76. 27be411 THRIFT-2936:Minor memory leak in SSL Client: cpp Patch: James King by jfarrell · 9 years ago
  77. c2993c0 THRIFT-3332 make dist fails on clean build by Nobuaki Sukegawa · 9 years ago
  78. 34e0bb6 THRIFT-2850 CMake for Apache Thrift by Sergei Nikulov · 9 years ago
  79. e2e5e22 THRIFT-3308: Fix broken test cases for 0.9.3 release candidate by jfarrell · 9 years ago
  80. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  81. 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 9 years ago
  82. 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
  83. 4a1e886 Deleting a duplicate TPipe ctor declaration that snuck in by Ben Craig · 9 years ago
  84. 6515aad THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket by Ben Craig · 9 years ago
  85. b141fd0 THRIFT-3257 warning: extra tokens at end of #endif directive by Jens Geyer · 9 years ago
  86. de78b54 THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't by Ben Craig · 9 years ago
  87. 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 9 years ago
  88. af2d9c8 THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept by ben-craig · 9 years ago
  89. fae08e7 THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake builds by ben-craig · 9 years ago
  90. 1abcbc7 THRIFT-2858 Enable header field case insensitive match in THttpServer by ben-craig · 9 years ago
  91. 0104da5 THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer by Claudius Heine · 10 years ago
  92. 254b458 THRIFT-2858 Enable header field case insensitive match in THttpServer by Roger Meier · 10 years ago
  93. cfaadcc THRIFT-3231 CPP: Limit recursion depth to 64 by Ben Craig · 10 years ago
  94. 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 10 years ago
  95. 33f3f01 THRIFT-1844: Overwrite password string after passing it to openssl. by Claudius Heine · 10 years ago
  96. 8f11f52 THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase) by Claudius Heine · 10 years ago
  97. 1704456 Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close" by Jens Geyer · 10 years ago
  98. f48588f THRIFT-3225 Fix TPipeServer unpredictable behavior on close by Jens Geyer · 10 years ago
  99. 7207c22 THRIFT-2850 CMake for Apache Thrift Client: Cpp Patch: Ben Craig by Ben Craig · 10 years ago
  100. 2fadc8d THRIFT-2872 Fix dead lock when all tasks are expired by Qiao Mu · 10 years ago