1. fd58c55 THRIFT-571. rb: compact_protocol.c:89: warning: format not a string literal and no format arguments by Bryan Duxbury · 15 years ago
  2. db5d589 Minor whitespace fixes in the Java generator and gen-code by David Reiss · 15 years ago
  3. ffff2b3 THRIFT-214. cpp: Qualify another cast by David Reiss · 15 years ago
  4. af81de0 Revert r806014 "THRIFT-562. java: Java is inconsistent ..." by David Reiss · 15 years ago
  5. 2c8cd94 THRIFT-562. java: Java is inconsistent checking for required fields by Bryan Duxbury · 15 years ago
  6. 2f45e78 THRIFT-566. java: jar file should contain copies of LICENSE and NOTICE files by Bryan Duxbury · 15 years ago
  7. c27cda5 THRIFT-558. java: Replace use of log4j by commons-logging in Java library and generated Java code by Bryan Duxbury · 15 years ago
  8. f5a0b3d THRIFT-561: Add "register" to list of reserved keywords by Mark Slee · 15 years ago
  9. 3029786 THRIFT-555. cpp: Fix macro defintions for TCompact on non-GNU big endian by David Reiss · 15 years ago
  10. 3efce23 THRIFT-115. java: Isset structure has a large memory footprint by Bryan Duxbury · 15 years ago
  11. 82e96f5 THRIFT-144. java: Generated classes should implement Comparable by Bryan Duxbury · 15 years ago
  12. 293086c THRIFT-547. rb: Thrift deserializer hangs when deserializing empty string by Bryan Duxbury · 15 years ago
  13. ccae884 THRIFT-498. rb: Compact and Binary native protocols, used at the same time, can cause some issues by Bryan Duxbury · 15 years ago
  14. 4184e2b THRIFT-554: Perl improper namespace check for exception handling and writeMessageEnd missing on processor calls by T Jake Luciani · 15 years ago
  15. 684b4f9 THRIFT-144. java: Generated classes should implement Comparable by Bryan Duxbury · 15 years ago
  16. 0552813 THRIFT-552. rb: gem requires exactly rubygems 1.2.0 by Bryan Duxbury · 15 years ago
  17. ba71f8c THRIFT-540. java: Have set methods return reference to self by Bryan Duxbury · 15 years ago
  18. 3d5db20 THRIFT-479. java: Add javadocs for enum types by Bryan Duxbury · 15 years ago
  19. 52297d5 THRIFT-477. java: remove extra methods generated for collections by Bryan Duxbury · 15 years ago
  20. ad55742 Make ax_lib_event.m4 set a per-version variable on success by David Reiss · 15 years ago
  21. e657eb4 THRIFT-523. Make ax_lib_event.m4 work with newer versions of libevent by David Reiss · 15 years ago
  22. c8e3005 THRIFT-413. Suppport for annotations on base types by David Reiss · 15 years ago
  23. bbd55ad THRIFT-549. Make socket client compatible with iPhone SDK as well as OS X by Andrew McGeachie · 15 years ago
  24. 061722b THRIFT-548. malloc our temporary buffer, rather than creating it on the stack. by Andrew McGeachie · 15 years ago
  25. 0c89571 THRIFT-280. Server-side Cocoa implementation. by Andrew McGeachie · 15 years ago
  26. 6efefc0 THRIFT-59. Make sure we don't over-release strings after we deserialize them. by Andrew McGeachie · 15 years ago
  27. 38e1a10 THRIFT-545. Fix mem leak in generated 'description' method by Andrew McGeachie · 15 years ago
  28. f2e03ba THRIFT-521. Generate objective-c 2.0 propery declarations on iphone and OS X 10.5 and greater. by Andrew McGeachie · 15 years ago
  29. 7564925 THRIFT-520. Fix generation of cocoa constants when a namespace prefix is set. by Andrew McGeachie · 15 years ago
  30. 59ace01 THRIFT-533. Fix write:offset:length: to ensure all requested data is written. by Andrew McGeachie · 15 years ago
  31. 645d7b8 THRIFT-344. Add a 'log_unexpected' option to the cocoa generator. off by default. when supplied, unexpected field IDs and types are logged when reading a struct. by Andrew McGeachie · 15 years ago
  32. 6db89f2 THRIFT-343. Import <Foundation/Foundation.h> instead of <Cocoa/Cocoa.h> to support iPhone by Andrew McGeachie · 15 years ago
  33. 330cfc1 THRIFT-59. Fix memory leak by releasing allocated objects after assigning to container. by Andrew McGeachie · 15 years ago
  34. d3571c2 THRIFT-535. py: Twisted Thrift protocol max length is too small (fix off-by-one error in MAX_LENGTH) by Esteve Fernandez · 15 years ago
  35. c5a7c15 THRIFT-535. py: Twisted Thrift protocol max length is too small by Esteve Fernandez · 15 years ago
  36. fdcb710 THRIFT-542: Perl compiler uses invalid method 'method_exists' and subsequent test by T Jake Luciani · 15 years ago
  37. f1fd295 THRIFT-542: Perl compiler uses invalid method 'method_exists' and subsequent test by T Jake Luciani · 15 years ago
  38. 8f58273 THRIFT-543. java: Generate normal style java files should respect the "optional" keyword when serializing by Bryan Duxbury · 16 years ago
  39. 70c89d4 THRIFT-350. php: Fix the extension build when C++ is not already used by David Reiss · 16 years ago
  40. e8f38f4 THRIFT-525. csharp: ThriftTest project will not generate c# from .thrift file or generate ThriftImpl.dll by Bryan Duxbury · 16 years ago
  41. f45977f THRIFT-531. csharp: C# project and solution files reference external source control system by Bryan Duxbury · 16 years ago
  42. 281d9da THRIFT-204. csharp: C# Partial Classes by Bryan Duxbury · 16 years ago
  43. 6fcaf84 THRIFT-526. rb: Generated Ruby enums have no good way to get the names back out once you have a number. by Bryan Duxbury · 16 years ago
  44. 3d6babc THRIFT-524. erlang: Decapitalize file names in include directives by David Reiss · 16 years ago
  45. ef73b0e THRIFT-378. java: Java servers do not turn internal errors into thrift exceptions by Bryan Duxbury · 16 years ago
  46. 56c2c21 THRIFT-462. java: Installed jar shouldn't be executable by David Reiss · 16 years ago
  47. fad6065 THRIFT-211. erlang: Modify test_tether to test protocol error handling as well by David Reiss · 16 years ago
  48. 1e1a697 THRIFT-211. erlang: Support "tethered" clients by David Reiss · 16 years ago
  49. bb97fd9 THRIFT-211. erlang: Allow clients to be created without connecting by David Reiss · 16 years ago
  50. 5e530af THRIFT-211. erlang: Support unlinked Thrift clients. by David Reiss · 16 years ago
  51. 52687eb THRIFT-469. cpp: Fix a bug in TimerManager::add by David Reiss · 16 years ago
  52. 9fcacc8 THRIFT-466. cpp: Make the concurrency library test more thorough by David Reiss · 16 years ago
  53. 8584b6f THRIFT-465. cpp: Fix some STL misuse in the concurrency library test by David Reiss · 16 years ago
  54. 5fa20da THRIFT-464. cpp: Fix some STL misuse in the concurrency library by David Reiss · 16 years ago
  55. 840e752 THRIFT-497. cpp: Fix TSocket::read and peek on Max OS by David Reiss · 16 years ago
  56. 2fb877a THRIFT-511. rb: Better performing hash method for generated structs by Bryan Duxbury · 16 years ago
  57. 9e34741 THRIFT-489. java: Java enum validation only validates explicitly assigned values by Bryan Duxbury · 16 years ago
  58. 1deddc7 THRIFT-513. rb: spec test files broken, rake searching for misnamed files by Bryan Duxbury · 16 years ago
  59. e043a9e THRIFT-516. rb: If TFramedTransport reads a negative frame size, throw a TTransportException descendant instead of the default NegativeArraySizeException by Bryan Duxbury · 16 years ago
  60. 4b86e62 THRIFT-373. Get some missing files into the release tarballs by David Reiss · 16 years ago
  61. dc0a941 Consolidate lib/hs/.gitignore into the top-level .gitignore by David Reiss · 16 years ago
  62. fff84d1 THRIFT-450. java: Propagate CLASSPATH from ./configure to make and ant by David Reiss · 16 years ago
  63. 089164a THRIFT-450. java: Respect the global classpath during testing by David Reiss · 16 years ago
  64. fdfcebd THRIFT-450. java: Check for Apache Commons Lang also by David Reiss · 16 years ago
  65. 08d2f11 cpp: Fix compilation on OpenBSD by including sys/types.h by David Reiss · 16 years ago
  66. e5eef13 cpp: Resolve an ambiguous overload in some tests by David Reiss · 16 years ago
  67. 5105b2e cpp: Add some missing includes to fix OpenBSD compilation by David Reiss · 16 years ago
  68. 2ff956c cpp: Fix an OpenBSD compilation bug by moving a typedef by David Reiss · 16 years ago
  69. e4ca179 cpp: Deal with systems without sched_get_priority_{min,max} (OpenBSD) by David Reiss · 16 years ago
  70. 85a8f7b cpp: Deal with systems without AI_ADDRCONFIG (OpenBSD) by David Reiss · 16 years ago
  71. d28ce10 cpp: Fix an OpenBSD compilation error that appears to be a real bug by David Reiss · 16 years ago
  72. 32194ab THRIFT-501. rb: File.dirname(...) requires cause warnings in some scenarios by Bryan Duxbury · 16 years ago
  73. 4ca0c8e THRIFT-450. Don't use Ivy if log4j is already available by David Reiss · 16 years ago
  74. eaa8d7e Extend ax_javac_and_java.m4 to test for specific classes by David Reiss · 16 years ago
  75. af3b630 THRIFT-349. php: Accelerated binary protocol serialization segementation fault by Bryan Duxbury · 16 years ago
  76. c2a9245 THRIFT-499. php: Thrift_protocol PHP extension does not handle signedness correctly by Bryan Duxbury · 16 years ago
  77. a043be3 THRIFT-495. python: Raise a TTransportException if TSocket is not open by David Reiss · 16 years ago
  78. 9aa716c THRIFT-493. java: Stopping TNonblockingServer when it hasn't been starting results in an exception by Bryan Duxbury · 16 years ago
  79. 16514d0 THRIFT-494. python: Update meta-information in setup.py by David Reiss · 16 years ago
  80. be378f2 THRIFT-490. Clarify the comment for the Guard macro by David Reiss · 16 years ago
  81. 8db8980 THRIFT-483. Use --copy for libtoolize by David Reiss · 16 years ago
  82. 7875389 THRIFT-482. java: build.xml does not specify a target version for compiled java classes by Bryan Duxbury · 16 years ago
  83. b7b8af9 THRIFT-486. rb: ruby tutorial needs updated require statements by Bryan Duxbury · 16 years ago
  84. 1cc7a13 THRIFT-485. rb: Generated validate methods that reference external thrift files' types are not referenced correctly by Bryan Duxbury · 16 years ago
  85. 50e030a Preparing for 0.1.0 RC1 by Kevin Clark · 16 years ago
  86. 853bdfe THRIFT-60. Make generated constants object extend NSObject. by Andrew McGeachie · 16 years ago
  87. f93f7a6 Add version number to Rakefile, update generated manifest (via rake) by Kevin Clark · 16 years ago
  88. 657538d Adding incubator disclaimer by Kevin Clark · 16 years ago
  89. 0a2dc64 THRIFT-478. Release our input and output stream instance variables when we're dealloc to avoid a memory leak. by Andrew McGeachie · 16 years ago
  90. 4f31920 THRIFT-471. python: Generated exceptions should implement __str__ by David Reiss · 16 years ago
  91. 36a5a25 THRIFT-453. java: By default, use Ivy to download Java dependencies by David Reiss · 16 years ago
  92. 62a3fba THRIFT-470. fb303: Use a namespace in Perl gen-code by David Reiss · 16 years ago
  93. 1cc8995 THRIFT-463. python: Fix thrift_spec ordering bug from r760201 by David Reiss · 16 years ago
  94. d90063f THRIFT-467. csharp: Fix compilation on Debian Sid by David Reiss · 16 years ago
  95. fae0e78 THRIFT-460: fixes constant structs by T Jake Luciani · 16 years ago
  96. aac5bd4 THRIFT-461: moves thrift compiler call to test suite by T Jake Luciani · 16 years ago
  97. 66bc154 Add makefile stuff to svn:ignore by Bryan Duxbury · 16 years ago
  98. 4650144 THRIFT-451. rb: ruby structs use lowercase enum while modules are capitalized by Bryan Duxbury · 16 years ago
  99. 256f704 THRIFT-445. rb: client and processor do not inherit from the proper namespace scope by Bryan Duxbury · 16 years ago
  100. ff219ac THRIFT-236. Structs should be serialized in a consistent order by Bryan Duxbury · 16 years ago