common/thrift.git
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
2006-10-26  Aditya Agarwal-- Change thrift logging macros to have a T_ prefix
2006-10-26  Mark SleeFix bum Java indentation/scoping for async methods
2006-10-25  Mark SleeFix python server bugs and go to new protocol wraps...
2006-10-25  Mark SleeNew python operating model code-gen
2006-10-25  Mark SleeProtocol wraps transport code gen for Thrift Java
2006-10-25  Mark SleeNew protocol wrapping transport model for Thrift Java
2006-10-25  Mark SleeClean up Java Thrift transport code
2006-10-25  Mark SleeTypo in thrift readme
2006-10-25  Mark SleeGive options for one-way or two-way buffering in PHP...
2006-10-25  Mark SleeImprove python thrift transport, readAll, buffering...
2006-10-25  Mark SleeStresstest onto new Thrift C++ model
2006-10-25  Mark SleeUpdate thrift compiler for new syntax, generate new...
2006-10-25  Mark SleeFix broken thrift test code for new model
2006-10-25  Mark SleeChange Thrift c++ to new protocol wrapping transport...
2006-10-25  Mark SleeChange Thrift .cc files to be .cpp files
2006-10-25  Mark SleeAllow optional framing of input/output in FramedTransport
2006-10-25  Mark SleeFraming option for non blocking server
2006-10-24  Mark Sleeself.clients instead of self.client
2006-10-24  Mark SleeMissing self argument in server method
2006-10-24  Mark SleePython threadpool server for Thrift
2006-10-12  Mark SleeChange thrift stress test to .cpp file extension
2006-10-12  Mark SleeRename test files to .cpp instead of .cc
2006-10-12  Mark SleeGenerate .cpp files instead of .cc in Thrift
2006-10-12  Mark SleeAllow the specification of custom container types in...
2006-10-11  Aditya Agarwal-- Thrift testing changes
2006-10-11  Aditya Agarwal-- Thrift Log File
2006-10-11  Aditya Agarwal-- Adding TLogging.h
2006-10-11  Aditya Agarwal-- Thrift fixes
2006-10-10  Mark SleeTest code updates
2006-10-10  Mark SleeThrift compiler code cleanup, comments, php inline...
2006-10-10  Mark SleePHP Thrift improvements, Binary code skipping, etc
2006-10-10  Mark SleeThrift Java HTTP client
2006-10-10  Mark SleePython framed thrift transports
2006-10-10  Mark SleeC++ Thrift coding style changes
2006-10-06  Mark SleePython remote printing fix
next