summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ...James E. King, III2017-03-1042-153/+1006
* THRIFT-4110: add libthrift0-dbg debug symbols package to debian build process...James E. King, III2017-03-102-1/+13
* THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and ...Gonzalo Aguilar Delgado2017-03-062-196/+214
* THRIFT-4031: Fix invalid code generation for list of typedef'ed built-in typesD. Can Celasun2017-03-041-11/+7
* THRIFT-3921: fix ostream definitions so they are not inline because it confus...James E. King, III2017-02-281-37/+53
* THRIFT-3891 TNonblockingServer configured with more than one IO threads does ...Buğra Gedik2017-02-272-30/+61
* THRIFT-1805 Provide option for handling RTEsChristopher Tubbs2017-02-272-10/+33
* THRIFT-4102 remove useless code cause performance problemYao Jin2017-02-241-1/+0
* THRIFT-3984 PHP7 extension causes segfaultHåkon Hitland2017-02-232-3/+50
* THRIFT-3706: added cross test support for backwards compatible multiplexed se...James E. King, III2017-02-2214-440/+561
* THRIFT-3801 - Node Thrift client throws exception with multiplexer and respon...Adam Curtis2017-02-221-1/+3
* THRIFT-4076: pick up PATH changes and JAVA_HOME from the registry after using...James E. King, III2017-02-211-7/+3
* THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized ...D. Can Celasun2017-02-219-27/+48
* THRIFT-3706: Implement multiplexed protocol client and test client for c_glib...Gonzalo Aguilar Delgado2017-02-209-32/+1103
* THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ...James E. King, III2017-02-2017-26/+205
* THRIFT-4077: fix Appveyor warnings (VS2015) in PlatformSocket.hJames E. King, III2017-02-201-2/+3
* THRIFT-3973: Provide some tools to make it easier to build thrift C++ on WindowsJames E. King, III2017-02-1910-0/+927
* THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-...Vivek Jain2017-02-183-2/+80
* THRIFT-2504: Add default processor to java multiplexed processor to handle ol...Aleksey Pesternikov2017-02-183-3/+101
* THRIFT-4095: add multiplexed protocol to Travis CI jobs 1 and 2 for make crossJames E. King, III2017-02-181-4/+4
* THRIFT-3272 (THRIFT-4066) fix perl SSL authentication support; fixed error in...James E. King, III2017-02-159-100/+132
* THRIFT-2364: use oasis to build thrift for ocamlJames E. King, III2017-02-158-1897/+98
* THRIFT-4091 - revert THRIFT-4045 and remove unused test code in test/cppJames E. King, III2017-02-154-150/+3
* THRIFT-4041: add ocaml and oasis to ubuntu and debian docker build imagesJames E. King, III2017-02-142-0/+19
* THRIFT-4084: only join threads if joinableJames E. King, III2017-02-132-2/+2
* THRIFT-4060 add better support in the cpp generator for custom ostream operat...James E. King, III2017-02-136-15/+163
* THRIFT-3369 Provide SSL/TLS client for c_glibJames E. King, III2017-02-1314-30/+1752
* THRIFT-4026 TSSLSocket doesn't work with Python < 2.7.9Nobuaki Sukegawa2017-02-123-5/+10
* THRIFT-3938 Python TNonblockingServer does not work with SSLNobuaki Sukegawa2017-02-123-58/+79
* THRIFT-4075: better support for headers-only boost with mingwJames E. King, III2017-02-112-5/+5
* THRIFT-3622: remove auto_ptr use in the codebase because it is deprecatedJames E. King, III2017-02-105-15/+38
* THRIFT-4072 php: TCurlClient - Add the possibility to send custom headersSwati Kumar2017-02-091-3/+21
* THRIFT-4073: enum files are still being generated with unused importsJames E. King, III2017-02-091-4/+0
* THRIFT-4079 add missing use clauses for included thrift sources in generated ...James E. King, III2017-02-091-1/+9
* THRIFT-4065 fix SIGCHLD handling for perl ForkingServer and document restrict...James E. King, III2017-02-082-24/+10
* THRIFT-4043 ensure perl files do not end up in /usr/lib/ThriftJames E. King, III2017-02-081-1/+2
* THRIFT-4076 fix appveyor ant issueJames E. King, III2017-02-081-6/+10
* THRIFT-3896 fix map type with string key can not access deserialized by php e...James E. King, III2017-02-062-4/+4
* THRIFT-4068 fix comment in java server socket codeJames E. King, III2017-02-041-1/+1
* THRIFT-4007: TTransport.py micro-optimization: don't call len(chunk) twiceJames E. King, III2017-02-011-2/+3
* THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions f...James E. King, III2017-01-312-0/+66
* THRIFT-4062 Remove debug print from TServiceClientTom Davis2017-01-311-1/+0
* THRIFT-3000 .NET implementation has trouble with mixed IP modesJens Geyer2017-01-318-347/+405
* THRIFT-4045 Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC to fix building with Ad...James E. King, III2017-01-281-2/+0
* THRIFT-4044 work around an hspec-core 2.4.0 library issue causing all build j...James E. King, III2017-01-281-1/+1
* Remove deprecated bower json propertyJames E. King, III2017-01-271-1/+0
* THRIFT-3854 add a way in java to clear TFramedTransport read buffersJames E. King, III2017-01-274-9/+48
* THRIFT-4042 set zip_safe=False in python build to prevent egg ExtractionErrorChandler May2017-01-271-0/+1
* THRIFT-3550 add some information about thrift to the perl library README dire...James E. King, III2017-01-271-1/+14
* THRIFT-3550 make a script to build perl cpan module and update perl dependenc...James E. King, III2017-01-272-6/+18