1. d2a3e56 Add a TDeserializer for Java. by David Reiss · 17 years ago
  2. c0fef71 Fix a comment in the Java TSerializer. by David Reiss · 17 years ago
  3. dc815f5 Add Stop methods for C# servers. by David Reiss · 17 years ago
  4. 907ad76 Adding a few integration points to the C++ TSocketPool. by David Reiss · 17 years ago
  5. 2c9824c Fix potential out of bounds read issue with getTypeIDForTypeName(). by David Reiss · 17 years ago
  6. f50021a Bug fix for C++ TSocketPool by David Reiss · 17 years ago
  7. 6d0cccd Fail and retry logic for TSocketPool by David Reiss · 17 years ago
  8. 9163073 Fix for JSON Protocol string-reading methods. by David Reiss · 17 years ago
  9. 1a35464 Fix for Base64 decoding. by David Reiss · 17 years ago
  10. 6f3507c [thrift] erlang: fixing error logger for devious "not-quite-right" lists by eletuchy · 17 years ago
  11. 4b6a3c7 Fix a subtle bug in cpp_use_include_path. by David Reiss · 17 years ago
  12. 7d2ab9f [thrift] erlang: dialyzer bug: binary protocol double type ... by eletuchy · 17 years ago
  13. 38d199b [thrift] erlang: dialyzer bug: bad usage of ++ operator on a non-list by eletuchy · 17 years ago
  14. cf2e8d9 Add an operator< for Thrift structs (in C++). by David Reiss · 17 years ago
  15. f0cf2a3 [thrift] erlang: dialyzer bug: tSocket reading of send_timeout preference by eletuchy · 17 years ago
  16. 53e5719 [thrift] erlang dialyzer error by eletuchy · 17 years ago
  17. 57fd32c [thrift] make erlang error logger more efficient by eletuchy · 17 years ago
  18. 7dc23bc [thrift] adding dialyzer to erlang library Makefile by eletuchy · 17 years ago
  19. efe64a6 [thrift] making erlang thrift error logger slightly nicer for printing binaries by eletuchy · 17 years ago
  20. 10ae20f Fix a warning message. by David Reiss · 17 years ago
  21. 4ce2874 Make limited reflection optional (off by default). by David Reiss · 17 years ago
  22. 9db977f Update test/Makefile.am to use the new compiler command-line format. by David Reiss · 17 years ago
  23. b1b8079 Make compiler work on cpp_includes with < in them by Mark Slee · 17 years ago
  24. e8a87de Allow the Thrift compiler to be built without the Java generator. by David Reiss · 17 years ago
  25. 2258573 Allow the Thrift compiler to be built without the C++ generator. by David Reiss · 17 years ago
  26. add584d Infrastructure for excluding code generators from the Thrift compiler. by David Reiss · 17 years ago
  27. 771f8c7 Make the Java generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  28. 9a08dc6 Make the C++ generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  29. 79eca14 Infrastructure for a language-neutral namespace declaration. by David Reiss · 17 years ago
  30. dc61be9 Remove t_java_generator.h. by David Reiss · 17 years ago
  31. e1404d2 Make the Java generator dynamic. by David Reiss · 17 years ago
  32. 52812f9 Remove t_cpp_generator.h. by David Reiss · 17 years ago
  33. 400cd4b Make the C++ generator dynamic. by David Reiss · 17 years ago
  34. bd0db88 Infrastructure for loading code generators a bit more dynamically. by David Reiss · 17 years ago
  35. 9cc2c13 Make warnings from the Thrift compiler a little clearer. by David Reiss · 17 years ago
  36. c81e82b [thrift] don't do a reverse DNS lookup for every erlang thrift request by eletuchy · 17 years ago
  37. 698713c [thrift] better error handling and timeouts in tSocket code by eletuchy · 17 years ago
  38. 0e18224 Tighten integration with Ruby exceptions by tying in Exception#message by David Reiss · 17 years ago
  39. 68ccc69 Move Ruby fielded object creation from generated constructor to ThriftStruct by David Reiss · 17 years ago
  40. ebbfbd8 Ruby exception constructor bugfix by David Reiss · 17 years ago
  41. 01d187c add increase_max_fds to the new TServer.cpp by veeve · 17 years ago
  42. 3de1c4e Use "all-local" instead of all in Makefile.am. by David Reiss · 17 years ago
  43. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  44. 223d6bd Make "make check" work properly for Python and Java. by David Reiss · 17 years ago
  45. ff50f28 Add automake support for running the Java tests. by David Reiss · 17 years ago
  46. 4f15f59 Update TJSONProtocol to TSimpleJSONProtocol by David Reiss · 17 years ago
  47. f8dcf03 Add automake support for building the Java library. by David Reiss · 17 years ago
  48. dab2ad8 Thrift: Clean up cleanup.sh and bootstrap.sh by David Reiss · 17 years ago
  49. 132cc46 Rename TJSONProtocol.java -> TSimpleJSONProtocol.java by David Reiss · 17 years ago
  50. 1e62ab4 TJSONProtocol no longer uses borrow, and miscellaneous fixes. by David Reiss · 17 years ago
  51. 215ba5c [thrift] Erlang thrift_sup will exit if it can't bind to the given address by Christopher Piro · 17 years ago
  52. c91d07c Fix a typo in the C# generator. by David Reiss · 17 years ago
  53. 399442b Fix a typo by David Reiss · 17 years ago
  54. d7a16f4 Thrift: Add "#include <cstdlib>" in a few places and s/malloc/std::malloc/ by David Reiss · 17 years ago
  55. 2845b52 Enhance C++ test client to make sure that async void is implemented properly by David Reiss · 17 years ago
  56. db893b6 Implement testAsync for python tests by David Reiss · 17 years ago
  57. 2ab6fe8 Add testAsync to ThriftTest.thrift which verifies async void works properly. by David Reiss · 17 years ago
  58. 9590a4c Change test scripts for Java to point to libthrift.jar in source tree. by David Reiss · 17 years ago
  59. db0ea15 Thrift: Add a full-featured JSON protocol for C++. by David Reiss · 17 years ago
  60. c005b1b Thrift: Distinguish between string and binary types in C++ and Java. by David Reiss · 17 years ago
  61. 9ff3b9d Thrift: Python test improvements. by David Reiss · 17 years ago
  62. bc444b0 Thrift: Fix a bug in the skip function in Python's fastbinary.c by David Reiss · 17 years ago
  63. bbf8062 [thrift] making generated php struct readers more compact by eletuchy · 17 years ago
  64. 260a5fa [thrift] grrrr ... TPhpStream can read the string '0' by eletuchy · 17 years ago
  65. dd43eb8 Fix Java generator for javabean target to construct maps and lists properly by Mark Slee · 17 years ago
  66. bd03e3e [erl-thrift] tiny change to exception message for tSocket:connect by eletuchy · 17 years ago
  67. 7ed4b98 Thrift: Add some macros to configure.ac. by David Reiss · 17 years ago
  68. 55aebc4 Thrift haskell getTransport working by iproctor · 17 years ago
  69. 407c9e7 Thrift: Fix a bug with local reflection and namespaces. by David Reiss · 17 years ago
  70. 6756f13 Getters for input/output protocol in client lib by Mark Slee · 17 years ago
  71. 22360b2 Use interfaces, not classes for Java gen by Mark Slee · 17 years ago
  72. a8de489 Patch from Ross McFarland to compile with strict warnings by Mark Slee · 17 years ago
  73. 3c5d2fd Thrift: Fix a bug in local reflection generation. by David Reiss · 17 years ago
  74. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  75. 3160971 Thrift: Update some makefiles to make "make dist" work. by David Reiss · 17 years ago
  76. 1fdb592 Thrift: Add a Makefile to build the C# library with Mono. by David Reiss · 17 years ago
  77. 46dc629 Thrift: Miscellaneous optimizations for C#. by David Reiss · 17 years ago
  78. cba5727 Thrift: String/Binary distinction for C#. by David Reiss · 17 years ago
  79. e466737 Thrift/Ruby: Bug fix. by David Reiss · 17 years ago
  80. f7baf54 Thrift: Revamp TMemoryBuffer constructors. by David Reiss · 17 years ago
  81. adb5cad Make inner Isset classes implement serializable by Mark Slee · 17 years ago
  82. e6ec414 Thrift: Update CONTRIBUTORS. by David Reiss · 17 years ago
  83. 8180c0c Thrift: "make check" support. by David Reiss · 17 years ago
  84. 20f009d Thrift: Forgot to dereference a pointer. by David Reiss · 17 years ago
  85. 4637990 Thrift: Fix a bug in a test program. by David Reiss · 17 years ago
  86. f495f36 Thrift: Make borrow (almost) always succeed for TBufferedTransport. by David Reiss · 17 years ago
  87. d46eb09 Thrift: Update the interface for TTransport's "borrow" method. by David Reiss · 17 years ago
  88. 84e5022 [thrift] Fix generated T_LIST push_back() for cpptype override by dweatherford · 17 years ago
  89. f07d48e Fix to the throws clause validation by Mark Slee · 17 years ago
  90. 5cf89c1 If a list has a custom CPP type, use push_back by Mark Slee · 17 years ago
  91. 91f2b7b Validate that throws clauses in Thrift contain only exceptions by Mark Slee · 17 years ago
  92. 8d4b1cc Improve C++ vector deserialization by Mark Slee · 17 years ago
  93. 61959f5 Improve Thrift map deserialization code by Mark Slee · 17 years ago
  94. aa93451 [thrift] iolists and binaries in Erlang by Christopher Piro · 17 years ago
  95. 073e2cf Thrift/Ruby: Generate nicer constructors for Thrift structs. by David Reiss · 17 years ago
  96. 3e65833 Thrift/Ruby: Allow some thrift exceptions to use standard Ruby syntax. by David Reiss · 17 years ago
  97. f09b8a0 Thrift/Ruby: TSimpleServer closes its listen socket on an uncaught exception. by David Reiss · 17 years ago
  98. fe6d148 Thrift/Ruby: Remove a debugging message. by David Reiss · 17 years ago
  99. 41911a5 Thrift: Better exception handling in Ruby. by David Reiss · 17 years ago
  100. 0e87ef7 Thrift: Some sort of Ruby performance fix. by David Reiss · 17 years ago