1. a8efac8 THRIFT-225. java/cpp: Handle non-i32 integer constants properly by David Reiss · 16 years ago
  2. a230999 THRIFT-121. Support arbitrary type annotations by David Reiss · 16 years ago
  3. 0c87ad4 THRIFT-217. Use "--gen py" instead of "-py" in build scripts by David Reiss · 16 years ago
  4. 603d504 THRIFT-138. java: Create deep-copy constructors for Thrift structs by David Reiss · 16 years ago
  5. 04c3159 THRIFT-81. java: TNonblockingServer: Support a limit on read buffer size by David Reiss · 16 years ago
  6. 30a9360 THRIFT-172. java: Improve toString output for binary fields by David Reiss · 16 years ago
  7. c26da0a THRIFT-202: java: Fix "make check" by David Reiss · 16 years ago
  8. 7442127 THRIFT-67. python: Add TNonblockingServer by David Reiss · 16 years ago
  9. 1cc0c5e THRIFT-109. python: Use self.assert* instead of assert in tests by David Reiss · 16 years ago
  10. 8d07e1d s/ENABLE_RUBY/WITH_RUBY/ for consistency. by David Reiss · 17 years ago
  11. 4bd8916 Merge branch 'fastbinary' by Kevin Clark · 17 years ago
  12. af78778 (THRIFT-54) Remove "frameResponses" from TNonblockingServer by David Reiss · 17 years ago
  13. 03b574f (THRIFT-5) A TNonblockingServers (single-threaded and thread-pool) for Java by David Reiss · 17 years ago
  14. f145416 Partial handlling of 64-bit integer constants. by David Reiss · 17 years ago
  15. 6b08275 (THRIFT-61) Fix "make check" for the C++ library by not doing empty flushes. by David Reiss · 17 years ago
  16. 4567168 Fix odd bug in integration tests where it passed the wrong args to an Exception struct initializer by Kevin Clark · 17 years ago
  17. 41c0a02 Improve compatibility with the old Hash-style set. by Kevin Clark · 17 years ago
  18. d639ac1 Fix the last of the deprecated names in tests by Kevin Clark · 17 years ago
  19. 9d33041 Fix name usage in tests. Remove test for TTransport as it really wasn't testing anything useful. by Kevin Clark · 17 years ago
  20. dd8ef9e Remove test_remappings because it isn't comprehensive and it's triggering undesired warnings. This should be re-created as a spec. by Kevin Clark · 17 years ago
  21. adfdf39 Clean up the last few deprecation warnings in the tests by Kevin Clark · 17 years ago
  22. f85e793 Fix up thrift/thrift to only require the the files that define the classes it used to hold. This fixes the existing tests by Kevin Clark · 17 years ago
  23. 2960044 rb: Add more classes/modules to the Thrift namespace. Provide backwards compatable mappings. by Kevin Clark · 17 years ago
  24. c669efa rb: Add deprecate! method Rename TTransport#readAll/isOpen, and deprecate by Kevin Clark · 17 years ago
  25. a7e7c04 rb: Switch to dyn generator syntax for testing namespaces by Kevin Clark · 17 years ago
  26. d5c98ee Exercise namespacing in Ruby tests by Kevin Clark · 17 years ago
  27. 720b573 Swap out 'tests' target for 'check' in Ruby Makefile by Kevin Clark · 17 years ago
  28. a37d90e Add tests for Ruby TTransport. Only require .rb files in ruby tests. by Kevin Clark · 17 years ago
  29. 28580f4 Reorganize tests by Kevin Clark · 17 years ago
  30. 18cb21a Tweak Ruby Makefile to use --gen syntax by Kevin Clark · 17 years ago
  31. 82c1bab Rename AM_CONDITIONALs from ENABLE_* to WITH_*. by David Reiss · 17 years ago
  32. c6c6498 Allow out-of-source builds. by David Reiss · 17 years ago
  33. 1a14091 Allow Thrift to be built without the Python library. by David Reiss · 17 years ago
  34. cc0c9e9 Clean up some bad/missed merges from the alterl merge. by David Reiss · 17 years ago
  35. cb13729 [erl] Finish fixing test_server to work with binary strings by David Reiss · 17 years ago
  36. a59191b [erl] fix test_server to expect binary type for strings rather than lists by David Reiss · 17 years ago
  37. 9f2a5d7 Rename "alterl" to "erl". by David Reiss · 17 years ago
  38. 8445406 Add thrift_base64_transport which writes base64 encoded data by David Reiss · 17 years ago
  39. 65cf720 Add thrift_client:send_call which sends a function call but doesn't read a response. by David Reiss · 17 years ago
  40. 6d47759 Add thrift_disk_log_transport which writes to the disk_log module by David Reiss · 17 years ago
  41. 55ff70f Implement TApplicationException handling in alt_erl client by David Reiss · 17 years ago
  42. 8cf694d Change alterl thrift_server to use non-blocking TCP calls and properly set the processor as the controlling process for the client sockets. by David Reiss · 17 years ago
  43. cdf8d19 Implement async_void in alterl bindings by David Reiss · 17 years ago
  44. abded23 Implement testAsync for python tests by David Reiss · 17 years ago
  45. c85a695 Add mkdir ${TARGET_DIR} to erl test Makefile since the empty ebin/ dir doesn't stay in git by David Reiss · 17 years ago
  46. 60b50cf Add stress test implementation for new Erlang by David Reiss · 17 years ago
  47. c0cce96 Oops - forgot to add the test/erl/Makefile to git by David Reiss · 17 years ago
  48. 57b4d9a Test server for erlang by David Reiss · 17 years ago
  49. 176ed36 Avoid a filename collision on case-insensitive filesystems. by David Reiss · 17 years ago
  50. bcaa2ad Python forking server should close connection in parent. by David Reiss · 17 years ago
  51. f9b5b12 Tweak Java Makefile.ams to fix "make distclean". by David Reiss · 17 years ago
  52. 28f298d Memory-based transport rewrite. by David Reiss · 17 years ago
  53. 9a4edfa Properly handle constants of typedef'ed types. by David Reiss · 17 years ago
  54. 81c7fc0 Add a missing include to Benchmark.cpp to make it build on Mac OS. by David Reiss · 17 years ago
  55. 8361bf0 ocaml and haskell thrift clients now calling readMessageEnd by iproctor · 17 years ago
  56. 1ffb61b Fix a bug in TPipedTransport that broke pipelining. by David Reiss · 17 years ago
  57. e4db03d Add TFDTransport: a dead-simple wrapper around a file-descriptor. by David Reiss · 17 years ago
  58. 2a4bfd6 Clean up the unit tests. by David Reiss · 17 years ago
  59. 3095aa1 Add a test client and server for C#. by David Reiss · 17 years ago
  60. 3000b5b Add an experiment to measure the likeliness that realloc will avoid a copy. by David Reiss · 17 years ago
  61. 07ef3a9 Make the Perl generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  62. 6a4b82c Make the Ruby generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  63. 320e45c Make the Python generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  64. 9d65bf0 Make the C# generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  65. ea5e75a Add Java JSON protocol implementation. by David Reiss · 17 years ago
  66. 4a8f46c Add more complete base64 testing for C++ JSON protocol. by David Reiss · 17 years ago
  67. 14feb41 Generate quality overrides of hashCode for Thrift structs (in Java). by David Reiss · 17 years ago
  68. 3b15ebc Add support for .equals() to Java structs. by David Reiss · 17 years ago
  69. 4ce2874 Make limited reflection optional (off by default). by David Reiss · 17 years ago
  70. 9db977f Update test/Makefile.am to use the new compiler command-line format. by David Reiss · 17 years ago
  71. 771f8c7 Make the Java generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  72. 9a08dc6 Make the C++ generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  73. 2ca456a Make "make clean" rules a bit more standard. by David Reiss · 17 years ago
  74. ff50f28 Add automake support for running the Java tests. by David Reiss · 17 years ago
  75. 4f15f59 Update TJSONProtocol to TSimpleJSONProtocol by David Reiss · 17 years ago
  76. 2845b52 Enhance C++ test client to make sure that async void is implemented properly by David Reiss · 17 years ago
  77. db893b6 Implement testAsync for python tests by David Reiss · 17 years ago
  78. 2ab6fe8 Add testAsync to ThriftTest.thrift which verifies async void works properly. by David Reiss · 17 years ago
  79. 9590a4c Change test scripts for Java to point to libthrift.jar in source tree. by David Reiss · 17 years ago
  80. db0ea15 Thrift: Add a full-featured JSON protocol for C++. by David Reiss · 17 years ago
  81. 9ff3b9d Thrift: Python test improvements. by David Reiss · 17 years ago
  82. 22360b2 Use interfaces, not classes for Java gen by Mark Slee · 17 years ago
  83. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  84. f7baf54 Thrift: Revamp TMemoryBuffer constructors. by David Reiss · 17 years ago
  85. 8180c0c Thrift: "make check" support. by David Reiss · 17 years ago
  86. 4637990 Thrift: Fix a bug in a test program. by David Reiss · 17 years ago
  87. 7f42bcf Thrift: C# Bindings. by David Reiss · 17 years ago
  88. 89f5716 Ruby default values patch by Mark Slee · 17 years ago
  89. 832b262 Thrift: Revamp build to use a single configure.ac. by David Reiss · 17 years ago
  90. c16a8f6 Thrift: Python support for Unix-domain sockets, and eager timeout setting. by David Reiss · 17 years ago
  91. 3f14d3e Merge Ruby framed transport by Mark Slee · 17 years ago
  92. 844ac12 TJSONProtocol writing support in Java by Mark Slee · 17 years ago
  93. 53d9c0c Merging EOFException changes from Ben Maurer by Mark Slee · 17 years ago
  94. 79b1694 Refactor TNonblockingServer to use event_base construct by Mark Slee · 17 years ago
  95. 8067485 Complete rb test server with testEnum and testTypedef by Mark Slee · 17 years ago
  96. 5b74307 Thrift PHP generation Redux by Mark Slee · 17 years ago
  97. 5299a95 Python automated test patch by Mark Slee · 17 years ago
  98. 8266443 OO perl accessors for Thrift objects by Mark Slee · 17 years ago
  99. faebedd Thrift: Re-committing zlib. by David Reiss · 17 years ago
  100. 5aea7c8 Thrift: Reverting TZlibTransport by David Reiss · 17 years ago