common/thrift.git
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
2006-09-05  Mark SleeAdd multiserver generation to C++ Thrift
2006-09-04  Mark SleeThrift, Make sure gen'd code initializes empty containe...
2006-09-04  Mark SleeOoops, forgot to svn add the new code gen files
2006-09-04  Mark SleeThrift and Python: Made to be together
2006-09-03  Mark SleeImplementation of the basic Thrift stack in Python
2006-09-02  Mark SleeThrift C++ code generation improvements
2006-09-02  Mark SleeMore Thfirt code-gen improvements
2006-09-02  Mark SleeThrift generation for Java
2006-09-01  Mark SleePoint Thrift bootrapping code to compiler/py instead...
2006-09-01  Mark SleeThrift test improvements, tests for both inline and...
2006-09-01  Mark SleeThrift library updates, remove unsigned types
2006-09-01  Mark SleeThrift compiler improvements, two modes for PHP
2006-08-30  Mark SleeMove Thrift StressTest code into test top-level folder
2006-08-30  Mark SleeMake separate dirs for CPP and Python versions of Thrif...
2006-08-24  Marc SlemkoFixed handling of signed 64bit integers to support...
2006-08-23  Marc SlemkoBasic README with build instructions
2006-08-23  Marc SlemkoUber configure.ac/Makefile.am and configure.ac/Makefile...
2006-08-23  Marc SlemkoThrift php generator in python.
2006-08-17  Marc SlemkoPrint out results of stress test
2006-08-17  Marc Slemkostraggler
2006-08-17  Marc Slemkostraggler
2006-08-17  Marc Slemkothrift.py => /usr/local/bin/thrift
2006-08-17  Marc SlemkoPython installer for thrift idl compiler
2006-08-17  Marc SlemkoAdded stress test for thrift benchmarks
2006-08-15  Marc SlemkoCleaned up test code for thrift exception throwing
next