summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4546: Fix broken packagist.org0.10.0jfarrell2018-04-111-1/+1
* THRIFT-3775: 0.10.0 release0.10.0jfarrell2016-12-2146-158/+750
* THRIFT-3999: Fix debian package set up scriptslast-before-0-10jfarrell2016-12-192-5/+7
* THRIFT-4008: broken ci due to upstream dependency versioning breakjfarrell2016-12-191-1/+1
* THRIFT-3886 PHP cross test client returns 0 even when failingHåkon Hitland2016-12-172-30/+103
* updated ignoresJens Geyer2016-12-171-2/+3
* THRIFT-4006 Added removeEventListener method to TSocket.asRomain Théry2016-12-171-0/+5
* THRIFT-3981 Enable analyzer strong mode in Dart libraryMark Erickson2016-12-1314-18/+42
* THRIFT-4000 Add union example to ThriftTestAllen George2016-12-111-0/+8
* THRIFT-3998 Document ability to add custom tags to thrift structsRichard Artoul2016-12-101-0/+15
* THRIFT-3301 Java generated code uses imports that can lead to class name coll...BCG2016-12-035-179/+244
* THRIFT-3964 Unsupported mechanism type ????? due to dependency on default OS-...Gary Gregory2016-11-193-3/+16
* THRIFT-3977 PHP extension creates undefined values when deserializing setsHåkon H. Hitland2016-11-171-1/+1
* THRIFT-3348 PHP TCompactProtocol bool&int64 readvalue bugHåkon Hitland2016-11-171-9/+14
* THRIFT-3955 TThreadedServer Memory LeakJames E. King, III2016-11-142-16/+5
* THRIFT-3953 TSSLSocket::close should handle exceptions from waitForEvent beca...James E. King, III2016-11-141-24/+32
* THRIFT-3961 terminate the connection to the client if an exception occurs whi...James E. King, III2016-11-141-1/+2
* THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler ...James E. King, III2016-11-142-5/+15
* THRIFT-3038 clean up remaining volatile issuesJames E. King, III2016-11-132-4/+3
* THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that ...James E. King, III2016-11-1223-624/+805
* THRIFT-3947 use sockaddr_storage with getsockname for future transport compat...James E. King, III2016-11-121-7/+14
* THRIFT-3962 Ant build.xml broken on Windows for Java libraryGary Gregory2016-11-101-6/+2
* THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on WindowsJim King2016-11-101-0/+3
* THRIFT-3957 TConnectedClient does not disconnect from clients when the receiv...Jim King2016-11-101-18/+16
* 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