common/thrift.git
2010-04-03  Bryan Duxburyjava: Enhance TMemoryInputTransport to allow operation...
2010-04-03  Bryan Duxburyjava: add a basic test for TMemoryInputTransport
2010-04-03  Bryan Duxburyjava: reorganize ProtocolTestBase slightly
2010-04-03  Bryan DuxburyTHRIFT-663. java: JavaBean code generator produces...
2010-03-29  Bryan DuxburyTHRIFT-723: java: Thrift buffers with set and map types...
2010-03-29  Bryan Duxburyjava: Make TProtocolFactory extend Serializable.
2010-03-28  Bryan DuxburyTHRIFT-363. java: Maven Deploy
2010-03-27  Bryan Duxburyjava: Move contents of CompareTest into TestStruct...
2010-03-27  Bryan Duxburyjava: Move contents of DeepCopyTest to TestStruct;...
2010-03-27  Bryan Duxburyjava: Move contents of IdentityTest into TestStruct
2010-03-26  Bryan Duxburyjava: get rid of old OverloadNonblockingServer.java...
2010-03-26  Bryan Duxburyjava: convert PartialDeserializeTest to testcase of...
2010-03-26  Bryan Duxburyjava: convert Framed Transport test to JUnit, remove...
2010-03-26  Bryan Duxburyjava: Convert TJSONProtocol test to JUnit, making a...
2010-03-26  Bryan Duxburyjava: Stop trying to run the deprecated version of...
2010-03-26  Bryan Duxburyjava: Convert Binary and Compact protocol tests to...
2010-03-26  Bryan DuxburyTHRIFT-719. java: Update Nonblocking and HsHa server...
2010-03-26  Bryan Duxburyjava: Add JUnit to ivy config. Convert Nonblocking...
2010-03-23  Bryan DuxburyTHRIFT-701. java: Generated classes take up more space...
2010-03-23  Bryan DuxburyTHRIFT-739. java: TCompactProtocol isn't suitable for...
2010-03-22  David ReissTHRIFT-736. cpp: Check for availability of pthread_mute...
2010-03-17  Bryan DuxburyTHRIFT-738. java: TCompactProtocol throws RuntimeExcept...
2010-03-16  Bryan DuxburyTHRIFT-734. java: Can't use primitive types in service...
2010-03-10  David Reisscpp: Fix build problems introduced by r920682
2010-03-09  David Reisscpp: Minor TSocketPool cleanups
2010-03-09  David Reisscpp: Make an implicit virtual declaration explicit
2010-03-09  David Reisscpp: Don't leak memory on realloc failure in TNonblocki...
2010-03-09  David Reisscpp: Implement peek() for TFileTransport
2010-03-09  David Reisscpp: Prevent TFileTransport seekToEnd from leaking...
2010-03-09  David Reisscpp: Prevent TFileTransport from throwing uncaught...
2010-03-09  David Reisscpp: Add setLowRTO to TSocket
2010-03-09  David Reisscpp: Fix memory corruption bug in TBufferedTransport...
2010-03-09  David Reisscpp: Disable IPV6_V6ONLY only if the socket is an AF_IN...
2010-03-09  David Reisscpp: Eliminate circular dependency between thrift libraries
2010-03-09  David Reisscpp: Add profiling hooks to Mutex, ReadWriteMutex(...
2010-03-09  David Reisscpp: Fix a race/deadlock in ThreadManager
2010-03-09  David Reisscpp: non-blocking add for ThreadManager
2010-03-09  David Reisscpp: Extend FunctionRunner to support periodic calls...
2010-03-09  David Reisscpp: TSocket: call a second gettimeofday only for error...
2010-03-09  David Reisscpp: TSocketPool: Optimize the case of a single server...
2010-03-09  David Reisscpp: TSocketPool: make it possible to add servers by...
2010-03-09  David Reisscpp: TTransport: set END_OF_FILE TException code if...
2010-03-09  David Reisscpp: TNonblockingServer: Allow unrun tasks to expire...
2010-03-09  David Reisscpp: Log unexpected exceptions in TThreadPoolServer
2010-03-09  David Reisscpp: Fix max TCP port number
2010-03-09  David ReissEliminate some trailing whitespace
2010-03-09  David Reisscpp: Add enum and constructor to RWGuard to make read...
2010-03-09  David Reisscpp: Fix for task completion notification deadlock...
2010-03-09  David Reisscpp: TNonBlockingServer: Use separate monitor for max...
2010-03-09  David Reisscpp: Let Monitors share Mutex instances
2010-03-09  David Reisscpp: Exit TNonBlockingServer on memmory allocation...
2010-03-09  David Reisscpp: TNonBlockingServer overload handling and optimizations
2010-03-09  David ReissTHRIFT-660. php: Use the accelerator to write return...
2010-03-09  David ReissTHRIFT-659. php: Make php_thrift_protocol handle std...
2010-03-09  David ReissTHRIFT-475. python: Eliminate DeprecationWarning
2010-03-09  David ReissTHRIFT-658. python: Add THttpClient.setTimeout()
2010-03-09  David ReissTHRIFT-661. java: Detect EOF in TIOStreamTransport
2010-03-09  David ReissTHRIFT-657. java: Detect negative length in TBinaryProtocol
2010-03-09  David ReissTHRIFT-655. Allow structs to be typedef'ed
2010-03-09  Bryan DuxburyTHRIFT-656. java: TDeserializer.toString is misnamed
2010-03-09  David ReissTHRIFT-706. cpp: Fix memory leak of string_buf_ in...
2010-03-05  David ReissTHRIFT-564. Support arbitrary annotations on struct...
2010-03-02  Bryan DuxburyTHRIFT-710. java: TBinaryProtocol should access buffers...
2010-03-02  Bryan DuxburyTHRIFT-711. java: TFramedTransport should support direc...
2010-03-02  Bryan DuxburyTHRIFT-720. rb: HTTPClientTransport ignores url parameters
2010-02-28  Bryan DuxburyTHRIFT-716. java: Field names can conflict with local...
2010-02-27  Bryan DuxburyTHRIFT-715. rb: Add additional test case for serializat...
2010-02-26  Bryan DuxburyTHRIFT-689. java: Notify client of recoverable protoco...
2010-02-26  David ReissTHRIFT-695. python: [de]serialize convenience functions
2010-02-23  Bryan DuxburyTHRIFT-713. java: Java compareTo method throws NPE...
2010-02-23  Bryan Duxburyadd newline to the end of struct.c to make some whiney...
2010-02-19  Bryan Duxburyremove an erroneously added newline in ruby generated...
2010-02-18  Bryan DuxburyTHRIFT-553. rb: thrift structs should be comparable...
2010-02-18  Bryan DuxburyTHRIFT-712. rb: Inspect should print binary fields...
2010-02-18  Bryan DuxburyTHRIFT-708. rb: Is set checking methods
2010-02-18  Bryan DuxburyTHRIFT-685. java: Direct buffer access to improve deser...
2010-02-18  Bryan DuxburyTHRIFT-709. Print enum value names in Ruby
2010-02-17  Bryan Duxburyadd some missing files to Manifest
2010-02-17  Bryan Duxburybump rev on ruby gem version
2010-02-17  Bryan DuxburyTHRIFT-707. Support old-style constructors for Union...
2010-02-17  Bryan DuxburyTHRIFT-703. Attempting to hash an unset union struct...
2010-02-16  Bryan DuxburyTHRIFT-697. Union support in Ruby
2010-02-15  T Jake LucianiTHRIFT-550: Added javascript support
2010-02-12  Bryan DuxburyTHRIFT-702. TUnion's toString method throws NPE if...
2010-02-10  Bryan Duxburydon't put all the test cases and generated classes...
2010-02-10  Andrew McGeachieTHRIFT-687. Fix memory leak in TSocketServer.
2010-02-10  Andrew McGeachieTHRIFT-686. Adding TMemoryBuffer implementation to...
2010-01-26  David ReissTHRIFT-691. haskell: Don't block required prelude defin...
2010-01-25  David ReissTHRIFT-683. Remove profanity
2010-01-21  Bryan DuxburyTHRIFT-684. java: Add constructor to TNonblockingServer...
2010-01-19  Todd LipconTHRIFT-643. smalltalk: Generated code doesnt load on...
2010-01-16  Bryan DuxburyTHRIFT-675. java: Generated findByValue() should just...
2010-01-15  Bryan DuxburyTHRIFT-677. java: IntRangeSet.java ignores first elemen...
2010-01-15  Bryan DuxburyTHRIFT-604: rb: nonblocking_server assumes that socket...
2010-01-15  Bryan DuxburyTHRIFT-608. java: Option parameter is ignored for one...
2010-01-15  Bryan DuxburyTHRIFT-678. html: HTML generator should include per...
2010-01-15  Bryan DuxburyTHRIFT-674. java: Generated read() should just switch...
2010-01-11  David ReissTHRIFT-560. haskell: Add tutorial
2010-01-11  David ReissTHRIFT-560. haskell: Add THttpClient
2010-01-11  David ReissTHRIFT-560. haskell: Move to ByteString and compiler...
next