1. 611f90c THRIFT-1459 declare shared_ptr as boost::shared_ptr by Roger Meier · 13 years ago
  2. 3fc4819 THRIFT-1272 add subclass of ReadWriteMutex that avoids writer by Roger Meier · 13 years ago
  3. 1d282a9 THRIFT-1273 Replace assignment of a negative literal to an by Roger Meier · 13 years ago
  4. 3781c24 THRIFT-1337 support maximum frame size in TNonblockingServer Patch: Dave Watson by Roger Meier · 13 years ago
  5. 343c61d Thrift-1441: Generate constructor with parameters for exception class to let it update message property automatically. by Jake Farrell · 13 years ago
  6. 12ac2ac Thrift-1456: System.Net.HttpWebRequest' does not contain a definition for 'Proxy' 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. 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
  11. f05e148 Thrift-1451:FramedTransport: Prevent infinite loop when writing by Jake Farrell · 13 years ago
  12. 23bf35d Thrift-1454:Better handling of write on a closed TSocket by Jake Farrell · 13 years ago
  13. 21f8dc9 Thrift-1090: Document the generation of a file called "Constants.java" by Jake Farrell · 13 years ago
  14. 753b6c5 Thrift-1444:FunctionRunner - add syntactic sugar to create shared_ptrs by Jake Farrell · 13 years ago
  15. b0d9560 Thrift-1442: TNonblockingServer: Refactor to allow multiple IO Threads by Jake Farrell · 13 years ago
  16. 9689d89 Thrift-1340: Add support of ARC to Objective-C by Jake Farrell · 13 years ago
  17. 6fa2b30 Thrift-1446:Compile error with Delphi 2009 in constant initializer by Jake Farrell · 13 years ago
  18. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  19. b03a59c Thrift-1427: PHP library uses non-multibyte safe functions with mbstring function overloading by Jake Farrell · 13 years ago
  20. a0dd75d Thrift-386: Make it possible to build the Python library without the extension by Jake Farrell · 13 years ago
  21. 289cbb2 THRIFT-1431 Rename 'sys' module to 'util' Patch: David Worms by Roger Meier · 13 years ago
  22. ac10256 Thrift-1435: make TException.Message property conformant to the usual expectations by Jake Farrell · 13 years ago
  23. e34009b Thrift-1391: Improved Delphi XE test cases Client: delphi Patch: Jens Geyer by Jake Farrell · 13 years ago
  24. 1b533e9 THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads by Roger Meier · 13 years ago
  25. e0c5316 Thrift-1426: Dist package missing files for release 0.8 by Jake Farrell · 13 years ago
  26. e24ba11 Thrift-1425:The Node package is incompatible with latest node (0.6) & npm (1.0.27) by Jake Farrell · 13 years ago
  27. 29defeb Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  28. 2727422 Thrift-1401: JSON-protocol for Delphi XE Libraries by Jake Farrell · 13 years ago
  29. 8941458 Thrift-1424:Ruby specs fail when run with rake Client: ruby Patch: Peter Sanford by Jake Farrell · 13 years ago
  30. 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
  31. d889d8d Removing trailing quote in java build.properties file. by Jake Farrell · 13 years ago
  32. 9e7a882 Thrift-1382: Bundle install doesnot work because thrift crashes Client: ruby by Jake Farrell · 13 years ago
  33. d5df77a Thrift-1382: Bundle install doesnot work because thrift crashes Client: ruby by Jake Farrell · 13 years ago
  34. ceead00 Thrift-1382: Bundle install doesnot work because thrift crashes by Jake Farrell · 13 years ago
  35. 6f7681f THRIFT-1361 revert compiler/cpp/src/thrifty.yy change by Roger Meier · 13 years ago
  36. 3831578 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  37. 28459dc Thrift-1415: delphi: add version Info to the library by Jake Farrell · 13 years ago
  38. 17b8469 THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Roger Meier · 13 years ago
  39. 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
  40. e7bdf70 THRIFT-1419. java: AbstractNonBlockingServer does not catch errors when invoking the processor by Bryan Duxbury · 13 years ago
  41. 73a921f Thrift-1408: Delphi Test Server: Exception test case fails due to naming conflict with e.message by Jake Farrell · 13 years ago
  42. 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
  43. 806d298 THRIFT-1399: One of the TServerImpl.Create CTORs lacks implementation by Jake Farrell · 13 years ago
  44. d09362c THRIFT-1404: Delphi compiler generates struct reader code with problem. by Jake Farrell · 13 years ago
  45. bcbf6d6 THRIFT-1400. rb: Ruby native extension aborts with __stack_chk_fail in OSX by Bryan Duxbury · 13 years ago
  46. 266a6b5 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  47. 0dab383 THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  48. 711c70c Thrift-1393: TTransportException's thrown from THttpClient contain superfluous slashes in the Exception message by Jake Farrell · 13 years ago
  49. 7ae13e1 Thrift-1366: Delphi generator, lirbrary and unit test. by Jake Farrell · 13 years ago
  50. 857a8b8 THRIFT-1261 STDIO support for node-thrift Patch: Jordan Shaw by Roger Meier · 13 years ago
  51. bf12239 THRIFT-1381 Thrift C++ libs have incorrectly versioned names Patch: Jake Farrell by Roger Meier · 13 years ago
  52. 878a948 THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads by Roger Meier · 13 years ago
  53. 5170064 Thrift-1377: abort PHP deserialization on unknown field type by Jake Farrell · 13 years ago
  54. 336a159 Thrift-1375: fixed a hex char conversion bug in TJSONProtocol by Jake Farrell · 13 years ago
  55. 20e6ef1 THRIFT-1361 Optional replacement of pthread by boost::thread (minor fix) by Roger Meier · 13 years ago
  56. 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 13 years ago
  57. 3516e0e THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 Patch: Peace by Roger Meier · 13 years ago
  58. 9a1d2f0 add utility for benchmarking protocols against each other by Bryan Duxbury · 13 years ago
  59. 44b2bb6 revert THRIFT-959 by Bryan Duxbury · 13 years ago
  60. 40d51a2 THRIFT-1365. java: TupleProtocol#writeBitSet unintentionally writes a variable length byte array by Bryan Duxbury · 13 years ago
  61. f357417 inconsequential indentation fix to java compiler by Bryan Duxbury · 13 years ago
  62. 7dcd49f THRIFT-1357: Erlang dependency breaks build Client: erl Patch: Peter Neumark by Jake Farrell · 13 years ago
  63. db3c924 THRIFT-1359 --gen-cob cpp:cob_style does not compile anymore by Roger Meier · 13 years ago
  64. 5209237 Thrift-1355: Running make in lib/rb doesn't build the native extensions by Jake Farrell · 13 years ago
  65. 8cd3b1a THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 by Roger Meier · 13 years ago
  66. 4bd4f0e Thrift-1354: Add rake task to build just the gem file Client: rb Patch: jfarrell by Jake Farrell · 13 years ago
  67. 18784d7 THRIFT-1339. java: Extend Tuple Protocol to TUnions by Bryan Duxbury · 13 years ago
  68. e80a194 THRIFT-1331. rb: Ruby library deserializes an empty map to nil by Bryan Duxbury · 13 years ago
  69. 7e3b866 THRIFT-1350: Go library code does not build against latest release by Jake Farrell · 13 years ago
  70. a653067 THRIFT-1227 - erlang implementation of thrift json protocol by Anthony F. Molinaro · 13 years ago
  71. 84e4a3c THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 by Roger Meier · 13 years ago
  72. 32e7b2c THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Jake Farrell · 13 years ago
  73. 627f1a0 Thrift-1345: Allow building without test cases by Jake Farrell · 13 years ago
  74. c3f033f THRIFT-1342 Compilation problem on Windows of fastbinary.c by Roger Meier · 13 years ago
  75. a93848b THRIFT-1341 TProtocol.h endian detection wrong with boost by Roger Meier · 13 years ago
  76. f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
  77. 08077bf THRIFT-1243 TAsyncChannel callbacks by Roger Meier · 13 years ago
  78. 4f8a523 THRIFT-1238 Thrift JS client cannot read map of structures by Roger Meier · 13 years ago
  79. 2e9f510 THRIFT-1333: Make RWGuard not copyable Client: cpp Patch: Dave Watson by Jake Farrell · 13 years ago
  80. 4013fa3 Thrift-1334: Add more info to IllegalStateException by Jake Farrell · 13 years ago
  81. 251939c THRIFT-1332: TSSLTransportParameters class uses hard coded value keyManagerType: SunX509 by Jake Farrell · 13 years ago
  82. f099873 THRIFT-1328. java: TBaseHelper.toString(...) appends ByteBuffer data outside of valid buffer range by Bryan Duxbury · 13 years ago
  83. eb7a755 Thrift-1322: OCaml lib fail to compile: Thrift.ml line 305, int vs int32 mismatch by Jake Farrell · 13 years ago
  84. 2fa9c31 THRIFT-1320 Consistency of configure generated config.h by Roger Meier · 13 years ago
  85. 212022c THRIFT-322 IHttpHandler for Thrift Patch: Nils Huegelmann by Roger Meier · 13 years ago
  86. 267c181 remove unused variable sz add .gitignore stuff by Roger Meier · 13 years ago
  87. adaf826 THRIFT-1319. java: Mismatch between how a union reads and writes a container by Bryan Duxbury · 13 years ago
  88. 7a9fb81 THRIFT-1316. cpp: update server classes to accept TProcessorFactory objects by Bryan Duxbury · 13 years ago
  89. 6dd9cd0 THRIFT-1314. cpp: add TProcessorFactory by Bryan Duxbury · 13 years ago
  90. 2173ce0 THRIFT-1315. cpp: generate server interface factory classes by Bryan Duxbury · 13 years ago
  91. c58c9e8 THRIFT-1317. cpp: Remove copy constructibility from thrift::concurrency::Guard by Bryan Duxbury · 13 years ago
  92. 266b173 THRIFT-1305. cpp: make TConnection a private inner class of TNonblockingServer by Bryan Duxbury · 13 years ago
  93. 9c39f77 Thrift-1286: Modernize the Thrift Ruby Library Dev Environment by Jake Farrell · 13 years ago
  94. 526fa8e THRIFT-1305. cpp: make TConnection a private inner class of TNonblockingServer by Bryan Duxbury · 13 years ago
  95. 489f8f1 THRIFT-1304. cpp: TNonblockingServer: pass in the connection context to by Bryan Duxbury · 13 years ago
  96. 2cb3913 THRIFT-1306: Fix stale documentation Client: cpp Patch: Diwaker Gupta by Jake Farrell · 13 years ago
  97. 9759266 THRIFT-1302. cpp: raise an exception if send() times out in TSocket::write() by Bryan Duxbury · 13 years ago
  98. c7fed1f THRIFT-1301. cpp: consolidate common code in TNonblockingServer constructors by Bryan Duxbury · 13 years ago
  99. b8c8e0b THRIFT-1298. java: Standard scheme doesn't read or write metadata along with field values by Bryan Duxbury · 13 years ago
  100. 13b2118 Thrift-1257: thrift's dependency scope on javax.servlet:servlet-api should be 'provided' by Jake Farrell · 13 years ago