Commit Graph

  • 9027a728ee Merge pull request #1848 from Issacpeng/modifyDoc Jens Geyer 2019-08-21 22:03:05 +02:00
  • 9cf37be1f1 THRIFT-4919 THttpTransport.cs (netstd) and THttpClientTransport (netcore) have bad timeout code Patch: Jens Geyer Jens Geyer 2019-08-19 23:41:49 +02:00
  • 8c7ab5f7c2 THRIFT-4933 Java build mode is incorrect in doc/install Issacpeng 2019-08-20 16:01:58 +08:00
  • 26ef904600 THRIFT-4914: Send context THeaders for client writes Yuxuan 'fishy' Wang 2019-08-19 00:18:22 -07:00
  • 74d6d9d3d6 Initialisation of immutable data in static constructors has been deprecated. They now need to be initialised in shared static constructors. Laeeth Isharc 2019-08-05 13:23:29 +01:00
  • 3e95c533be THRIFT-4918: Avoid dlang name conflicts Robert Schadek 2019-08-07 09:04:46 +01:00
  • b1002a71fb THRIFT-4914: Add THeader to context for server reads Yuxuan 'fishy' Wang 2019-08-05 13:03:02 -07:00
  • 6ae2b189ef THRIFT-4612: Avoid double wrapping THeaderTransport Yuxuan 'fishy' Wang 2019-08-05 04:59:08 -07:00
  • bb311a772e Add pointer helpers for missing types Craig Wickesser 2019-07-19 10:21:51 -04:00
  • ebb6b2ed68 THRIFT-4612: Add THeaderTransportFactory to go library Yuxuan 'fishy' Wang 2019-07-24 08:42:06 -07:00
  • 90a0446598 Added an Ubuntu Disco 19.04 dockerfile for testing [ci skip] James E. King III 2019-07-23 22:50:28 -04:00
  • 4c847372eb THRIFT-4908: remove reader&writer in Golang's TBinaryProtocol guozhu cheng 2019-07-15 19:46:25 +08:00
  • f34b50fdc5 Add a coverity scan utility build script [ci skip] James E. King III 2019-07-15 07:04:28 -04:00
  • 49aab657b9 Update the versioning description [ci skip] James E. King III 2019-07-11 06:55:28 -04:00
  • 286eee16b1 THRIFT-4849: Do not Ignore InterruptedException Beluga Behr 2019-04-17 09:33:58 -04:00
  • 234e80e1b9 THRIFT-4844: createConnection ignores connect_timeout option fmalaguti 2019-04-04 15:05:26 +02:00
  • 178891f7d6 THRIFT-4805: Fixed readme files James E. King III 2019-07-08 06:49:15 -04:00
  • c35ed736d2 THRIFT-4805: Suppress excessive logging of SASL TTransportExceptions in case of END_OF_FILE Mithun RK 2019-03-11 14:14:05 -07:00
  • 08a6eb6e1f THRIFT-4902: Swift 4 and 5 compatibility (#1827) Antoine Cœur 2019-07-08 18:42:09 +08:00
  • f9435643d7 Fix a typo in README.md. Matt Kantor 2019-07-04 11:55:26 -07:00
  • 08fea1640e Mark some csharp-erl, erl-csharp ssl tests as known issues. James E. King III 2019-07-06 06:20:32 -04:00
  • 3131fe975c THRIFT-4904: Fix python unit test errors and exception escapes James E. King III 2019-07-02 14:21:05 -04:00
  • 93ff9b0053 Update language levels, fix erlang and rust in CI James E. King III 2019-06-21 17:50:34 -04:00
  • 1a2dee60b4 Use THRIFT_WRITE instead of ::write in TFileTransport.cpp Shaoyu Zhang 2019-03-23 13:47:15 +08:00
  • 6a61dfabbf THRIFT-4830: Add to_string helper function for cpp generator (#1765) soroshsabz 2019-07-02 04:43:54 +04:30
  • 9b49c96a6a THRIFT-4842 - Fix memory leak on set property c_glib (#1773) Gonzalo Aguilar Delgado 2019-07-02 02:13:09 +02:00
  • 6c847d2d02 THRIFT-4878 - [c_glib] add unix domain socket support to ThriftSocket (#1807) Kevin Wojniak 2019-07-01 17:11:56 -07:00
  • 35cda2fa85 Fix typescript generation for multi include cases Phil Price 2019-06-23 11:56:28 -07:00
  • a392566e9b THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) Kevin Wojniak 2019-07-01 11:07:45 -07:00
  • 3711d90810 THRIFT-4897 generate test resource for thrift-maven-plugin Client: Java Patch: James Z.M. Gao <gaozhiming@360.cn> James Z.M. Gao 2019-06-26 09:59:55 +02:00
  • a304b7c3a0 THRIFT-4769 Change NuGet package to use netstd artifact Patch: Jens Geyer Jens Geyer 2019-06-30 15:32:00 +02:00
  • c2c1e1d709 Change docker builds to include specific version of Rust (1.35.0) Allen George 2019-07-01 07:46:04 -04:00
  • 5338d99176 bug fixed jose andres 2019-05-14 15:38:21 +02:00
  • 0124c4d66b minor change jose andres 2019-05-14 15:13:17 +02:00
  • d9019fc5a4 THRIFT-4797: Fix import collisions in Go John Boiles 2019-06-28 23:07:10 -07:00
  • bd1a273ab7 THRIFT-4898 Pipe write operations across a network are limited to 65,535 bytes per write. Client: netstd Patch: Jens Geyer Jens Geyer 2019-06-26 22:52:44 +02:00
  • c5068e297c Fix some typos in ThriftTest.thrift Kevin Wojniak 2019-06-26 22:11:01 -07:00
  • 62238d1a6c THRIFT-4886 More detailed error information for WinHTTP transport Client: Delphi Patch: Jens Geyer Jens Geyer 2019-06-26 20:51:26 +02:00
  • 03bf848269 THRIFT-4878: Document c_glib domain transport change in matrix [skip ci] James E. King III 2019-06-23 08:47:56 -04:00
  • d886ab291d Add a PR checklist item for skipping CI [skip ci] James E. King III 2019-06-23 08:40:36 -04:00
  • 99ae730c5d Fix environment spelling Kevin Wojniak 2019-06-21 23:05:40 -07:00
  • 1e808af7b3 THRIFT-4893 Enable automatic content encoding handling for gzip,deflate in the HTTP client Client: netstd Patch: Jens Geyer Jens Geyer 2019-06-22 00:24:07 +02:00
  • 19505c3de3 THRIFT-4894 Enable automatic content encoding handling for gzip,deflate in the WinHTTP client Client: Delphi Patch: Jens Geyer Jens Geyer 2019-06-22 00:59:54 +02:00
  • 95870f06cd THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and str (#1804) antbofh 2019-06-21 22:33:55 +03:00
  • a85d532bb3 Fix mingw appveyor build issue [skip travis] James E. King III 2019-06-17 04:06:41 -04:00
  • 29ecfaba53 CPP generator test, catching exceptions by ref instead. David Carlier 2019-06-14 13:01:31 +00:00
  • 3f0d444791 Implement episodic compilation for js code generation Mustafa Senol Cosar 2019-03-01 18:57:09 +03:00
  • 96c6113dda THRIFT-4891 Align HTTP test client with all other variants Client: netstd Patch: Jens Geyer Jens Geyer 2019-06-14 22:39:56 +02:00
  • 433a649a36 THRIFT-4886 More detailed error information for WinHTTP transport Client: Delphi Patch: Jens Geyer Jens Geyer 2019-06-19 23:14:08 +02:00
  • 4d46c11244 THRIFT-4612: THeader support in go library Yuxuan 'fishy' Wang 2019-06-07 20:47:18 +08:00
  • 823474ec89 THRIFT-4848: Add ability to set Content-Type,Accept headers in HTTP client Client: netstd Patch: Kyle Smith Kyle Smith 2019-06-03 13:31:15 +02:00
  • 5eef01f231 THRIFT-4868: Fix Go compilation for optional sets with default values (#1802) John Boiles 2019-06-13 10:49:45 -07:00
  • 19fdca82c2 THRIFT-4886 More detailed error information for WinHTTP transport Client: Delphi Patch: Jens Geyer Jens Geyer 2019-06-12 22:09:05 +02:00
  • b342bd9a61 THRIFT-4884 Add serialisation performance test for Delphi Client: Delphi Patch: Jens Geyer Jens Geyer 2019-06-03 20:27:00 +02:00
  • 83ff753777 THRIFT-4882 Autodetect proxy settings with WinHTTP Client: Delphi Patch: Jens Geyer Jens Geyer 2019-06-06 22:46:03 +02:00
  • 47f6317336 THRIFT-4881 Allow TLS1.1 and TLS1.2 even when not configured as systemwide default Client: Delphi Patch: Jens Geyer Jens Geyer 2019-06-06 22:42:58 +02:00
  • 936944384f THRIFT-4879 general performance improvements for netstd library Client: netstd Patch: Jens Geyer Jens Geyer 2019-06-05 22:02:55 +02:00
  • 5a17b13ebc THRIFT-4879 general performance improvements for netstd library Client: netstd Patch: Jens Geyer Jens Geyer 2019-05-26 15:53:37 +02:00
  • 057bebc1c3 Merge branch '0.12.1' James E. King III 2019-05-26 14:59:04 -04:00
  • 370d7513f0 spelling mistake, perhaps (#1803) [ci skip timestee 2019-05-20 19:20:42 +08:00
  • c035eca3c6 hotfix: clear the offline queue when once written Henrik Tudborg 2016-04-18 20:20:10 +02:00
  • 79c2337705 THRIFT-4845: Stop ignoring small timeouts Jeremy Mikkola 2019-04-04 18:03:32 -07:00
  • b261f3c0f1 THRIFT-4857: [java] added a unit test for TField James E. King III 2019-05-13 08:04:09 -04:00
  • 6b6a8279ab THRIFT-4857: Made Java TField class hash code consistent with equals. Garret Wilson 2019-05-03 13:12:16 -07:00
  • 6ba58e9a66 Update README [ci skip] James E. King III 2019-05-13 07:21:21 -04:00
  • 4ffe76351e THRIFT-4583: Switch to rebar3 Client: erl Sergey Yelin 2019-04-18 17:27:46 +03:00
  • b808a11559 Make Field definition follow Literal definition Aaron Goldman 2019-04-22 13:35:23 -07:00
  • ce32ed7012 Report error for abnormal server termination only Client: erl Sergey Elin 2019-05-05 20:14:43 +03:00
  • f3d4d51d42 Add missing autogenerated comment to header files Client: erl Sergey Elin 2019-05-11 19:33:15 +03:00
  • a5dbb011fd THRIFT-4864 CI fails at netstd Client: netstd Patch: Jens Geyer Jens Geyer 2019-05-11 15:39:57 +02:00
  • 522f873e1e Update and fix js dependencies James E. King III 2019-05-10 15:17:33 -04:00
  • 85431d9c6a THRIFT-4862 better ToString() support for enums and container types Client: Delphi Patch: Jens Geyer Jens Geyer 2019-05-10 21:17:00 +02:00
  • e0e1a088d6 THRIFT-4855: Pin golang/mock to 1.2.0 D. Can Celasun 2019-05-10 09:18:11 +02:00
  • 8f7487e108 THRIFT-4862 better ToString() support for enums and container types Client: Delphi Patch: Jens Geyer Jens Geyer 2019-05-09 22:21:32 +02:00
  • 14a9a120a8 THRIFT-4863 better indication of WinHTTP errors Client: Delphi Patch: Jens Geyer Jens Geyer 2019-05-09 23:29:24 +02:00
  • acdd4226c2 Remove unused THREADMODEL from MSVC appveyor build James E. King III 2019-05-04 15:56:56 -04:00
  • ee8caca54e THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef endian header Client: cpp James E. King III 2019-05-04 08:20:59 -04:00
  • 9ecdce3fe0 Fix MinGW build issue in AppVeyor James E. King III 2019-05-03 11:24:55 -04:00
  • 27d8387c49 THRIFT-4860 Allow changing "User-Agent" Client: netstd Patch: Jens Geyer Jens Geyer 2019-05-04 12:11:52 +02:00
  • 8d554f503e THRIFT-4859 Enables changing 'UserAgent' Client: C# Patch: Park June Chul <pjc0247@naver.com> Park June Chul 2019-04-24 10:19:01 +09:00
  • 65d5f84507 renamed TClientTransport.cs file to match its class name TTransport.cs Client: netstd Patch: Albert Hives <ahives@hotmail.com> Albert Hives 2019-04-20 07:56:56 -07:00
  • cc13de4f87 THRIFT-4851: Remove All Calls To printStackTrace Client: Java Patch: Beluga Behr <dam6923@gmail.com> Beluga Behr 2019-04-17 11:00:53 -04:00
  • 366cc3dee0 THRIFT-4854 oneway calls do not work over HTTP Client: netstd Patch: Jens Geyer Jens Geyer 2019-04-28 19:53:32 +02:00
  • 8f327f24ee THRIFT-4853 TServerFramedTransport is now obsolete and can be removed Client: netstd Patch: Jens Geyer Jens Geyer 2019-04-27 11:20:17 +02:00
  • 2ff952b0af THRIFT-4816 JSONTransports Context.WriteAsync/ReadAsync are badly named Client: netstd Patch: Jens Geyer Jens Geyer 2019-04-13 19:46:54 +02:00
  • e26269e7b3 Merge pull request #1781 from dbcfd/4536-rust-stable Jens Geyer 2019-04-19 02:15:17 +02:00
  • 2135a361a5 THRIFT-4834 CI error at Haskell: Failed to load interface for 'Network' (#1780) Jens Geyer 2019-04-16 16:27:03 +02:00
  • 181d900a39 THRIFT 4536: Rust 1.34.0 Danny Browning 2019-04-15 09:50:24 -06:00
  • 0223091b70 THRIFT-4841 THTTPTransport relies on activeX component Client: Delphi Patch: Jens Geyer Jens Geyer 2019-04-03 01:12:51 +02:00
  • c9b1e29bc9 THRIFT-4843 http:// and https:// schemes are switched in test client Client: Delphi Patch: Jens Geyer Jens Geyer 2019-04-04 00:00:38 +02:00
  • 0bc4712929 THRIFT-4840: Updated the README for the netstd tutorial Client: netstd Patch: Kyle Smith Kyle Smith 2019-03-27 11:41:34 -04:00
  • 7b94dd4221 THRIFT-4839: Remove embedded buffering/framed options from TCP transports Client: netstd Patch: Kyle Smith + minor changes by Jens Geyer Kyle Smith 2019-03-23 17:26:56 +01:00
  • ddec431b4a TryFrom stable Danny Browning 2019-03-08 14:20:41 -07:00
  • 73a0272d66 THRIFT-4832 superfluous backing field causes CS0169 "field never used" Client: netstd Patch: Jens Geyer Jens Geyer 2019-03-20 22:46:36 +01:00
  • 421444f2df THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory again Client: netstd Patch: Jens Geyer Jens Geyer 2019-03-20 22:13:25 +01:00
  • 98c194103d THRIFT-4829 HTTP server transport lacks TransportFactory arguments Client: netstd Patch: Jens Geyer Jens Geyer 2019-03-20 21:53:13 +01:00
  • 00dd9b6ff5 added Github ZIP articats to release mail template [ci skip] Jens Geyer 2019-03-16 19:14:27 +01:00
  • 718ab46379 [RS] Add clarification of where a constant comes from Paco 2019-03-13 02:05:30 +00:00
  • 3b7798295b fix xenial and bump go version on bionic James E. King III 2019-03-15 15:59:27 -04:00
  • 6378ff69a6 THRIFT-4825 Aligned the TTlsSocketServerTransport constructors with the TSocketServerTransport Client: C# Patch: Kyle Smith <ksmith@jrautomation.com> Kyle Smith 2019-03-15 07:27:15 -04:00