summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Thrift now a TLP - INFRA-31160.3.xGavin McDonald2010-10-280-0/+0
* Fix the NOTICE fileBryan Duxbury2010-07-281-1/+1
* add rat_exclude file that contains patterns RAT should ignoreBryan Duxbury2010-07-281-0/+34
* Add ASL to Thrift.slnBryan Duxbury2010-07-281-1/+19
* add ASL to handful of filesBryan Duxbury2010-07-284-0/+60
* add some more missing licensesBryan Duxbury2010-07-264-2/+76
* add apache license header to TestTBinaryProtocol.javaBryan Duxbury2010-07-231-1/+19
* add apache license to TFieldIdEnum.javaBryan Duxbury2010-07-231-0/+18
* Renaming release 0.3.0 branch "0.3.x" to match conventionDavid Reiss2010-06-240-0/+0
* THRIFT-799. Files missing proper Apache license headerBryan Duxbury2010-06-227-0/+127
* Merge in THRIFT-784 and THRIFT-646Bryan Duxbury2010-05-192-25/+14
* THRIFT-373. Include js and as3 libraries in release tarballsBryan Duxbury2010-05-121-0/+2
* bump some version numbers to where they belongBryan Duxbury2010-05-072-2/+2
* cut a branch for preparing for the 0.3.0 releaseBryan Duxbury2010-05-070-0/+0
* THRIFT-647. php: Add license header and fix style in Makefile.amDavid Reiss2010-05-041-15/+34
* revert an unintentional commit to the java generatorBryan Duxbury2010-05-041-5/+1
* THRIFT-770. build: Get 'make dist' to work without first compiling source codeBryan Duxbury2010-05-037-77/+9
* THRIFT-650. build: Make Check fails on Centos/OSX with 0.2.0 tarballBryan Duxbury2010-05-024-18/+25
* THRIFT-646. erl: Erlang library is missing install targetBryan Duxbury2010-05-022-1/+22
* THRIFT-647. php: PHP library is missing install targetBryan Duxbury2010-05-024-1/+51
* THRIFT-765. java: Revert the changes applied by THRIFT-765, as they appear to...Bryan Duxbury2010-05-015-286/+41
* set the TRUNK version to 0.4.0-dev, instead of the ancient 20080411 datestampBryan Duxbury2010-04-301-1/+1
* THRIFT-765. java: Improved string encoding and decoding performanceBryan Duxbury2010-04-305-54/+169
* THRIFT-438. py: Add support for Twisted.web in servers and clientsBryan Duxbury2010-04-291-1/+39
* THRIFT-766. java: Propagate TSocket timeout to connectBryan Duxbury2010-04-291-1/+1
* java: add another testcase to TestUtf8HelperBryan Duxbury2010-04-291-0/+8
* THRIFT-762. Include CoreServices.h if we are not compiling on the iPhone.Andrew McGeachie2010-04-281-1/+6
* THRFIT-601. java: Add readLength support to TBinaryProtocol.FactoryDavid Reiss2010-04-261-1/+11
* THRIFT-601. java: Allow a maximum frame size for TFramedTransportDavid Reiss2010-04-261-1/+22
* THRIFT-760. java: Generated client code does not set or check the sequence ID...Bryan Duxbury2010-04-261-3/+4
* THRIFT-765. java: Improved string encoding and decoding performanceBryan Duxbury2010-04-254-41/+163
* THRIFT-611. Under Windows when compiling using MinGW, includes are incorrect...Bryan Duxbury2010-04-221-0/+9
* THRIFT-518. as3: Add the AS3 generator and libraryBryan Duxbury2010-04-2234-0/+4731
* THRIFT-761. java: Include the symbolic name of a typedef field in the field m...Bryan Duxbury2010-04-225-86/+80
* THRIFT-763. java: Variable capture bug in generated struct compareToBryan Duxbury2010-04-221-1/+1
* java: stop trying to run the removed UnionTestBryan Duxbury2010-04-221-2/+0
* THRIFT-759. java: Make TBase implement ComparableBryan Duxbury2010-04-223-11/+7
* java: convert UnionTest to TestTUnion using JUnitBryan Duxbury2010-04-152-217/+143
* THRIFT-755. php: Fix compilation as a static moduleDavid Reiss2010-04-141-1/+2
* THRIFT-754. java: Improvements to varint reading in Compact ProtocolBryan Duxbury2010-04-051-8/+42
* THRIFT-753. java: Don't look up TFieldIdEnum values with a mapBryan Duxbury2010-04-041-3/+16
* THRIFT-746. java: Generated services Iface/Client inner classes do not derive...Bryan Duxbury2010-04-033-1/+101
* THRIFT-752. java: Use a faster Stack implementation in TCompactProtocolBryan Duxbury2010-04-035-2/+233
* java: Enhance TMemoryInputTransport to allow operation on specific range of a...Bryan Duxbury2010-04-034-4/+43
* java: add a basic test for TMemoryInputTransportBryan Duxbury2010-04-031-0/+45
* java: reorganize ProtocolTestBase slightlyBryan Duxbury2010-04-031-55/+61
* THRIFT-663. java: JavaBean code generator produces incorrect setter methodsBryan Duxbury2010-04-031-5/+17
* THRIFT-723: java: Thrift buffers with set and map types in Java should implem...Bryan Duxbury2010-03-294-69/+292
* java: Make TProtocolFactory extend Serializable.Bryan Duxbury2010-03-291-2/+3
* THRIFT-363. java: Maven DeployBryan Duxbury2010-03-282-7/+57