1. c444fb5 THRIFT-2925 CMake build does not work with OpenSSL nor anything installed in non-system location by Nobuaki Sukegawa · 10 years ago
  2. 4461a2f THRIFT-2910 libevent is not really optional by Jens Geyer · 10 years ago
  3. 2ac3a3c THRIFT-2912 Autotool build for C++ Qt library is invalid by Jens Geyer · 10 years ago
  4. 6622877 THRIFT-2098 Add support for Qt5+ by Nobuaki Sukegawa · 10 years ago
  5. 6304a53 THRIFT-2903 Qt4 library built with CMake does not work by Nobuaki Sukegawa · 10 years ago
  6. 2825664 THRIFT-2893 CMake build fails with boost thread or std thread by Nobuaki Sukegawa · 10 years ago
  7. 38bf234 THRIFT-2907 - macro ntohll defined only when needed by Konrad Grochowski · 10 years ago
  8. ec8d877 THRIFT-2906 - linking with boost_unit_test_framework made more portable by Konrad Grochowski · 10 years ago
  9. d5f87e1 CMake: Add CMake support for Thrift libraries by Pascal Bach · 10 years ago
  10. a195a25 THRIFT-2887 Respect --with-openssl when building C++ support. by Jon Parise · 10 years ago
  11. 3876ea7 make style applied by Konrad Grochowski · 10 years ago
  12. 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
  13. 4c1fde2 make style applied by Konrad Grochowski · 10 years ago
  14. 3de6b8f THRIFT-2873 Make TPipe and TPipeServer working with unicode on windows by Pascal Bach · 10 years ago
  15. 9db4b51 THRIFT-2876: C++ - tests: coping __isset structure in copy constructor by Konrad Grochowski · 10 years ago
  16. 6794698 THRIFT-2874: C++ - typo in TDenseProtocol comment fixed by Konrad Grochowski · 10 years ago
  17. 37b7a0a THRIFT-2874: C++ - unused field removed from TBinaryProtocol by Konrad Grochowski · 10 years ago
  18. fb05cf6 THRIFT-2789 TNonblockingServer leaks socket FD's under load by Jens Geyer · 10 years ago
  19. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  20. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  21. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  22. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  23. 8c12b19 THRIFT-2827: C++ - Remove unused tr1/functional include from ProcessorTest by Konrad Grochowski · 10 years ago
  24. a4b72ee THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain sockets by Jens Geyer · 10 years ago
  25. b3f5ffc THRIFT-2801: cpp - compilation warnings removed from test suite by Konrad Grochowski · 10 years ago
  26. 6f28c04 cpp: fix automake dependencies by Roger Meier · 10 years ago
  27. fdd8d13 THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT) by Jens Geyer · 10 years ago
  28. a5bf1a1 cpp: fix automake dependencies and make ProcessorTest.cpp compilable again by Roger Meier · 10 years ago
  29. 81a1f99 THRIFT-2602 fix missing dist files by Roger Meier · 10 years ago
  30. cb0754d THRIFT-2784 Eliminate compiler warnings in generated C++ code by Roger Meier · 10 years ago
  31. ec300e3 THRIFT-1462 add more strict compiler flags by Roger Meier · 10 years ago
  32. 79f988c THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  33. aaa8947 THRIFT-2768: Whitespace Fixup by Jens Geyer · 10 years ago
  34. 656a2fb THRIFT-1847 TSSLSocket.cpp and TFileTransport.cpp incorrectly excluded from Visual Studio project file by Jens Geyer · 10 years ago
  35. 38f7a56 THRIFT-2749: clean up cpp lib for cpp98 build by Randy Abernethy · 10 years ago
  36. 293a40e THRIFT-2745: c++ - fixed some unit test compilation on windows by Konrad Grochowski · 10 years ago
  37. 1ff4a97 THRIFT-2716 - removed warnings from some Makefile.ams by Konrad Grochowski · 10 years ago
  38. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  39. b3e5ebe THRIFT-2513 clean up enum value assignment by name · 10 years ago
  40. 089bcd3 THRIFT-1040 Can't end typedef lines with a semicolon by Jens Geyer · 10 years ago
  41. 1235ee3 Fix EnumTest (part 2) Patch: Konrad Grochowski, as part of his pull request 209 by Jens Geyer · 10 years ago
  42. 4d223c6 FIX: wrong include path by Jens Geyer · 10 years ago
  43. ae0b22c THRIFT-2513 clean up enum value assignment Patch: Dave Watson by Jens Geyer · 10 years ago
  44. b3f6ea1 THRIFT-2067 C++: all generated objects provide ostream operator<< by Konrad Grochowski · 10 years ago
  45. e1358ce THRIFT-2687 - C++ Qt lib - fixed struct/class inconsitency between forward decl and definition by Konrad Grochowski · 10 years ago
  46. 9be413f Add getOrigin() function to TTransport by Pascal Bach · 10 years ago
  47. 5c0e987 THRIFT-2541 fixed C4003 with VC2012 around max() Client: C++ Patch: Jens Geyer by Jens Geyer · 10 years ago
  48. bee7b73 Add unit test for OpenSSL manual initialization by Alan Dunn · 10 years ago
  49. c0ff556 Add ability to take control of OpenSSL initialization by Alan Dunn · 10 years ago
  50. 8953e70 Expose OpenSSL initialization functions by Alan Dunn · 10 years ago
  51. e3f0a42 THRIFT-2489 Peer host name not provied when performing AccessManager common name verification. by Roger Meier · 10 years ago
  52. da8b607 THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called) by Roger Meier · 10 years ago
  53. 8b51bc6 remove trailing whitespace by Roger Meier · 10 years ago
  54. 1a36323 THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cpp by Jens Geyer · 11 years ago
  55. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  56. b7af66e THRIFT-2614 - C++ Library - TNonblockingServer.cpp MSVC warning removed by Konrad Grochowski · 11 years ago
  57. 2e9be75 THRIFT-2610 MSVC warning in TSocket.cpp by Roger Meier · 11 years ago
  58. 3e50a9a THRIFT-2605 TSocket warning on gcc 4.8.3 by Roger Meier · 11 years ago
  59. f83c0e1 THRIFT-2416 Cannot use TCompactProtocol with MSVC by Roger Meier · 11 years ago
  60. 5f61d29 THRIFT-2609 TFileTransport.h unused field warning (clang 3.4) by Roger Meier · 11 years ago
  61. 2768eb2 THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4 by Roger Meier · 11 years ago
  62. 9a242c0 THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4 by Roger Meier · 11 years ago
  63. ca545bd THRIFT-2606 ThreadManager.h warning in clang++ 3.4 by Roger Meier · 11 years ago
  64. 464a3a4 THRIFT-2092 TNonblocking server should release handler as soon as connection closes by Roger Meier · 11 years ago
  65. 1a5127b THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010 by Roger Meier · 11 years ago
  66. 81b3a42 THRIFT-2524 Visual Studio project is missing TThreadedServer files by Jens Geyer · 11 years ago
  67. 41312c7 THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support by Jens Geyer · 11 years ago
  68. 9a4f40d THRIFT-2590 C++ Visual Studio solution doesn't include Multiplexing support by Jens Geyer · 11 years ago
  69. c9bdd50 THRIFT-2579 C++ lib Windows CE support by henrique · 11 years ago
  70. 58993d1 THRIFT-2577 C++ TFileTransport missuse of closesocket on windows platform by henrique · 11 years ago
  71. ad67aa0 THRIFT-2581 C++ TFDTransport destructor should not throw by henrique · 11 years ago
  72. 44c9b44 THRIFT-2539:TSocket.cpp AI_ADDRCONFIG problems on Windows by Randy Abernethy · 11 years ago
  73. 63fcb7e THRIFT-2520 cpp:cob_style generates incorrect .tcc file by Roger Meier · 11 years ago
  74. faf52db THRIFT-2569 Introduce file to specify third party library locations on Windows by Roger Meier · 11 years ago
  75. 73b58a2 THRIFT-1771 "make check" fails on x64 for libboost_unit_test_framework.a by Roger Meier · 11 years ago
  76. 3704227 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  77. 2c60625 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  78. 4fba9d2 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  79. 6370cfd THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  80. 885c679 THRIFT-2471 Make cpp.ref annotation language agnostic by Jens Geyer · 11 years ago
  81. 524b924 Thrift-2421:Tree/Recursive struct support in thrift by jfarrell · 11 years ago
  82. e0e8316 THRIFT-2421: Tree/Recursive struct support in thrift by jfarrell · 11 years ago
  83. 02c95c1 THRIFT-2258:Add TLS v1.1/1.2 support to TSSLSocket.cpp by jfarrell · 11 years ago
  84. ea6076f THRIFT-2430 Crash during TThreadPoolServer shutdown by Jens Geyer · 11 years ago
  85. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  86. db536cf Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp" by jfarrell · 11 years ago
  87. 01386c9 THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp by Roger Meier · 11 years ago
  88. 9f4f515 THRIFT-2367 Build failure: stdlib and boost both define uint64_t by Roger Meier · 11 years ago
  89. 22888ce THRIFT-2352 msvc failed to compile thrift tests by Roger Meier · 11 years ago
  90. 0f60bd4 THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too by Roger Meier · 11 years ago
  91. 301dfa9 THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSL Patch: soyer by Roger Meier · 11 years ago
  92. aefd9c4 cpp: TSSLServerSocket should use THRIFT_SOCKET by Roger Meier · 11 years ago
  93. 09cc5e7 THRIFT-2316 cpp: TFileTransportTest is to restrictive by Roger Meier · 11 years ago
  94. 5d02b80 Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig by Jake Farrell · 11 years ago
  95. 88103ca THRIFT-2040 "uninitialized variable" warnings on MSVC/windows by Roger Meier · 11 years ago
  96. f4e6e62 THRIFT-2214: System header sys/param.h is included inside the Thrift namespace by Ben Craig · 11 years ago
  97. 0d671c0 THRIFT-2034: Give developers' C++ code direct access to socket FDs on by Ben Craig · 11 years ago
  98. 7f10de7 THRIFT-2026: Fix TCompactProtocol 64 bit builds Client: cpp Patch: Ben Craig by Ben Craig · 11 years ago
  99. 49a7663 THRIFT-2226: TServerSocket - keepAlive wrong initialization order by Ben Craig · 11 years ago
  100. 71b5a10 THRIFT-1892: Socket timeouts are declared in milli-seconds, but are by Ben Craig · 11 years ago