1. b33130f THRIFT-4559: TSSLSocket no longer prints incorrect error for SYSCALL (#1549) by Sidneys1 · 7 years ago
  2. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
  3. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
  4. 8bcb7ac THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issues Client: cpp by Bugra Gedik · 7 years ago
  5. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 7 years ago
  6. c4af633 THRIFT-4418: evhttp_connection_new is deprecated; use evhttp_connection_base_new by zhouweikang · 7 years ago
  7. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
  8. 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 7 years ago
  9. 43f4bf2 THRIFT-4376: fix a few high impact coverity defects: by James E. King, III · 7 years ago
  10. 9f9e30b THRIFT-4331: C++ TSSLSocket fixes for huge message handling Client: C++ by Martin Haimberger · 7 years ago
  11. 9ce1fd9 THRIFT-4049, THRIFT-4053: when skipping, if field type is invalid, throw a by James E. King, III · 7 years ago
  12. aded00b THRIFT-3821: make memory buffer size configurable so unit test does by James E. King, III · 7 years ago
  13. d3013f3 THRIFT-3766: add zlib getUnderlyingTransport method Client: C++ by James E. King, III · 7 years ago
  14. 4a6bff1 THRIFT-4283: fix TNamedPipeServer race condition in interrupt by James E. King, III · 7 years ago
  15. 6960370 THRIFT-4327: add API to efficiently remove a single timer Client: C++ by Francois Ferrand · 7 years ago
  16. cc2d558 THRIFT-4292: Implement TimerManager::remove() Client: C++ by Francois Ferrand · 7 years ago
  17. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
  18. 20116c6 THRIFT-3821 Check for overflow on buffer resize in TMemoryBuffer Client: C++ by Alex Şuhan · 8 years ago
  19. 237a394 THRIFT-3974: fix ThreadSanitizer identified issues Client: C++ by James E. King, III · 7 years ago
  20. 3f07967 THRIFT-4248: Import cstring in TSSLSocket Client: C++ by Josip Sokcevic · 8 years ago
  21. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 8 years ago
  22. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 8 years ago
  23. 33df4eb THRIFT-4166: fix recent VC2010 build regression and prevent it in the future by James E. King, III · 8 years ago
  24. 257dcef THRIFT-4160 (pt. 2): Fix wrong numActiveProcessors_ when failing to notify any IO thread by Changli Gao · 8 years ago
  25. 7f5a8c2 THRIFT-4164: update openssl cleanup to match current requirements and document TSSLSocketFactory lifetime requirements by James E. King, III · 8 years ago
  26. 00d4252 THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions by James E. King, III · 8 years ago
  27. 7e7a1a7 TSocket: Don't close connections when failing to read/write Client: cpp by Changli Gao · 8 years ago
  28. bf42d55 THRIFT-4161: TNonblockingServer: Fix using uninitialized event_ Client: cpp by Changli Gao · 8 years ago
  29. d4fa706 THRIFT-4160: Fix use closed(freed) connections in non-blocking server by Changli Gao · 8 years ago
  30. 117a5cc THRIFT-4138: Remove undefined behavior imported from Boost Client: C++ by Jim Apple · 8 years ago
  31. 5c3de6d THRIFT-4140: fix unsafe call to gmtime by James E. King, III · 8 years ago
  32. bede86a THRIFT-3944 TSSLSocket has dead code in checkHandshake Client: C++ by tpcwang · 8 years ago
  33. 7bc9431 THRIFT-4151: disable pthread concurrency analysis code in standard builds by James E. King, III · 8 years ago
  34. 147c284 THRIFT-2026: Eliminate some undefined behavior in C/C++ by Jim Apple · 8 years ago
  35. 75386db THRIFT-4129: Fix fd leak when failing to dispatch new connections Client: C++ by Changli Gao · 8 years ago
  36. 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
  37. 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
  38. 239233a THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.h Client: C++ by James E. King, III · 8 years ago
  39. 0a660ee THRIFT-4084: only join threads if joinable by James E. King, III · 8 years ago
  40. bff0446 THRIFT-4075: better support for headers-only boost with mingw Client: C++ by James E. King, III · 8 years ago
  41. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  42. 2d6060d THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions for building with cmake under that toolchain by James E. King, III · 8 years ago
  43. 6fe7fa1 THRIFT-3892 support OpenSSL before 0.9.8f during build by James E. King, III · 8 years ago
  44. 4194562 THRIFT-4038 socket check: checking an unsigned number against >= 0 never fails by gzshi · 8 years ago
  45. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  46. 4337983 THRIFT-3955 TThreadedServer Memory Leak Client: C++ Patch: tzongw@gmail.com by James E. King, III · 8 years ago
  47. 220d5f8 THRIFT-3953 TSSLSocket::close should handle exceptions from waitForEvent because it is called by the destructor by James E. King, III · 8 years ago
  48. 7656793 THRIFT-3961 terminate the connection to the client if an exception occurs while processing a message by James E. King, III · 8 years ago
  49. c544975 THRIFT-3038 clean up remaining volatile issues Client: C++ by James E. King, III · 8 years ago
  50. 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
  51. f793c2b THRIFT-3957 TConnectedClient does not disconnect from clients when the receive timeout is reached. by Jim King · 8 years ago
  52. af81cf0 THRIFT-3942 Make TSSLSocket honor send and receive timeouts by tpcwang · 8 years ago
  53. 3620090 THRIFT-3943: resolve some high severity outstanding defects identified by coverity scan by James E. King, III · 8 years ago
  54. d1c0d33 Fix WinXP version of thrift_poll to not use destructed time_out by tpcwang · 8 years ago
  55. 4bbfe61 THRIFT-3878: fix interop with newer OpenSSL libraries by James E. King, III · 8 years ago
  56. 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
  57. 11da87e THRIFT-2835 Add possibility to distribute generators separately from thrift core, and load them dynamically by Nobuaki Sukegawa · 8 years ago
  58. bcad917 THRIFT-2156: fix errno handling in server socket Client: C++ Patch: Jens Geyer by Jens Geyer · 9 years ago
  59. e517624 THRIFT-2156: fix errno handling in server socket by Jim King · 9 years ago
  60. 5871d2c THRIFT-3038 Fix a couple races and removed volatile per analysis, replacing with atomics by Jim King · 9 years ago
  61. 1654fe9 THRIFT-3476: fix missing header by Jim King · 9 years ago
  62. 4300b72 THRIFT-3879 Undefined evaluation order causes incorrect processing in the C++ library JSON protocol by dtmuller · 9 years ago
  63. 5a3f855 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  64. e5fbedd Revert "THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees" by Jens Geyer · 9 years ago
  65. 0af1aa1 THRIFT-3753 TServerFramework::stop may fail to interrupt connected clients by tpcwang · 9 years ago
  66. 0b433de THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees by Jim King · 9 years ago
  67. 61b1708 THRIFT-3233 fix accounting of workers in thread manager by Jim King · 9 years ago
  68. 8cc9175 THRIFT-3814 Fix contention in TNonblockingServerTest by Nobuaki Sukegawa · 9 years ago
  69. 3bf5bf9 THRIFT-3755 TDebugProtocol::writeString hits assert in isprint on Windows with debug CRT by tpcwang · 9 years ago
  70. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  71. d42d8be THRIFT-3758 TApplicationException::getType and TProtocolException::getType should be const by tpcwang · 9 years ago
  72. b819260 THRIFT-3736 C++ library build fails if OpenSSL does not surrpot SSLv3 by Nobuaki Sukegawa · 9 years ago
  73. 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
  74. 327d134 THRIFT-3693 Fix include issue in C++ TSSLSocketInterruptTest on Windows by Nobuaki Sukegawa · 9 years ago
  75. 937228e THRIFT-3667 C++: Add TLS SNI support to clients by Teddy Reed · 9 years ago
  76. 0433d17 THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol by Wang Yaofu · 9 years ago
  77. 95c628e THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed by Nobuaki Sukegawa · 9 years ago
  78. bcd8e32 THRIFT-3420 C++: TSSLSockets are not interruptable by Nobuaki Sukegawa · 9 years ago
  79. 9890c28 THRIFT-3568 THeader server crashes on readSlow by Nobuaki Sukegawa · 9 years ago
  80. e917a27 THRIFT-3564: potential core dump in TQTcpServer by Sebastian Zenker · 9 years ago
  81. 9c4193d THRIFT-3565: C++: declared T{Async}Processor::getEventHandler() as const member functions by Sebastian Zenker · 9 years ago
  82. 643f1ee THRIFT-3563: C++/Qt: removed usage of macro QT_PREPEND_NAMESPACE() by Sebastian Zenker · 9 years ago
  83. 9be7569 THRIFT-3562: C++: removed unused TEventServer by Sebastian Zenker · 9 years ago
  84. 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
  85. 11eac44 THRIFT-3534 Link error when building with Qt5 by Roger Meier · 9 years ago
  86. c91bd74 THRIFT-3437 Fixed MinGW-w64 build by Nobuaki Sukegawa · 9 years ago
  87. 796667b THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco by Antonio Di Monaco · 9 years ago
  88. 269473d THRIFT-3502: C++ TServerSocket passes small buffer to getsockname by Jeremy Spiegel · 9 years ago
  89. 117af5c THRIFT-3498 C++ library assumes optional function pthread_attr_setschedpolicy is available by Simon South · 9 years ago
  90. 1719bf4 THRIFT-3497 Build fails with "invalid use of incomplete type" by Simon South · 9 years ago
  91. 39e505c THRIFT-3496 C++: Cob style client fails when sending a consecutive request by Sebastian Zenker · 9 years ago
  92. dfb6896 THRIFT-3483 Incorrect empty binary handling introduced by THRIFT-3359 by Nobuaki Sukegawa · 9 years ago
  93. 54a2e64 THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier not found by Roger Meier · 9 years ago
  94. 0ad6ee9 THRIFT-3420 C++: TSSLSockets are not interruptable by Martin Haimberger · 9 years ago
  95. 517aa14 THRIFT-3415 - C++: THeader*.h/cpp includes cleanup by Konrad Grochowski · 9 years ago
  96. 317d515 THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build by Pascal Bach · 9 years ago
  97. d8ddb77 THRIFT-1522: Fixes Memory leak by wrapping getaddrinfo into a class. by Claudius Heine · 10 years ago
  98. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 9 years ago
  99. 673c941 THRIFT-3382 - C++: TBase class for generated structs added by Konrad Grochowski · 9 years ago
  100. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago