common/thrift.git
2008-02-23  David ReissAdd automake support for building the Java library.
2008-02-23  David ReissThrift: Clean up cleanup.sh and bootstrap.sh
2008-02-21  David ReissRename TJSONProtocol.java -> TSimpleJSONProtocol.java
2008-02-21  David ReissTJSONProtocol no longer uses borrow, and miscellaneous...
2008-02-20  Christopher... [thrift] Erlang thrift_sup will exit if it can't bind...
2008-02-20  David ReissFix a typo in the C# generator.
2008-02-20  David ReissFix a typo
2008-02-19  David ReissThrift: Add "#include <cstdlib>" in a few places and...
2008-02-18  David ReissEnhance C++ test client to make sure that async void...
2008-02-18  David ReissImplement testAsync for python tests
2008-02-18  David ReissAdd testAsync to ThriftTest.thrift which verifies async...
2008-02-18  David ReissChange test scripts for Java to point to libthrift...
2008-02-18  David ReissThrift: Add a full-featured JSON protocol for C++.
2008-02-15  David ReissThrift: Distinguish between string and binary types...
2008-02-15  David ReissThrift: Python test improvements.
2008-02-14  David ReissThrift: Fix a bug in the skip function in Python's...
2008-02-13  eletuchy[thrift] making generated php struct readers more compact
2008-02-13  eletuchy [thrift] grrrr ... TPhpStream can read the string '0'
2008-02-13  Mark SleeFix Java generator for javabean target to construct...
2008-02-13  eletuchy[erl-thrift] tiny change to exception message for tSock...
2008-02-11  David ReissThrift: Add some macros to configure.ac.
2008-02-11  iproctorThrift haskell getTransport working
2008-02-09  David ReissThrift: Fix a bug with local reflection and namespaces.
2008-02-09  Mark SleeGetters for input/output protocol in client lib
2008-02-09  Mark SleeUse interfaces, not classes for Java gen
2008-02-09  Mark SleePatch from Ross McFarland to compile with strict warnings
2008-02-08  David ReissThrift: Fix a bug in local reflection generation.
2008-02-06  David ReissThrift: Whitespace cleanup.
2008-02-06  David ReissThrift: Update some makefiles to make "make dist" work.
2008-02-06  David ReissThrift: Add a Makefile to build the C# library with...
2008-02-06  David ReissThrift: Miscellaneous optimizations for C#.
2008-02-06  David ReissThrift: String/Binary distinction for C#.
2008-02-06  David ReissThrift/Ruby: Bug fix.
2008-02-04  David ReissThrift: Revamp TMemoryBuffer constructors.
2008-02-04  Mark SleeMake inner Isset classes implement serializable
2008-02-04  David ReissThrift: Update CONTRIBUTORS.
2008-02-04  David ReissThrift: "make check" support.
2008-02-04  David ReissThrift: Forgot to dereference a pointer.
2008-02-04  David ReissThrift: Fix a bug in a test program.
2008-02-02  David ReissThrift: Make borrow (almost) always succeed for TBuffer...
2008-02-02  David ReissThrift: Update the interface for TTransport's "borrow...
2008-02-01  dweatherford[thrift] Fix generated T_LIST push_back() for cpptype...
2008-02-01  Mark SleeFix to the throws clause validation
2008-01-31  Mark SleeIf a list has a custom CPP type, use push_back
2008-01-31  Mark SleeValidate that throws clauses in Thrift contain only...
2008-01-31  Mark SleeImprove C++ vector deserialization
2008-01-30  Mark SleeImprove Thrift map deserialization code
2008-01-30  Christopher... [thrift] iolists and binaries in Erlang
2008-01-28  David ReissThrift/Ruby: Generate nicer constructors for Thrift...
2008-01-28  David ReissThrift/Ruby: Allow some thrift exceptions to use standa...
2008-01-28  David ReissThrift/Ruby: TSimpleServer closes its listen socket...
2008-01-28  David ReissThrift/Ruby: Remove a debugging message.
2008-01-25  David ReissThrift: Better exception handling in Ruby.
2008-01-25  David ReissThrift: Some sort of Ruby performance fix.
2008-01-23  David ReissThrift: Allow a custom User-Agent with the Cocoa THttpC...
2008-01-22  Mark SleeThrift CSharp build to check compiler return code
2008-01-18  Christopher... [thrift] Ruby TThreadedServer and TThreadPoolServer
2008-01-18  David ReissThrift: Change the way constants are initialized to...
2008-01-18  mvaradacharitest trigger
2008-01-18  mvaradacharitest triggers
2008-01-18  Mark SleeFix set_name compiler method signature
2008-01-16  Mark SleeFix typo of current
2008-01-16  David ReissThrift: Improve cleanup.sh.
2008-01-16  kholstthrift: Add -cpp_use_include_prefix flag to compiler
2008-01-16  Mark SleeMake sure exceptinos in servers are caught
2008-01-15  David ReissThrift: Fix formatting of the CONTRIBUTORS file.
2008-01-15  Christopher... [thrift] flesh out thrift Erlang tutorial client
2008-01-15  Christopher... [thrift] preliminary tthrift tutorial client for Erlang
2008-01-15  Christopher... [thrift] add a configuration file to the Erlang server...
2008-01-15  Christopher... [thrift] update thrift_logger bits in Erlang server...
2008-01-15  Mark SleeAdd some more TThreadPoolServer constructors
2008-01-14  Mark SleeGenerate structs/exceptions in declared order
2008-01-14  Christopher... [thrift] fix thrift_logger.erl when show_pid option...
2008-01-11  David ReissThrift: C# Bindings.
2008-01-11  David ReissThrift: MinGW port.
2008-01-10  Mark SleeChagnge TThreadPoolServer in Java to use SynchronousQue...
2008-01-10  Mark SleeRuby default values patch
2008-01-09  Mark SleeFix generation for Byte/byte while we're at it
2008-01-09  David ReissThrift: Java generator bugfix.
2008-01-08  Christopher... [thrift] in erlang add {nodelay, true} and {reuseaddr...
2008-01-07  dweatherford[thrift] py: TApplicationException.__str__
2008-01-07  Mark SleeRemove bogus Iface inclusion from Ruby tutorial
2008-01-05  pfung[Thrift] disabling catching general type exceptions...
2008-01-04  Christopher... [thrift] add show_pid option to thrift.app.src (Erlang)
2008-01-01  mvaradachariremoved exit status checking for autoconf in bootstrap...
2007-12-28  David ReissThrift: Revamp build to use a single configure.ac.
2007-12-27  eletuchy[thrift] service functions that begin with a Capital...
2007-12-26  David ReissThrift: Wide string support for Perl.
2007-12-25  Aditya Agarwal-- Allow ThreadPoolManager tp return immediately from...
2007-12-21  Mark SleeMake base set_name take const std:string& instead of...
2007-12-21  Mark SleeMake "args" reserved in thrift
2007-12-21  dweatherford[thrift] Make TTransportException::getType const throw()
2007-12-20  David ReissThrift: A hack to prevent incorrect usage of Mutex...
2007-12-20  Mark Sleeis_a is deprecated, instanceof only takes vars or constants
2007-12-19  Christopher... [thrift] squelch crash reports in Erlang R12B-0
2007-12-18  David ReissThrift: Optional support for new-style classes.
2007-12-18  David ReissThrift: Make default values for base types work in...
2007-12-18  Mark SleePrivate methods called not via self.
2007-12-17  David ReissThrift: Fix a bug in the Java runtime.
2007-12-15  David ReissThrift: Set an svn property and updated the CONTRIBUTOR...
next