1. dec8c54 Thrift-857: tests run by "make install" fail if generators are disabled by Jake Farrell · 13 years ago
  2. 18784d7 THRIFT-1339. java: Extend Tuple Protocol to TUnions by Bryan Duxbury · 13 years ago
  3. e80a194 THRIFT-1331. rb: Ruby library deserializes an empty map to nil by Bryan Duxbury · 13 years ago
  4. 7e3b866 THRIFT-1350: Go library code does not build against latest release by Jake Farrell · 13 years ago
  5. a653067 THRIFT-1227 - erlang implementation of thrift json protocol by Anthony F. Molinaro · 13 years ago
  6. 84e4a3c THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 by Roger Meier · 13 years ago
  7. 508b317 THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 (partial) by Roger Meier · 13 years ago
  8. 32e7b2c THRIFT-1335: Add accept timeout to TServerSocket Client: cpp Patch: Dave Watson by Jake Farrell · 13 years ago
  9. 627f1a0 Thrift-1345: Allow building without test cases by Jake Farrell · 13 years ago
  10. 1fd248f fix spelling issue within license by Roger Meier · 13 years ago
  11. c3f033f THRIFT-1342 Compilation problem on Windows of fastbinary.c by Roger Meier · 13 years ago
  12. a93848b THRIFT-1341 TProtocol.h endian detection wrong with boost by Roger Meier · 13 years ago
  13. f4eec7a THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings by Roger Meier · 13 years ago
  14. b288050 uncomment handler parameter, so compile does not fail if they are undefined by Roger Meier · 13 years ago
  15. 08077bf THRIFT-1243 TAsyncChannel callbacks by Roger Meier · 13 years ago
  16. 4f8a523 THRIFT-1238 Thrift JS client cannot read map of structures by Roger Meier · 13 years ago
  17. 6869112 THRIFT-1296 SSL detection is broken by Roger Meier · 13 years ago
  18. 2e9f510 THRIFT-1333: Make RWGuard not copyable Client: cpp Patch: Dave Watson by Jake Farrell · 13 years ago
  19. 4013fa3 Thrift-1334: Add more info to IllegalStateException by Jake Farrell · 13 years ago
  20. 251939c THRIFT-1332: TSSLTransportParameters class uses hard coded value keyManagerType: SunX509 by Jake Farrell · 13 years ago
  21. f099873 THRIFT-1328. java: TBaseHelper.toString(...) appends ByteBuffer data outside of valid buffer range by Bryan Duxbury · 13 years ago
  22. eb7a755 Thrift-1322: OCaml lib fail to compile: Thrift.ml line 305, int vs int32 mismatch by Jake Farrell · 13 years ago
  23. c4beda9 Thrift-1279: type set is handled incorrectly when writing object by Jake Farrell · 13 years ago
  24. 2fa9c31 THRIFT-1320 Consistency of configure generated config.h by Roger Meier · 13 years ago
  25. 212022c THRIFT-322 IHttpHandler for Thrift Patch: Nils Huegelmann by Roger Meier · 13 years ago
  26. 267c181 remove unused variable sz add .gitignore stuff by Roger Meier · 13 years ago
  27. adaf826 THRIFT-1319. java: Mismatch between how a union reads and writes a container by Bryan Duxbury · 13 years ago
  28. 7a9fb81 THRIFT-1316. cpp: update server classes to accept TProcessorFactory objects by Bryan Duxbury · 13 years ago
  29. 6dd9cd0 THRIFT-1314. cpp: add TProcessorFactory by Bryan Duxbury · 13 years ago
  30. 2173ce0 THRIFT-1315. cpp: generate server interface factory classes by Bryan Duxbury · 13 years ago
  31. c58c9e8 THRIFT-1317. cpp: Remove copy constructibility from thrift::concurrency::Guard by Bryan Duxbury · 13 years ago
  32. 266b173 THRIFT-1305. cpp: make TConnection a private inner class of TNonblockingServer by Bryan Duxbury · 13 years ago
  33. 9c39f77 Thrift-1286: Modernize the Thrift Ruby Library Dev Environment by Jake Farrell · 13 years ago
  34. 526fa8e THRIFT-1305. cpp: make TConnection a private inner class of TNonblockingServer by Bryan Duxbury · 13 years ago
  35. 489f8f1 THRIFT-1304. cpp: TNonblockingServer: pass in the connection context to by Bryan Duxbury · 13 years ago
  36. 2cb3913 THRIFT-1306: Fix stale documentation Client: cpp Patch: Diwaker Gupta by Jake Farrell · 13 years ago
  37. 6993569 Thrift-1299: If SSL is available, 'thrift' binary links against it by Jake Farrell · 13 years ago
  38. 012dfda Thrift-1296: SSL detection is broken Patch: jfarrell by Jake Farrell · 13 years ago
  39. 9759266 THRIFT-1302. cpp: raise an exception if send() times out in TSocket::write() by Bryan Duxbury · 13 years ago
  40. c7fed1f THRIFT-1301. cpp: consolidate common code in TNonblockingServer constructors by Bryan Duxbury · 13 years ago
  41. b8c8e0b THRIFT-1298. java: Standard scheme doesn't read or write metadata along with field values by Bryan Duxbury · 13 years ago
  42. 47f5ab3 Thrift-1303: Twisted tutorial client does not include correct generated path by Jake Farrell · 13 years ago
  43. 13b2118 Thrift-1257: thrift's dependency scope on javax.servlet:servlet-api should be 'provided' by Jake Farrell · 13 years ago
  44. b5c618a Thrift-1240: TBinarySerializer.php invalid serialization due to TBufferTransport not flushing last chunk of data into TMemoryBuffer by Jake Farrell · 13 years ago
  45. 6df4d34 Thrift-1295: Duplicate include in TSocket.cpp Client: cpp Patch: Diwaker Gupta by Jake Farrell · 13 years ago
  46. e04159c THRIFT-1294. cpp: fix log message typos in TSimpleServer Patch: Adam Simpkins" by Bryan Duxbury · 13 years ago
  47. 1e98758 THRIFT-1293. cpp: improve handling of exceptions thrown by process() by Bryan Duxbury · 13 years ago
  48. 756d73e THRIFT-1292. cpp: silence log spew from TThreadedServer by Bryan Duxbury · 13 years ago
  49. 37874ca THRIFT-1290. cpp: TNonblockingServer: clean up state in the destructor by Bryan Duxbury · 13 years ago
  50. 76c4368 THRIFT-1289. cpp: implement TNonblockingServer::stop() by Bryan Duxbury · 13 years ago
  51. cff8357 THRIFT-1288. cpp: Allow typedefed exceptions in throws clauses by Bryan Duxbury · 13 years ago
  52. b68f166 THRIFT-1287. cpp: start refactoring some of the C++ processor by Bryan Duxbury · 13 years ago
  53. 3746b29 THRIFT-1280. cpp: Improve Monitor exception-free interfaces by Bryan Duxbury · 13 years ago
  54. 0fa8ff7 THRIFT-1281. compiler: add @generated to the docblock by Bryan Duxbury · 13 years ago
  55. bce6fad THRIFT-1282. java: Upgrade httpclient to 4.1.2 (from 4.0.1) by Bryan Duxbury · 13 years ago
  56. 8eebc2c THRIFT-1284. cpp: fix processor inheritance by Bryan Duxbury · 13 years ago
  57. 1b90e3d THRIFT-1283. cpp: wrap t_cpp_generator::generate_process_function() to 80 by Bryan Duxbury · 13 years ago
  58. b7d7227 THRIFT-1278 javadoc warnings - compilation Patch: Aravind Srini by Roger Meier · 13 years ago
  59. a94d2e5 THRIFT-1269 thrift: handle undeclared exceptions in the async by Roger Meier · 13 years ago
  60. 0c3c895 THRIFT-1274 Making * a known symbol by Roger Meier · 13 years ago
  61. da9c6e1 THRIFT-1254. javame: Code can't be compiled against a regular JRE: Object.clone() override has a different return type by Bryan Duxbury · 13 years ago
  62. 160cbe6 THRIFT-1271. cpp: missing namespace in generated local reflection by Bryan Duxbury · 13 years ago
  63. 235f8b5 THRIFT-1274. compiler: fail compilation if an unexpected token is encountered by Bryan Duxbury · 13 years ago
  64. 0b7eeb5 THRIFT-1275. cpp: always prefix namespaces with ' ::' by Bryan Duxbury · 13 years ago
  65. 887ff75 THRIFT-1276 Add thrift compiler option to suppress warnings about by Roger Meier · 13 years ago
  66. b6af6db (void) unused parameters to reduce compiler warnings to zero! by Roger Meier · 13 years ago
  67. 5fc71fd THRIFT-1167. java: Java nonblocking server with more than one thread for select and handling IO by Bryan Duxbury · 13 years ago
  68. c7206a4 THRIFT-1270. compiler: add --allow-neg-keys argument to allow by Bryan Duxbury · 13 years ago
  69. ff1c69b Updating python setup.py for deploying client to pypi by Jake Farrell · 13 years ago
  70. 74362e0 Thrift-1263: Updating rb client Rakefile to add suport for publishing client to rubygems.org by Jake Farrell · 13 years ago
  71. 9c76258 updating trunk from 0.7.0-dev to 0.8.0-dev by Jake Farrell · 13 years ago
  72. c5555a2 Removing duplicate java client properties seen during release process by Jake Farrell · 13 years ago
  73. dfffdd8 THRIFT-1205. java: port server unduly fragile with arbitrary input by Bryan Duxbury · 13 years ago
  74. 1121b47 THRIFT-169. java: Pluggable Serializers by Bryan Duxbury · 13 years ago
  75. de8d185 THRIFT-1241 php namespace generation realization of THRIFT-777 by Roger Meier · 13 years ago
  76. 013b2e5 THRIFT-916 do not mix declarations and code issue detected with -Werror by Roger Meier · 13 years ago
  77. 3075ffc fix memoryleak detected by cppcheck by Roger Meier · 13 years ago
  78. 52e751d THRIFT-916 remove i64 => fix build and compile without warning on CI by Roger Meier · 13 years ago
  79. edf0d1d THRIFT-1249 js-test-driver support (run unittests on multiple browsers and get XML test results) by Roger Meier · 13 years ago
  80. 184281c THRIFT-916 printf %lld for 32bit platform only by using __ia64__ by Roger Meier · 13 years ago
  81. 9e0f074 THRIFT-1256 Unit Test Logging Output for CI by Roger Meier · 13 years ago
  82. 345ecc7 THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb by Roger Meier · 13 years ago
  83. c190558 THRIFT-1184 event_base memory freeing by class TNonblockingServer by Roger Meier · 13 years ago
  84. b342ddf THRIFT-1251. java: Generated java code should indicate which fields are required and which are optional by Bryan Duxbury · 13 years ago
  85. 4e0192f THRIFT-1255. javame: Mismatch of method name between JavaME's lib and generated code (compareTo/compareObjects) by Bryan Duxbury · 13 years ago
  86. d9b3283 THRIFT-1253. javame: Code generated for maps is not compiling by Bryan Duxbury · 13 years ago
  87. 472f9e1 THRIFT-1252 Segfault in Ruby deserializer Patch: Ilya Maykov by Roger Meier · 13 years ago
  88. bb267d4 THRIFT-1247 JavaScript unit test with phantomjs by Roger Meier · 13 years ago
  89. 0b26725 THRIFT-1247 JavaScript unit test with phantomjs by Roger Meier · 13 years ago
  90. 040b124 THRIFT-1233 Remove unused include in generated C++ code by Roger Meier · 13 years ago
  91. 3da317b THRIFT-1245 C# JSON Protocol uses culture-dependant decimal separator for double by Roger Meier · 13 years ago
  92. d2f8da4 THRIFT-1244 using 'using' to disambiguate between functions in different bases does not conform to C++ standard and will not compile on certain compilers by Roger Meier · 13 years ago
  93. 285cfaa THRIFT-1243 TAsyncChannel callbacks (use void instead of bool) by Roger Meier · 13 years ago
  94. 9623fc5 updating java tutorial readme by Jake Farrell · 13 years ago
  95. a8cef6e THRIFT-916 gcc warnings in c++ header files by Roger Meier · 13 years ago
  96. 1e20e9f THRIFT-1230 C# Library -- THashSet is not marked as Serializable which makes all Thrift classes that uses it unserializable by Roger Meier · 13 years ago
  97. 7e056e7 THRIFT-1222 Unhandled exception for TEvhttpServer request by Roger Meier · 13 years ago
  98. a35944b THRIFT-1238 Thrift JS client cannot read map of structures(TestCase) by Roger Meier · 13 years ago
  99. cdbf36c Thrift-1233: Remove unused include in generated C++ code by Jake Farrell · 14 years ago
  100. 4e98a25 THRIFT-1237. contrib: Java fb303 missing some methods by Bryan Duxbury · 14 years ago