1. 33eaa0f THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path. by Roger Meier · 13 years ago
  2. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  3. 86e8986 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick and Vitali Lovich by Roger Meier · 13 years ago
  4. ea949fb Thrift-1462: add more strict compiler flags by Jake Farrell · 13 years ago
  5. ca10fd4 THRIFT-1462 add more strict compiler flags(-Wall -Wextra -std=c++0x -pedantic) by Roger Meier · 13 years ago
  6. 23bf35d Thrift-1454:Better handling of write on a closed TSocket by Jake Farrell · 13 years ago
  7. e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
  8. 3831578 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  9. bf12239 THRIFT-1381 Thrift C++ libs have incorrectly versioned names Patch: Jake Farrell by Roger Meier · 13 years ago
  10. 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  11. 627f1a0 Thrift-1345: Allow building without test cases by Jake Farrell · 13 years ago
  12. 7e056e7 THRIFT-1222 Unhandled exception for TEvhttpServer request by Roger Meier · 13 years ago
  13. 82dc2e2 THRIFT-1221. cpp: Remove SimpleCallback.h by Bryan Duxbury · 14 years ago
  14. cd9aea1 THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation by Bryan Duxbury · 14 years ago
  15. af65f1b THRIFT-916: Commit a partial fix for flex-generated code infested with warnings on Mac OS X by Christian Lavoie · 14 years ago
  16. e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 14 years ago
  17. 6806fb8 THRIFT-922. cpp: Convert protocol classes to use non-virtual functions by David Reiss · 14 years ago
  18. e879c2f THRIFT-922. cpp: Convert transport classes to use non-virtual calls by David Reiss · 14 years ago
  19. 5ddabb8 THRIFT-923. cpp: Implement a fully nonblocking server and client by David Reiss · 14 years ago
  20. 351e22b THRIFT-503. cpp: Move the tests built by "make check" under lib/cpp by David Reiss · 14 years ago
  21. 2b45589 THRIFT-500. Remove unnecessary "ACLOCAL_AMFLAGS" line from lib/cpp/Makefile.am by David Reiss · 14 years ago
  22. 112e309 THRIFT-247. cpp: Basic THttpServer implementation for C++ by David Reiss · 14 years ago
  23. 7ba364f revert unintentional partial commit of THRIFT-247 by Bryan Duxbury · 14 years ago
  24. 23f2348 add ASL to a handful of files by Bryan Duxbury · 14 years ago
  25. 5f013bb cpp: Fix build problems introduced by r920682 by David Reiss · 15 years ago
  26. e4d4ea0 THRIFT-333. cpp: Initial TCompactProtocol implementation by David Reiss · 16 years ago
  27. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  28. abb56a4 THRIFT-255. cpp: Add TSimpleFileTransport, a wrapper around TFDTransport by David Reiss · 16 years ago
  29. 48141bf THRIFT-373. Update lists of files to include in release tarballs by David Reiss · 16 years ago
  30. 0b7d6fa THRIFT-314. Purge reflection.limited by David Reiss · 16 years ago
  31. 53f18f0 (THRIFT-69) Fix Util::currentTime for use in applications. by David Reiss · 17 years ago
  32. c6c6498 Allow out-of-source builds. by David Reiss · 17 years ago
  33. 28f298d Memory-based transport rewrite. by David Reiss · 17 years ago
  34. 9405845 Add TBase64Utils.h and TJSONProto.h to lib/cpp/Makefile.am. by David Reiss · 17 years ago
  35. e4db03d Add TFDTransport: a dead-simple wrapper around a file-descriptor. by David Reiss · 17 years ago
  36. e0e3d1b Add TProtocolTap: a meta-protocol for "wiretapping". by David Reiss · 17 years ago
  37. 01d187c add increase_max_fds to the new TServer.cpp by veeve · 17 years ago
  38. db0ea15 Thrift: Add a full-featured JSON protocol for C++. by David Reiss · 17 years ago
  39. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  40. 832b262 Thrift: Revamp build to use a single configure.ac. by David Reiss · 17 years ago
  41. b16074d Add pkgconfig to Thrift C++ libraries by Mark Slee · 17 years ago
  42. b72d19f Thrift: Prep for release. by David Reiss · 17 years ago
  43. faebedd Thrift: Re-committing zlib. by David Reiss · 17 years ago
  44. 79ae0f8 Thrift: Compile without libevent. by David Reiss · 17 years ago
  45. 5aea7c8 Thrift: Reverting TZlibTransport by David Reiss · 17 years ago
  46. b8c6334 Thrift: Zlib transport. by David Reiss · 17 years ago
  47. 4e7530d Thrift: TDenseProtocol. by David Reiss · 17 years ago
  48. 000b111 -- cleaning up some Makefile issues by Aditya Agarwal · 17 years ago
  49. 2375312 Thrift: Limited Reflection for C++. by David Reiss · 17 years ago
  50. bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
  51. 00dcccf Thrift: Debug Protocol by David Reiss · 17 years ago
  52. e02e424 thrift: cpp tsocketpool support by jsobel · 18 years ago
  53. 3e9d177 Thrift: Adding StatsProcessor, PeekProcessor, TPipedFileReaderTransport, and TPipedFileReaderTransportFactory classes by James Wang · 18 years ago
  54. 8a98e1b Thrift HTTP client in C++ by Mark Slee · 18 years ago
  55. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 18 years ago
  56. af602f5 -- Remove reference to TBufferedRouter.h/cpp in Makefile by Aditya Agarwal · 18 years ago
  57. b3cb629 Adding threaded server to Thrift by Mark Slee · 18 years ago
  58. 0788a70 Separate thrift into libthrift and libthriftnb by Mark Slee · 18 years ago
  59. 85ca7a1 Added ax_event_base.m4 to find and configure libevent by Marc Slemko · 18 years ago
  60. 25b2936 -- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp by Aditya Agarwal · 18 years ago
  61. 0f70d77 Mutex was missing from libthrift build by Mark Slee · 18 years ago
  62. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 18 years ago
  63. b3bd81f Change Thrift .cc files to be .cpp files by Mark Slee · 18 years ago
  64. e528c76 -- Thrift Log File by Aditya Agarwal · 18 years ago
  65. 2f6404d C++ Thrift coding style changes by Mark Slee · 18 years ago
  66. 9e7734d Thrift: Rename chunked to framed transports by Mark Slee · 18 years ago
  67. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  68. 056f9ba Print out results of stress test by Marc Slemko · 18 years ago
  69. e18890f straggler by Marc Slemko · 18 years ago
  70. d42a2c2 Rationalized include-directory schema by Marc Slemko · 18 years ago
  71. c09a65a fixed test build by Marc Slemko · 18 years ago
  72. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  73. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 18 years ago
  74. e03da18 autoconf/automake: Fixed handling of bits/socket.h MSG_NODELAY by Marc Slemko · 18 years ago
  75. 9d4a3e2 autoconf/automake/libtool-ized thrift cpp bits: by Marc Slemko · 18 years ago
  76. 9f0ba25 autoconf/automake line noise for linux/osx builds by Marc Slemko · 18 years ago