summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Thrift now a TLP - INFRA-31160.2.xGavin McDonald2010-10-280-0/+0
* THRIFT-642. Release notes in NEWS file for 0.2.0Todd Lipcon2009-12-082-1/+410
* Branching for 0.2 releaseTodd Lipcon2009-12-070-0/+0
* THRIFT-622. Add appropriate licensing information to get Thrift ready for a r...Todd Lipcon2009-12-0747-22/+405
* THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblocking...Todd Lipcon2009-12-032-1/+6
* THRIFT-551. java: Enumeration doesn't generate real enum in JavaBryan Duxbury2009-11-1910-102/+166
* THRIFT-628. java: Hash code method for _Fields objects does not behave as exp...Bryan Duxbury2009-11-171-1/+1
* THRIFT-621. cpp: Fix generated files using "apache" namespacesDavid Reiss2009-11-131-76/+76
* THRIFT-623. java: Use a Java enum to represent field ids in generated structsBryan Duxbury2009-11-1210-192/+289
* THRIFT-619: Perl server and exampleT Jake Luciani2009-11-126-4/+576
* THRIFT-626: Increase timeouts for socket requestsT Jake Luciani2009-11-121-2/+2
* THRIFT-590: send/recv timeout values interchanged in perl socket libT Jake Luciani2009-11-121-2/+2
* THRIFT-624. java: compareTo is broken for Unions with binary fieldsBryan Duxbury2009-11-114-4/+48
* THRIFT-210. c#: Add support for TFramedTransportEsteve Fernandez2009-11-113-1/+117
* THRIFT-565. java: Structs containing typedefs for incomparable objects will b...Bryan Duxbury2009-11-093-8/+14
* THRIFT-620. java: Compact Protocol should call readAll, not readBryan Duxbury2009-11-041-3/+3
* THRIFT-613. Make generated objects implement the NSCoding protocol.Andrew McGeachie2009-11-031-0/+148
* THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refillDavid Reiss2009-10-281-1/+1
* THRIFT-614. Add some more info to the exception that gets thrown when THTTPCl...Andrew McGeachie2009-10-271-1/+2
* THRIFT-521. Change @synthesize property declarations to @dynamic for happy co...Andrew McGeachie2009-10-271-7/+7
* pynamesDavid Reiss2009-10-211-0/+16
* THRIFT-606. cpp: Fix build on Solaris NevadaDavid Reiss2009-10-214-1/+13
* THRIFT-589. java: Add Field Name to Field ID MappingBryan Duxbury2009-10-152-0/+39
* THRIFT-603. rb: Struct read method does not call validateBryan Duxbury2009-10-151-0/+3
* THRIFT-529. java: Change generated constructors so that application code evol...Bryan Duxbury2009-10-021-11/+20
* THRIFT-477. java: remove extra methods generated for collectionsBryan Duxbury2009-10-011-0/+70
* THRIFT-446. java: PartialDeserialization in JavaBryan Duxbury2009-10-014-0/+147
* THRIFT-588. java: Generated .equals method throws NPE for thrift objectBryan Duxbury2009-09-252-1/+6
* THRIFT-586. python: TSocket incorrectly sets the exception type when an end o...Esteve Fernandez2009-09-242-6/+6
* THRIFT-572. java: Union compareTo is brokenBryan Duxbury2009-09-211-1/+1
* THRIFT-587. cpp: Properly set addrLen before accept callsDavid Reiss2009-09-191-0/+3
* generate Twisted code in a separate directory (gen-py.twisted)Esteve Fernandez2009-09-171-1/+5
* THRIFT-584. php: Generate a better directory structureDavid Reiss2009-09-161-6/+8
* THRIFT-583. python: Allow new-style classes for InterfacesDavid Reiss2009-09-161-0/+2
* THRIFT-574. erlang: Support framed transport for serversDavid Reiss2009-09-091-7/+14
* THRIFT-575. Allow required fields in function parametersDavid Reiss2009-09-021-8/+1
* THRIFT-569. rb: Segmentation Fault when using BinaryProtocolAccelerated in RubyBryan Duxbury2009-09-021-0/+3
* THRIFT-572. rb: fix RSTRING for 1.9 compatibilityBryan Duxbury2009-09-011-1/+1
* THRIFT-409. java: Add "union" to ThriftBryan Duxbury2009-09-0110-40/+796
* THRIFT-571. rb: compact_protocol.c:89: warning: format not a string literal a...Bryan Duxbury2009-09-011-2/+2
* Minor whitespace fixes in the Java generator and gen-codeDavid Reiss2009-09-011-11/+10
* THRIFT-214. cpp: Qualify another castDavid Reiss2009-09-011-2/+1
* Revert r806014 "THRIFT-562. java: Java is inconsistent ..."David Reiss2009-08-273-19/+5
* THRIFT-562. java: Java is inconsistent checking for required fieldsBryan Duxbury2009-08-207-253/+47
* THRIFT-566. java: jar file should contain copies of LICENSE and NOTICE filesBryan Duxbury2009-08-201-0/+5
* THRIFT-558. java: Replace use of log4j by commons-logging in Java library an...Bryan Duxbury2009-08-149-19/+30
* THRIFT-561: Add "register" to list of reserved keywordsMark Slee2009-08-131-0/+1
* THRIFT-555. cpp: Fix macro defintions for TCompact on non-GNU big endianDavid Reiss2009-08-051-2/+2
* THRIFT-115. java: Isset structure has a large memory footprintBryan Duxbury2009-08-031-39/+61
* THRIFT-144. java: Generated classes should implement ComparableBryan Duxbury2009-07-311-0/+102