summaryrefslogtreecommitdiff
path: root/lib/csharp
Commit message (Expand)AuthorAgeFilesLines
* Version 0.12.0v0.12.00.12.0jfarrell2018-12-189-18/+18
* THRIFT-4673 IAsyncResult not supported by layered transports (buffered/framed)Jens Geyer2018-11-242-4/+44
* THRIFT-4609 keep InnerException wherever appropriateJens Geyer2018-08-079-37/+38
* THRIFT-4539 Allow TBufferedTransport to be used as base classJens Geyer2018-04-021-13/+17
* THRIFT-4535: XML docs; code cleanup (tabs->spaces; String->string)Christian Weiss2018-04-0136-1609/+1656
* THRIFT-4492 protected ExceptionType type member of TApplicationException cann...Jens Geyer2018-02-101-0/+5
* THRIFT-4455 Missing dispose calls in ThreadedServer & ThreadpoolServerJens Geyer2018-01-142-83/+116
* THRIFT-4446: JSONProtocol Base64 Encoding: Do not trim padding on encode.Allen Warthen2018-01-101-5/+0
* THRIFT-4398 Update EXTRA_DIST for "make dist"Jens Geyer2017-12-011-11/+12
* THRIFT-4396 inconsistent (or plain wrong) version numbers in master/trunkJens Geyer2017-11-301-2/+2
* THRIFT-2013: add multiplex server and client test support to cpp languageJames E. King, III2017-11-182-17/+5
* THRIFT-4372 Pipe write operations across a network are limited to 65,535 byte...Jens Geyer2017-10-262-29/+52
* THRIFT-4217 HttpClient should support gzip and deflateJens Geyer2017-05-313-10/+46
* THRIFT-4217 HttpClient should support gzip and deflateJens Geyer2017-05-311-2/+43
* THRIFT-4210 include Thrift.45.csproj into CI runsJens Geyer2017-05-272-4/+7
* THRIFT-4208 C# NamedPipesServer not really working in some scenarios Client: ...Jens Geyer2017-05-271-7/+16
* THRIFT-4209 warning CS0414 in T[TLS]ServerSocket.csJens Geyer2017-05-272-4/+4
* THRIFT-4190 Improve C# TThreadPoolServer defaults (part 2 of 2)Jens Geyer2017-05-141-15/+63
* THRIFT-4190 Improve C# TThreadPoolServer defaultsJens Geyer2017-05-081-4/+10
* THRIFT-4189 Framed/buffered transport Dispose() does not dispose the nested t...Jens Geyer2017-05-062-4/+12
* THRIFT-4183: Named pipe client blocks forever on Open() when there is no serv...Jens Geyer2017-04-271-3/+7
* THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ...James E. King, III2017-02-201-2/+2
* THRIFT-3000 .NET implementation has trouble with mixed IP modesJens Geyer2017-01-318-347/+405
* THRIFT-4024 Skip() should throw on unknown data typesJens Geyer2017-01-111-0/+2
* THRIFT-4014 align C# meta data in AssemblyInfo.csJens Geyer2016-12-264-10/+10
* THRIFT-3919 C# TTLSServerSocket does not use clientTimeoutNobuaki Sukegawa2016-09-261-1/+2
* THRIFT-3906 Run C# tests with make checkNobuaki Sukegawa2016-09-0412-1846/+114
* Fix C# make dist entriesNobuaki Sukegawa2016-03-201-2/+2
* More make dist entriesNobuaki Sukegawa2016-03-191-0/+3
* THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usageNobuaki Sukegawa2016-02-194-13/+41
* THRIFT-3510 Add HttpTaskAsyncHandler implementationAdam Connelly2016-01-1427-44/+1221
* THRIFT-3536 Error 'char' does not contain a definition for 'IsLowSurrogate' f...Jens Geyer2016-01-103-175/+0
* THRIFT-3397 Implement TProcessorFactory in C# to enable per-client processorsJonathan Heard2015-10-2913-99/+414
* THRIFT-3403 Fixed JSON string reader doesn't recognize UTF-16 surrogate pairsPhongphan Phuttha2015-10-292-2/+48
* THRIFT-3376 C# and Python JSON protocol double values lose precision Client: ...Nobuaki Sukegawa2015-10-251-1/+1
* THRIFT-3376 C# and Python JSON protocol double values lose precisionNobuaki Sukegawa2015-10-142-1/+9
* THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol whe...Nobuaki Sukegawa2015-10-111-0/+5
* THRIFT-3361 Improve C# libraryJens Geyer2015-09-302-6/+6
* THRIFT-3361 Improve C# libraryJens Geyer2015-09-309-236/+566
* THRIFT-3337 Add testBool method to cross testsNobuaki Sukegawa2015-09-212-0/+13
* THRIFT-3295 C# library does not build on Mono 4.0.2.5 or laterJens Geyer2015-09-032-0/+8
* THRIFT-3305: Missing dist files for 0.9.3 release candidatejfarrell2015-08-251-0/+1
* THRIFT-3235 C#: Limit recursion depth to 64Jens Geyer2015-07-092-60/+94
* THRIFT-3148 Markdown links to coding_standards are deadNobuaki Sukegawa2015-05-131-1/+1
* Revert "THRIFT-3000 .NET implementation has trouble with mixed IP modes"Jens Geyer2015-04-2314-155/+49
* THRIFT-3000 .NET implementation has trouble with mixed IP modesJens Geyer2015-04-1814-49/+155
* THRIFT-3070 Add ability to set the LocalCertificateSelectionCallbackJens Geyer2015-04-052-15/+93
* THRIFT-3050 Client certificate authentication for non-http TLS in C#Jens Geyer2015-03-302-17/+15
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-245-8/+60
* THRIFT-3030 TThreadedServer: Property for number of clientThreadsJens Geyer2015-03-071-0/+4