[commits] Horde branch master updated. 59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7

Chuck Hagenbuch chuck at horde.org
Sat Apr 24 16:11:10 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: a6e50ed6d17f606444e6bb7d4130628d36005d52

59ec1ba Horde_Thrift package

-----------------------------------------------------------------------

commit 59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
Author: Chuck Hagenbuch <chuck at bluestatedigital.com>
Date:   Sat Apr 24 12:13:48 2010 -0400

    Horde_Thrift package
    
    This wraps the auto-generated thrift-0.2.0 libraries and makes them
    autoloadable. Services that use thrift can extend the Horde_Thrift class to
    cause all of the thrift support code to be included. The thrift code itself is
    unmodified (and under its original license/copyright), and we will update it
    when there are new thrift releases.

 framework/Thrift/lib/Horde/Thrift.php                             |   13 +
 framework/Thrift/lib/Horde/Thrift/Thrift.php                      |  776 ++
 framework/Thrift/lib/Horde/Thrift/packages/fb303/FacebookBase.php |   82 +
 .../Thrift/lib/Horde/Thrift/packages/fb303/FacebookService.php    | 2572 +++++
 framework/Thrift/lib/Horde/Thrift/packages/fb303/fb303_types.php  |   37 +
 .../packages/reflection_limited/reflection_limited_types.php      |  798 ++
 .../Thrift/lib/Horde/Thrift/packages/scribe/scribe_types.php      |  117 +
 framework/Thrift/lib/Horde/Thrift/protocol/TBinaryProtocol.php    |  423 +
 framework/Thrift/lib/Horde/Thrift/protocol/TProtocol.php          |  369 +
 .../Thrift/lib/Horde/Thrift/transport/TBufferedTransport.php      |  154 +
 framework/Thrift/lib/Horde/Thrift/transport/TFramedTransport.php  |  170 +
 framework/Thrift/lib/Horde/Thrift/transport/THttpClient.php       |  193 +
 framework/Thrift/lib/Horde/Thrift/transport/TMemoryBuffer.php     |   75 +
 framework/Thrift/lib/Horde/Thrift/transport/TNullTransport.php    |   39 +
 framework/Thrift/lib/Horde/Thrift/transport/TPhpStream.php        |   95 +
 framework/Thrift/lib/Horde/Thrift/transport/TSocket.php           |  303 +
 framework/Thrift/lib/Horde/Thrift/transport/TSocketPool.php       |  287 +
 framework/Thrift/lib/Horde/Thrift/transport/TTransport.php        |   99 +
 framework/Thrift/package.xml                                      |  105 +
 19 files changed, 6707 insertions(+), 0 deletions(-)
 create mode 100644 framework/Thrift/lib/Horde/Thrift.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/Thrift.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/packages/fb303/FacebookBase.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/packages/fb303/FacebookService.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/packages/fb303/fb303_types.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/packages/reflection_limited/reflection_limited_types.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/packages/scribe/scribe_types.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/protocol/TBinaryProtocol.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/protocol/TProtocol.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TBufferedTransport.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TFramedTransport.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/THttpClient.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TMemoryBuffer.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TNullTransport.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TPhpStream.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TSocket.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TSocketPool.php
 create mode 100644 framework/Thrift/lib/Horde/Thrift/transport/TTransport.php
 create mode 100644 framework/Thrift/package.xml

http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/Thrift.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/packages/fb303/FacebookBase.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/packages/fb303/FacebookService.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/packages/fb303/fb303_types.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/packages/reflection_limited/reflection_limited_types.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/packages/scribe/scribe_types.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/protocol/TBinaryProtocol.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/protocol/TProtocol.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TBufferedTransport.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TFramedTransport.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/THttpClient.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TMemoryBuffer.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TNullTransport.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TPhpStream.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TSocket.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TSocketPool.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/lib/Horde/Thrift/transport/TTransport.php?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7
http://git.horde.org/co.php/framework/Thrift/package.xml?rt=horde-git&r=59ec1ba08f3b21c92fb73a7181a7f6cf32d150a7




More information about the commits mailing list