1. f67ad9e THRIFT-130. java: Eliminate frame{Read,Write} from TFramedTransport by David Reiss · 16 years ago
  2. 4ad40d7 java: Specify in build.xml that we are using Java 1.5 by David Reiss · 16 years ago
  3. 6144e42 THRIFT-64. java: Allow TServerSocket to bind to a specific IP address by David Reiss · 16 years ago
  4. db65e3d java: Close broken connections [THRIFT-73] by David Reiss · 17 years ago
  5. f0c21a7 [THRIFT-70] Allow the Java install prefix to be configured. by David Reiss · 17 years ago
  6. 03b574f (THRIFT-5) A TNonblockingServers (single-threaded and thread-pool) for Java by David Reiss · 17 years ago
  7. fc06464 (THRIFT-12) Make the Java library use java.util.logging instead of stdout. by David Reiss · 17 years ago
  8. 0a2e7a2 Java/TThreadPoolServer: Shut down more gracefully. (THRIFT-11) by David Reiss · 17 years ago
  9. f9b5b12 Tweak Java Makefile.ams to fix "make distclean". by David Reiss · 17 years ago
  10. c8abb07 Add build.xml, src, and LICENSE to EXTRA_DIST in lib/java/Makefile.am. by David Reiss · 17 years ago
  11. 04c6267 Squelch most Java 1.6 warnings. by David Reiss · 17 years ago
  12. c631e98 Moved the java libraries from src to src/com/facebook/thrift. by David Reiss · 17 years ago
  13. d92ca7d Prevent Java's TProtocolUtil.skip from overflowing the stack. by David Reiss · 17 years ago
  14. ea5e75a Add Java JSON protocol implementation. by David Reiss · 17 years ago
  15. a7f879b Add Java memory buffer transport implementation. by David Reiss · 17 years ago
  16. 80f6398 Add NOT_IMPLEMENTED exception code. by David Reiss · 17 years ago
  17. d2a3e56 Add a TDeserializer for Java. by David Reiss · 17 years ago
  18. c0fef71 Fix a comment in the Java TSerializer. by David Reiss · 17 years ago
  19. 3de1c4e Use "all-local" instead of all in Makefile.am. by David Reiss · 17 years ago
  20. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  21. 223d6bd Make "make check" work properly for Python and Java. by David Reiss · 17 years ago
  22. f8dcf03 Add automake support for building the Java library. by David Reiss · 17 years ago
  23. 132cc46 Rename TJSONProtocol.java -> TSimpleJSONProtocol.java by David Reiss · 17 years ago
  24. c005b1b Thrift: Distinguish between string and binary types in C++ and Java. by David Reiss · 17 years ago
  25. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  26. 737ce02 Add some more TThreadPoolServer constructors by Mark Slee · 17 years ago
  27. 19c9777 Chagnge TThreadPoolServer in Java to use SynchronousQueue by default by Mark Slee · 17 years ago
  28. 5ddd2f1 Thrift: Fix a bug in the Java runtime. by David Reiss · 17 years ago
  29. 4a15eb7 Thrift: Maximum read length for Java. by David Reiss · 17 years ago
  30. f60467e Custom HTTP headers patch from Dave Engberg by Mark Slee · 17 years ago
  31. d602f82 Complete the proper handling of all special characters in JSON strings for TJSONProtocol by Mark Slee · 17 years ago
  32. fe6ed0d Clean up the TSerializer by Mark Slee · 17 years ago
  33. 844ac12 TJSONProtocol writing support in Java by Mark Slee · 17 years ago
  34. a1d4cab Make Java TBinaryProtocol default to strictWrite by Mark Slee · 17 years ago
  35. 6eb5892 Deal with UnsupportedEncodingException in TBinaryProtocol by Mark Slee · 17 years ago
  36. 0502e61 Add programatic shutdown option to Java Thrift servers by Mark Slee · 17 years ago
  37. 52182d6 Make Java TbinaryProtocol enfore UTF-8 by Mark Slee · 17 years ago
  38. 34b2926 Java Thrift objects implement common base interface by Mark Slee · 17 years ago
  39. 780e4ec Fix missing break statements in Java ProtocolUtil by Mark Slee · 17 years ago
  40. b8f0d49 [thrift] checking in generated reflection code into java library by eletuchy · 17 years ago
  41. 66ccee2 [thrift] java httpclient needs to close its inputstream by eletuchy · 18 years ago
  42. 808454e Thrift TBinaryProtocol change by Mark Slee · 18 years ago
  43. 5e707a6 Forgot to add ProcessorFactory by Mark Slee · 18 years ago
  44. 448849d ProcessorFactory for Java by Mark Slee · 18 years ago
  45. 8d725a2 Add explicit binary type to Thrift by Mark Slee · 18 years ago
  46. 54b7ab9 READMEs and DOCs and ant tasks, oh my by Mark Slee · 18 years ago
  47. 7eb0d63 Apply Thrift license to Java sources by Mark Slee · 18 years ago
  48. e534119 protocol exceptions in java by Mark Slee · 18 years ago
  49. b46c041 More java error codes in thrift by Mark Slee · 18 years ago
  50. 3d42440 Thrift application exceptions in Java by Mark Slee · 18 years ago
  51. 5a42958 -- Protocol and transport factories now wrap around a single protocol/transport by Aditya Agarwal · 18 years ago
  52. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  53. 456b7a8 New protocol wrapping transport model for Thrift Java by Mark Slee · 18 years ago
  54. b6f10d1 Clean up Java Thrift transport code by Mark Slee · 18 years ago
  55. 7d5da16 Thrift Java HTTP client by Mark Slee · 18 years ago
  56. 845fe3d Add better socket linger, tcp_nodelay and timeout handling to thrift by Mark Slee · 18 years ago
  57. 9ffe9d4 Set linger off and nodelay true on accepted ServerSockets by Mark Slee · 18 years ago
  58. 5bcde6e Add socket and server socket timeout support to thrift java by Mark Slee · 18 years ago
  59. c2e8ff5 Fix potential multithreading protocol issue in Thrift Java by Mark Slee · 18 years ago
  60. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  61. ade2c83 Thrift PHP TSocketPool client by Mark Slee · 18 years ago
  62. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  63. ffcddd6 Thrift multithreaded Java server by Mark Slee · 18 years ago
  64. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  65. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  66. 530fd66 Java Thrift libraries no longer use specially defined UInt32 etc. classes by Mark Slee · 18 years ago
  67. f3c322b Thrift: getting rid of U32s for map/list/set/string lengths and field ids etc. by Mark Slee · 19 years ago
  68. 83c52a8 Java libraries for Thrift by Mark Slee · 19 years ago