1. 178f8f2 THRIFT-916 partial commit of v3-fix-all-warnings.patch and member initialization in Thrift.h by Roger Meier · 14 years ago
  2. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  3. 25df8e7 THRIFT-926. cpp: Better exception handling in TSimpleServer by David Reiss · 14 years ago
  4. 89a1294 THRIFT-926. cpp: Better buffer management for TNonblockingServer by David Reiss · 14 years ago
  5. 54bec5d THRIFT-926. cpp: Add configurable buffer recycling for TNonblockingServer by David Reiss · 14 years ago
  6. 7197efb THRIFT-926. cpp: Revert r750153 to make way for more flexible version by David Reiss · 14 years ago
  7. 105961d THRIFT-928. cpp: TNonblockingServer: use TSocket and support TClientInfo by David Reiss · 14 years ago
  8. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  9. 8ede818 THRIFT-798. cpp: Reduce resource leakage by TNonblockingServer destructor by David Reiss · 14 years ago
  10. 383e949 THRIFT-567. cpp: Can't immediately stop a TSimpleServer thread that is idle by Bryan Duxbury · 14 years ago
  11. 472fffb cpp: Don't leak memory on realloc failure in TNonblockingServer by David Reiss · 15 years ago
  12. 1c20c87 cpp: Add setLowRTO to TSocket by David Reiss · 15 years ago
  13. eee98be cpp: Disable IPV6_V6ONLY only if the socket is an AF_INET6 socket by David Reiss · 15 years ago
  14. 068f416 cpp: TNonblockingServer: Allow unrun tasks to expire after a time limit by David Reiss · 15 years ago
  15. 58e4d2c cpp: Log unexpected exceptions in TThreadPoolServer by David Reiss · 15 years ago
  16. 9e8073c Eliminate some trailing whitespace by David Reiss · 15 years ago
  17. 83b8fda cpp: Fix for task completion notification deadlock under heavy server load by David Reiss · 15 years ago
  18. 28e88ec cpp: Exit TNonBlockingServer on memmory allocation failure by David Reiss · 15 years ago
  19. 01fe153 cpp: TNonBlockingServer overload handling and optimizations by David Reiss · 15 years ago
  20. 3bb5e05 THRIFT-683. Remove profanity by David Reiss · 15 years ago
  21. 9b90344 THRIFT-606. cpp: Fix build on Solaris Nevada by David Reiss · 15 years ago
  22. 3e7fca4 THRIFT-587. cpp: Properly set addrLen before accept calls by David Reiss · 15 years ago
  23. 5105b2e cpp: Add some missing includes to fix OpenBSD compilation by David Reiss · 16 years ago
  24. 260fa93 THRIFT-411. cpp: Make TNonblockingServer::connectionStackLimit_ accessors use the right type by David Reiss · 16 years ago
  25. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  26. c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago
  27. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  28. cbcd63a Thrift-357. cpp: Fix buffer and connection bloat in TNonBlockingServer by Kevin Clark · 16 years ago
  29. 45d5696 THRIFT-351. cpp: Allow a custom ThreadFactory in TThreadedServer by David Reiss · 16 years ago
  30. 5ace178 THRIFT-265. cpp: Reset buffers every 512 calls in TNonblockingServer by Kevin Clark · 16 years ago
  31. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  32. c53a594 Fix a compile bug introduced by r702644 by David Reiss · 16 years ago
  33. e11f307 THRIFT-149. cpp: Make TNonblockingServer handle a shut-down ThreadManager by David Reiss · 16 years ago
  34. 01e55c1 cpp: Eliminate the use of fprintf [THRIFT-77] by David Reiss · 17 years ago
  35. 2be87f3 (THRIFT-37) Add some missing newlines to fprintfs. by David Reiss · 17 years ago
  36. af78778 (THRIFT-54) Remove "frameResponses" from TNonblockingServer by David Reiss · 17 years ago
  37. 52cb7a7 (THRIFT-45) TNonblockingServer (C++): only do one write in responses. by David Reiss · 17 years ago
  38. 13aea46 Fix IPv6 on FreeBSD. by David Reiss · 17 years ago
  39. 28f298d Memory-based transport rewrite. by David Reiss · 17 years ago
  40. c17fe6b THRIFT: Nonblcoking bug fix by David Reiss · 17 years ago
  41. 1997f10 Persistent conns in TSocketPool by David Reiss · 17 years ago
  42. 9b20955 Thrift error logging improvements by David Reiss · 17 years ago
  43. 84e63ab Remove some trailing whitespace. by David Reiss · 17 years ago
  44. a79e488 TNonblockingServer: Fix wrong exception names by David Reiss · 17 years ago
  45. 01d187c add increase_max_fds to the new TServer.cpp by veeve · 17 years ago
  46. d7a16f4 Thrift: Add "#include <cstdlib>" in a few places and s/malloc/std::malloc/ by David Reiss · 17 years ago
  47. a8de489 Patch from Ross McFarland to compile with strict warnings by Mark Slee · 17 years ago
  48. 2e8a8d4 Make sure exceptinos in servers are caught by Mark Slee · 17 years ago
  49. e8abada [Thrift] disabling catching general type exceptions in Tthreadpoolserver by pfung · 17 years ago
  50. 78ee85c [Thrift] message debugging for std::exceptions by pfung · 17 years ago
  51. 5d1784a Failing to init eventBase_ to NULL in one constructor by Mark Slee · 17 years ago
  52. ef22dc6 Thrift: Make some server methods public. by David Reiss · 17 years ago
  53. b4d3e7b Create a TServerEventHandler interface in TServer by Mark Slee · 17 years ago
  54. 256bdc4 IPv6 tweaks for Thrift by Mark Slee · 17 years ago
  55. 79b1694 Refactor TNonblockingServer to use event_base construct by Mark Slee · 17 years ago
  56. fb4b514 IPv6 support for the TNonBlockingServer by Mark Slee · 17 years ago
  57. 402ee28 Fix TNonBlockingServer libevent issue in ThreadPool mode by Mark Slee · 17 years ago
  58. 17496a0 Typo and comment fix by Mark Slee · 17 years ago
  59. 5898599 [thrift] Add optional callback inside of serve() by dweatherford · 18 years ago
  60. 8eceaea Missing variable in initializer list for TNonblockingServer constructor by Mark Slee · 18 years ago
  61. e02385b Add thread pool option to NonblockingServer by Mark Slee · 18 years ago
  62. 6ded775 THRIFT: generic output handler by boz · 18 years ago
  63. 9b82d27 Get the long longs out of the Thrift codebase by Mark Slee · 18 years ago
  64. 3a3b53b Modified facebook::thrift::concurrency::Monitor.wait: by Marc Slemko · 18 years ago
  65. ac62f94 Thrift - remove client disconnect error by Martin Kraemer · 18 years ago
  66. 1d4ce80 Implement proper TThreadedServer shutdown by Mark Slee · 18 years ago
  67. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 18 years ago
  68. 3303f36 Thrift CPP threading fixes by Mark Slee · 18 years ago
  69. a5a783f Server robustness fixes in Thrift C++ libs by Mark Slee · 18 years ago
  70. 6e3f637 Proper shutdown functionality for Thrift servers by Mark Slee · 18 years ago
  71. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 18 years ago
  72. 907e3d6 Fix handling of accept() exceptions in threadedserver by Mark Slee · 18 years ago
  73. fdef47e -- Servers should not crash on accept. by Aditya Agarwal · 18 years ago
  74. ee341cb Thrift: Supported for file descriptor == 0 and cleanup error output by Martin Kraemer · 18 years ago
  75. b3cb629 Adding threaded server to Thrift by Mark Slee · 18 years ago
  76. aaa23ed Move var declarations out of switch blocks in Thrift by Mark Slee · 18 years ago
  77. 5091917 Thrift: indentation by Martin Kraemer · 18 years ago
  78. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  79. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 18 years ago
  80. f937339 Nonblockingserver constructor that uses binary protocol factory by default by Mark Slee · 18 years ago
  81. 1ea9052 -- Nonblocking server changes to allow logging by Aditya Agarwal · 18 years ago
  82. 7951119 fixed a problem with read buffer resizing in TNonblockingServer by robert · 18 years ago
  83. 3860c9a Fix TSimpleServer exception bug by Mark Slee · 18 years ago
  84. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  85. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  86. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
  87. 92f00fb Framing option for non blocking server by Mark Slee · 18 years ago
  88. d622e96 -- Thrift fixes by Aditya Agarwal · 18 years ago
  89. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  90. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  91. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  92. 3ea0033 Added stress test for thrift benchmarks by Marc Slemko · 18 years ago
  93. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  94. 3545234 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  95. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  96. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 19 years ago