1. 54a2e64 THRIFT-3206 Fix Visual Studio build failure due 'pthread_self': identifier not found by Roger Meier · 9 years ago
  2. 0ad6ee9 THRIFT-3420 C++: TSSLSockets are not interruptable by Martin Haimberger · 9 years ago
  3. 517aa14 THRIFT-3415 - C++: THeader*.h/cpp includes cleanup by Konrad Grochowski · 9 years ago
  4. 317d515 THRIFT-3414 #include <pwd.h> in THeaderTransport.h breaks windows build by Pascal Bach · 9 years ago
  5. d8ddb77 THRIFT-1522: Fixes Memory leak by wrapping getaddrinfo into a class. by Claudius Heine · 10 years ago
  6. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 9 years ago
  7. 673c941 THRIFT-3382 - C++: TBase class for generated structs added by Konrad Grochowski · 9 years ago
  8. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 10 years ago
  9. a84e139 THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol by Konrad Grochowski · 9 years ago
  10. d9d5120 THRIFT-3237 Fix TNamedPipeServer::createNamedPipe memory leak by Roger Meier · 9 years ago
  11. 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
  12. 5d93b04 THRIFT-3371 Abstract namespace Unix domain sockets broken in C++ by pavlo · 9 years ago
  13. ad3a955 THRIFT-3298: thrift endian converters may conflict with other libraries by jfarrell · 9 years ago
  14. 27be411 THRIFT-2936:Minor memory leak in SSL Client: cpp Patch: James King by jfarrell · 9 years ago
  15. e2e5e22 THRIFT-3308: Fix broken test cases for 0.9.3 release candidate by jfarrell · 9 years ago
  16. 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 9 years ago
  17. 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
  18. 4a1e886 Deleting a duplicate TPipe ctor declaration that snuck in by Ben Craig · 9 years ago
  19. 6515aad THIFT-3270: reusing TNonblockingServer::TConnection cause dirty TSocket by Ben Craig · 9 years ago
  20. 02bade1 THRIFT-3247 Generate a C++ thread-safe client by ben-craig · 9 years ago
  21. af2d9c8 THRIFT-3224 Fix TNamedPipeServer unpredictable behavior on accept by ben-craig · 9 years ago
  22. 1abcbc7 THRIFT-2858 Enable header field case insensitive match in THttpServer by ben-craig · 9 years ago
  23. 0104da5 THRIFT-2073: Fixed Thrift C++ THttpClient error: cannot refill buffer by Claudius Heine · 10 years ago
  24. 254b458 THRIFT-2858 Enable header field case insensitive match in THttpServer by Roger Meier · 10 years ago
  25. cfaadcc THRIFT-3231 CPP: Limit recursion depth to 64 by Ben Craig · 10 years ago
  26. 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 10 years ago
  27. 33f3f01 THRIFT-1844: Overwrite password string after passing it to openssl. by Claudius Heine · 10 years ago
  28. 8f11f52 THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase) by Claudius Heine · 10 years ago
  29. 1704456 Revert "THRIFT-3225 Fix TPipeServer unpredictable behavior on close" by Jens Geyer · 10 years ago
  30. f48588f THRIFT-3225 Fix TPipeServer unpredictable behavior on close by Jens Geyer · 10 years ago
  31. 7207c22 THRIFT-2850 CMake for Apache Thrift Client: Cpp Patch: Ben Craig by Ben Craig · 10 years ago
  32. 2fadc8d THRIFT-2872 Fix dead lock when all tasks are expired by Qiao Mu · 10 years ago
  33. 1f6e380 `make style` applied by Konrad Grochowski · 10 years ago
  34. 516e28a THRIFT-3152 Compiler error on Mac OSX (missing #include <cstdlib>) by Roger Meier · 10 years ago
  35. 6077481 THRIFT-1248 fix TMemoryBuffer pointer arithmetic and add unit test by Jim King · 10 years ago
  36. 9f85468 THRIFT-1642 pull in patch from Jira to fix signedness issue in timeout calculation by Jim King · 10 years ago
  37. 9dfe7b8 THRIFT-2474 complete the ntohll precompile conditionals by Jim King · 10 years ago
  38. 24ea0bf THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IF by Konrad Grochowski · 10 years ago
  39. 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
  40. 1a8e048 THRIFT-3120 Minor spelling errors and an outdated URL by Jens Geyer · 10 years ago
  41. 79c9911 THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threaded servers by Jim King · 10 years ago
  42. 21b6852 THRIFT-3083 consolidate simple and threaded server run loops by Jim King · 10 years ago
  43. 87bb771 THRIFT-3105 - C++ TNonblockingServer compilation on Windows fixed by Konrad Grochowski · 10 years ago
  44. 5ec805b THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers by Jim King · 10 years ago
  45. 71f2d8a THRIFT-3067 C++ cppcheck performance related warnings by Roger Meier · 10 years ago
  46. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  47. 8f27189 THRIFT-3090 cmake build is broken (set CMake version to 2.8.12) by Roger Meier · 10 years ago
  48. afc3777 THRIFT-3069 fix socket leak if fcntl fails by Roger Meier · 10 years ago
  49. efd14e7 THRIFT-3062 fix segfault on invalid port number by Roger Meier · 10 years ago
  50. 932c3ee THRIFT-3061 eliminate potential for client to hang SSLSocket close by Roger Meier · 10 years ago
  51. 5af78c8 Revert "THRIFT-3014 AppVeyor support - fix format" by Roger Meier · 10 years ago
  52. 81b3c44 THRIFT-3014 AppVeyor support - fix format by Roger Meier · 10 years ago
  53. 8ccd634 THRIFT-3077 TFileTransport fix ignored ftruncate result by Jim King · 10 years ago
  54. b5ebcd1 THRIFT-3080: use select() instead poll() for early windows compatibility. by Lei Feiwei · 10 years ago
  55. 38772c9 THRIFT-3080: fix connection leak of C++ Nonblocking Server while huge number connections are accepted and unix socket stream fd is busy. by abadcafe · 10 years ago
  56. 7848d88 THRIFT-3086 fix a few minor valgrind identified issues by Jim King · 10 years ago
  57. 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
  58. 434edf6 THRIFT-3066 C++ TDenseProtocol assert modifies instead of checks by Jens Geyer · 10 years ago
  59. 6fc2115 THRIFT-2441 ccp: Cannot shutdown TThreadedServer when clients are still connected by Roger Meier · 10 years ago
  60. 6f7399b cpp: remove unused variable g_socket_syscalls by Roger Meier · 10 years ago
  61. f702fed THRIFT-3020:Repair CPP11 init of member in TFramedTrans by Randy Abernethy · 10 years ago
  62. 12b06e4 THRIFT-2870 - C++: JSON protocol will read & write doubles using "C" locale by Konrad Grochowski · 10 years ago
  63. 0d964d8 THRIFT-2937 Allow setting a maximum frame size by Roger Meier · 10 years ago
  64. da80afe THRIFT-2936 Minor memory leak in CPP SSL Client: CPP Patch: Cristian Klein by Randy Abernethy · 10 years ago
  65. 8016af8 THRIFT-2924 TNonblockingServer crashes when user-provided event_base is used by Nobuaki Sukegawa · 10 years ago
  66. 6622877 THRIFT-2098 Add support for Qt5+ by Nobuaki Sukegawa · 10 years ago
  67. 2825664 THRIFT-2893 CMake build fails with boost thread or std thread by Nobuaki Sukegawa · 10 years ago
  68. 38bf234 THRIFT-2907 - macro ntohll defined only when needed by Konrad Grochowski · 10 years ago
  69. 3876ea7 make style applied by Konrad Grochowski · 10 years ago
  70. d0d7a65 THRIFT-2838 TNonblockingServer can bind to port 0 (i.e., get an OS-assigned port) but there is no way to get the port number by Nobuaki Sukegawa · 10 years ago
  71. 4c1fde2 make style applied by Konrad Grochowski · 10 years ago
  72. 3de6b8f THRIFT-2873 Make TPipe and TPipeServer working with unicode on windows by Pascal Bach · 10 years ago
  73. 6794698 THRIFT-2874: C++ - typo in TDenseProtocol comment fixed by Konrad Grochowski · 10 years ago
  74. 37b7a0a THRIFT-2874: C++ - unused field removed from TBinaryProtocol by Konrad Grochowski · 10 years ago
  75. fb05cf6 THRIFT-2789 TNonblockingServer leaks socket FD's under load by Jens Geyer · 10 years ago
  76. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  77. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  78. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  79. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  80. a4b72ee THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain sockets by Jens Geyer · 10 years ago
  81. fdd8d13 THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT) by Jens Geyer · 10 years ago
  82. 38f7a56 THRIFT-2749: clean up cpp lib for cpp98 build by Randy Abernethy · 10 years ago
  83. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  84. b3f6ea1 THRIFT-2067 C++: all generated objects provide ostream operator<< by Konrad Grochowski · 10 years ago
  85. e1358ce THRIFT-2687 - C++ Qt lib - fixed struct/class inconsitency between forward decl and definition by Konrad Grochowski · 10 years ago
  86. 9be413f Add getOrigin() function to TTransport by Pascal Bach · 10 years ago
  87. 5c0e987 THRIFT-2541 fixed C4003 with VC2012 around max() Client: C++ Patch: Jens Geyer by Jens Geyer · 10 years ago
  88. c0ff556 Add ability to take control of OpenSSL initialization by Alan Dunn · 10 years ago
  89. 8953e70 Expose OpenSSL initialization functions by Alan Dunn · 10 years ago
  90. e3f0a42 THRIFT-2489 Peer host name not provied when performing AccessManager common name verification. by Roger Meier · 10 years ago
  91. da8b607 THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called) by Roger Meier · 10 years ago
  92. 8b51bc6 remove trailing whitespace by Roger Meier · 10 years ago
  93. 1a36323 THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cpp by Jens Geyer · 11 years ago
  94. b7af66e THRIFT-2614 - C++ Library - TNonblockingServer.cpp MSVC warning removed by Konrad Grochowski · 11 years ago
  95. 2e9be75 THRIFT-2610 MSVC warning in TSocket.cpp by Roger Meier · 11 years ago
  96. 3e50a9a THRIFT-2605 TSocket warning on gcc 4.8.3 by Roger Meier · 11 years ago
  97. f83c0e1 THRIFT-2416 Cannot use TCompactProtocol with MSVC by Roger Meier · 11 years ago
  98. 5f61d29 THRIFT-2609 TFileTransport.h unused field warning (clang 3.4) by Roger Meier · 11 years ago
  99. 2768eb2 THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4 by Roger Meier · 11 years ago
  100. 9a242c0 THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4 by Roger Meier · 11 years ago