1. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  2. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  3. a4b72ee THRIFT-2803 TCP_DEFER_ACCEPT not supported with domain sockets by Jens Geyer · 10 years ago
  4. fdd8d13 THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT) by Jens Geyer · 10 years ago
  5. 38f7a56 THRIFT-2749: clean up cpp lib for cpp98 build by Randy Abernethy · 10 years ago
  6. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  7. b3f6ea1 THRIFT-2067 C++: all generated objects provide ostream operator<< by Konrad Grochowski · 10 years ago
  8. e1358ce THRIFT-2687 - C++ Qt lib - fixed struct/class inconsitency between forward decl and definition by Konrad Grochowski · 10 years ago
  9. 9be413f Add getOrigin() function to TTransport by Pascal Bach · 10 years ago
  10. 5c0e987 THRIFT-2541 fixed C4003 with VC2012 around max() Client: C++ Patch: Jens Geyer by Jens Geyer · 11 years ago
  11. c0ff556 Add ability to take control of OpenSSL initialization by Alan Dunn · 11 years ago
  12. 8953e70 Expose OpenSSL initialization functions by Alan Dunn · 11 years ago
  13. e3f0a42 THRIFT-2489 Peer host name not provied when performing AccessManager common name verification. by Roger Meier · 11 years ago
  14. da8b607 THRIFT-2442 Fix issue with cpp server on Windows (WSAStartup wasn't called) by Roger Meier · 11 years ago
  15. 8b51bc6 remove trailing whitespace by Roger Meier · 11 years ago
  16. 1a36323 THRIFT-2541 reclaim TFramedTransport's read and write buffers for thrift cpp by Jens Geyer · 11 years ago
  17. b7af66e THRIFT-2614 - C++ Library - TNonblockingServer.cpp MSVC warning removed by Konrad Grochowski · 11 years ago
  18. 2e9be75 THRIFT-2610 MSVC warning in TSocket.cpp by Roger Meier · 11 years ago
  19. 3e50a9a THRIFT-2605 TSocket warning on gcc 4.8.3 by Roger Meier · 11 years ago
  20. f83c0e1 THRIFT-2416 Cannot use TCompactProtocol with MSVC by Roger Meier · 11 years ago
  21. 5f61d29 THRIFT-2609 TFileTransport.h unused field warning (clang 3.4) by Roger Meier · 11 years ago
  22. 2768eb2 THRIFT-2608 TNonblockingServer.cpp warnings on clang 3.4 by Roger Meier · 11 years ago
  23. 9a242c0 THRIFT-2607 ThreadManager.cpp warning on clang++ 3.4 by Roger Meier · 11 years ago
  24. ca545bd THRIFT-2606 ThreadManager.h warning in clang++ 3.4 by Roger Meier · 11 years ago
  25. 464a3a4 THRIFT-2092 TNonblocking server should release handler as soon as connection closes by Roger Meier · 11 years ago
  26. 1a5127b THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010 by Roger Meier · 11 years ago
  27. c9bdd50 THRIFT-2579 C++ lib Windows CE support by henrique · 11 years ago
  28. 58993d1 THRIFT-2577 C++ TFileTransport missuse of closesocket on windows platform by henrique · 11 years ago
  29. ad67aa0 THRIFT-2581 C++ TFDTransport destructor should not throw by henrique · 11 years ago
  30. 44c9b44 THRIFT-2539:TSocket.cpp AI_ADDRCONFIG problems on Windows by Randy Abernethy · 11 years ago
  31. 885c679 THRIFT-2471 Make cpp.ref annotation language agnostic by Jens Geyer · 11 years ago
  32. 02c95c1 THRIFT-2258:Add TLS v1.1/1.2 support to TSSLSocket.cpp by jfarrell · 11 years ago
  33. ea6076f THRIFT-2430 Crash during TThreadPoolServer shutdown by Jens Geyer · 11 years ago
  34. db536cf Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp" by jfarrell · 11 years ago
  35. 01386c9 THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp by Roger Meier · 11 years ago
  36. 9f4f515 THRIFT-2367 Build failure: stdlib and boost both define uint64_t by Roger Meier · 11 years ago
  37. 0f60bd4 THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too by Roger Meier · 11 years ago
  38. 301dfa9 THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSL Patch: soyer by Roger Meier · 11 years ago
  39. aefd9c4 cpp: TSSLServerSocket should use THRIFT_SOCKET by Roger Meier · 11 years ago
  40. 88103ca THRIFT-2040 "uninitialized variable" warnings on MSVC/windows by Roger Meier · 11 years ago
  41. f4e6e62 THRIFT-2214: System header sys/param.h is included inside the Thrift namespace by Ben Craig · 11 years ago
  42. 0d671c0 THRIFT-2034: Give developers' C++ code direct access to socket FDs on by Ben Craig · 11 years ago
  43. 7f10de7 THRIFT-2026: Fix TCompactProtocol 64 bit builds Client: cpp Patch: Ben Craig by Ben Craig · 11 years ago
  44. 49a7663 THRIFT-2226: TServerSocket - keepAlive wrong initialization order by Ben Craig · 11 years ago
  45. 71b5a10 THRIFT-1892: Socket timeouts are declared in milli-seconds, but are by Ben Craig · 11 years ago
  46. d856ac8 THRIFT-2019: Writing on a disconnected socket on Mac causes SIG PIPE by Ben Craig · 11 years ago
  47. fd64c15 THRIFT-2021: Improve large binary protocol string performance by Ben Craig · 11 years ago
  48. 96ea9da THRIFT-1751: definition of increase_max_fds doesn't compile when by Ben Craig · 11 years ago
  49. 6493523 THRIFT-2027: Minor 64-bit and NOMINMAX issues in C++ library by Ben Craig · 11 years ago
  50. 19244ed THRIFT-2031: Make SO_KEEPALIVE configurable for C++ lib by Ben Craig · 11 years ago
  51. aea8bfe THRIFT-2139: MSVC 2012 Error - Cannot compile due to BoostThreadFactory by Ben Craig · 11 years ago
  52. fd7ddef THRIFT-1944: Binding to zero port Client: cpp Patch: Akshat Aranya by Ben Craig · 11 years ago
  53. b2501a7 THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe by Ben Craig · 11 years ago
  54. 657b933 THRIFT-1481 cpp: Unix domain sockets in C++ do not support the abstract namespace by Roger Meier · 11 years ago
  55. acf15dc THRIFT-2160 Warning in thrift.h when compiling with -Wunused and NDEBUG by Roger Meier · 11 years ago
  56. d5f617f THRIFT-2020: Thrift library has some empty files that haven't really been by Ben Craig · 11 years ago
  57. cd54ec6 THRIFT-1999: warning on gcc 4.7 while compiling BoostMutex.cpp by Ben Craig · 11 years ago
  58. 91058ef THRIFT-2037: More general macro THRIFT_UNUSED_VARIABLE by Ben Craig · 11 years ago
  59. 9df0140 THRIFT-2023: gettimeofday implementation in Windows errors when no time by Ben Craig · 11 years ago
  60. d051ca0 THRIFT-2042 visual 2010 warnings - unused variable Patch: Konrad Grochowski by Roger Meier · 11 years ago
  61. 56a648d THRIFT-2093 added the ability to set compression level in C++ zlib transport by Roger Meier · 12 years ago
  62. e802aa4 THRIFT-2094 TNonblocking server no longer works on windows by Roger Meier · 12 years ago
  63. 0be9ffa THRIFT-2038 THRIFT_INVALID_SOCKET added to PlatformSocket.h by Roger Meier · 12 years ago
  64. 4f7ad2d THRIFT-2091 Unnecessary 'friend' declaration causes warning in TWinsockSingleton by Jens Geyer · 12 years ago
  65. 6f2a503 THRIFT-1442 TNonblockingServer: Refactor to allow multiple IO Threads by Roger Meier · 12 years ago
  66. ffbfd03 THRIFT-2074 cppcheck error removed from ThreadManager.cpp by Roger Meier · 12 years ago
  67. 7158d33 THRIFT-2044 Util.h uses defines from PlatformSocket but does not include it by Roger Meier · 12 years ago
  68. 7295745 THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULL by Roger Meier · 12 years ago
  69. 42cb873 THRIFT-2072 TNonblocking server compilation FAILS with C++11 support enabled by Roger Meier · 12 years ago
  70. ff77d07 THRIFT-2039 config.h --> thrift-config.h Patch: Ben Craig by Roger Meier · 12 years ago
  71. a1b5728 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  72. 9be4e68 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  73. cc25c52 THRIFT-2024 TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int by Ben Craig · 12 years ago
  74. bb98ed4 THRIFT-1458 cpp: use the C++ standard (c++0x or later c++11) to improve code quality and cross platform capability by Roger Meier · 12 years ago
  75. 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 12 years ago
  76. 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues by Carl Yeksigian · 12 years ago
  77. b6dfc90 THRIFT-1986 fix TCompactProtocol constants by Henrique Mendonça · 12 years ago
  78. 37e655c Thrift-1997:Add accept backlog configuration method to TServerSocket by Jake Farrell · 12 years ago
  79. d65216d THRIFT-1982 vsnprintf on Windows have different semantics by Roger Meier · 12 years ago
  80. f2b094f THRIFT-1983 %z printf format is not available in Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
  81. cde23df THRIFT-1986 TCompactProtocol constants truncated on Windows (C4309) by Roger Meier · 12 years ago
  82. 64a799d THRIFT-1987 TCompactProtocol.tcc/h warnings on Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
  83. 3e93711 THRIFT-1992: Fix TCompactProtocol compiler warnings by Carl Yeksigian · 12 years ago
  84. 5ed5e8b THRIFT-1917 Task expiration in TThreadPoolServer Patch: Ivan Fastov by Roger Meier · 12 years ago
  85. 7f1df99 THRIFT-1932 TFileTransport::readEvent() casts values read from input stream into a pointer and then dereferences it. by Roger Meier · 12 years ago
  86. c613cd2 Thrift-1846:Restore socket.h header to support builds with Android NDK by Jake Farrell · 12 years ago
  87. 3a931b5 THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server by Roger Meier · 12 years ago
  88. a7ab94d THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6 by Roger Meier · 12 years ago
  89. 0c04fcc THRIFT-1881 TNonblockingServer does not release open connections or threads on shutdown by Roger Meier · 12 years ago
  90. 552440e THRIFT-1890 C++: Make named pipes server work asynchronously by Jens Geyer · 12 years ago
  91. b2f29d8 THRIFT-1657 Chrome browser sending OPTIONS method before POST in xmlHttpRequest by Roger Meier · 12 years ago
  92. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  93. 8252577 THRIFT-1740 Make C++ library build on OS X and iOS by Roger Meier · 12 years ago
  94. 0069a44 THRIFT-1748 Guard and RWGuard macros defined in global namespace by Roger Meier · 12 years ago
  95. 36ae65c THRIFT-1744: Compilation failure under Android NDK toolchain by Henrique Mendonca · 12 years ago
  96. 9bb65ae THRIFT-1730 error: numeric_limits is not a member of std Patch: Martin Vogt by Roger Meier · 12 years ago
  97. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  98. 271e47a THRIFT-1716 max allowed connections should be PIPE_UNLIMITED_INSTANCES by Roger Meier · 12 years ago
  99. dfb8298 THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows minor fix by Roger Meier · 12 years ago
  100. 1f4be7e THRIFT-1690 Non-linux OSes use int's in bsd socket calls as well. by Roger Meier · 12 years ago