summaryrefslogtreecommitdiff
path: root/lib/csharp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2654 reduce number of server exceptionsJens Geyer2014-10-231-3/+11
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-4/+4
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-0360-4847/+4859
* THRIFT-2654 reduce number of server exceptionsJens Geyer2014-09-294-19/+50
* THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALLJens Geyer2014-09-171-1/+2
* THRIFT-1260 The thrift THttpclient in c# client is not closing the connection...Jens Geyer2014-07-251-1/+20
* THRIFT-2624: Add TServerEventHandler support to C#Randy Abernethy2014-07-138-558/+672
* THRIFT-2602:Fix missing dist filesjfarrell2014-07-101-3/+4
* THRIFT-2568 Implement own certificate handlerJens Geyer2014-06-051-6/+22
* THRIFT-1584 could not SetMinThreads in ThreadPool on single-core machinesJens Geyer2014-05-281-10/+10
* Updated makefile for THRIFT-2544 Add support for socket transport for c# libr...Jens Geyer2014-05-261-0/+1
* THRIFT-2544 Add support for socket transport for c# library when using Window...Jens Geyer2014-05-262-1/+395
* THRIFT-2455 Allow client certificates to be used with THttpClientJens Geyer2014-05-081-9/+24
* THRIFT-2506 Update TProtocolException error codes to be used consistently thr...Jens Geyer2014-05-031-1/+2
* THRIFT-2501: C# The test parameters from the TestServer and TestClient are di...Jens Geyer2014-05-022-65/+50
* exec permissions for sh fileshenrique2014-04-302-0/+0
* THRIFT-2347 C# TLS Transport based on THRIFT-181Jens Geyer2014-04-227-18/+547
* THRIFT-2456 THttpClient fails when using async support outside SilverlightJens Geyer2014-04-182-4/+6
* THRIFT-2470 THttpHandler swallows exceptions from processorJens Geyer2014-04-161-14/+7
* Added missing ASF headersJens Geyer2014-04-155-3/+104
* THRIFT-2408 Named Pipe Transport Option for C#Jens Geyer2014-03-206-32/+252
* THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-191-0/+0
* THRIFT-2339 Uncaught exception in thrift c# driverJens Geyer2014-03-191-4/+9
* Fixed a bunch of inconsistent/wrong line endings in the C# part, no other cha...Jens Geyer2014-03-1710-784/+784
* THRIFT-2305 TFramedTransport empty constructor should probably be privateJens Geyer2014-02-243-32/+44
* THRIFT-2373 warning CS0414 in THttpClient.cs: private field 'Thrift.Transport...Jens Geyer2014-02-221-5/+3
* THRIFT-2365 C# decodes too many binary bytes from JSONJens Geyer2014-02-162-70/+103
* THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocolJens Geyer2014-02-075-20/+190
* THRIFT-2303 TBufferredTransport not properly closing underlying transportJens Geyer2014-01-022-9/+18
* THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possi...Jens Geyer2013-12-261-2/+2
* THRIFT-2259 C# unexpected null logDelegate() pointer causes AV in TServer.ser...Jens Geyer2013-11-111-3/+9
* THRIFT-2191 Fix charp JSONProtocol.ReadJSONDouble (specify InvariantCulture)Jens Geyer2013-09-181-1/+1
* THRIFT-820 Remove readLength attribute from BinaryProtocolCarl Yeksigian2013-08-141-25/+0
* THRIFT-2080 C# multiplex processor does not catch IOExceptionJens Geyer2013-07-061-34/+45
* THRIFT-1709 Warning "Bitwise-or operator used on a sign-extended operand; con...Jens Geyer2013-07-061-7/+11
* THRIFT-2081 Specified timeout should be used in TSocket.Open()Jens Geyer2013-07-051-1/+68
* THRIFT-2070 Improper `HexChar' and 'HexVal' implementation in TJSONProtocol.csJens Geyer2013-06-281-0/+2
* THRIFT-2032 C# client leaks sockets/handlesJens Geyer2013-06-252-40/+63
* THRIFT-2050 Vagrant C# lib compile fails with TException missingJens Geyer2013-06-201-0/+1
* THRIFT-2015 Thrift exceptions should derive from TExceptionJens Geyer2013-06-126-3/+45
* THRIFT-1959: Add Union TMemoryBuffer supportCarl Yeksigian2013-06-061-7/+14
* THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize neg...Henrique Mendonça2013-06-015-72/+75
* THRIFT-1973 TCompactProtocol in C# lib does not serialize and deserialize neg...Henrique Mendonça2013-05-316-77/+74
* THRIFT-1969 C#: Tests not properly linked from the solutionJens Geyer2013-05-141-35/+38
* THRIFT-1961 C# tests should be in lib/csharp/test/...Jens Geyer2013-05-091-1/+7
* THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol ...Jens Geyer2013-05-0814-1/+1244
* THRIFT-1961 C# tests should be in lib/csharp/test/...Jens Geyer2013-05-066-0/+1116
* THRIFT-1949: WP7 build brokenJens Geyer2013-05-021-0/+2
* THRIFT-1742 Optionally implement hashcode and equals in c#Jens Geyer2013-04-294-2/+99
* THRIFT-1785 add TMemoryBuffer; patch by carl yeksigian reviewed by tjakeJake Luciani2013-04-253-0/+94