common/thrift.git
2007-01-25  Mark SleeSeparate thrift into libthrift and libthriftnb
2007-01-25  Mark SleeFix relative paths in test dirs
2007-01-25  Mark SleeFull automake/autoconf compliance for thrift
2007-01-25  Mark SleeFix bootstrap for the jwang
2007-01-25  Aditya Agarwal-- ThriftLogfile is finally done.
2007-01-25  Mark SleeFix Makefile to use thrifty.yy and thriftl.ll
2007-01-25  Mark SleeRename some thrif tcompiler files
2007-01-24  Mark SleeAdd some smaller test cases and fix new single protocol...
2007-01-24  Aditya Agarwal-- Error recovery code for thrift logfile
2007-01-24  Mark SleeThrift socket should not perror in the TRYAGAIN state
2007-01-24  Mark SleeNo more getInputTransport vs getOutputTransport in...
2007-01-24  Aditya Agarwal-- Change concept of protocol and transport factory
2007-01-24  Mark SleeGenerate pargs an presult helpers in C++ to be more...
2007-01-24  Mark SleeFix C++ Thrift test code to work with new gen'd code...
2007-01-24  Mark SleeNonblockingserver constructor that uses binary protocol...
2007-01-24  Aditya Agarwal-- thrift logfile fixes
2007-01-23  Mark SleeNo need to generate private __construct() function...
2007-01-19  Mark SleeUse proper name for catching exceptions
2007-01-19  Mark SleeThrift XSD generator populates PHP globals with type...
2007-01-19  Mark SleeAllow field elements to be optional in thrift with...
2007-01-19  Mark SleeAdd comma-separated list of type "slist" to thrift
2007-01-19  Aditya Agarwal-- Nonblocking server changes to allow logging
2007-01-19  Mark SleeAdd xsd_all keyword to Thrift
2007-01-18  Mark SleeThrift now generates XSD files
2007-01-18  Mark SleeResolve typedefs in php generation
2007-01-18  Mark SleeRemove py compiler from thrift repo
2007-01-18  Mark SleeFix changing struct name bug on C++ generation
2007-01-18  Aditya Agarwal-- additions to ThriftLogfile
2007-01-18  Mark SleeDo not generate write code for null fields in Java
2007-01-18  Mark SleeAdd mkdir for bin in thrift compiler
2007-01-17  Mark SleeFix bugs with php_namespace keyword in thrift
2007-01-17  Karl LehenbauerFix identifier typo in Thrift error message.
2007-01-17  Marc SlemkoAdded ax_event_base.m4 to find and configure libevent
2007-01-17  Marc SlemkoMake boost base default to yes to make sure we don...
2007-01-16  Mark SleeResolve complex typedefs in Thrift
2007-01-16  Mark SleeThrift should generate C++ enums first before typdefs
2007-01-16  Mark SleePrefix generated _args and _result helper classes with...
2007-01-16  Marc SlemkoAdded autoconf/automake glue to run lib/py/setup.py...
2007-01-15  robertFixed some warnings, changed TSocketPool to inherit...
2007-01-15  Aditya Agarwal-- Allow manual setting of host and port in TSocket
2007-01-15  robertAdded open, close, and isOpen to TFramedTransport
2007-01-12  Mark SleeThrift C++ code generator returns complex types by...
2007-01-12  Mark SleeCommitting code gen changes for const ref args to funct...
2007-01-12  Mark SleeAdd PHP namespacing support to Thrift
2007-01-12  Mark SleeDisallow keywords in Thrift files
2007-01-11  Adam Nicholsminor syntax change in thrift php library, reviewed...
2007-01-11  Mark SleeFix call_user_func bug on debugHandler_
2007-01-05  Mark SleeExample syntax for constants in Thrift
2007-01-03  Mark SleeAdd options to thrift transport classes for custom...
2007-01-03  Mark SleeFix typo class variable bug in TSocketPool
2006-12-22  putnamFixed typo in Thrift README
2006-12-20  robertfixed a problem with read buffer resizing in TNonblocki...
2006-12-19  robertfixed a bug in TFramedTransport where it was checking...
2006-12-16  Mark Sleemessage_ in TException can't be const or subclasses...
2006-12-16  Mark SleeFix exceptions throw() and virtual destructor
2006-12-15  Mark SleeAll user-defined thrift exceptions inherit from TException
2006-12-13  Mark SleeAnother AccessNull bug fix in Thrift
2006-12-13  Mark SleeFix c++ Null inheritance issue
2006-12-13  Mark SleeTake out timestamps from generated files
2006-12-09  Martin KraemerThrift TException Cleanup
2006-12-09  Aditya Agarwal-- Rename TBufferedFileWriter.h/cpp to TFileTransport...
2006-12-09  Aditya Agarwal-- Check all system call return values
2006-12-08  Aditya Agarwal-- TFileTransport (Thrift Logfile)
2006-12-08  Mark SleeGenerate a null implementation of thrift C++ class...
2006-12-06  Martin KraemerThrift TException does not properly define virtual...
2006-12-06  Mark SleeFix TSimpleServer exception bug
2006-11-30  Mark SleeMissing file in thrift parser, sorry d00dz!
2006-11-29  Mark SleeOops take out printf debug
2006-11-29  Mark SleeThrift supports HEX notation for int consts and proper...
2006-11-29  Mark SleeStrings in JSON style thrift constants do not need...
2006-11-29  Mark SleeThrift supports arbitrarily typed constants across...
2006-11-28  Mark SleeThrift compiler frontend support for constants
2006-11-27  Mark SleeFix _seqid to seqid_ name change in PHP
2006-11-21  Mark SleeThrift: Fix PHP socket fread return
2006-11-21  Mark SleeFix thrift compiler typedef support
2006-11-16  Mark SleeThrift: C++ peek() method and TException not Exception
2006-11-15  Mark SleeFix bad implode call with nonexistant class variable...
2006-11-15  Mark SleeComma after ENUM with no explicit value
2006-11-14  Mark SleeRest definition should not implement interface, the...
2006-11-14  Mark SleeThrift generates a REST handler for PHP code
2006-11-10  Mark SleeAll thrift PHP class constructors can take an array...
2006-11-10  Mark SleeI lied before, now thrift really supports single or...
2006-11-09  Mark SleeAllow single dash or double dash for thrift flags
2006-11-09  Martin KraemerThrift Include Path Specification
2006-11-08  Mark SleeDo not print ; in thrift parser
2006-11-07  Mark SleeFix TType.php problem
2006-11-06  Mark SleeFix C++ skeleton code generator
2006-11-02  Mark SleeMake commas and/or semicolons both optional in thrift
2006-10-31  Mark SleeIterate python dictionaries with for k,v in dict.items()
2006-10-31  Mark SleePy inherited processor must pass handler to parent...
2006-10-31  Mark SleeInherited processors must call parent constructor in...
2006-10-31  Mark SleeAdd python scons rules
2006-10-31  Mark SleeUse AbstractMap instead of HashMap
2006-10-28  Mark SleeMutex was missing from libthrift build
2006-10-27  Mark SleeFix Python indentation for async methods
2006-10-26  Mark SleeSkeletons should use virtual inheritance from the inter...
2006-10-26  Mark SleeInclude <time.h> not "time.h"
2006-10-26  Mark SleeThrift PHP update for new Protocol wraps Transport...
2006-10-26  Mark SleeLet Python server take protocolFactory argument
2006-10-26  Mark SleeBring Thrift test code up to date
next