1. 81c7fc0 Add a missing include to Benchmark.cpp to make it build on Mac OS. by David Reiss · 17 years ago
  2. 8361bf0 ocaml and haskell thrift clients now calling readMessageEnd by iproctor · 17 years ago
  3. 1ffb61b Fix a bug in TPipedTransport that broke pipelining. by David Reiss · 17 years ago
  4. e4db03d Add TFDTransport: a dead-simple wrapper around a file-descriptor. by David Reiss · 17 years ago
  5. 2a4bfd6 Clean up the unit tests. by David Reiss · 17 years ago
  6. 3095aa1 Add a test client and server for C#. by David Reiss · 17 years ago
  7. 3000b5b Add an experiment to measure the likeliness that realloc will avoid a copy. by David Reiss · 17 years ago
  8. 07ef3a9 Make the Perl generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  9. 6a4b82c Make the Ruby generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  10. 320e45c Make the Python generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  11. 9d65bf0 Make the C# generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  12. ea5e75a Add Java JSON protocol implementation. by David Reiss · 17 years ago
  13. 4a8f46c Add more complete base64 testing for C++ JSON protocol. by David Reiss · 17 years ago
  14. 14feb41 Generate quality overrides of hashCode for Thrift structs (in Java). by David Reiss · 17 years ago
  15. 3b15ebc Add support for .equals() to Java structs. by David Reiss · 17 years ago
  16. 4ce2874 Make limited reflection optional (off by default). by David Reiss · 17 years ago
  17. 9db977f Update test/Makefile.am to use the new compiler command-line format. by David Reiss · 17 years ago
  18. 771f8c7 Make the Java generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  19. 9a08dc6 Make the C++ generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  20. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  21. ff50f28 Add automake support for running the Java tests. by David Reiss · 17 years ago
  22. 4f15f59 Update TJSONProtocol to TSimpleJSONProtocol by David Reiss · 17 years ago
  23. 2845b52 Enhance C++ test client to make sure that async void is implemented properly by David Reiss · 17 years ago
  24. db893b6 Implement testAsync for python tests by David Reiss · 17 years ago
  25. 2ab6fe8 Add testAsync to ThriftTest.thrift which verifies async void works properly. by David Reiss · 17 years ago
  26. 9590a4c Change test scripts for Java to point to libthrift.jar in source tree. by David Reiss · 17 years ago
  27. db0ea15 Thrift: Add a full-featured JSON protocol for C++. by David Reiss · 17 years ago
  28. 9ff3b9d Thrift: Python test improvements. by David Reiss · 17 years ago
  29. 22360b2 Use interfaces, not classes for Java gen by Mark Slee · 17 years ago
  30. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  31. f7baf54 Thrift: Revamp TMemoryBuffer constructors. by David Reiss · 17 years ago
  32. 8180c0c Thrift: "make check" support. by David Reiss · 17 years ago
  33. 4637990 Thrift: Fix a bug in a test program. by David Reiss · 17 years ago
  34. 7f42bcf Thrift: C# Bindings. by David Reiss · 17 years ago
  35. 89f5716 Ruby default values patch by Mark Slee · 17 years ago
  36. 832b262 Thrift: Revamp build to use a single configure.ac. by David Reiss · 17 years ago
  37. c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
  38. 3f14d3e Merge Ruby framed transport by Mark Slee · 17 years ago
  39. 844ac12 TJSONProtocol writing support in Java by Mark Slee · 17 years ago
  40. 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago
  41. 79b1694 Refactor TNonblockingServer to use event_base construct by Mark Slee · 17 years ago
  42. 8067485 Complete rb test server with testEnum and testTypedef by Mark Slee · 17 years ago
  43. 5b74307 Thrift PHP generation Redux by Mark Slee · 17 years ago
  44. 5299a95 Python automated test patch by Mark Slee · 17 years ago
  45. 8266443 OO perl accessors for Thrift objects by Mark Slee · 17 years ago
  46. faebedd Thrift: Re-committing zlib. by David Reiss · 17 years ago
  47. 5aea7c8 Thrift: Reverting TZlibTransport by David Reiss · 17 years ago
  48. b8c6334 Thrift: Zlib transport. by David Reiss · 17 years ago
  49. ce161a9 Thrift: Clean up and test TDenseProtocol by David Reiss · 17 years ago
  50. e67c0e6 Thrift: TDenseProtocol using variable-length integers. by David Reiss · 17 years ago
  51. 2c2e6d2 Thrift: Python TBufferedTransport improvements. by David Reiss · 17 years ago
  52. 4e7530d Thrift: TDenseProtocol. by David Reiss · 17 years ago
  53. d779cbe Thrift: Local Reflection for C++. by David Reiss · 17 years ago
  54. c6fc329 Thrift: Support for explicit Python module declaration. by David Reiss · 17 years ago
  55. 2375312 Thrift: Limited Reflection for C++. by David Reiss · 17 years ago
  56. 382fc30 Thrift: Native-code Binary Protocol encoder. by David Reiss · 17 years ago
  57. e087a30 Thrift: Make use of get_true_type. by David Reiss · 17 years ago
  58. bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
  59. 2dc72c3 Thrift: Move TStringBuffer functionality into TMemoryBuffer. by David Reiss · 17 years ago
  60. 27ed6ec Merging Jake Luciani's latest perl code gen fixes by Mark Slee · 17 years ago
  61. 8320a92 Thrift: Merging external patch. by David Reiss · 17 years ago
  62. cbd4bac Thrift: docstring revamp step 2. by David Reiss · 17 years ago
  63. cdffe26 Thrift: docstring revamp step 1. by David Reiss · 17 years ago
  64. 7dafc94 Fix Java test cases by Mark Slee · 17 years ago
  65. 7897c92 Thrift: OCaml and HS servers more general by iproctor · 17 years ago
  66. 202111d Thrift: More constant enums. by David Reiss · 17 years ago
  67. 6f22655 Thrift: Fixed rookie mistake. by David Reiss · 17 years ago
  68. 8dae994 Thrift: Improved test case. by David Reiss · 17 years ago
  69. c2532a9 Thrift: Allow whole program doctext. by David Reiss · 17 years ago
  70. 1ac0580 Thrift: Change docstring syntax. by David Reiss · 17 years ago
  71. d0767c5 Fix Thrift compiler to support reuse of enums and constants in later constants by Mark Slee · 17 years ago
  72. ff8eb92 Thrift: Haskell library and codegen by iproctor · 17 years ago
  73. 00dcccf Thrift: Debug Protocol by David Reiss · 17 years ago
  74. 9a41a0c Thrift: OCaml library and generator by iproctor · 18 years ago
  75. 58dfb4f Lots of Ruby code generation improvements by Mark Slee · 18 years ago
  76. 477a580 Ruby test code fix, and BNF file for protocol by Mark Slee · 18 years ago
  77. 3e5d2d7 Whitespace fixes on test code by Mark Slee · 18 years ago
  78. e02385b Add thread pool option to NonblockingServer by Mark Slee · 18 years ago
  79. 3a3b53b Modified facebook::thrift::concurrency::Monitor.wait: by Marc Slemko · 18 years ago
  80. f4f18ec Need using namespace boost in thrift threads test by Mark Slee · 18 years ago
  81. 3e3d7ad Adding perl testclient code by Mark Slee · 18 years ago
  82. fa6ac9f Java test client/server fixes by Mark Slee · 18 years ago
  83. cbc5160 Fix messed up noninitialized things by Mark Slee · 18 years ago
  84. 0c2dff3 Fix broken C++ Thrift test by Mark Slee · 18 years ago
  85. 02d1edc Some thrift test code improvements by Mark Slee · 18 years ago
  86. 4841b2d Threads test makefile cleanup by Mark Slee · 18 years ago
  87. c416a27 Threads testing package update by Mark Slee · 18 years ago
  88. b32f3c6 Threading libraries test for Thrift C++ by Mark Slee · 18 years ago
  89. 57cc25e Some Thrift documentation cleanups by Mark Slee · 18 years ago
  90. e129a2d Some thrift test code fixes by Mark Slee · 18 years ago
  91. 157d9f7 Ruby test server code by Mark Slee · 18 years ago
  92. 79e41b8 Update test code with TPipedTransport by Mark Slee · 18 years ago
  93. f53b5cf adding documentation syntax to thrift by ccheever · 18 years ago
  94. 739dbe5 Bring C++ thrift stress test up to date with new constructs by Mark Slee · 18 years ago
  95. a7747c2 Fix HashMap => AbstractMap conversions in Java test thrift code by Mark Slee · 18 years ago
  96. 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
  97. 0788a70 Separate thrift into libthrift and libthriftnb by Mark Slee · 18 years ago
  98. 6f5e2cb Fix relative paths in test dirs by Mark Slee · 18 years ago
  99. 9e288d4 Add some smaller test cases and fix new single protocol/transport C++ test by Mark Slee · 18 years ago
  100. 1921d20 Fix C++ Thrift test code to work with new gen'd code interface by Mark Slee · 18 years ago