1. 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
  2. dd6dc83 java: convert Framed Transport test to JUnit, remove old version of test by Bryan Duxbury · 15 years ago
  3. bf0595f java: Convert TJSONProtocol test to JUnit, making a few minor changes to ProtocolTestBase in the process. by Bryan Duxbury · 15 years ago
  4. 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
  5. 98c4587 java: Convert Binary and Compact protocol tests to JUnit by Bryan Duxbury · 15 years ago
  6. 5af1b97 THRIFT-719. java: Update Nonblocking and HsHa server to avoid an extra buffer copy by Bryan Duxbury · 15 years ago
  7. 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
  8. 15b7b28 THRIFT-701. java: Generated classes take up more space in jar than needed by Bryan Duxbury · 15 years ago
  9. 27c9785 THRIFT-739. java: TCompactProtocol isn't suitable for reuse in partialDeserialize by Bryan Duxbury · 15 years ago
  10. 318a328 THRIFT-736. cpp: Check for availability of pthread_mutex_timedlock by David Reiss · 15 years ago
  11. f35a9b9 THRIFT-738. java: TCompactProtocol throws RuntimeException when it can't identify a type identifier by Bryan Duxbury · 15 years ago
  12. 3f4ca0e THRIFT-734. java: Can't use primitive types in service definitions for bean generated code by Bryan Duxbury · 15 years ago
  13. 5f013bb cpp: Fix build problems introduced by r920682 by David Reiss · 15 years ago
  14. 767c1a9 cpp: Minor TSocketPool cleanups by David Reiss · 15 years ago
  15. 450c240 cpp: Make an implicit virtual declaration explicit by David Reiss · 15 years ago
  16. 472fffb cpp: Don't leak memory on realloc failure in TNonblockingServer by David Reiss · 15 years ago
  17. ccd4bdb cpp: Implement peek() for TFileTransport by David Reiss · 15 years ago
  18. 336c29d cpp: Prevent TFileTransport seekToEnd from leaking memory by David Reiss · 15 years ago
  19. 8af018b cpp: Prevent TFileTransport from throwing uncaught exceptions by David Reiss · 15 years ago
  20. 1c20c87 cpp: Add setLowRTO to TSocket by David Reiss · 15 years ago
  21. 71a1530 cpp: Fix memory corruption bug in TBufferedTransport::borrowSlow() by David Reiss · 15 years ago
  22. eee98be cpp: Disable IPV6_V6ONLY only if the socket is an AF_INET6 socket by David Reiss · 15 years ago
  23. ac110e4 cpp: Eliminate circular dependency between thrift libraries by David Reiss · 15 years ago
  24. 7a2065d cpp: Add profiling hooks to Mutex, ReadWriteMutex() classes by David Reiss · 15 years ago
  25. 4cc0755 cpp: Fix a race/deadlock in ThreadManager by David Reiss · 15 years ago
  26. 4e19f19 cpp: non-blocking add for ThreadManager by David Reiss · 15 years ago
  27. 6c1ee21 cpp: Extend FunctionRunner to support periodic calls (in a thread) by David Reiss · 15 years ago
  28. a1a1511 cpp: TSocket: call a second gettimeofday only for error checking by David Reiss · 15 years ago
  29. eed9299 cpp: TSocketPool: Optimize the case of a single server in the pool. by David Reiss · 15 years ago
  30. 8106ba6 cpp: TSocketPool: make it possible to add servers by struct by David Reiss · 15 years ago
  31. 9c22ba4 cpp: TTransport: set END_OF_FILE TException code if read returns 0 by David Reiss · 15 years ago
  32. 068f416 cpp: TNonblockingServer: Allow unrun tasks to expire after a time limit by David Reiss · 15 years ago
  33. 58e4d2c cpp: Log unexpected exceptions in TThreadPoolServer by David Reiss · 15 years ago
  34. 450e35d cpp: Fix max TCP port number by David Reiss · 15 years ago
  35. 9e8073c Eliminate some trailing whitespace by David Reiss · 15 years ago
  36. e96fa55 cpp: Add enum and constructor to RWGuard to make read/write more visible by David Reiss · 15 years ago
  37. 83b8fda cpp: Fix for task completion notification deadlock under heavy server load by David Reiss · 15 years ago
  38. a0dbfef cpp: TNonBlockingServer: Use separate monitor for max queue by David Reiss · 15 years ago
  39. b9db49c cpp: Let Monitors share Mutex instances by David Reiss · 15 years ago
  40. 28e88ec cpp: Exit TNonBlockingServer on memmory allocation failure by David Reiss · 15 years ago
  41. 01fe153 cpp: TNonBlockingServer overload handling and optimizations by David Reiss · 15 years ago
  42. e574a06 THRIFT-660. php: Use the accelerator to write return values from servers by David Reiss · 15 years ago
  43. 006260f THRIFT-659. php: Make php_thrift_protocol handle std::exception cleanly by David Reiss · 15 years ago
  44. c548b3d THRIFT-475. python: Eliminate DeprecationWarning by David Reiss · 15 years ago
  45. ff3d249 THRIFT-658. python: Add THttpClient.setTimeout() by David Reiss · 15 years ago
  46. bec15e5 THRIFT-661. java: Detect EOF in TIOStreamTransport by David Reiss · 15 years ago
  47. 487fd2e THRIFT-657. java: Detect negative length in TBinaryProtocol by David Reiss · 15 years ago
  48. 4dd7801 THRIFT-655. Allow structs to be typedef'ed by David Reiss · 15 years ago
  49. d93c626 THRIFT-656. java: TDeserializer.toString is misnamed by Bryan Duxbury · 15 years ago
  50. 4ae8780 THRIFT-706. cpp: Fix memory leak of string_buf_ in TCompactProtocol by David Reiss · 15 years ago
  51. 53c10e0 THRIFT-564. Support arbitrary annotations on struct fields by David Reiss · 15 years ago
  52. a268019 THRIFT-710. java: TBinaryProtocol should access buffers directly when possible by Bryan Duxbury · 15 years ago
  53. 0f52f07 THRIFT-711. java: TFramedTransport should support direct buffer access by Bryan Duxbury · 15 years ago
  54. 3e60fa6 THRIFT-720. rb: HTTPClientTransport ignores url parameters by Bryan Duxbury · 15 years ago
  55. 4e7cf25 THRIFT-716. java: Field names can conflict with local variables in code for unions by Bryan Duxbury · 15 years ago
  56. 30dd725 THRIFT-715. rb: Add additional test case for serialization of false boolean fields by Bryan Duxbury · 15 years ago
  57. 53cba3c THRIFT-689. java: Notify client of recoverable protocol errors on java server by Bryan Duxbury · 15 years ago
  58. 6acc269 THRIFT-695. python: [de]serialize convenience functions by David Reiss · 15 years ago
  59. dee6d42 THRIFT-713. java: Java compareTo method throws NPE when any field isn't set. by Bryan Duxbury · 15 years ago
  60. 65073e5 add newline to the end of struct.c to make some whiney compilers happy by Bryan Duxbury · 15 years ago
  61. a34a4be remove an erroneously added newline in ruby generated structs by Bryan Duxbury · 15 years ago
  62. 205e450 THRIFT-553. rb: thrift structs should be comparable (<=>) by Bryan Duxbury · 15 years ago
  63. 39dadd6 THRIFT-712. rb: Inspect should print binary fields as hex instead of escaped string by Bryan Duxbury · 15 years ago
  64. 0e4920c THRIFT-708. rb: Is set checking methods by Bryan Duxbury · 15 years ago
  65. becaf53 THRIFT-685. java: Direct buffer access to improve deserialization performance by Bryan Duxbury · 15 years ago
  66. 3d03c52 THRIFT-709. Print enum value names in Ruby by Bryan Duxbury · 15 years ago
  67. 25b851a add some missing files to Manifest by Bryan Duxbury · 15 years ago
  68. 361ef34 bump rev on ruby gem version by Bryan Duxbury · 15 years ago
  69. 5af64f0 THRIFT-707. Support old-style constructors for Union structs by Bryan Duxbury · 15 years ago
  70. cd43a06 THRIFT-703. Attempting to hash an unset union struct results in NPE by Bryan Duxbury · 15 years ago
  71. 33e190c THRIFT-697. Union support in Ruby by Bryan Duxbury · 15 years ago
  72. 322caa2 THRIFT-550: Added javascript support by T Jake Luciani · 15 years ago
  73. f94f008 THRIFT-702. TUnion's toString method throws NPE if the union is unset by Bryan Duxbury · 15 years ago
  74. 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
  75. ddfe0c9 THRIFT-687. Fix memory leak in TSocketServer. by Andrew McGeachie · 15 years ago
  76. 7acb526 THRIFT-686. Adding TMemoryBuffer implementation to Cocoa by Andrew McGeachie · 15 years ago
  77. ba4bf4d THRIFT-691. haskell: Don't block required prelude definitions by David Reiss · 15 years ago
  78. 3bb5e05 THRIFT-683. Remove profanity by David Reiss · 15 years ago
  79. c771944 THRIFT-684. java: Add constructor to TNonblockingServerSocket to accept InetSocketAddress by Bryan Duxbury · 15 years ago
  80. b6f4e56 THRIFT-643. smalltalk: Generated code doesnt load on Squeak3.10.2-7179-basic and PharoCore-1.0-10491rc1 images by Todd Lipcon · 15 years ago
  81. c4ad9be THRIFT-675. java: Generated findByValue() should just switch on value instead of mapping by Bryan Duxbury · 15 years ago
  82. db57aa0 THRIFT-677. java: IntRangeSet.java ignores first element in the constructor array by Bryan Duxbury · 15 years ago
  83. 8d41b64 THRIFT-604: rb: nonblocking_server assumes that socket.read returns exactly one message by Bryan Duxbury · 15 years ago
  84. 62fb2ed THRIFT-608. java: Option parameter is ignored for one constructors in THsHaServer by Bryan Duxbury · 15 years ago
  85. 9bfacd3 THRIFT-678. html: HTML generator should include per-field docstrings by Bryan Duxbury · 15 years ago
  86. 55b38bc THRIFT-674. java: Generated read() should just switch directly on field.id by Bryan Duxbury · 15 years ago
  87. 68f8c38 THRIFT-560. haskell: Add tutorial by David Reiss · 15 years ago
  88. 9d435ab THRIFT-560. haskell: Add THttpClient by David Reiss · 15 years ago
  89. 752529e THRIFT-560. haskell: Move to ByteString and compiler fixes by David Reiss · 15 years ago
  90. 35565a4 THRIFT-671. rb: Ruby compact protocol implementation gets mixed up when there are fields that don't fit in the delta space by Bryan Duxbury · 15 years ago
  91. 3076fb8 Bump rubygem version up to 0.2.0, now that we're released and all. by Bryan Duxbury · 15 years ago
  92. c2ec7ca THRIFT-670. java: Unions don't skip unrecognizable fields correctly by Bryan Duxbury · 15 years ago
  93. 986d50f THRIFT-668. java: Using a map in an exception type will generate a class that does not implement Comperable-> that will generate a stub that does not compile by Bryan Duxbury · 15 years ago
  94. d250314 (no ticket). java: Make Unions print binary values more tersely by Bryan Duxbury · 15 years ago
  95. 2d80470 THRIFT-632. java: Constants of enum types don't behave well by Bryan Duxbury · 15 years ago
  96. e533bac THRIFT-653. java: Fix toString method for enums by Bryan Duxbury · 15 years ago
  97. 2727fab THRIFT-645. java: Create ant rules for running the test client and server by David Reiss · 15 years ago
  98. eb03222 THRIFT-592. php: Make the test client work properly after r815878 by David Reiss · 15 years ago
  99. 7834ccb THRIFT-592. php: Make the tutorial work properly after r815878 by David Reiss · 15 years ago
  100. 53ae9f3 THRIFT-622. Add appropriate licensing information to get Thrift ready for a release. by Todd Lipcon · 15 years ago