common/thrift.git
2007-03-21  Mark SleeReadme on PHP/Apache Thrift integration
2007-03-21  Mark SleeThrift whitepaper draft
2007-03-16  Martin KraemerThrift: fix error with handling TApplicationException
2007-03-14  Mark SleeConstants lowercase in java true/false
2007-03-14  Mark SleeGenerate toString() convenience method for Thrift java...
2007-03-14  Mark SleeVarious Thrift fixes, including Application Exception...
2007-03-09  Mark SleeFix broken C++ Thrift test
2007-03-09  Mark SleeFix TServerSocket accept() to not do 200ms polling
2007-03-08  Aditya Agarwal-- Fix compiler warnings
2007-03-08  Mark SleeFix cleanup and bootstrap
2007-03-07  Mark SleeRuby code gen fixes and some README improvements
2007-03-07  Mark SleeNo such thing as e.message in python socket error?
2007-03-07  Mark SleeThrift Tutorial
2007-03-07  Mark SleeSome thrift test code improvements
2007-03-07  Mark SleeImplement proper TThreadedServer shutdown
2007-03-06  Mark SleeREADMEs and DOCs and ant tasks, oh my
2007-03-05  Mark SleeGet rid of all the using namespace and using boost...
2007-03-05  Mark SleeThrift build cleanup stuff
2007-03-05  Mark SleeThrift CPP threading fixes
2007-03-05  Mark SleeMove helper structure declarations into .h file
2007-03-05  Mark SleeThreads test makefile cleanup
2007-03-05  Mark SleeThreads testing package update
2007-03-05  Mark SleeThreading libraries test for Thrift C++
2007-03-02  Mark SleeDo not check error code if select returns 0
2007-03-02  Mark SleeServer robustness fixes in Thrift C++ libs
2007-03-01  Mark SleeProper shutdown functionality for Thrift servers
2007-03-01  Mark SleeAdd join to the ThreadManager
2007-03-01  Mark SleeGiving Marc K props for crazy bitshifting in PHP binary...
2007-03-01  Mark SleeOops missed license on one python file
2007-03-01  Mark SleeApplying Thrift license to ruby source
2007-03-01  Mark SleeApply Thrift license to PHP source code
2007-03-01  Mark SleeApplying Thrift software license to Python source
2007-03-01  Mark SleeApply Thrift license to Java sources
2007-02-28  Mark SleeThrift license applied to all the C++ files
2007-02-28  Mark SleeSome Thrift documentation cleanups
2007-02-27  Mark SleeTApplicationException handling in PHP generated thrift...
2007-02-27  Mark SleeBogus $this->type in TApplicationException in PHP
2007-02-27  Mark SleePython HttpClient for Thrift
2007-02-27  Mark SleeThrift HTTP client optimizations
2007-02-27  Mark SleeVarious bug fixes with the THttpClient
2007-02-27  Mark SleeWhoops there were 2 extra spaces in this code
2007-02-27  Mark SleeThrift HTTP client in C++
2007-02-27  Mark SleeSame fix to thrift codebase
2007-02-27  Aditya Agarwal-- fix overflow error in seekToChunk()
2007-02-22  Mark SleeFix thrift includes
2007-02-21  Mark SleeProper exception types in PHP thrift
2007-02-21  Mark SleeRemove nonexistent TBuf ref
2007-02-21  Mark SleeMove constant defs into Thrift.py to avoid cirulcar...
2007-02-21  Mark SleePython application level exceptions
2007-02-21  Mark SleeSome thrift test code fixes
2007-02-21  Mark SleeStarting python exception handling cleanup
2007-02-21  Mark Sleeprotocol exceptions in java
2007-02-21  Mark SleeMore java error codes in thrift
2007-02-21  Mark SleeNew thrift c++ error code
2007-02-21  Mark SleeThrift application exceptions in Java, code gen
2007-02-21  Mark SleeThrift application exceptions in Java
2007-02-21  Mark SleeC++ Thrift server throws application exceptions for...
2007-02-21  Mark SleeApplication exception types for Thrift
2007-02-21  Mark SleeGen code with /usr/bin/env python not /usr/bin/python
2007-02-21  Mark SleePython code gen includes __init__.py and package directory
2007-02-20  Mark SleeThrift Binary protocol improvements and application...
2007-02-20  Mark SleeInclude debug symbols in thrift builds by default
2007-02-20  Mark SleeGenerate Java code into proper source directory heirarchy
2007-02-20  Mark SleeTake out debug print in TServer constructor
2007-02-20  Mark Sleeanother typo i missed
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
next