Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
84d6af4cf903571319e0ebddd7beb12bc93fb752
/
lib
/
csharp
/
src
/
Transport
900569c
THRIFT-3919 C# TTLSServerSocket does not use clientTimeout
by Nobuaki Sukegawa
· 8 years ago
474ddbd
THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage
by Nobuaki Sukegawa
· 9 years ago
0c0649d
THRIFT-3510 Add HttpTaskAsyncHandler implementation
by Adam Connelly
· 9 years ago
96409d9
THRIFT-3361 Improve C# library Client: C# Patch: Jens Geyer <jensg@apache.org>
by Jens Geyer
· 9 years ago
178b813
THRIFT-3361 Improve C# library
by Jens Geyer
· 9 years ago
95717c9
Revert "THRIFT-3000 .NET implementation has trouble with mixed IP modes"
by Jens Geyer
· 10 years ago
018c1b8
THRIFT-3000 .NET implementation has trouble with mixed IP modes
by Jens Geyer
· 10 years ago
1dc2653
THRIFT-3070 Add ability to set the LocalCertificateSelectionCallback
by Jens Geyer
· 10 years ago
af57724
THRIFT-3050 Client certificate authentication for non-http TLS in C#
by Jens Geyer
· 10 years ago
a7363f2
THRIFT-2953 TNamedPipeServerTransport is not Stop()able
by Jens Geyer
· 10 years ago
7d88208
THRIFT-2952 Improve handling of Server.Stop() Client: C# Patch: Jens Geyer
by Jens Geyer
· 10 years ago
902b7af
THRIFT-2654 reduce number of server exceptions Client: C# Patch: Jens Geyer
by Jens Geyer
· 10 years ago
d5436f5
THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer
by Jens Geyer
· 10 years ago
eb8e5ad
THRIFT-2654 reduce number of server exceptions Client: C# Patch: Craig Peterson
by Jens Geyer
· 10 years ago
7dce7b2
THRIFT-1260 The thrift THttpclient in c# client is not closing the connections when calling SendRequest
by Jens Geyer
· 10 years ago
7b11fec
THRIFT-2568 Implement own certificate handler Client: C# Patch: Michael Blättler
by Jens Geyer
· 11 years ago
f64d7e0
THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects
by Jens Geyer
· 11 years ago
c0ad368
THRIFT-2455 Allow client certificates to be used with THttpClient
by Jens Geyer
· 11 years ago
c1d7943
THRIFT-2347 C# TLS Transport based on THRIFT-181 Client: C# Patch: Beat Käslin
by Jens Geyer
· 11 years ago
a131b8f
THRIFT-2456 THttpClient fails when using async support outside Silverlight
by Jens Geyer
· 11 years ago
057be5a
THRIFT-2470 THttpHandler swallows exceptions from processor
by Jens Geyer
· 11 years ago
703200c
Added missing ASF headers
by Jens Geyer
· 11 years ago
fd62df7
THRIFT-2408 Named Pipe Transport Option for C#
by Jens Geyer
· 11 years ago
d26f6fd
THRIFT-2339 Uncaught exception in thrift c# driver
by Jens Geyer
· 11 years ago
f36fda2
THRIFT-2305 TFramedTransport empty constructor should probably be private
by Jens Geyer
· 11 years ago
b080f68
THRIFT-2373 warning CS0414 in THttpClient.cs: private field 'Thrift.Transport.THttpClient.connection' assigned but never used
by Jens Geyer
· 11 years ago
f6acf44
THRIFT-2303 TBufferredTransport not properly closing underlying transport
by Jens Geyer
· 11 years ago
866c23b
THRIFT-2081 Specified timeout should be used in TSocket.Open()
by Jens Geyer
· 12 years ago
102bca4
THRIFT-2032 C# client leaks sockets/handles
by Jens Geyer
· 12 years ago
b310ae7
THRIFT-2015 Thrift exceptions should derive from TException
by Jens Geyer
· 12 years ago
548244f
THRIFT-1959: Add Union TMemoryBuffer support Client: csharp Patch: carl
by Carl Yeksigian
· 12 years ago
8d22c10
THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 number correctly
by Henrique Mendonça
· 12 years ago
da7982e
THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 number correctly
by Henrique Mendonça
· 12 years ago
938e640
THRIFT-1785 add TMemoryBuffer; patch by carl yeksigian reviewed by tjake
by Jake Luciani
· 12 years ago
86d2a4a
THRIFT-1610:IWebProxy not available on WP7 platform
by Jake Farrell
· 13 years ago
5e022aa
THRIFT-1159:THttpClient->Flush() issue (connection thru proxy)
by Jake Farrell
· 13 years ago
b1ec4cc
THRIFT-1412 Thrift Transport classes should manage the lifetime of objects implementing IDisposable by implementing IDisposable themselves
by Roger Meier
· 13 years ago
2fbde0e
THRIFT-1517 TTransport.ReadAll() should set exception type to EndOfFile
by Roger Meier
· 13 years ago
12ac2ac
Thrift-1456: System.Net.HttpWebRequest' does not contain a definition for 'Proxy'
by Jake Farrell
· 13 years ago
284a9b5
THRIFT-1037 Proposed changes to support Silverlight, Windows Phone and AsyncCTP v3
by Roger Meier
· 13 years ago
212022c
THRIFT-322 IHttpHandler for Thrift Patch: Nils Huegelmann
by Roger Meier
· 13 years ago
6f1e992
THRIFT-322: IHttpHandler for Thrift Client lib: C# Patch By: nilshu
by Jake Farrell
· 14 years ago
2d9dfdb
THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do
by Bryan Duxbury
· 14 years ago
7070aaa
THRIFT-904: disable nagle and linger
by T Jake Luciani
· 14 years ago
fd32d79
THRIFT-323. csharp: TJSONProtocol
by Bryan Duxbury
· 14 years ago
ea67a78
THRIFT-834. csharp: THttpClient resends contents of message after transport errors
by Bryan Duxbury
· 14 years ago
6235947
THRIFT-160. csharp: Created THttpTransport for the C# library based on WebHttpRequest
by Bryan Duxbury
· 15 years ago
53ae9f3
THRIFT-622. Add appropriate licensing information to get Thrift ready for a release.
by Todd Lipcon
· 15 years ago
7948a66
THRIFT-210. c#: Add support for TFramedTransport
by Esteve Fernandez
· 15 years ago
ab4460d
THRIFT-158. csharp: Update headers to Apache
by Kevin Clark
· 16 years ago
d831a21
THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible
by David Reiss
· 16 years ago
3fa89e3
THRIFT-209. csharp: Make TTransportFactory.GetTransport virtual
by David Reiss
· 16 years ago
6319133
THRIFT-25. csharp: Various compiler and library improvements
by David Reiss
· 16 years ago
cee1e08
C#: Catch exceptions by name.
by David Reiss
· 17 years ago
0c90f6f
Thrift: Whitespace cleanup.
by David Reiss
· 17 years ago
7f42bcf
Thrift: C# Bindings.
by David Reiss
· 17 years ago