1. b95b0ff THRIFT-1500: d programming language support Client: D Patch: David Nadlinger by Jake Farrell · 13 years ago
  2. f485e2b THRIFT-1343 - remove internal min function, it seems the same as erlang:min/2 by Anthony F. Molinaro · 13 years ago
  3. e2378f6 THRIFT-1344 - fix http deprecation warning by Anthony F. Molinaro · 13 years ago
  4. 3bba214 THRIFT-1532 - slightly better fix, take into account requiredness when adding default values by Anthony F. Molinaro · 13 years ago
  5. 3183514 THRIFT-1532/THRIFT-1475 - fix record generation for erlang by Anthony F. Molinaro · 13 years ago
  6. 9c6773a THRIFT-1537:TFramedTransport issues Client: delphi Patch: Jens Geyer by Jake Farrell · 13 years ago
  7. ca620e3 THRIFT-1429:The nonblocking servers is supposed to use TransportFactory to read the data by Jake Farrell · 13 years ago
  8. 4ca8c3b THRIFT-1523: clientTimeout not worked as expected in TServerSocket created by TSSLTransportFactory by Jake Farrell · 13 years ago
  9. 363f6d4 THRIFT-1128:MAC OS X thrift.h incompatibility with Thrift.h by Jake Farrell · 13 years ago
  10. 3808770 THRIFT-1529. java: TupleProtocol can unintentionally include an extra byte in bit vectors when number of optional fields is an integral of 8 by Bryan Duxbury · 13 years ago
  11. f85ad51 THRIFT-1526. java: Union TupleSchemeFactory returns StandardSchemes by Bryan Duxbury · 13 years ago
  12. a81b040 THRIFT-369: sets and maps break equality by Ilya Maykov · 13 years ago
  13. 35f977c THRIFT-1524 TNonBlockingServer does not compile in Visual Studio 2010 by Roger Meier · 13 years ago
  14. 8b1adf4 THRIFT-1524 TNonBlockingServer does not compile in Visual Studio 2010 by Roger Meier · 13 years ago
  15. 5b9693c THRIFT-1388 Delphi XE code-generation test case Patch: Jens Geyer by Roger Meier · 13 years ago
  16. cb4e116 THRIFT-1520 : embed version number in .app file for easier integration with rebar by Anthony F. Molinaro · 13 years ago
  17. 2b828b1 THRIFT-1516 TProtocolException in C# should be public Patch: Stefan Gmeiner by Roger Meier · 13 years ago
  18. 2fbde0e THRIFT-1517 TTransport.ReadAll() should set exception type to EndOfFile by Roger Meier · 13 years ago
  19. b405ca6 THRIFT-1447. java: NullpointerException in ProcessFunction.class :in 'oneway' method by Bryan Duxbury · 13 years ago
  20. 19a9915 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick qt-cleanup.patch applied by Roger Meier · 13 years ago
  21. 0bab154 THRIFT-1348 C++ Qt bindings by Roger Meier · 13 years ago
  22. 86e8986 THRIFT-1348 C++ Qt bindings Patch: Doug Rosvick and Vitali Lovich by Roger Meier · 13 years ago
  23. 64af51b THRIFT-1512 Thrift socket support for Windows XP Patch: Peace C by Roger Meier · 13 years ago
  24. 6f0f527 THRIFT-1510:There should be an implementation of the JsonProtocol for ruby by Jake Farrell · 13 years ago
  25. c00d83b Thrift-1453:Don't change types of arguments when serializing with thrift php extension by Jake Farrell · 13 years ago
  26. f9f01fa THRIFT-1394:Treatment of optional fields is not consistent between C++ and Java by Jake Farrell · 13 years ago
  27. 6ce2704 Thrift-1502:TSimpleServer::serve(): Do not print out error message if server was stopped. by Jake Farrell · 13 years ago
  28. b2c4952 Thrift-1465:Visibility of methods in generated java code by Jake Farrell · 13 years ago
  29. 100f616 THRIFT-1498:Allow TThreadedPoolServer.Args to pass a ExecutorService by Jake Farrell · 13 years ago
  30. ac70b5f THRIFT-1478 TJSONProtocol in PHP fix: remove dist and add lunit log format by Roger Meier · 13 years ago
  31. 6823b6d add info on proxy usage by Roger Meier · 13 years ago
  32. 33b720a THRIFT-1478 TJSONProtocol in PHP Patch: Greg Fodor, Andrew Grumet, Roger Meier by Roger Meier · 13 years ago
  33. 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
  34. 36f7a72 THRIFT-1491 Uninitialize processorFactory_ member in TServer.h by Roger Meier · 13 years ago
  35. 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
  36. 4749b4f THRIFT-1490 Windows-specific header files - fixes & tweaks Patch: Peace C by Roger Meier · 13 years ago
  37. eaa61d8 THRIFT-1267 Node.js can't throw exceptions Patch: Henrique Mendonca by Roger Meier · 13 years ago
  38. 333bbf3 THRIFT-1485 Performance: pass large and/or refcounted arguments as "const" by Roger Meier · 13 years ago
  39. 45a3726 THRIFT-1473 JSON context stack may be left in an incorrect state when an exception is thrown during read or write operations by Roger Meier · 13 years ago
  40. c8d5d4d THRIFT-1486 Javascript manual testserver not returning content types by Roger Meier · 13 years ago
  41. 6972041 THRIFT-1480. py: remove tabs, adjust whitespace and address PEP8 warnings by Bryan Duxbury · 13 years ago
  42. a3df547 THRIFT-317. java: Issues with Java struct validation by Bryan Duxbury · 13 years ago
  43. e7bec40 THRIFT-1468. java: Memory leak in TSaslServerTransport by Bryan Duxbury · 13 years ago
  44. 1e79cb4 THRIFT-1469. java: Java isset space optimization by Bryan Duxbury · 13 years ago
  45. a2a9ee9 Thrift-1467:Possible AV with empty strings when using JSON protocol by Jake Farrell · 13 years ago
  46. f3e48d4 THRIFT-1464: AbstractNonblockingServer.FrameBuffer TNonblockingTransport accessor changed from public to private by Jake Farrell · 13 years ago
  47. 12d7053 THRIFT-1461 Recent TNonblockingServer changes broke --enable-boostthreads=yes, Windows by Roger Meier · 13 years ago
  48. ea949fb Thrift-1462: add more strict compiler flags by Jake Farrell · 13 years ago
  49. 3371925 THRIFT-1449. rb: Ruby client does not work on solaris (?) by Bryan Duxbury · 13 years ago
  50. ca10fd4 THRIFT-1462 add more strict compiler flags(-Wall -Wextra -std=c++0x -pedantic) by Roger Meier · 13 years ago
  51. 611f90c THRIFT-1459 declare shared_ptr as boost::shared_ptr by Roger Meier · 13 years ago
  52. 3fc4819 THRIFT-1272 add subclass of ReadWriteMutex that avoids writer by Roger Meier · 13 years ago
  53. 1d282a9 THRIFT-1273 Replace assignment of a negative literal to an by Roger Meier · 13 years ago
  54. 3781c24 THRIFT-1337 support maximum frame size in TNonblockingServer Patch: Dave Watson by Roger Meier · 13 years ago
  55. 343c61d Thrift-1441: Generate constructor with parameters for exception class to let it update message property automatically. by Jake Farrell · 13 years ago
  56. 12ac2ac Thrift-1456: System.Net.HttpWebRequest' does not contain a definition for 'Proxy' by Jake Farrell · 13 years ago
  57. 6c26fad THRIFT-1433 TServerSocket fix for MSVC Patch: Peace C by Roger Meier · 13 years ago
  58. d0cdecf THRIFT-1442 TNonblockingServer: Refactor to allow multiple IO Threads by Roger Meier · 13 years ago
  59. 284a9b5 THRIFT-1037 Proposed changes to support Silverlight, Windows Phone and AsyncCTP v3 by Roger Meier · 13 years ago
  60. 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
  61. f05e148 Thrift-1451:FramedTransport: Prevent infinite loop when writing by Jake Farrell · 13 years ago
  62. 23bf35d Thrift-1454:Better handling of write on a closed TSocket by Jake Farrell · 13 years ago
  63. 21f8dc9 Thrift-1090: Document the generation of a file called "Constants.java" by Jake Farrell · 13 years ago
  64. 753b6c5 Thrift-1444:FunctionRunner - add syntactic sugar to create shared_ptrs by Jake Farrell · 13 years ago
  65. b0d9560 Thrift-1442: TNonblockingServer: Refactor to allow multiple IO Threads by Jake Farrell · 13 years ago
  66. 9689d89 Thrift-1340: Add support of ARC to Objective-C by Jake Farrell · 13 years ago
  67. 6fa2b30 Thrift-1446:Compile error with Delphi 2009 in constant initializer by Jake Farrell · 13 years ago
  68. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  69. b03a59c Thrift-1427: PHP library uses non-multibyte safe functions with mbstring function overloading by Jake Farrell · 13 years ago
  70. a0dd75d Thrift-386: Make it possible to build the Python library without the extension by Jake Farrell · 13 years ago
  71. 289cbb2 THRIFT-1431 Rename 'sys' module to 'util' Patch: David Worms by Roger Meier · 13 years ago
  72. ac10256 Thrift-1435: make TException.Message property conformant to the usual expectations by Jake Farrell · 13 years ago
  73. e34009b Thrift-1391: Improved Delphi XE test cases Client: delphi Patch: Jens Geyer by Jake Farrell · 13 years ago
  74. 1b533e9 THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads by Roger Meier · 13 years ago
  75. e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
  76. e24ba11 Thrift-1425:The Node package is incompatible with latest node (0.6) & npm (1.0.27) by Jake Farrell · 13 years ago
  77. 29defeb Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  78. 2727422 Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  79. 8941458 Thrift-1424:Ruby specs fail when run with rake Client: ruby Patch: Peter Sanford by Jake Farrell · 13 years ago
  80. 34e1db4 Thrift-184: Add OSGi Manifest headers to the libthrift java library to be able to use Thrift in the OSGi runtime by Jake Farrell · 13 years ago
  81. d889d8d Removing trailing quote in java build.properties file. by Jake Farrell · 13 years ago
  82. 9e7a882 Thrift-1382: Bundle install doesnot work because thrift crashes Client: ruby by Jake Farrell · 13 years ago
  83. d5df77a Thrift-1382: Bundle install doesnot work because thrift crashes Client: ruby by Jake Farrell · 13 years ago
  84. ceead00 Thrift-1382: Bundle install doesnot work because thrift crashes by Jake Farrell · 13 years ago
  85. 6f7681f THRIFT-1361 revert compiler/cpp/src/thrifty.yy change by Roger Meier · 13 years ago
  86. 3831578 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  87. 28459dc Thrift-1415: delphi: add version Info to the library by Jake Farrell · 13 years ago
  88. 17b8469 THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Roger Meier · 13 years ago
  89. df971da THRIFT-1420. java: Nonblocking and HsHa server should make sure to close all their socket connections when the selector exits by Bryan Duxbury · 13 years ago
  90. e7bdf70 THRIFT-1419. java: AbstractNonBlockingServer does not catch errors when invoking the processor by Bryan Duxbury · 13 years ago
  91. 73a921f Thrift-1408: Delphi Test Server: Exception test case fails due to naming conflict with e.message by Jake Farrell · 13 years ago
  92. 1290d42 THRIFT-1407: Typo in Python socket server causes Thrift to fail when we enable a global socket timout by Jake Farrell · 13 years ago
  93. 806d298 THRIFT-1399: One of the TServerImpl.Create CTORs lacks implementation by Jake Farrell · 13 years ago
  94. d09362c THRIFT-1404: Delphi compiler generates struct reader code with problem. by Jake Farrell · 13 years ago
  95. bcbf6d6 THRIFT-1400. rb: Ruby native extension aborts with __stack_chk_fail in OSX by Bryan Duxbury · 13 years ago
  96. 266a6b5 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  97. 0dab383 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  98. 711c70c Thrift-1393: TTransportException's thrown from THttpClient contain superfluous slashes in the Exception message by Jake Farrell · 13 years ago
  99. 7ae13e1 Thrift-1366: Delphi generator, lirbrary and unit test. by Jake Farrell · 13 years ago
  100. 857a8b8 THRIFT-1261 STDIO support for node-thrift Patch: Jordan Shaw by Roger Meier · 13 years ago