common/thrift.git
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
2006-10-04  Mark SleePython generator to make __str__ and __repr__ methods...
2006-10-04  Mark SleeBetter randomization in socketpoool
2006-10-04  Mark SleeSuppress php errors in TSocket
2006-10-02  Mark SleeThrift missing python threading import
2006-10-02  Mark SleePython basic threaded server
2006-09-29  Mark SleePrefix php names with service_ to avoid naming conflict...
2006-09-29  Mark SleeBetter socket timeout and options support for Thrift C++
2006-09-28  Mark SleeCheck for empty buf on socket read
2006-09-27  Mark SleeUse vector<> instead of list<> in Thrift-gen'd C++...
2006-09-27  Mark SleeAdd better socket linger, tcp_nodelay and timeout handl...
2006-09-27  Mark SleeSet linger off and nodelay true on accepted ServerSockets
2006-09-27  Mark SleeThrift compiler to tokenize args by " " so you can...
2006-09-27  Mark SleeAdd socket and server socket timeout support to thrift...
2006-09-25  Mark SleeChange thrift require_once to include_once
2006-09-22  Mark SleeFix potential multithreading protocol issue in Thrift...
2006-09-21  Mark SleeOoops function __construct not just __construct
2006-09-20  Mark SleeFix typo, missing underscore in thrift compiler variable
2006-09-20  Mark SleeChange run() to serve() in all Thrift server interfaces
2006-09-19  Mark SleeUse GNU Net implementation of htnoll and ntohll
2006-09-12  Mark SleeThrift: Rename run() to serve() in java interfaces
2006-09-08  Mark SleeThrift: Rename chunked to framed transports
2006-09-08  Mark SleeThrift PHP TSocketPool client
2006-09-07  Mark SleeThrift: generate Processors not Servers
2006-09-07  Mark SleeThrift: generate python dictionaries and STL maps for...
2006-09-07  Mark SleeThrift TTransportFactory model for servers
2006-09-06  Mark SleeThrift multithreaded Java server
2006-09-06  Aditya Agarwal-- search per-user lib dir first
2006-09-06  Mark SleeThrift: Added support for double type across all languages
2006-09-06  Aditya Agarwal-- more thrift Makefile changes
2006-09-05  Aditya Agarwal-- added stubs for readEnd() and writeEnd()
2006-09-05  Aditya Agarwal-- generalize Makefile
2006-09-05  Mark SleeThrift: Change Java/C++ server generation
2006-09-05  Mark SleeThrift: standardize coding style
2006-09-05  Mark SleeThrift Python server code generation
next