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