common/thrift.git
2008-03-27  David ReissMake the Perl generator use non-hardcoded namespaces.
2008-03-27  David ReissAllow the Thrift compiler to be built without the Perl...
2008-03-27  David ReissRemove t_perl_generator.h.
2008-03-27  David ReissMake the Perl generator dynamic.
2008-03-27  David ReissMake the Ruby generator use non-hardcoded namespaces.
2008-03-27  David ReissAllow the Thrift compiler to be built without the Ruby...
2008-03-27  David ReissRemove t_rb_generator.h.
2008-03-27  David ReissMake the Ruby generator dynamic.
2008-03-27  David ReissRemove an unused helper function in the Ruby generator.
2008-03-27  David ReissMake the Python generator use non-hardcoded namespaces.
2008-03-27  David ReissAllow the Thrift compiler to be built without the Pytho...
2008-03-27  David ReissRemove t_py_generator.h.
2008-03-27  David ReissMake the Python generator dynamic.
2008-03-27  David ReissMake the C# generator use non-hardcoded namespaces.
2008-03-27  David ReissAllow the Thrift compiler to be built without the C...
2008-03-27  David ReissRemove t_csharp_generator.h.
2008-03-27  David ReissMake the C# generator dynamic.
2008-03-27  David ReissFix a stale debug message.
2008-03-27  David ReissMake the Cocoa generator use non-hardcoded namespaces.
2008-03-27  David ReissAllow the Thrift compiler to be built without the Cocoa...
2008-03-27  David ReissRemove t_cocoa_generator.h.
2008-03-27  David ReissMake the Cocoa generator dynamic.
2008-03-27  David ReissPut a newline at the end of the generated header file...
2008-03-27  David ReissMake the Smalltalk generator use non-hardcoded namespaces.
2008-03-27  David ReissAllow the Thrift compiler to be built without the Small...
2008-03-27  David ReissRemove t_st_generator.h.
2008-03-27  David ReissMake the Smalltalk generator dynamic.
2008-03-27  David ReissMake the Smalltalk generator respect the "-o" flag.
2008-03-27  David ReissAllow the Thrift compiler to be built without the Haske...
2008-03-27  David ReissRemove t_hs_generator.h.
2008-03-27  David ReissMake the Haskell generator dynamic.
2008-03-27  David ReissAllow the Thrift compiler to be built without the OCaml...
2008-03-27  David ReissRemove t_ocaml_generator.h.
2008-03-27  David ReissMake the OCaml generator dynamic.
2008-03-27  David ReissMake generate_program virtual.
2008-03-27  David ReissWhitespace-only change for consistency.
2008-03-27  David ReissMake cleanup.sh work a little better.
2008-03-27  David ReissInclude <cassert> in main.cc.
2008-03-27  David ReissDelete code generators after using them.
2008-03-27  David ReissFix a bug with Perl's TSocket and THttpClient.
2008-03-27  David ReissAllow nested namespaces to be used in perl.
2008-03-26  David ReissUpdate to the latest version of AX_BOOST_BASE.
2008-03-25  David ReissFix some small bugs in the Perl generator.
2008-03-25  dweatherford[thrift] Error checking for T_OBJECT serialization
2008-03-21  David ReissRemove an unnecessary "else" from the generated Thrift...
2008-03-21  Christopher... [thrift] add setTcp{Send,Recv}Buffer to C++ TSocketServer
2008-03-19  Mark SleeFix compiler __construct gen in php
2008-03-18  David ReissPrevent Java's TProtocolUtil.skip from overflowing...
2008-03-18  David ReissMake the C# build task more robust.
2008-03-18  David ReissFixes for the C# library.
2008-03-18  David ReissInitialize the binary_ field of t_base_type.
2008-03-18  David ReissPublic access to the protocols in C# Thrift clients.
2008-03-18  David ReissSome optimizations to the C# generated code.
2008-03-18  David ReissTSocketPool changes
2008-03-14  David ReissDon't allow async (no return) functions that throw...
2008-03-12  Christopher... [thrift] cleanup generated trailing whitespace in php
2008-03-11  David ReissAdd some generated files to .gitignore.
2008-03-11  dweatherford[thrift] Move readMessageEnd inside of else block for...
2008-03-08  dweatherford[thrift] php thrift_protocol crash fixes
2008-03-07  David ReissAdd an accessor for the I/O protocols of Thrift clients.
2008-03-07  David ReissRemove some trailing whitespace.
2008-03-07  David ReissAdd .gitignore file.
2008-03-07  David ReissAdd Java JSON protocol implementation.
2008-03-07  David ReissAdd Java memory buffer transport implementation.
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
next