1. 21b6852 THRIFT-3083 consolidate simple and threaded server run loops by Jim King · 10 years ago
  2. 87bb771 THRIFT-3105 - C++ TNonblockingServer compilation on Windows fixed by Konrad Grochowski · 10 years ago
  3. 5ec805b THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Thread Pool servers by Jim King · 10 years ago
  4. 71f2d8a THRIFT-3067 C++ cppcheck performance related warnings by Roger Meier · 10 years ago
  5. 1684c42 THRIFT-2441 Cannot shutdown TThreadedServer when clients are still connected by Ben Craig · 10 years ago
  6. 98201b0 THRIFT-3090 cmake build is broken on MacOSX. by Marco Molteni · 10 years ago
  7. 8349425 THRIFT-3099 cmake build is broken on FreeBSD by Marco Molteni · 10 years ago
  8. 8f27189 THRIFT-3090 cmake build is broken (set CMake version to 2.8.12) by Roger Meier · 10 years ago
  9. afc3777 THRIFT-3069 fix socket leak if fcntl fails by Roger Meier · 10 years ago
  10. efd14e7 THRIFT-3062 fix segfault on invalid port number by Roger Meier · 10 years ago
  11. 1673adf THRIFT-3094 fix broken cmake build of C++ library with alternate threading by Jim King · 10 years ago
  12. 932c3ee THRIFT-3061 eliminate potential for client to hang SSLSocket close by Roger Meier · 10 years ago
  13. 5af78c8 Revert "THRIFT-3014 AppVeyor support - fix format" by Roger Meier · 10 years ago
  14. 81b3c44 THRIFT-3014 AppVeyor support - fix format by Roger Meier · 10 years ago
  15. 8ccd634 THRIFT-3077 TFileTransport fix ignored ftruncate result by Jim King · 10 years ago
  16. b5ebcd1 THRIFT-3080: use select() instead poll() for early windows compatibility. by Lei Feiwei · 10 years ago
  17. 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
  18. 7848d88 THRIFT-3086 fix a few minor valgrind identified issues by Jim King · 10 years ago
  19. 3815e0b 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
  20. 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
  21. 434edf6 THRIFT-3066 C++ TDenseProtocol assert modifies instead of checks by Jens Geyer · 10 years ago
  22. 6fc2115 THRIFT-2441 ccp: Cannot shutdown TThreadedServer when clients are still connected by Roger Meier · 10 years ago
  23. 6f7399b cpp: remove unused variable g_socket_syscalls by Roger Meier · 10 years ago
  24. f702fed THRIFT-3020:Repair CPP11 init of member in TFramedTrans by Randy Abernethy · 10 years ago
  25. 12b06e4 THRIFT-2870 - C++: JSON protocol will read & write doubles using "C" locale by Konrad Grochowski · 10 years ago
  26. 0d964d8 THRIFT-2937 Allow setting a maximum frame size by Roger Meier · 10 years ago
  27. 283899b Use Boost C++ >= 1.53.0 by Sergei Nikulov · 10 years ago
  28. 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
  29. a0c5ab7 THRIFT-2971 - C++ test and tutorial parallel build is unstable by Nobuaki Sukegawa · 10 years ago
  30. 208738a THRIFT-2972 - Missing backstash in lib/cpp/test/Makefile.am by Nobuaki Sukegawa · 10 years ago
  31. da80afe THRIFT-2936 Minor memory leak in CPP SSL Client: CPP Patch: Cristian Klein by Randy Abernethy · 10 years ago
  32. 8016af8 THRIFT-2924 TNonblockingServer crashes when user-provided event_base is used by Nobuaki Sukegawa · 10 years ago
  33. c444fb5 THRIFT-2925 CMake build does not work with OpenSSL nor anything installed in non-system location by Nobuaki Sukegawa · 10 years ago
  34. 4461a2f THRIFT-2910 libevent is not really optional by Jens Geyer · 10 years ago
  35. 2ac3a3c THRIFT-2912 Autotool build for C++ Qt library is invalid by Jens Geyer · 10 years ago
  36. 6622877 THRIFT-2098 Add support for Qt5+ by Nobuaki Sukegawa · 10 years ago
  37. 6304a53 THRIFT-2903 Qt4 library built with CMake does not work by Nobuaki Sukegawa · 10 years ago
  38. 2825664 THRIFT-2893 CMake build fails with boost thread or std thread by Nobuaki Sukegawa · 10 years ago
  39. 38bf234 THRIFT-2907 - macro ntohll defined only when needed by Konrad Grochowski · 10 years ago
  40. ec8d877 THRIFT-2906 - linking with boost_unit_test_framework made more portable by Konrad Grochowski · 10 years ago
  41. d5f87e1 CMake: Add CMake support for Thrift libraries by Pascal Bach · 10 years ago
  42. a195a25 THRIFT-2887 Respect --with-openssl when building C++ support. by Jon Parise · 10 years ago
  43. 3876ea7 make style applied by Konrad Grochowski · 10 years ago
  44. 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
  45. 4c1fde2 make style applied by Konrad Grochowski · 10 years ago
  46. 3de6b8f THRIFT-2873 Make TPipe and TPipeServer working with unicode on windows by Pascal Bach · 10 years ago
  47. 9db4b51 THRIFT-2876: C++ - tests: coping __isset structure in copy constructor by Konrad Grochowski · 10 years ago
  48. 6794698 THRIFT-2874: C++ - typo in TDenseProtocol comment fixed by Konrad Grochowski · 10 years ago
  49. 37b7a0a THRIFT-2874: C++ - unused field removed from TBinaryProtocol by Konrad Grochowski · 10 years ago
  50. fb05cf6 THRIFT-2789 TNonblockingServer leaks socket FD's under load by Jens Geyer · 10 years ago
  51. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  52. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  53. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  54. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  55. 8c12b19 THRIFT-2827: C++ - Remove unused tr1/functional include from ProcessorTest by Konrad Grochowski · 10 years ago
  56. a4b72ee THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain sockets by Jens Geyer · 10 years ago
  57. b3f5ffc THRIFT-2801: cpp - compilation warnings removed from test suite by Konrad Grochowski · 10 years ago
  58. 6f28c04 cpp: fix automake dependencies by Roger Meier · 10 years ago
  59. fdd8d13 THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT) by Jens Geyer · 10 years ago
  60. a5bf1a1 cpp: fix automake dependencies and make ProcessorTest.cpp compilable again by Roger Meier · 10 years ago
  61. 81a1f99 THRIFT-2602 fix missing dist files by Roger Meier · 10 years ago
  62. cb0754d THRIFT-2784 Eliminate compiler warnings in generated C++ code by Roger Meier · 10 years ago
  63. ec300e3 THRIFT-1462 add more strict compiler flags by Roger Meier · 10 years ago
  64. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  65. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  66. 656a2fb THRIFT-1847 TSSLSocket.cpp and TFileTransport.cpp incorrectly excluded from Visual Studio project file by Jens Geyer · 10 years ago
  67. 38f7a56 THRIFT-2749: clean up cpp lib for cpp98 build by Randy Abernethy · 10 years ago
  68. 293a40e THRIFT-2745: c++ - fixed some unit test compilation on windows by Konrad Grochowski · 10 years ago
  69. 1ff4a97 THRIFT-2716 - removed warnings from some Makefile.ams by Konrad Grochowski · 10 years ago
  70. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  71. b3e5ebe THRIFT-2513 clean up enum value assignment by name · 10 years ago
  72. 089bcd3 THRIFT-1040 Can't end typedef lines with a semicolon by Jens Geyer · 10 years ago
  73. 1235ee3 Fix EnumTest (part 2) Patch: Konrad Grochowski, as part of his pull request 209 by Jens Geyer · 10 years ago
  74. 4d223c6 FIX: wrong include path by Jens Geyer · 10 years ago
  75. ae0b22c THRIFT-2513 clean up enum value assignment Patch: Dave Watson by Jens Geyer · 10 years ago
  76. b3f6ea1 THRIFT-2067 C++: all generated objects provide ostream operator<< by Konrad Grochowski · 10 years ago
  77. e1358ce THRIFT-2687 - C++ Qt lib - fixed struct/class inconsitency between forward decl and definition by Konrad Grochowski · 10 years ago
  78. 9be413f Add getOrigin() function to TTransport by Pascal Bach · 10 years ago
  79. 5c0e987 THRIFT-2541 fixed C4003 with VC2012 around max() Client: C++ Patch: Jens Geyer by Jens Geyer · 10 years ago
  80. bee7b73 Add unit test for OpenSSL manual initialization by Alan Dunn · 10 years ago
  81. c0ff556 Add ability to take control of OpenSSL initialization by Alan Dunn · 10 years ago
  82. 8953e70 Expose OpenSSL initialization functions by Alan Dunn · 10 years ago
  83. e3f0a42 THRIFT-2489 Peer host name not provied when performing AccessManager common name verification. by Roger Meier · 10 years ago
  84. da8b607 THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called) by Roger Meier · 10 years ago
  85. 8b51bc6 remove trailing whitespace by Roger Meier · 10 years ago
  86. 1a36323 THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cpp by Jens Geyer · 11 years ago
  87. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  88. b7af66e THRIFT-2614 - C++ Library - TNonblockingServer.cpp MSVC warning removed by Konrad Grochowski · 11 years ago
  89. 2e9be75 THRIFT-2610 MSVC warning in TSocket.cpp by Roger Meier · 11 years ago
  90. 3e50a9a THRIFT-2605 TSocket warning on gcc 4.8.3 by Roger Meier · 11 years ago
  91. f83c0e1 THRIFT-2416 Cannot use TCompactProtocol with MSVC by Roger Meier · 11 years ago
  92. 5f61d29 THRIFT-2609 TFileTransport.h unused field warning (clang 3.4) by Roger Meier · 11 years ago
  93. 2768eb2 THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4 by Roger Meier · 11 years ago
  94. 9a242c0 THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4 by Roger Meier · 11 years ago
  95. ca545bd THRIFT-2606 ThreadManager.h warning in clang++ 3.4 by Roger Meier · 11 years ago
  96. 464a3a4 THRIFT-2092 TNonblocking server should release handler as soon as connection closes by Roger Meier · 11 years ago
  97. 1a5127b THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010 by Roger Meier · 11 years ago
  98. 81b3a42 THRIFT-2524 Visual Studio project is missing TThreadedServer files by Jens Geyer · 11 years ago
  99. 41312c7 THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support by Jens Geyer · 11 years ago
  100. 9a4f40d THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support by Jens Geyer · 11 years ago