common/thrift.git
2008-02-27  eletuchy[thrift] erlang: dialyzer bug: tSocket reading of send_...
2008-02-27  eletuchy[thrift] erlang dialyzer error
2008-02-27  eletuchy[thrift] make erlang error logger more efficient
2008-02-27  eletuchy[thrift] adding dialyzer to erlang library Makefile
2008-02-27  eletuchy[thrift] making erlang thrift error logger slightly...
2008-02-27  David ReissFix a warning message.
2008-02-27  David ReissMake limited reflection optional (off by default).
2008-02-27  David ReissUpdate test/Makefile.am to use the new compiler command...
2008-02-27  Mark SleeMake compiler work on cpp_includes with < in them
2008-02-27  David ReissAllow the Thrift compiler to be built without the Java...
2008-02-27  David ReissAllow the Thrift compiler to be built without the C...
2008-02-27  David ReissInfrastructure for excluding code generators from the...
2008-02-27  David ReissMake the Java generator use non-hardcoded namespaces.
2008-02-27  David ReissMake the C++ generator use non-hardcoded namespaces.
2008-02-27  David ReissInfrastructure for a language-neutral namespace declara...
2008-02-27  David ReissRemove t_java_generator.h.
2008-02-27  David ReissMake the Java generator dynamic.
2008-02-27  David ReissRemove t_cpp_generator.h.
2008-02-27  David ReissMake the C++ generator dynamic.
2008-02-27  David ReissInfrastructure for loading code generators a bit more...
2008-02-27  David ReissMake warnings from the Thrift compiler a little clearer.
2008-02-26  eletuchy[thrift] don't do a reverse DNS lookup for every erlang...
2008-02-26  eletuchy[thrift] better error handling and timeouts in tSocket...
2008-02-26  David ReissTighten integration with Ruby exceptions by tying in...
2008-02-26  David ReissMove Ruby fielded object creation from generated constr...
2008-02-26  David ReissRuby exception constructor bugfix
2008-02-26  veeveadd increase_max_fds to the new TServer.cpp
2008-02-24  David ReissUse "all-local" instead of all in Makefile.am.
2008-02-24  David ReissMake "make clean" rules a bit more standard.
2008-02-24  David ReissMake "make check" work properly for Python and Java.
2008-02-23  David ReissAdd automake support for running the Java tests.
2008-02-23  David ReissUpdate TJSONProtocol to TSimpleJSONProtocol
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
next