summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Thrift now a TLP - INFRA-31160.4.xGavin McDonald2010-10-280-0/+0
* revert THRIFT-682, since it doesn't build anywhere, apparently.Bryan Duxbury2010-08-161-15/+2
* Update the NOTICE fileBryan Duxbury2010-08-151-3/+2
* update the changes fileBryan Duxbury2010-08-131-0/+49
* change version in configure.ac from 0.4.0-dev to 0.4.0Bryan Duxbury2010-08-131-1/+1
* THRIFT-247. Commit files missing from r985031Bryan Duxbury2010-08-134-0/+543
* branching to prep 0.4 for releaseBryan Duxbury2010-08-130-0/+0
* THRIFT-682. php: PHP extension doesn't compile on Mac OS XBryan Duxbury2010-08-131-2/+15
* THRIFT-831. java: FramedTransport implementation that reuses its buffersBryan Duxbury2010-08-1310-5/+598
* THRIFT-842. java: Upgrade to current version of commons-lang (2.5 instead of ...Bryan Duxbury2010-08-121-1/+1
* THRIFT-827. ocaml: OCaml generator to take default values into account Bryan Duxbury2010-08-121-14/+141
* THRIFT-837. php: Fix accelerator bug affecting writes > 8kDavid Reiss2010-08-121-4/+4
* THRIFT-247. cpp: Basic THttpServer implementation for C++David Reiss2010-08-123-320/+28
* THRIFT-676. cpp: Move __isset definition for SWIG-compatibilityDavid Reiss2010-08-121-42/+55
* THRIFT-832. html: HTML generator shows unspecified struct fields as 'required'Bryan Duxbury2010-08-121-4/+6
* THRIFT-778. php: PHP socket listening serverBryan Duxbury2010-08-127-8/+334
* THRIFT-780. php: Prevent aborts due to simultaneous exceptionsBryan Duxbury2010-08-121-20/+21
* THRIFT-718. php: Thrift PHP library includes closing tags and extraneous whit...Bryan Duxbury2010-08-1211-23/+0
* THRIFT-570. Thrift compiler does not error when duplicate method names are pr...Bryan Duxbury2010-08-121-0/+6
* Revert THRIFT-731 due to breakage on Ubuntu.Bryan Duxbury2010-08-121-1/+1
* THRIFT-664. rb: Ruby extension fails to build with Ruby 1.9.1Bryan Duxbury2010-08-112-6/+11
* THRIFT-731. configure doesn't check for ant >= 1.7Bryan Duxbury2010-08-101-1/+1
* rb: Make MemoryTransport's inspect_buffer method work in Ruby 1.9Bryan Duxbury2010-08-091-2/+2
* THRIFT-834. csharp: THttpClient resends contents of message after transport e...Bryan Duxbury2010-08-061-2/+8
* THRIFT-815: fix for broken list testcaseT Jake Luciani2010-08-061-1/+1
* THRIFT-830. java: Switch binary field implementation from byte[] to ByteBufferBryan Duxbury2010-08-0617-217/+207
* THRIFT-434. ruby compiler should warn when a reserved word is usedBryan Duxbury2010-08-051-0/+40
* THRIFT-554. multiple enums with the same key generate invalid codeBryan Duxbury2010-08-051-1/+6
* oops, needed to add an ivy dependency on the servlet api jarBryan Duxbury2010-08-051-0/+1
* THRIFT-782. perl: Perl code for writing containers doesn't count length of wr...Bryan Duxbury2010-08-051-6/+6
* THRIFT-811. rb: http_client_transport.rb: allow custom http headersBryan Duxbury2010-08-052-6/+27
* THRIFT-814. java: Include a TServlet in the standard Thrift distributionBryan Duxbury2010-08-051-0/+119
* THRIFT-836. java: Race condition causes CancelledKeyException in TAsyncClient...Bryan Duxbury2010-08-053-20/+126
* THRIFT-751. java: Add clear() method to TBaseBryan Duxbury2010-08-053-1/+57
* THRIFT-133. add missing file to makefile.amBryan Duxbury2010-08-041-0/+1
* THRIFT-833. java: build.xml in lib/java is missing a classpathref attribute f...Bryan Duxbury2010-07-291-1/+2
* THRIFT-133. fix a small bug with smalltalk.prefix and smalltalk.package names...Bryan Duxbury2010-07-291-1/+3
* THRIFT-133. 'namespace ruby' should error out, or be an alias to 'namespace rb'Bryan Duxbury2010-07-293-79/+113
* added test case and fix for records contained in arraysT Jake Luciani2010-07-283-102/+170
* THRIFT-714. java: maxWorkerThreads parameter to THsHaServer has no effectBryan Duxbury2010-07-281-12/+9
* THRIFT-699. rb: Excise unused 'native protocol method table' stuff from thrif...Bryan Duxbury2010-07-284-244/+50
* revert unintentional partial commit of THRIFT-247Bryan Duxbury2010-07-283-28/+320
* 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 a handful of filesBryan Duxbury2010-07-287-320/+88
* add a bunch of stuff in aclocal to svn:ignoreBryan Duxbury2010-07-260-0/+0
* add license headers to a smattering of filesBryan Duxbury2010-07-266-3/+113
* THRIFT-821. Add a method to get a copy of the TMemoryBuffer's buffer.Andrew McGeachie2010-07-212-0/+13
* THRIFT-688. Make TBinaryProtocol obey cocoa memory allocation conventionsAndrew McGeachie2010-07-212-3/+3
* THRIFT-818. java: Async client doesn't send method argsBryan Duxbury2010-07-133-6/+8