common/thrift.git
2008-03-07  David ReissAdd NOT_IMPLEMENTED exception code.
2008-03-07  David ReissAdd more complete base64 testing for C++ JSON protocol.
2008-03-06  dweatherford[thrift] ZTS fixes for thift_protocol extension
2008-03-05  lucasrestore tags/1.0.0, we need these at least until fb9...
2008-03-05  David ReissTNonblockingServer: Fix wrong exception names
2008-03-05  David ReissThrift: Add writePtr(), wroteBytes() to TMemoryBuffer
2008-03-05  David ReissThrift: concurrency/Util.h: Add converters for 'struct...
2008-03-04  David ReissChange the Java help to be a little more consistent.
2008-03-04  David ReissDon't declare getStaticLimitedReflection if gen_reflect...
2008-03-04  David ReissChanged an awkward if/else if/else to be slightly less...
2008-03-04  David ReissFix a typo in configure.ac.
2008-03-04  Christopher... [thrift] Erlang build tweaks
2008-03-04  dweatherford[thrift] PHP thrift_protocol extension, revision 2.0
2008-03-02  David ReissFix a typo in a warning message in thrifty.yy.
2008-03-02  David ReissAllow the C# library to be excluded from the build.
2008-03-02  David ReissAllow the Java library to be excluded from the build.
2008-03-02  David ReissInfrastructure for excluding language libraries from...
2008-03-02  David ReissMake the configure help more consistent.
2008-03-02  David ReissGenerate quality overrides of hashCode for Thrift struc...
2008-03-02  David ReissAdd support for .equals() to Java structs.
2008-03-02  David ReissAdd a TDeserializer for Java.
2008-03-02  David ReissFix a comment in the Java TSerializer.
2008-03-02  David ReissAdd Stop methods for C# servers.
2008-03-02  David ReissAdding a few integration points to the C++ TSocketPool.
2008-03-02  David ReissFix potential out of bounds read issue with getTypeIDFo...
2008-02-29  David ReissBug fix for C++ TSocketPool
2008-02-28  David ReissFail and retry logic for TSocketPool
2008-02-28  David ReissFix for JSON Protocol string-reading methods.
2008-02-28  David ReissFix for Base64 decoding.
2008-02-27  eletuchy[thrift] erlang: fixing error logger for devious "not...
2008-02-27  David ReissFix a subtle bug in cpp_use_include_path.
2008-02-27  eletuchy[thrift] erlang: dialyzer bug: binary protocol double...
2008-02-27  eletuchy[thrift] erlang: dialyzer bug: bad usage of ++ operator...
2008-02-27  David ReissAdd an operator< for Thrift structs (in C++).
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.
next