summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* -- allow packaging of thrift as an rpmAditya Agarwal2007-07-311-1/+3
* -- Adding TMemoryBuffer.pyAditya Agarwal2007-07-301-0/+34
* [Thrift] fixing python server socket bind permissionspfung2007-07-271-2/+2
* Fix for IPv6 Python sockets binding localhost problemMark Slee2007-07-271-1/+1
* -- remove default seekToEndAditya Agarwal2007-07-271-2/+0
* Thrift: Cleaned up whitespace.David Reiss2007-07-2612-103/+105
* [thrift] maps, lists, sets, and service inheritance for ErlangChristopher Piro2007-07-253-2/+13
* Thrift: Haskell library and codegeniproctor2007-07-257-0/+516
* Summary: TSocket shouldn't let you set the timeout before it's got a valid ha...James Wang2007-07-241-0/+2
* Thrift: OCaml library binary protocol fixiproctor2007-07-242-9/+25
* [thrift] misc. Erlang codegen improvements, cleanupsChristopher Piro2007-07-241-0/+6
* Readding seekToEnd() call to openLogFile() temporarily so that search doesn't...James Wang2007-07-231-1/+4
* Summary: Changing TFileTransport to not go to end of file by defaultJames Wang2007-07-221-3/+1
* Thrift: Debug ProtocolDavid Reiss2007-07-215-0/+660
* [thrift] highly concurrent Erlang goodnessChristopher Piro2007-07-18130-699/+12366
* Thrift: OCaml library and generatoriproctor2007-07-1611-0/+1876
* [scope lock wrapped for ReadWriteMutex]yunfang2007-07-141-0/+16
* Fix SET serialization borked-ness in ThriftMark Slee2007-07-101-1/+0
* Fix addrinfo structure memory leak in TSocketMark Slee2007-07-092-1/+5
* sys_errlist is deprecated.Martin Kraemer2007-07-092-12/+36
* TSocket IPv6 support for C++Mark Slee2007-07-063-53/+96
* THRIFT ReadWriteMutexboz2007-07-062-3/+73
* Python IPv6 support for TSocketMark Slee2007-07-061-4/+18
* Fixed possible Thrift serialization bugDavid Reiss2007-07-062-22/+27
* Lots of Ruby code generation improvementsMark Slee2007-07-062-1/+257
* [thrift] small typo in tserver.rbChristopher Piro2007-07-021-2/+2
* Thrift: THttpClient for PHP in Thrift trunkMark Slee2007-06-291-0/+185
* [thrift] preliminary Erlang support (initial import)Christopher Piro2007-06-2923-0/+707
* Removing protocol.txtMark Slee2007-06-261-117/+0
* -- make sure TFileTransport always starts at EOFAditya Agarwal2007-06-261-2/+2
* [thrift] java httpclient needs to close its inputstreameletuchy2007-06-251-1/+10
* Ruby TBinaryProtocol fixMark Slee2007-06-231-1/+1
* Teensy insignificant thrift bugMark Slee2007-06-221-0/+1
* Idiotic typos in Python codeMark Slee2007-06-221-3/+3
* Thrift TBinaryProtocol changeMark Slee2007-06-2014-90/+319
* [thrift] Add optional callback inside of serve()dweatherford2007-06-192-3/+25
* Missing variable in initializer list for TNonblockingServer constructorMark Slee2007-06-151-1/+2
* Darwin endianness junkMark Slee2007-06-091-0/+10
* Add thread pool option to NonblockingServerMark Slee2007-06-093-32/+161
* THRIFT: generic output handlerboz2007-06-058-55/+75
* Modified PosixThreadFactoryMarc Slemko2007-06-057-49/+140
* Modified PosixThreadFactory::PThread:Marc Slemko2007-06-044-39/+85
* Forgot to add ProcessorFactoryMark Slee2007-06-011-0/+26
* THRIFT: ADITYASLOPboz2007-05-311-1/+1
* Memory buffer for perlMark Slee2007-05-311-0/+119
* -- handle EINTRS in accept()Aditya Agarwal2007-05-311-1/+10
* ProcessorFactory for JavaMark Slee2007-05-313-16/+78
* Get the long longs out of the Thrift codebaseMark Slee2007-05-2317-65/+71
* mcslee: being nitpicky ensuring consistent coding styleMark Slee2007-05-235-27/+27
* -- fix read timeout handling in TSocketAditya Agarwal2007-05-233-17/+70