1. 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
  2. 327d134 THRIFT-3693 Fix include issue in C++ TSSLSocketInterruptTest on Windows by Nobuaki Sukegawa · 9 years ago
  3. 937228e THRIFT-3667 C++: Add TLS SNI support to clients by Teddy Reed · 9 years ago
  4. 95c628e THRIFT-3578 Make THeaderTransport detect TCompact framed and unframed by Nobuaki Sukegawa · 9 years ago
  5. bcd8e32 THRIFT-3420 C++: TSSLSockets are not interruptable by Nobuaki Sukegawa · 9 years ago
  6. 9890c28 THRIFT-3568 THeader server crashes on readSlow by Nobuaki Sukegawa · 9 years ago
  7. 796667b THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco by Antonio Di Monaco · 9 years ago
  8. 269473d THRIFT-3502: C++ TServerSocket passes small buffer to getsockname by Jeremy Spiegel · 9 years ago
  9. 54a2e64 THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier not found by Roger Meier · 9 years ago
  10. 0ad6ee9 THRIFT-3420 C++: TSSLSockets are not interruptable by Martin Haimberger · 9 years ago
  11. 517aa14 THRIFT-3415 - C++: THeader*.h/cpp includes cleanup by Konrad Grochowski · 9 years ago
  12. 317d515 THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build by Pascal Bach · 9 years ago
  13. d8ddb77 THRIFT-1522: Fixes Memory leak by wrapping getaddrinfo into a class. by Claudius Heine · 10 years ago
  14. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 9 years ago
  15. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
  16. d9d5120 THRIFT-3237 Fix TNamedPipeServer::createNamedPipe memory leak by Roger Meier · 10 years ago
  17. 5d93b04 THRIFT-3371 Abstract namespace Unix domain sockets broken in C++ by pavlo · 10 years ago
  18. 27be411 THRIFT-2936:Minor memory leak in SSL Client: cpp Patch: James King by jfarrell · 10 years ago
  19. e2e5e22 THRIFT-3308: Fix broken test cases for 0.9.3 release candidate by jfarrell · 10 years ago
  20. 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 · 10 years ago
  21. 4a1e886 Deleting a duplicate TPipe ctor declaration that snuck in by Ben Craig · 10 years ago
  22. 6515aad THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket by Ben Craig · 10 years ago
  23. af2d9c8 THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept by ben-craig · 10 years ago
  24. 1abcbc7 THRIFT-2858 Enable header field case insensitive match in THttpServer by ben-craig · 10 years ago
  25. 0104da5 THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer by Claudius Heine · 10 years ago
  26. 254b458 THRIFT-2858 Enable header field case insensitive match in THttpServer by Roger Meier · 10 years ago
  27. 33f3f01 THRIFT-1844: Overwrite password string after passing it to openssl. by Claudius Heine · 10 years ago
  28. 1704456 Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close" by Jens Geyer · 10 years ago
  29. f48588f THRIFT-3225 Fix TPipeServer unpredictable behavior on close by Jens Geyer · 10 years ago
  30. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  31. 516e28a THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>) by Roger Meier · 10 years ago
  32. 6077481 THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test by Jim King · 10 years ago
  33. 9f85468 THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calculation by Jim King · 10 years ago
  34. 9de9b1f THRIFT-2850 get windows cmake working again and building the unit tests for lib/cpp, and pass make check through cmake - also resolve some compiler warnings by Jim King · 10 years ago
  35. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  36. afc3777 THRIFT-3069 fix socket leak if fcntl fails by Roger Meier · 10 years ago
  37. efd14e7 THRIFT-3062 fix segfault on invalid port number by Roger Meier · 10 years ago
  38. 932c3ee THRIFT-3061 eliminate potential for client to hang SSLSocket close by Roger Meier · 10 years ago
  39. 8ccd634 THRIFT-3077 TFileTransport fix ignored ftruncate result by Jim King · 10 years ago
  40. 7848d88 THRIFT-3086 fix a few minor valgrind identified issues by Jim King · 10 years ago
  41. 0114455 THRIFT-1025 C++ ServerSocket should inherit from Socket with the necessary Ctor to listen on connections from a specific host (similar to perl library) by Roger Meier · 10 years ago
  42. 6f7399b cpp: remove unused variable g_socket_syscalls by Roger Meier · 10 years ago
  43. f702fed THRIFT-3020:Repair CPP11 init of member in TFramedTrans by Randy Abernethy · 10 years ago
  44. 0d964d8 THRIFT-2937 Allow setting a maximum frame size by Roger Meier · 10 years ago
  45. da80afe THRIFT-2936 Minor memory leak in CPP SSL Client: CPP Patch: Cristian Klein by Randy Abernethy · 10 years ago
  46. 4c1fde2 make style applied by Konrad Grochowski · 10 years ago
  47. 3de6b8f THRIFT-2873 Make TPipe and TPipeServer working with unicode on windows by Pascal Bach · 10 years ago
  48. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  49. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  50. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  51. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  52. a4b72ee THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain sockets by Jens Geyer · 10 years ago
  53. fdd8d13 THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT) by Jens Geyer · 10 years ago
  54. 38f7a56 THRIFT-2749: clean up cpp lib for cpp98 build by Randy Abernethy · 11 years ago
  55. 9be413f Add getOrigin() function to TTransport by Pascal Bach · 11 years ago
  56. 5c0e987 THRIFT-2541 fixed C4003 with VC2012 around max() Client: C++ Patch: Jens Geyer by Jens Geyer · 11 years ago
  57. c0ff556 Add ability to take control of OpenSSL initialization by Alan Dunn · 11 years ago
  58. 8953e70 Expose OpenSSL initialization functions by Alan Dunn · 11 years ago
  59. e3f0a42 THRIFT-2489 Peer host name not provied when performing AccessManager common name verification. by Roger Meier · 11 years ago
  60. da8b607 THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called) by Roger Meier · 11 years ago
  61. 8b51bc6 remove trailing whitespace by Roger Meier · 11 years ago
  62. 1a36323 THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cpp by Jens Geyer · 11 years ago
  63. 2e9be75 THRIFT-2610 MSVC warning in TSocket.cpp by Roger Meier · 11 years ago
  64. 3e50a9a THRIFT-2605 TSocket warning on gcc 4.8.3 by Roger Meier · 11 years ago
  65. 5f61d29 THRIFT-2609 TFileTransport.h unused field warning (clang 3.4) by Roger Meier · 11 years ago
  66. c9bdd50 THRIFT-2579 C++ lib Windows CE support by henrique · 11 years ago
  67. 58993d1 THRIFT-2577 C++ TFileTransport missuse of closesocket on windows platform by henrique · 11 years ago
  68. ad67aa0 THRIFT-2581 C++ TFDTransport destructor should not throw by henrique · 11 years ago
  69. 44c9b44 THRIFT-2539:TSocket.cpp AI_ADDRCONFIG problems on Windows by Randy Abernethy · 11 years ago
  70. 02c95c1 THRIFT-2258:Add TLS v1.1/1.2 support to TSSLSocket.cpp by jfarrell · 11 years ago
  71. ea6076f THRIFT-2430 Crash during TThreadPoolServer shutdown by Jens Geyer · 11 years ago
  72. db536cf Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp" by jfarrell · 11 years ago
  73. 01386c9 THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp by Roger Meier · 11 years ago
  74. 9f4f515 THRIFT-2367 Build failure: stdlib and boost both define uint64_t by Roger Meier · 11 years ago
  75. 0f60bd4 THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too by Roger Meier · 11 years ago
  76. 301dfa9 THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSL Patch: soyer by Roger Meier · 11 years ago
  77. aefd9c4 cpp: TSSLServerSocket should use THRIFT_SOCKET by Roger Meier · 11 years ago
  78. 88103ca THRIFT-2040 "uninitialized variable" warnings on MSVC/windows by Roger Meier · 11 years ago
  79. 0d671c0 THRIFT-2034: Give developers' C++ code direct access to socket FDs on by Ben Craig · 12 years ago
  80. 49a7663 THRIFT-2226: TServerSocket - keepAlive wrong initialization order by Ben Craig · 12 years ago
  81. 71b5a10 THRIFT-1892: Socket timeouts are declared in milli-seconds, but are by Ben Craig · 12 years ago
  82. d856ac8 THRIFT-2019: Writing on a disconnected socket on Mac causes SIG PIPE by Ben Craig · 12 years ago
  83. 6493523 THRIFT-2027: Minor 64-bit and NOMINMAX issues in C++ library by Ben Craig · 12 years ago
  84. 19244ed THRIFT-2031: Make SO_KEEPALIVE configurable for C++ lib by Ben Craig · 12 years ago
  85. fd7ddef THRIFT-1944: Binding to zero port Client: cpp Patch: Akshat Aranya by Ben Craig · 12 years ago
  86. b2501a7 THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe by Ben Craig · 12 years ago
  87. 657b933 THRIFT-1481 cpp: Unix domain sockets in C++ do not support the abstract namespace by Roger Meier · 12 years ago
  88. 56a648d THRIFT-2093 added the ability to set compression level in C++ zlib transport by Roger Meier · 12 years ago
  89. 0be9ffa THRIFT-2038 THRIFT_INVALID_SOCKET added to PlatformSocket.h by Roger Meier · 12 years ago
  90. 7295745 THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL by Roger Meier · 12 years ago
  91. 9be4e68 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  92. 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 12 years ago
  93. 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues by Carl Yeksigian · 12 years ago
  94. 37e655c Thrift-1997:Add accept backlog configuration method to TServerSocket by Jake Farrell · 12 years ago
  95. 7f1df99 THRIFT-1932 TFileTransport::readEvent() casts values read from input stream into a pointer and then dereferences it. by Roger Meier · 12 years ago
  96. c613cd2 Thrift-1846:Restore socket.h header to support builds with Android NDK by Jake Farrell · 12 years ago
  97. 552440e THRIFT-1890 C++: Make named pipes server work asynchronously by Jens Geyer · 12 years ago
  98. b2f29d8 THRIFT-1657 Chrome browser sending OPTIONS method before POST in xmlHttpRequest by Roger Meier · 12 years ago
  99. 8252577 THRIFT-1740 Make C++ library build on OS X and iOS by Roger Meier · 12 years ago
  100. 36ae65c THRIFT-1744: Compilation failure under Android NDK toolchain by Henrique Mendonca · 12 years ago