Commit Graph

5729 Commits

Author SHA1 Message Date
Jens Geyer
27d8387c49 THRIFT-4860 Allow changing "User-Agent"
Client: netstd
Patch: Jens Geyer
2019-05-04 12:22:47 +02:00
Park June Chul
8d554f503e THRIFT-4859 Enables changing 'UserAgent'
Client: C#
Patch: Park June Chul <pjc0247@naver.com>

This closes #1787
2019-05-04 12:13:11 +02:00
Albert Hives
65d5f84507 renamed TClientTransport.cs file to match its class name TTransport.cs
Client: netstd
Patch: Albert Hives <ahives@hotmail.com>

This closes #1784
2019-05-03 23:10:16 +02:00
Beluga Behr
cc13de4f87 THRIFT-4851: Remove All Calls To printStackTrace
Client: Java
Patch: Beluga Behr <dam6923@gmail.com>

This closes #1783
2019-05-03 22:58:53 +02:00
Jens Geyer
366cc3dee0 THRIFT-4854 oneway calls do not work over HTTP
Client: netstd
Patch: Jens Geyer

This closes #1790
2019-04-28 23:51:34 +02:00
Jens Geyer
8f327f24ee THRIFT-4853 TServerFramedTransport is now obsolete and can be removed
Client: netstd
Patch: Jens Geyer

This closes #1789
2019-04-28 00:31:57 +02:00
Jens Geyer
2ff952b0af THRIFT-4816 JSONTransports Context.WriteAsync/ReadAsync are badly named
Client: netstd
Patch: Jens Geyer

This closes #1779
2019-04-19 16:07:29 +02:00
Jens Geyer
e26269e7b3
Merge pull request #1781 from dbcfd/4536-rust-stable
THRIFT-4536: Rust 1.34.0
2019-04-19 02:15:17 +02:00
Jens Geyer
2135a361a5 THRIFT-4834 CI error at Haskell: Failed to load interface for 'Network' (#1780) 2019-04-16 10:27:03 -04:00
Danny Browning
181d900a39 THRIFT 4536: Rust 1.34.0
Update dockerfiles to use rust stable, call out required rust version in
breaking changes.
2019-04-15 09:55:04 -06:00
Jens Geyer
0223091b70 THRIFT-4841 THTTPTransport relies on activeX component
Client: Delphi
Patch: Jens Geyer

This closes #1778
2019-04-06 09:53:09 +02:00
Jens Geyer
c9b1e29bc9 THRIFT-4843 http:// and https:// schemes are switched in test client
Client: Delphi
Patch: Jens Geyer
2019-04-04 00:02:03 +02:00
Kyle Smith
0bc4712929 THRIFT-4840: Updated the README for the netstd tutorial
Client: netstd
Patch: Kyle Smith

This closes #1772
2019-03-31 16:16:56 +02:00
Kyle Smith
7b94dd4221 THRIFT-4839: Remove embedded buffering/framed options from TCP transports
Client: netstd
Patch: Kyle Smith + minor changes by Jens Geyer

This closes #1770
2019-03-27 00:17:55 +01:00
Danny Browning
ddec431b4a TryFrom stable
TryFrom is now stable, so use that. Additionally re-export OrderedFloat since
it is used by the generated code. Relax dependencies to reduce downstream
conflicts.
2019-03-22 14:38:36 -04:00
Jens Geyer
73a0272d66 THRIFT-4832 superfluous backing field causes CS0169 "field never used"
Client: netstd
Patch: Jens Geyer

This closes #1768
2019-03-21 09:03:19 +01:00
Jens Geyer
421444f2df THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory again
Client: netstd
Patch: Jens Geyer

This closes #1767
2019-03-21 09:03:13 +01:00
Jens Geyer
98c194103d THRIFT-4829 HTTP server transport lacks TransportFactory arguments
Client: netstd
Patch: Jens Geyer

This closes #1766
2019-03-21 09:01:50 +01:00
Jens Geyer
00dd9b6ff5 added Github ZIP articats to release mail template [ci skip] 2019-03-20 21:48:52 +01:00
Paco
718ab46379 [RS] Add clarification of where a constant comes from 2019-03-16 00:39:48 -04:00
James E. King III
3b7798295b fix xenial and bump go version on bionic 2019-03-16 00:35:50 -04:00
Kyle Smith
6378ff69a6 THRIFT-4825 Aligned the TTlsSocketServerTransport constructors with the TSocketServerTransport
Client: C#
Patch: Kyle Smith <ksmith@jrautomation.com>

This closes #1762
2019-03-15 22:55:26 +01:00
Jens Geyer
b11f63c552 THRIFT-4824 Logger deprecation warnings in tutorial
Client: netstd
Patch: Jens Geyer

this closes #1760
2019-03-15 22:01:37 +01:00
soroshsabz
0c4e96f956 THRIFT-4811: Add CMake config file and targets. (see #4752) (#1748)
* Add CMake config file and targets. (see #4752)
* Exclude cygwin

Co-Authored-By: soroshsabz <soorosh_abi@hotmail.com>
2019-03-15 07:35:18 -04:00
Jens Geyer
bf27637960 THRIFT-4822 Convert bool CTOR flags into enum type
Client: netstd
Patch: Jens Geyer

This closes #1759
2019-03-15 01:31:04 +01:00
Kyle Smith
cf51a84391 THRIFT-4821 Normalized the constructors in TServerSocketTransport to allow parity between the TcpListerer and port options.
Client: netstd
Patch: Kyle Smith

This closes #1758
2019-03-14 21:13:54 +01:00
Jens Geyer
1b770f233f THRIFT-4818 Test client should use cancellation token
Client: netstd
Patch: Jens Geyer

This closes #1756
2019-03-14 20:39:13 +01:00
James E. King III
f26f4e1e6d
Add git gpg signing and public dev voting info [ci skip] 2019-03-13 13:39:00 -04:00
James E. King III
e6fa4aac49 Merge changelog from 0.9.3.1 release to master [ci skip] 2019-03-13 08:50:49 -04:00
Jens Geyer
22c412e42d THRIFT-4817 Add string CTOR to TTlsSocketTransport
Client: netstd
Patch: Jens Geyer

This closes #1753
2019-03-13 09:09:09 +01:00
James E. King III
dc1b301b31
Fix svn commit command (publishing to apache dist) [ci skip] 2019-03-09 10:37:24 -05:00
James E. King III
a9b748bb0e Updated CHANGES 2019-03-09 10:25:29 -05:00
James E. King III
17fa32f275 fix java build issue 2019-03-09 09:19:54 -05:00
Jens Geyer
8d21d80cd1 Release 0.12.1 2019-03-08 22:08:23 +01:00
James E. King III
c685cb05d4 THRIFT-4698: add haskell hackage sdist target and fix cabal file 2019-03-08 22:08:23 +01:00
James E. King III
52da9ab801 THRIFT-4750: as3 changes to build and publish to maven central 2019-03-08 22:08:21 +01:00
James E. King III
5ecaeb9d4a THRIFT-4746: changes for publishing 0.12.0 to maven; fix java debug vs. release build with cmake 2019-03-08 22:03:41 +01:00
James E. King III
5e649973eb THRIFT-4691: ensure CPAN module runs unit tests 2019-03-06 23:13:52 +01:00
Jens Geyer
92c660f541 additional test for TSimpleJSONProtocol 2019-03-06 23:13:09 +01:00
Jens Geyer
68ff6cddc0 THRIFT-4813 NamedPipes may not work in all cases
Client: netstd
Patch: Jens Geyer
2019-02-28 08:39:59 +01:00
James E. King III
e60b33d20d Merge branch '0.9.3.1' - empty merge [ci skip] 2019-02-27 08:42:45 -05:00
James E. King III
7a51197bed 0.9.3.1 packaging fixups 2019-02-27 08:36:37 -05:00
Jens Geyer
a34f78385f THRIFT-4812 haxelib readme still points to old ASF git repo
Client: haxe
Patch: Jens Geyer
2019-02-25 23:21:18 +01:00
James E. King III
798e90aa87 THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)
* THRIFT-4024: make c_glib throw on unsupported type when skipping
* THRIFT-4783: throw on invalid skip (py)
* THRIFT-4024: make cpp throw on unsupported type when skipping
* THRIFT-4024: uniform skip behavior on unsupported type
2019-02-25 22:14:35 +01:00
Jens Geyer
1e41be40d8 THRIFT-4784 Thrift should throw when skipping over unexpected data
Client: as3
Patch: Jens Geyer
2019-02-25 22:14:33 +01:00
Jens Geyer
264a3f318e additional test for TSimpleJSONProtocol 2019-02-24 17:19:09 +01:00
James E. King III
6e5c0f6e31 Minor update to LANGUAGES.md [ci skip] 2019-02-22 09:14:17 -05:00
James E. King III
c63eacc684 Minor fix to LANGUAGES.md [ci skip] 2019-02-22 09:11:35 -05:00
James E. King III
36d4552532 THRIFT-4808: Update LANGUAGES.md [ci skip] 2019-02-22 08:22:23 -05:00
David Mai
ddd2224e9c [THRIFT-4771] add nodejs THeaderProtocol support (#1743)
Client: nodejs
2019-02-22 06:37:49 -05:00