1. 8095447 THRIFT-2066 'make install' does not install two headers required for C++ bindings by Jens Geyer · 12 years ago
  2. a1b5728 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  3. 9be4e68 THRIFT-2039 config.h --> thrift-config.h by Konrad Grochowski · 12 years ago
  4. cc25c52 THRIFT-2024 TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int by Ben Craig · 12 years ago
  5. 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
  6. 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 12 years ago
  7. 7cb7fc8 THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issues by Carl Yeksigian · 12 years ago
  8. b6dfc90 THRIFT-1986 fix TCompactProtocol constants by Henrique Mendonça · 12 years ago
  9. 37e655c Thrift-1997:Add accept backlog configuration method to TServerSocket by Jake Farrell · 12 years ago
  10. d65216d THRIFT-1982 vsnprintf on Windows have different semantics by Roger Meier · 12 years ago
  11. f2b094f THRIFT-1983 %z printf format is not available in Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
  12. cde23df THRIFT-1986 TCompactProtocol constants truncated on Windows (C4309) by Roger Meier · 12 years ago
  13. 64a799d THRIFT-1987 TCompactProtocol.tcc/h warnings on Visual Patch: Konrad Grochowski by Roger Meier · 12 years ago
  14. 3e93711 THRIFT-1992: Fix TCompactProtocol compiler warnings by Carl Yeksigian · 12 years ago
  15. 16ee0d1 THRIFT-1968 Thrift's include path is wrong in pkg-config files by Roger Meier · 12 years ago
  16. 5ed5e8b THRIFT-1917 Task expiration in TThreadPoolServer Patch: Ivan Fastov by Roger Meier · 12 years ago
  17. 7f1df99 THRIFT-1932 TFileTransport::readEvent() casts values read from input stream into a pointer and then dereferences it. by Roger Meier · 12 years ago
  18. 967600e THRIFT-1850 make check hangs on TSocket tests in TransportTest.cpp by Roger Meier · 12 years ago
  19. c613cd2 Thrift-1846:Restore socket.h header to support builds with Android NDK by Jake Farrell · 12 years ago
  20. 3a931b5 THRIFT-1902 C++: Support for Multiplexing Services on any Transport, Protocol and Server by Roger Meier · 12 years ago
  21. a7ab94d THRIFT-1845 cpp: Fix compiler warning caused by implicit string conversion with Xcode 4.6 by Roger Meier · 12 years ago
  22. 0c04fcc THRIFT-1881 TNonblockingServer does not release open connections or threads on shutdown by Roger Meier · 12 years ago
  23. 552440e THRIFT-1890 C++: Make named pipes server work asynchronously by Jens Geyer · 12 years ago
  24. d34bea0 THRIFT-1837 Deploy and use cxxfunctional.h in cpp code generated in cob_style mode by Roger Meier · 12 years ago
  25. c095919 THRIFT-1829 cpp unit tests fail to build using multiple make jobs by Roger Meier · 12 years ago
  26. b2f29d8 THRIFT-1657 Chrome browser sending OPTIONS method before POST in xmlHttpRequest by Roger Meier · 12 years ago
  27. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  28. 8252577 THRIFT-1740 Make C++ library build on OS X and iOS by Roger Meier · 12 years ago
  29. 0069a44 THRIFT-1748 Guard and RWGuard macros defined in global namespace by Roger Meier · 12 years ago
  30. 36ae65c THRIFT-1744: Compilation failure under Android NDK toolchain by Henrique Mendonca · 12 years ago
  31. 9bb65ae THRIFT-1730 error: numeric_limits is not a member of std Patch: Martin Vogt by Roger Meier · 12 years ago
  32. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  33. 7c7a5e0 Thrift-1721:Dist broken due to 0.8.0 to 0.9.0 changes by Jake Farrell · 12 years ago
  34. a32ac7a Thrift-1718:Incorrect check in TFileTransportTest by Jake Farrell · 12 years ago
  35. 271e47a THRIFT-1716 max allowed connections should be PIPE_UNLIMITED_INSTANCES by Roger Meier · 12 years ago
  36. dfb8298 THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows minor fix by Roger Meier · 12 years ago
  37. 1f4be7e THRIFT-1690 Non-linux OSes use int's in bsd socket calls as well. by Roger Meier · 12 years ago
  38. b69d24d THRIFT-1690 Sockets and Pipe Handles truncated on Win64 Patch: Ben Craig by Roger Meier · 12 years ago
  39. 962b353 THRIFT-1689: don't exit(-1) in TNonblockingServer by Henrique Mendonca · 12 years ago
  40. afd3ab2 Thrift-1656: Setting proper headers in THttpServer.cpp so that "Cross-Origin Resource Sharing" on js client can work. by Jake Farrell · 12 years ago
  41. ae44abc THRIFT-1064 TClientInfoServerHandler::processContext() is not called for TNonblockingServer server event handler by Roger Meier · 12 years ago
  42. bd057f6 THRIFT-1633 Add windows build configurations to support static linking by Roger Meier · 13 years ago
  43. f42ae01 Thrift-1567:Thrift/cpp: Allow alternate classes to be used for strings by Jake Farrell · 13 years ago
  44. f9f841d THRIFT-1626 concurrency::Mutex timedlock fix and lesser improvements by Roger Meier · 13 years ago
  45. 89cc430 THRIFT-1631 Fix C++ server constructor typos Patch: Andrew Cox by Roger Meier · 13 years ago
  46. 87b704f Thrift-1558 _xplatform_pipe_6-5-2012.patch fix compile error by Roger Meier · 13 years ago
  47. 7d0a040 Thrift-1558 _xplatform_pipe_6-5-2012.patch Patch: Peace C by Roger Meier · 13 years ago
  48. 4cb8e40 THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox by Roger Meier · 13 years ago
  49. 2d59b9e THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  50. b661783 THRIFT-1585 C++ library fails to build with OS X pthread implementation by Roger Meier · 13 years ago
  51. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  52. 94bb7f2 Thrift-1606:Race condition in BoostThreadFactory.cpp by Jake Farrell · 13 years ago
  53. dd16f05 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  54. 4f260f7 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  55. 2b1a528 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  56. 67377e7 fix broken build introduced with THRIFT-1336 by Roger Meier · 13 years ago
  57. 2be7f24 THRIFT-1336 thrift: added server and processor test code by Roger Meier · 13 years ago
  58. 2badac7 THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path by Roger Meier · 13 years ago
  59. 1516be0 Merge branch 'trunk' of https://github.com/benoitdion/thrift into trunk by Roger Meier · 13 years ago
  60. 92a90ff THRIFT-1566 Thrift/cpp: Use some different string operations by Roger Meier · 13 years ago
  61. a3410db THRIFT-1564 Minor fixes to TZlibTransport Patch: Dave Watson by Roger Meier · 13 years ago
  62. 33eaa0f THRIFT-1552 Thrift (cpp) include files shouldn't require adding "thrift" to the compilers include path. by Roger Meier · 13 years ago
  63. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  64. 02c827b THRIFT-1562 Fix issue with TFramedTransport::readSlow Patch: Dave Watson by Roger Meier · 13 years ago
  65. d8f50f3 THRIFT-1563 thrift: make serve() throw an exception if it fails by Roger Meier · 13 years ago
  66. ec8027f THRIFT-1561 expose #active connections Patch: Dave Watson by Roger Meier · 13 years ago
  67. d1bf5d0 THRIFT-1558 Named Pipe and Anonymous Pipe transport for Windows Patch: Peace C by Roger Meier · 13 years ago
  68. 7699b40 add license headers, fix compiler warnings by Roger Meier · 13 years ago
  69. 35f977c THRIFT-1524 TNonBlockingServer does not compile in Visual Studio 2010 by Roger Meier · 13 years ago
  70. 8b1adf4 THRIFT-1524 TNonBlockingServer does not compile in Visual Studio 2010 by Roger Meier · 13 years ago
  71. 19a9915 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick qt-cleanup.patch applied by Roger Meier · 13 years ago
  72. 0bab154 THRIFT-1348 C++ Qt bindings by Roger Meier · 13 years ago
  73. 86e8986 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick and Vitali Lovich by Roger Meier · 13 years ago
  74. 64af51b THRIFT-1512 Thrift socket support for Windows XP Patch: Peace C by Roger Meier · 13 years ago
  75. f9f01fa THRIFT-1394:Treatment of optional fields is not consistent between C++ and Java by Jake Farrell · 13 years ago
  76. 6ce2704 Thrift-1502:TSimpleServer::serve(): Do not print out error message if server was stopped. by Jake Farrell · 13 years ago
  77. f0e517d THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler, allowing web service usage of Thrift generated code by Roger Meier · 13 years ago
  78. 36f7a72 THRIFT-1491 Uninitialize processorFactory_ member in TServer.h by Roger Meier · 13 years ago
  79. d77d180 Thrift:1488 - src/concurrency/Thread.h:91:58: error: invalid conversion from 'pthread_t {aka _opaque_pthread_t*}' by Jake Farrell · 13 years ago
  80. 4749b4f THRIFT-1490 Windows-specific header files - fixes & tweaks Patch: Peace C by Roger Meier · 13 years ago
  81. 12d7053 THRIFT-1461 Recent TNonblockingServer changes broke --enable-boostthreads=yes, Windows by Roger Meier · 13 years ago
  82. ea949fb Thrift-1462: add more strict compiler flags by Jake Farrell · 13 years ago
  83. ca10fd4 THRIFT-1462 add more strict compiler flags(-Wall -Wextra -std=c++0x -pedantic) by Roger Meier · 13 years ago
  84. 611f90c THRIFT-1459 declare shared_ptr as boost::shared_ptr by Roger Meier · 13 years ago
  85. 3fc4819 THRIFT-1272 add subclass of ReadWriteMutex that avoids writer by Roger Meier · 13 years ago
  86. 1d282a9 THRIFT-1273 Replace assignment of a negative literal to an by Roger Meier · 13 years ago
  87. 3781c24 THRIFT-1337 support maximum frame size in TNonblockingServer Patch: Dave Watson by Roger Meier · 13 years ago
  88. 6c26fad THRIFT-1433 TServerSocket fix for MSVC Patch: Peace C by Roger Meier · 13 years ago
  89. d0cdecf THRIFT-1442 TNonblockingServer: Refactor to allow multiple IO Threads by Roger Meier · 13 years ago
  90. 406fc74 THRIFT-1325 Thrift SVN and latest GCC issue: Undefined symbols: "apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>::VERSION_MASK" by Roger Meier · 13 years ago
  91. f05e148 Thrift-1451:FramedTransport: Prevent infinite loop when writing by Jake Farrell · 13 years ago
  92. 23bf35d Thrift-1454:Better handling of write on a closed TSocket by Jake Farrell · 13 years ago
  93. 753b6c5 Thrift-1444:FunctionRunner - add syntactic sugar to create shared_ptrs by Jake Farrell · 13 years ago
  94. b0d9560 Thrift-1442: TNonblockingServer: Refactor to allow multiple IO Threads by Jake Farrell · 13 years ago
  95. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  96. 1b533e9 THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads by Roger Meier · 13 years ago
  97. e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
  98. 6f7681f THRIFT-1361 revert compiler/cpp/src/thrifty.yy change by Roger Meier · 13 years ago
  99. 3831578 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  100. 17b8469 THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Roger Meier · 13 years ago