summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* THRIFT-544. erl: multiple enums with the same key generate invalid codeBryan Duxbury2010-09-101-1/+1
* THRIFT-250. java: ExecutorService as a constructor parameter for TServer Bryan Duxbury2010-09-101-17/+32
* THRIFT-888. java: async client should also have nonblocking connectBryan Duxbury2010-09-086-169/+239
* THRIFT-876. java: Add SASL supportBryan Duxbury2010-09-088-11/+1232
* THRIFT-698 - fix .app file, remove unused parts of build system, updated LICE...Anthony F. Molinaro2010-09-0714-544/+30
* svn ignore and remove php artifacts left by phpize in bootstrap.shAnthony F. Molinaro2010-09-071-1/+27
* Fix to the catch-all namespace commitBryan Duxbury2010-09-031-18/+20
* THRIFT-856. cpp: Building cpp library fails on OS X with malloc and free not ...Bryan Duxbury2010-09-021-0/+1
* Allow "*" as a catch-all namespace.David Reiss2010-09-024-4/+18
* add some generatd artifacts from lib/cpp/test and lib/php/src/ext/thrift_prot...Bryan Duxbury2010-09-020-0/+0
* THRIFT-257. py: Support validation of required fieldsBryan Duxbury2010-09-021-1/+28
* THRIFT-666. python: Allow THttpServer's responses to be overriddenDavid Reiss2010-09-021-7/+23
* THRIFT-596. python: Make the TBufferedTransport read buffer size configurableDavid Reiss2010-09-021-5/+10
* THRIFT-798. cpp: Reduce resource leakage by TNonblockingServer destructorDavid Reiss2010-09-022-1/+24
* THRIFT-567. cpp: Can't immediately stop a TSimpleServer thread that is idleBryan Duxbury2010-09-021-0/+1
* THRIFT-597. py: Python THttpServer performance improvementsBryan Duxbury2010-09-021-2/+5
* THRIFT-598. py: Allow Python's threading servers to use daemon threadsBryan Duxbury2010-09-021-2/+6
* THRIFT-629. cocoa: Unused Field In TSocketServer Appears To Break iPhone BuildBryan Duxbury2010-09-021-1/+0
* THRIFT-634. csharp: C# Compiler Generates Incorrect Code For Fields which beg...Bryan Duxbury2010-09-021-23/+28
* THRIFT-673. py: Generated Python code has whitespace issuesBryan Duxbury2010-09-022-9/+10
* THRIFT-875 : missing dist fileAnthony F. Molinaro2010-09-021-1/+1
* THRIFT-721. py: THttpClient ignores url parametersBryan Duxbury2010-09-022-0/+8
* THRIFT-756. cpp: Exposing TSocket(int) constructor to publicBryan Duxbury2010-09-023-13/+10
* THRIFT-758. perl: incorrect deference in exception handlingBryan Duxbury2010-09-021-4/+4
* THRIFT-805. cocoa: Don't generate process_XXXX methods for oneway methodsBryan Duxbury2010-09-021-1/+8
* THRIFT-824. py: TApplicationException.__str__() refers to class constants as ...Bryan Duxbury2010-09-021-5/+5
* THRIFT-838. cocoa: Generated Cocoa classes have useless @dynamic declarationsBryan Duxbury2010-09-021-19/+0
* THRIFT-840. perl: Perl protocol handler could be more robust against unrecogn...Bryan Duxbury2010-09-021-4/+2
* THRIFT-884. html: HTML Generator: add Key attribute to the Data Types TablesBryan Duxbury2010-09-021-3/+9
* THRIFT-860. ocaml: copy method and reset methodBryan Duxbury2010-09-021-0/+94
* THRIFT-886. erlang: Fix dialyzer warning in thrift_http_transportDavid Reiss2010-09-011-1/+1
* THRIFT-812. contrib: Add a demo of using Thrift over ZeroMQDavid Reiss2010-08-3115-0/+725
* THRIFT-874. Add script to cross-compile the Thrift compiler for WindowsDavid Reiss2010-08-311-0/+26
* THRIFT-874. Disable AX_SIGNED_RIGHT_SHIFT for cross-compilesDavid Reiss2010-08-311-1/+3
* THRIFT-874. Include missing time.h in two compiler filesDavid Reiss2010-08-312-0/+2
* THRIFT-865. Make Thrift buildable without libflDavid Reiss2010-08-311-0/+5
* THRIFT-507. Only use Boost for building the C++ libraryDavid Reiss2010-08-313-8/+9
* THRIFT-507. Stop using boost::lexical_cast in the compilerDavid Reiss2010-08-312-4/+8
* THRIFT-507. ruby: Stop using boost::tokenizerDavid Reiss2010-08-311-5/+13
* THRIFT-507. smalltalk: Remove an unnecessary include (boost/tokenizer)David Reiss2010-08-311-1/+0
* THRIFT-850. Use AX_PROG_PERL_MODULES to test for Bit::VectorDavid Reiss2010-08-312-4/+81
* THRIFT-506. Allow Thrift to be built without the C++ libraryDavid Reiss2010-08-312-11/+22
* THRIFT-505. Make configure give a summary of the enabled componentsDavid Reiss2010-08-312-11/+90
* THRIFT-503. cpp: Move the tests built by "make check" under lib/cppDavid Reiss2010-08-3121-142/+167
* THRIFT-503. Use our standard include style in a few testsDavid Reiss2010-08-312-2/+2
* THRIFT-500. Remove nonexistent files from .gitignore (/test/java/)David Reiss2010-08-311-6/+0
* THRIFT-500. Ignore and clean some new generated filesDavid Reiss2010-08-312-0/+14
* THRIFT-500. Remove unnecessary "ACLOCAL_AMFLAGS" line from lib/cpp/Makefile.amDavid Reiss2010-08-311-2/+0
* THRIFT-500. A bunch of small changes to bootstrap.shDavid Reiss2010-08-311-6/+12
* THRIFT-785. erlang: Eliminate log spew with framed transportDavid Reiss2010-08-301-13/+24