1. 350860f Add carl to developer list by Carl Yeksigian · 12 years ago
  2. 0fd47da THRIFT-1956: Switch to Apache Commons Lang 3 by Jake Farrell · 12 years ago
  3. 565517a subversion, thanks and good bye ;-r by Roger Meier · 12 years ago
  4. f42ce2a THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 12 years ago
  5. e242a96 add -Xlint:unchecked to improve quality by Roger Meier · 12 years ago
  6. a0bd523 Thrift-1728:Upgradation of httpcomponents Client: java Patch: Karthik K by Jake Farrell · 12 years ago
  7. e2ef317 Thrift-1693:libthrift has dependency on two different versions of httpcore by Jake Farrell · 12 years ago
  8. 1e79cb4 THRIFT-1469. java: Java isset space optimization by Bryan Duxbury · 13 years ago
  9. 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
  10. 13b2118 Thrift-1257: thrift's dependency scope on javax.servlet:servlet-api should be 'provided' by Jake Farrell · 13 years ago
  11. bce6fad THRIFT-1282. java: Upgrade httpclient to 4.1.2 (from 4.0.1) by Bryan Duxbury · 13 years ago
  12. 35dd47b THRIFT-1216. java: build Java Library behind a proxy by Bryan Duxbury · 14 years ago
  13. 73b8dfc Thrift-1194: Java lib does not install artifacts to local dir correctly by Jake Farrell · 14 years ago
  14. c023d90 Thrift-1174: Publish as3 client implementation via Maven for use by flex-mojos users by Jake Farrell · 14 years ago
  15. 6ece9be THRIFT-1155: Remove log4j dependency from java client Client: java by Jake Farrell · 14 years ago
  16. b0cdd91 Thrift-1155: Remove log4j dependency from java client. Client: java by Jake Farrell · 14 years ago
  17. 4b8faf9 Thrift-363: Maven Deploy Patch: jfarrell Client lib: java by Jake Farrell · 14 years ago
  18. 55f7ffe THRIFT-363. java: Maven deploy by Bryan Duxbury · 14 years ago
  19. 60cb3ba THRIFT-1073 fix javadoc target Patch: Diwaker Gupta by Roger Meier · 14 years ago
  20. 2fde9ee THRIFT-971 java module can't be compiled without ivy and network connection by Roger Meier · 14 years ago
  21. 5013de2 THRIFT-960 Java: remove TestServer, TestNonblockingServer and TestClient from Unittest by Roger Meier · 14 years ago
  22. 62b7cfb THRIFT-960 Java: add TestServer, TestNonblockingServer and TestClient again by Roger Meier · 14 years ago
  23. 1b13083 THRIFT-106. java: TSSLServerSocket by Bryan Duxbury · 14 years ago
  24. fcaa8f5 THRIFT-931. java: Use log4j for Java tests by Todd Lipcon · 14 years ago
  25. 90ec5bf THRIFT-873. java: Java tests fail due to Too many open files by Todd Lipcon · 14 years ago
  26. f5abd26 THRIFT-830. java: Switch binary field implementation from byte[] to ByteBuffer by Bryan Duxbury · 14 years ago
  27. d8c7757 THRIFT-833. java: build.xml in lib/java is missing a classpathref attribute for the javadoc task by Bryan Duxbury · 14 years ago
  28. 15e2930 THRIFT-761. java: Include the symbolic name of a typedef field in the field metadata by Bryan Duxbury · 15 years ago
  29. 505b4c1 java: stop trying to run the removed UnionTest by Bryan Duxbury · 15 years ago
  30. 547edc7 THRIFT-363. java: Maven Deploy by Bryan Duxbury · 15 years ago
  31. e5e5c7b java: Move contents of CompareTest into TestStruct; delete old version by Bryan Duxbury · 15 years ago
  32. 981869c java: Move contents of DeepCopyTest to TestStruct; delete old version by Bryan Duxbury · 15 years ago
  33. c23e09e java: Move contents of IdentityTest into TestStruct by Bryan Duxbury · 15 years ago
  34. dffa072 java: convert PartialDeserializeTest to testcase of TestTDeserializer (new junit test); add apache header to a few of the new test files. by Bryan Duxbury · 15 years ago
  35. dd6dc83 java: convert Framed Transport test to JUnit, remove old version of test by Bryan Duxbury · 15 years ago
  36. bf0595f java: Convert TJSONProtocol test to JUnit, making a few minor changes to ProtocolTestBase in the process. by Bryan Duxbury · 15 years ago
  37. 61a1ad4 java: Stop trying to run the deprecated version of binary and compact protocol tests, since they don't exist anymore by Bryan Duxbury · 15 years ago
  38. 951e7e2 java: Add JUnit to ivy config. Convert Nonblocking server tests to use JUnit. Framework laid to convert the remainder of the tests. by Bryan Duxbury · 15 years ago
  39. a268019 THRIFT-710. java: TBinaryProtocol should access buffers directly when possible by Bryan Duxbury · 15 years ago
  40. 0f52f07 THRIFT-711. java: TFramedTransport should support direct buffer access by Bryan Duxbury · 15 years ago
  41. dee6d42 THRIFT-713. java: Java compareTo method throws NPE when any field isn't set. by Bryan Duxbury · 15 years ago
  42. 5261121 don't put all the test cases and generated classes into the jar - reduces size of jar from ~1M to ~200k. by Bryan Duxbury · 15 years ago
  43. 2727fab THRIFT-645. java: Create ant rules for running the test client and server by David Reiss · 15 years ago
  44. 2845b16 THRIFT-565. java: Structs containing typedefs for incomparable objects will be considered comparable by Bryan Duxbury · 15 years ago
  45. 51f2880 THRIFT-446. java: PartialDeserialization in Java by Bryan Duxbury · 15 years ago
  46. ab3666e THRIFT-409. java: Add "union" to Thrift by Bryan Duxbury · 15 years ago
  47. 2f45e78 THRIFT-566. java: jar file should contain copies of LICENSE and NOTICE files by Bryan Duxbury · 15 years ago
  48. 56c2c21 THRIFT-462. java: Installed jar shouldn't be executable by David Reiss · 16 years ago
  49. 089164a THRIFT-450. java: Respect the global classpath during testing by David Reiss · 16 years ago
  50. 7875389 THRIFT-482. java: build.xml does not specify a target version for compiled java classes by Bryan Duxbury · 16 years ago
  51. 36a5a25 THRIFT-453. java: By default, use Ivy to download Java dependencies by David Reiss · 16 years ago
  52. 5a56088 THRIFT-416. java: java.util.logging eats exceptions without warning by Bryan Duxbury · 16 years ago
  53. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  54. 32e04b4 THRIFT-262. java: Generate Javadocs for library classes by Bryan Duxbury · 16 years ago
  55. 538e344 THRIFT-110. java: A more compact format by Bryan Duxbury · 16 years ago
  56. 986d705 THRIFT-253. java: Enhance FieldMetaData by Bryan Duxbury · 16 years ago
  57. 249d7cb THRIFT-166. java: Java tests should be in lib/java/test/ by Bryan Duxbury · 16 years ago
  58. 4ad40d7 java: Specify in build.xml that we are using Java 1.5 by David Reiss · 16 years ago
  59. f0c21a7 [THRIFT-70] Allow the Java install prefix to be configured. by David Reiss · 17 years ago
  60. 54b7ab9 READMEs and DOCs and ant tasks, oh my by Mark Slee · 18 years ago
  61. 83c52a8 Java libraries for Thrift by Mark Slee · 19 years ago