common/thrift.git
2008-05-01  David ReissRemove a few unnecessary includes to speed up compiles.
2008-04-29  David ReissC++: Make write{Struct,Field}Begin take "name" as a...
2008-04-29  David ReissJava: In toString for generated structs, handle nulls.
2008-04-29  David ReissThrift REST parsing allows null object params
2008-04-29  David ReissTHRIFT: Nonblcoking bug fix
2008-04-29  David ReissPersistent conns in TSocketPool
2008-04-28  David ReissAdd a missing include to Benchmark.cpp to make it build...
2008-04-28  David ReissSilence a valgrind complaint by matching "delete[]...
2008-04-21  David ReissVersion bump to 20080411.
2008-04-21  David ReissAdd build.xml, src, and LICENSE to EXTRA_DIST in lib...
2008-04-21  David ReissAdd TBase64Utils.h and TJSONProto.h to lib/cpp/Makefile.am.
2008-04-21  David ReissAdd contrib to EXTRA_DIST so it goes into make dist.
2008-04-21  David ReissAdd a distdir rule to lib/erl/Makefile to make "make...
2008-04-21  David ReissCheck for ssize_t in configure.ac.
2008-04-20  David ReissDelete a crazy line from fb303's build.xml.
2008-04-18  David ReissThrift: bug fix for interrupting server socket
2008-04-15  David ReissAdd a few missing includes.
2008-04-11  David ReissFix Thrift.cpp for non-Linux systems.
2008-04-11  David ReissAdd simple "check" and "distclean" targets to lib/erl...
2008-04-11  David ReissRemove some .pyc files from fb303.
2008-04-11  David ReissWhitespace change for consistency.
2008-04-11  dweatherford[thrift] Propogate exceptions from transports in thrift...
2008-04-10  iproctorocaml and haskell thrift clients now calling readMessageEnd
2008-04-08  David ReissFix a minor bug in TDebugProtocol and remove dead code.
2008-04-08  David ReissUse poll instead of select in TServerSocket
2008-04-08  David ReissThrift error logging improvements
2008-04-08  David Reissuse poll instead of select in TSocket
2008-04-08  David ReissFix a bug in TPipedTransport that broke pipelining.
2008-04-08  David ReissAdd thrift_dump.cpp to contrib.
2008-04-08  David ReissAdd TFDTransport: a dead-simple wrapper around a file...
2008-04-08  David ReissAdd TProtocolTap: a meta-protocol for "wiretapping".
2008-04-08  David ReissTDebugProtocol: Add support for messages.
2008-04-08  David ReissTDebugProtocol: Support a limit on string length.
2008-04-07  David ReissClean up the unit tests.
2008-04-03  David ReissFix some indentation.
2008-04-03  David ReissRemove sigplanconf.cls and thrift.pdf.
2008-04-03  David ReissUpdate OCamlMakefile to the latest version and include...
2008-04-03  David ReissSquelch most Java 1.6 warnings.
2008-04-03  David ReissMoved the java libraries from src to src/com/facebook...
2008-04-03  pwyckoffadd fb303 to thrift contrib
2008-04-02  David ReissAdd a test client and server for C#.
2008-04-02  David ReissC#: Generate proper code for services that inherit...
2008-04-02  David ReissC#: Catch exceptions by name.
2008-04-02  David ReissC#: Make TSimpleServer a public class.
2008-04-02  David ReissC#: Fix a bug in the TApplicationException reader.
2008-04-02  David ReissC# Makefile: New versions of Mono don't require -langve...
2008-04-02  David ReissFix a segfault in the compiler.
2008-04-01  David ReissFix a memory leak in TBinaryProtocol.
2008-03-31  David ReissAdd an experiment to measure the likeliness that reallo...
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.
next