1. e1d2458 THRIFT-1452 generate a swap() method for all generated structs by Roger Meier · 13 years ago
  2. 8516f58 THRIFT-1440 debian packaging: minor-ish policy problems by Roger Meier · 13 years ago
  3. 38b7d07 THRIFT-1421 Debian Packages can not be built Patch: Brandon Arp Fix: ruby build by Roger Meier · 13 years ago
  4. 343c61d Thrift-1441: Generate constructor with parameters for exception class to let it update message property automatically. by Jake Farrell · 13 years ago
  5. 12ac2ac Thrift-1456: System.Net.HttpWebRequest' does not contain a definition for 'Proxy' by Jake Farrell · 13 years ago
  6. 3318201 Thrift-1452: generate a swap() method for all generated structs by Jake Farrell · 13 years ago
  7. 6c26fad THRIFT-1433 TServerSocket fix for MSVC Patch: Peace C by Roger Meier · 13 years ago
  8. d0cdecf THRIFT-1442 TNonblockingServer: Refactor to allow multiple IO Threads by Roger Meier · 13 years ago
  9. 284a9b5 THRIFT-1037 Proposed changes to support Silverlight, Windows Phone and AsyncCTP v3 by Roger Meier · 13 years ago
  10. 5b1e3c7 return 1 if transport open fails by Roger Meier · 13 years ago
  11. 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
  12. f05e148 Thrift-1451:FramedTransport: Prevent infinite loop when writing by Jake Farrell · 13 years ago
  13. 23bf35d Thrift-1454:Better handling of write on a closed TSocket by Jake Farrell · 13 years ago
  14. 21f8dc9 Thrift-1090: Document the generation of a file called "Constants.java" by Jake Farrell · 13 years ago
  15. a2c5674 Thrift-1445:minor C++ generator variable cleanup Client: cpp Patch: Dave Watson by Jake Farrell · 13 years ago
  16. 753b6c5 Thrift-1444:FunctionRunner - add syntactic sugar to create shared_ptrs by Jake Farrell · 13 years ago
  17. b0d9560 Thrift-1442: TNonblockingServer: Refactor to allow multiple IO Threads by Jake Farrell · 13 years ago
  18. 9689d89 Thrift-1340: Add support of ARC to Objective-C by Jake Farrell · 13 years ago
  19. 6fa2b30 Thrift-1446:Compile error with Delphi 2009 in constant initializer by Jake Farrell · 13 years ago
  20. 3775a68 Thrift-1090: Document the generation of a file called "Constants.java" by Jake Farrell · 13 years ago
  21. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  22. b03a59c Thrift-1427: PHP library uses non-multibyte safe functions with mbstring function overloading by Jake Farrell · 13 years ago
  23. 8287895 Thrift-1421: Debian Packages can not be built by Jake Farrell · 13 years ago
  24. a1b671d Thrift-1330: PHP Namespaces no longer generated Client: php Patch: Mike Riley by Jake Farrell · 13 years ago
  25. a0dd75d Thrift-386: Make it possible to build the Python library without the extension by Jake Farrell · 13 years ago
  26. 94519b3 THRIFT-1434 Node.js Thrift compiler fails to generate server code using inheritance by Roger Meier · 13 years ago
  27. 289cbb2 THRIFT-1431 Rename 'sys' module to 'util' Patch: David Worms by Roger Meier · 13 years ago
  28. ac10256 Thrift-1435: make TException.Message property conformant to the usual expectations by Jake Farrell · 13 years ago
  29. a6c031a Thrift-1432: Javascript struct constants declared in the same file as their struct definition will cause an error by Jake Farrell · 13 years ago
  30. e34009b Thrift-1391: Improved Delphi XE test cases Client: delphi Patch: Jens Geyer by Jake Farrell · 13 years ago
  31. 1b533e9 THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads by Roger Meier · 13 years ago
  32. e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
  33. 2a266cb Thrift-1428: shared.thrft does not include namespace for php, so thrift compiler generate incorrect name by Jake Farrell · 13 years ago
  34. 02357f2 THRIFT-1411. java: java generator does not provide type parameter for TBaseProcessor by Bryan Duxbury · 13 years ago
  35. e24ba11 Thrift-1425:The Node package is incompatible with latest node (0.6) & npm (1.0.27) by Jake Farrell · 13 years ago
  36. 29defeb Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  37. 2727422 Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  38. 8941458 Thrift-1424:Ruby specs fail when run with rake Client: ruby Patch: Peter Sanford by Jake Farrell · 13 years ago
  39. 5d85bbc Thrift-1421: Debian Packages can not be built Client: debian Patch: Jake Farrell by Jake Farrell · 13 years ago
  40. 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
  41. d889d8d Removing trailing quote in java build.properties file. by Jake Farrell · 13 years ago
  42. c965dda Thrift-1421: Debian Packages can not be built (ruby build fails) by Jake Farrell · 13 years ago
  43. 9e7a882 Thrift-1382: Bundle install doesnot work because thrift crashes Client: ruby by Jake Farrell · 13 years ago
  44. d5df77a Thrift-1382: Bundle install doesnot work because thrift crashes Client: ruby by Jake Farrell · 13 years ago
  45. ceead00 Thrift-1382: Bundle install doesnot work because thrift crashes by Jake Farrell · 13 years ago
  46. 605c760 Thrift-1251: Generated java code should indicate which fields are required and which are optional by Jake Farrell · 13 years ago
  47. 6f7681f THRIFT-1361 revert compiler/cpp/src/thrifty.yy change by Roger Meier · 13 years ago
  48. 3831578 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  49. 1b6153b THRIFT-1277 Node.js serializes false booleans as null revert patch => breaks js by Roger Meier · 13 years ago
  50. 28459dc Thrift-1415: delphi: add version Info to the library by Jake Farrell · 13 years ago
  51. 48bb0e2 Thrift-1277: Node.js serializes false booleans as null by Jake Farrell · 13 years ago
  52. 17b8469 THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Roger Meier · 13 years ago
  53. 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
  54. e7bdf70 THRIFT-1419. java: AbstractNonBlockingServer does not catch errors when invoking the processor by Bryan Duxbury · 13 years ago
  55. 61188a4 THRIFT-1416 Python Unit test is broken on ci remove repr from TestSuite by Roger Meier · 13 years ago
  56. aad3d1d Thrift-1409: Name conflict check does not work properly for exception object(Delphi). by Jake Farrell · 13 years ago
  57. 601bb5e THRIFT-1413: Generated code does not read MapEnd / ListEnd / SetEnd by Jake Farrell · 13 years ago
  58. 73a921f Thrift-1408: Delphi Test Server: Exception test case fails due to naming conflict with e.message by Jake Farrell · 13 years ago
  59. 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
  60. f55f33b THRIFT-1405: Delphi compiler does not generates container serializer properly by Jake Farrell · 13 years ago
  61. 806d298 THRIFT-1399: One of the TServerImpl.Create CTORs lacks implementation by Jake Farrell · 13 years ago
  62. d2b3bb4 THRIFT-1406: Build error after applying THRIFT-1395 by Jake Farrell · 13 years ago
  63. d09362c THRIFT-1404: Delphi compiler generates struct reader code with problem. by Jake Farrell · 13 years ago
  64. 0c0f651 Thrift-1395: Patch to prevent warnings for integer types in some cases by Jake Farrell · 13 years ago
  65. bcbf6d6 THRIFT-1400. rb: Ruby native extension aborts with __stack_chk_fail in OSX by Bryan Duxbury · 13 years ago
  66. 8514755 THRIFT-1397: CI server fails during build due to unused parameters in delphi generator by Jake Farrell · 13 years ago
  67. 3b54621 Thrift-1396: Dephi generator has dependacy on boost 1.42 later. by Jake Farrell · 13 years ago
  68. c92b653 Thrift-1390L Debian package build fix for squeeze by Jake Farrell · 13 years ago
  69. 266a6b5 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  70. 0dab383 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  71. 711c70c Thrift-1393: TTransportException's thrown from THttpClient contain superfluous slashes in the Exception message by Jake Farrell · 13 years ago
  72. 7ae13e1 Thrift-1366: Delphi generator, lirbrary and unit test. by Jake Farrell · 13 years ago
  73. 857a8b8 THRIFT-1261 STDIO support for node-thrift Patch: Jordan Shaw by Roger Meier · 13 years ago
  74. 6c928f3 THRIFT-1130. compiler: Add the ability to specify symbolic default value for optional boolean by Bryan Duxbury · 13 years ago
  75. bf12239 THRIFT-1381 Thrift C++ libs have incorrectly versioned names Patch: Jake Farrell by Roger Meier · 13 years ago
  76. 878a948 THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads by Roger Meier · 13 years ago
  77. fae04ea THRIFT-1384: Java help meny missing newline near javame flag by Jake Farrell · 13 years ago
  78. 2361dd1 Thrift-1373: Fix user-defined exception generation in thrift (python) by Jake Farrell · 13 years ago
  79. 581481f Thrift-1379: fix uninitialized enum values in thrift C++ objects by Jake Farrell · 13 years ago
  80. 5170064 Thrift-1377: abort PHP deserialization on unknown field type by Jake Farrell · 13 years ago
  81. b5d94e0 Thrift-1376: Make port specification option in thrift remote by Jake Farrell · 13 years ago
  82. 336a159 Thrift-1375: fixed a hex char conversion bug in TJSONProtocol by Jake Farrell · 13 years ago
  83. 2ce7f66 Thrift-1373: Fix user-defined exception generation in thrift (python) by Jake Farrell · 13 years ago
  84. 7301ece THRIFT-1370: Debian packaging should Build-Depend on libglib2.0-dev by Jake Farrell · 13 years ago
  85. 20e6ef1 THRIFT-1361 Optional replacement of pthread by boost::thread (minor fix) by Roger Meier · 13 years ago
  86. 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  87. 3516e0e THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 Patch: Peace by Roger Meier · 13 years ago
  88. 9a1d2f0 add utility for benchmarking protocols against each other by Bryan Duxbury · 13 years ago
  89. 44b2bb6 revert THRIFT-959 by Bryan Duxbury · 13 years ago
  90. 40d51a2 THRIFT-1365. java: TupleProtocol#writeBitSet unintentionally writes a variable length byte array by Bryan Duxbury · 13 years ago
  91. f357417 inconsequential indentation fix to java compiler by Bryan Duxbury · 13 years ago
  92. 7dcd49f THRIFT-1357: Erlang dependency breaks build Client: erl Patch: Peter Neumark by Jake Farrell · 13 years ago
  93. db3c924 THRIFT-1359 --gen-cob cpp:cob_style does not compile anymore by Roger Meier · 13 years ago
  94. 5209237 Thrift-1355: Running make in lib/rb doesn't build the native extensions by Jake Farrell · 13 years ago
  95. 8cd3b1a THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 by Roger Meier · 13 years ago
  96. 4bd4f0e Thrift-1354: Add rake task to build just the gem file Client: rb Patch: jfarrell by Jake Farrell · 13 years ago
  97. dec8c54 Thrift-857: tests run by "make install" fail if generators are disabled by Jake Farrell · 13 years ago
  98. 18784d7 THRIFT-1339. java: Extend Tuple Protocol to TUnions by Bryan Duxbury · 13 years ago
  99. e80a194 THRIFT-1331. rb: Ruby library deserializes an empty map to nil by Bryan Duxbury · 13 years ago
  100. 7e3b866 THRIFT-1350: Go library code does not build against latest release by Jake Farrell · 13 years ago