common/thrift.git
2007-02-20  Mark SleeAdityaslop typos in thrift py server
2007-02-14  James WangThrift: Changing TFileTransport to use the same buffer...
2007-02-09  Mark SleeTake brackets out of cpp_type bit
2007-02-09  Mark SleeFix code gen to getTransport() not getOutputTransport()
2007-02-08  Mark SleeFix handling of accept() exceptions in threadedserver
2007-02-07  Martin KraemerThrift: PHP Socket instrumentation for connect/read...
2007-02-07  Mark SleeImplement TSimpleServer in Ruby
2007-02-07  Mark SleeRuby test server code
2007-02-07  Mark SleeFixes for ruby server code gen
2007-02-07  Mark SleeUpdate test code with TPipedTransport
2007-02-07  Aditya Agarwal-- Servers should not crash on accept.
2007-02-07  Mark SleeThrift supports the "senum" type now
2007-02-07  Aditya Agarwal-- Remove reference to TBufferedRouter.h/cpp in Makefile
2007-02-07  Aditya Agarwal-- typo in TSocket
2007-02-07  Mark Sleexsd_attrs are a FieldList now, so you can have multiple...
2007-02-07  Mark SleeThrift code-gen optimizations to use raw pointers where...
2007-02-07  Mark SleeProtocol should hang onto shared pointer for protection...
2007-02-06  Mark SleeThrift support for the xsd_nillable attribute
2007-02-06  Mark SleeNAmespace PHP exceptions in catch block properly and...
2007-02-06  Aditya Agarwal-- TBufferedRouterTransport being renamed to TPipedTran...
2007-02-06  Aditya Agarwal-- Protocol and transport factories now wrap around...
2007-02-06  Aditya Agarwal-- Protocol and transport factories now wrap around...
2007-02-06  Aditya Agarwal-- Allow specification of socket timeouts in thrift...
2007-02-06  Aditya Agarwal-- Protocol and transport factories now wrap around...
2007-02-05  Mark SleeAdding XSD attribute support
2007-02-05  Mark Sleesvn adding t_doc.h
2007-02-05  Martin KraemerThrift: Supported for file descriptor == 0 and cleanup...
2007-02-05  Martin KraemerThrift: Exception message is protected and accessible...
2007-02-05  ccheeveradding documentation syntax to thrift
2007-02-03  Martin KraemerThrift fixes for Exceptions and TServerSocket
2007-02-02  Mark SleeTFileTransport %lu => %u
2007-02-01  Mark SleePrevent direct instantation of ThreadManager
2007-02-01  Mark SleeBring C++ thrift stress test up to date with new constructs
2007-02-01  Mark SleeAdding threaded server to Thrift
2007-02-01  Mark SleeFix bufferedroutertransport overflow bugs
2007-02-01  Mark SleeDefault values and nullification for thrift code
2007-02-01  daveThrift: Fix xsd:sequence and xsd:all minOccurs/maxOccur...
2007-01-31  Mark SleeFix for TBufferedTransport double-buffer-size strings
2007-01-31  daveThrift: Finish namespace generation from xsd_namespace...
2007-01-31  Mark Sleexsd_namespace keyword for thrift
2007-01-30  Mark SleeMove var declarations out of switch blocks in Thrift
2007-01-30  daveThrift: Small changes to support XSD generation
2007-01-29  Mark SleeThrift gen'd code now checks for field ID AND type...
2007-01-29  Mark SleeFix HashMap => AbstractMap conversions in Java test...
2007-01-27  Mark SleeUpdate configure.ac to include compiler/cpp directory
2007-01-27  Mark SleeRuby support for Thrift
2007-01-26  Martin KraemerThrift: indentation
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...
next