summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix debian changelog to buildrel/0.10.0jfarrell2016-11-072-421/+425
* THRIFT-3775: 0.10.0 releasejfarrell2016-11-0444-157/+715
* THRIFT-3954 Enable the usage of structs called "Object" in JavaMax2016-10-311-10/+10
* THRIFT-3949 missing make dist entry for compiler/cpp/testNobuaki Sukegawa2016-10-192-0/+4
* THRIFT-3946 Java 1.5 compatibility broken for binary fields (java5 option)Jens Geyer2016-10-171-6/+4
* THRIFT-3942 Make TSSLSocket honor send and receive timeoutstpcwang2016-10-132-24/+25
* THRIFT-3943: resolve some high severity outstanding defects identified by cov...James E. King, III2016-10-139-42/+45
* THRIFT-3546: NodeJS code should not be namespacedjfarrell2016-10-121-3/+42
* THRIFT-3868 Java struct equals should do identity check before field comparisonDustin Pho2016-10-072-2/+4
* THRIFT-2527 Apache Thrift IDL Compiler code generated for Node.js should be j...BCG2016-10-071-21/+24
* Fix WinXP version of thrift_poll to not use destructed time_outtpcwang2016-10-041-1/+2
* THRIFT-3902 TFramedTransport.open throws NullPointerExceptionNobuaki Sukegawa2016-10-031-8/+8
* THRIFT-3900 Add Python SSL flagsCharles Hake2016-10-031-3/+26
* THRIFT-3940 Visual Studio project file for compiler is brokenNobuaki Sukegawa2016-10-038-145/+123
* THRIFT-3831 in test/cpp explicitly use `signed char`Cody P Schafer2016-10-011-2/+2
* THRIFT-3878: fix interop with newer OpenSSL librariesJames E. King, III2016-10-011-0/+5
* THRIFT-3936: fix compile error on VS2013 and earlier from changes introduced ...James E. King, III2016-10-014-7/+37
* THRIFT-3935 Incorrect skipping of map and setMatej Kupljen2016-09-291-1/+17
* THRIFT-3934 Automatically resolve OpenSSL binary version on Windows CINobuaki Sukegawa2016-09-292-4/+44
* THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy envir...Nobuaki Sukegawa2016-09-291-1/+1
* THRIFT-3855 Replaced complex CompareAndSwapInt64 with syncOnce.Paul2016-09-261-4/+6
* THRIFT-3798 THttpClient does not use proxy from http_proxy, https_proxy envir...Martin Wilck2016-09-261-2/+41
* THRIFT-3919 C# TTLSServerSocket does not use clientTimeoutNobuaki Sukegawa2016-09-261-1/+2
* THRIFT-3929 php namespace remove tail "\\"Robert Lu2016-09-261-2/+5
* THRIFT-3844 thrift_protocol cannot compile in 7.0.7visoeclipse2016-09-261-1/+2
* THRIFT-3839 Performance issue with big message deserialization using php exte...myroslav.kosinskyi2016-09-264-7/+25
* Ensuring that HTTP failures will clear the http transport outbuf varJohn Thomas2016-09-262-0/+16
* THRIFT-3748 Node.js Deserialization of lists of lists is brokenNobuaki Sukegawa2016-09-263-5/+77
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...dtmuller2016-09-2683-859/+960
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...Nobuaki Sukegawa2016-09-2663-169/+2701
* THRIFT-3826 Appveyor builds cannot download winflexbison properlyNobuaki Sukegawa2016-09-261-1/+1
* THRIFT-3813 Appveyor builds reference an openssl version that is no longer thereNobuaki Sukegawa2016-09-261-1/+1
* THRIFT-3867 Specify BinaryProtocol and CompactProtocolJens Geyer2016-09-214-0/+8
* THRIFT-3867 Specify BinaryProtocol and CompactProtocolErik van Oosten2016-09-213-0/+720
* THRIFT-1108: SSL support for the Ruby libraryjfarrell2016-09-204-4/+164
* THRIFT-948: SSL socket support for PHPjfarrell2016-09-204-11/+237
* THRIFT-3931 TSimpleServer: If process request encounter UNKNOWN_METHOD, don't...zhangxin2016-09-191-0/+3
* THRIFT-3927: Emit an error instead of throw an error in the async callbackjfarrell2016-09-152-2/+2
* THRIFT-3907 Skip Docker image build on CI when unchangedNobuaki Sukegawa2016-09-041-0/+1
* THRIFT-3918 Run subset of make crossNobuaki Sukegawa2016-09-043-10/+23
* THRIFT-3907 Skip Docker image build on CI when unchangedNobuaki Sukegawa2016-09-0410-36/+59
* THRIFT-3917 Check backports.ssl_match_hostname module versionNobuaki Sukegawa2016-09-042-20/+39
* THRIFT-3911 Loosen Ruby dev dependency version requirementsNobuaki Sukegawa2016-09-041-6/+6
* THRIFT-3910 Do not invoke pip as part of build processNobuaki Sukegawa2016-09-0415-52/+54
* THRIFT-3909 Fix c_glib static lib CMake buildNobuaki Sukegawa2016-09-041-12/+13
* THRIFT-3908 Remove redundant dependencies from DockerfileNobuaki Sukegawa2016-09-042-16/+4
* THRIFT-3906 Run C# tests with make checkNobuaki Sukegawa2016-09-0418-212/+239
* THRIFT-3904 Fix typo in node tutorial.Mark Sonnabaum2016-09-032-4/+4
* THRIFT-3046: Allow PSR4 class loading for generated classes (PHP)Andreas Scheja2016-09-033-2/+31
* THRIFT-3046: Allow PSR4 class loading for generated classes (PHP)fduch2016-09-031-251/+374