1. 057bebc Merge branch '0.12.1' by James E. King III · 6 years ago
  2. 8d554f5 THRIFT-4859 Enables changing 'UserAgent' by Park June Chul · 6 years ago
  3. 8d21d80 Release 0.12.1 by Jens Geyer · 6 years ago
  4. aa0c8b3 THRIFT-4723 Consolidate C#/netcore into new netstd language target by Jens Geyer · 6 years ago
  5. b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
  6. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  7. ef32bc1 THRIFT-4163: update cmake build type handling by James E. King III · 6 years ago
  8. 1ad08ca THRIFT-3587 TTLSSocket now also uses ConnectHelper to allow for timeouts when opening the connection. by Christoph Herold · 6 years ago
  9. 8630eb9 THRIFT-4741 Missing "inner" argument from one CTOR Client: C# Patch: Jens Geyer by Jens Geyer · 6 years ago
  10. ac9e9b1 THRIFT-4741 Missing "inner" argument from one CTOR Client: C# Patch: Jens Geyer by Jens Geyer · 6 years ago
  11. 4c71660 THRIFT-4705: add nuget configuration file by James E. King III · 6 years ago
  12. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  13. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  14. fc52c3c THRIFT-4673 IAsyncResult not supported by layered transports (buffered/framed) by Jens Geyer · 6 years ago
  15. 6e67faa THRIFT-4609 keep InnerException wherever appropriate by Jens Geyer · 6 years ago
  16. 99daecd THRIFT-4539 Allow TBufferedTransport to be used as base class by Jens Geyer · 7 years ago
  17. 8fb719e THRIFT-4535: XML docs; code cleanup (tabs->spaces; String->string) by Christian Weiss · 7 years ago
  18. 35d62ed THRIFT-4492 protected ExceptionType type member of TApplicationException cannot be accessed by Jens Geyer · 7 years ago
  19. 1d5113e THRIFT-4455 Missing dispose calls in ThreadedServer & ThreadpoolServer by Jens Geyer · 7 years ago
  20. d066fa8 THRIFT-4446: JSONProtocol Base64 Encoding: Do not trim padding on encode. by Allen Warthen · 7 years ago
  21. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  22. 2147466 THRIFT-4396 inconsistent (or plain wrong) version numbers in master/trunk by Jens Geyer · 7 years ago
  23. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
  24. d4df917 THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write by Jens Geyer · 7 years ago
  25. 197b062 THRIFT-4217 HttpClient should support gzip and deflate by Jens Geyer · 8 years ago
  26. 6951159 THRIFT-4217 HttpClient should support gzip and deflate by Jens Geyer · 8 years ago
  27. c71bdf8 THRIFT-4210 include Thrift.45.csproj into CI runs Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  28. 5608e43 THRIFT-4208 C# NamedPipesServer not really working in some scenarios Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  29. 888b577 THRIFT-4209 warning CS0414 in T[TLS]ServerSocket.cs Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  30. d1380d5 THRIFT-4190 Improve C# TThreadPoolServer defaults (part 2 of 2) by Jens Geyer · 8 years ago
  31. 224c334 THRIFT-4190 Improve C# TThreadPoolServer defaults Client: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  32. c54a90d THRIFT-4189 Framed/buffered transport Dispose() does not dispose the nested transport by Jens Geyer · 8 years ago
  33. 9db23b7 THRIFT-4183: Named pipe client blocks forever on Open() when there is no server at the other end by Jens Geyer · 8 years ago
  34. 0619087 THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 is not active and that at least one of TLSv1.0 through 1.2 are accepted. by James E. King, III · 8 years ago
  35. feea478 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 8 years ago
  36. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  37. 19066b7 THRIFT-4014 align C# meta data in AssemblyInfo.cs Clöient: C# Patch: Jens Geyer by Jens Geyer · 8 years ago
  38. 900569c THRIFT-3919 C# TTLSServerSocket does not use clientTimeout by Nobuaki Sukegawa · 8 years ago
  39. 88c5ee7 THRIFT-3906 Run C# tests with make check by Nobuaki Sukegawa · 8 years ago
  40. 1d9fd75 Fix C# make dist entries by Nobuaki Sukegawa · 9 years ago
  41. 73d1637 More make dist entries by Nobuaki Sukegawa · 9 years ago
  42. 474ddbd THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage by Nobuaki Sukegawa · 9 years ago
  43. 0c0649d THRIFT-3510 Add HttpTaskAsyncHandler implementation by Adam Connelly · 9 years ago
  44. 861447a THRIFT-3536 Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target by Jens Geyer · 9 years ago
  45. 2bfd7df THRIFT-3397 Implement TProcessorFactory in C# to enable per-client processors by Jonathan Heard · 9 years ago
  46. 11b515c THRIFT-3403 Fixed JSON string reader doesn't recognize UTF-16 surrogate pairs by Phongphan Phuttha · 9 years ago
  47. 4eb24f8 THRIFT-3376 C# and Python JSON protocol double values lose precision Client: C# Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  48. 228b328 THRIFT-3376 C# and Python JSON protocol double values lose precision by Nobuaki Sukegawa · 9 years ago
  49. a175437 THRIFT-3276 Binary data does not decode correctly using the TJSONProtocol when the base64 encoded data is padded. by Nobuaki Sukegawa · 9 years ago
  50. 96409d9 THRIFT-3361 Improve C# library Client: C# Patch: Jens Geyer <jensg@apache.org> by Jens Geyer · 9 years ago
  51. 178b813 THRIFT-3361 Improve C# library by Jens Geyer · 9 years ago
  52. a649e74 THRIFT-3337 Add testBool method to cross tests by Nobuaki Sukegawa · 9 years ago
  53. 96d8020 THRIFT-3295 C# library does not build on Mono 4.0.2.5 or later by Jens Geyer · 9 years ago
  54. f13e431 THRIFT-3305: Missing dist files for 0.9.3 release candidate by jfarrell · 9 years ago
  55. 4018036 THRIFT-3235 C#: Limit recursion depth to 64 Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  56. 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
  57. 95717c9 Revert "THRIFT-3000 .NET implementation has trouble with mixed IP modes" by Jens Geyer · 10 years ago
  58. 018c1b8 THRIFT-3000 .NET implementation has trouble with mixed IP modes by Jens Geyer · 10 years ago
  59. 1dc2653 THRIFT-3070 Add ability to set the LocalCertificateSelectionCallback by Jens Geyer · 10 years ago
  60. af57724 THRIFT-3050 Client certificate authentication for non-http TLS in C# by Jens Geyer · 10 years ago
  61. 41ad434 THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 10 years ago
  62. c7cf379 THRIFT-3030 TThreadedServer: Property for number of clientThreads by Jens Geyer · 10 years ago
  63. 8b14d17 THRIFT-3011 C# test server testException() not implemented according to specs by Jens Geyer · 10 years ago
  64. 80aa53e THRIFT-3001 C# Equals fails for binary fields (byte[]) by Jens Geyer · 10 years ago
  65. 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
  66. a7363f2 THRIFT-2953 TNamedPipeServerTransport is not Stop()able by Jens Geyer · 10 years ago
  67. 7d88208 THRIFT-2952 Improve handling of Server.Stop() Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  68. 71e814a THRIFT-2886 Integrate binary type in standard Thrift cross test by Jens Geyer · 10 years ago
  69. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  70. 902b7af THRIFT-2654 reduce number of server exceptions Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  71. 196c5af THRIFT-2768: Whitespace Fixup Client: General (Makefile.am) Patch: Jens Geyer by Jens Geyer · 10 years ago
  72. d5436f5 THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  73. eb8e5ad THRIFT-2654 reduce number of server exceptions Client: C# Patch: Craig Peterson by Jens Geyer · 10 years ago
  74. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  75. 7dce7b2 THRIFT-1260 The thrift THttpclient in c# client is not closing the connections when calling SendRequest by Jens Geyer · 10 years ago
  76. 0e86f1f THRIFT-2624: Add TServerEventHandler support to C# Client: C# Patch: ra by Randy Abernethy · 11 years ago
  77. 8fd8c63 THRIFT-2602:Fix missing dist files Client: build process Patch: jfarrell by jfarrell · 11 years ago
  78. 7b11fec THRIFT-2568 Implement own certificate handler Client: C# Patch: Michael Blättler by Jens Geyer · 11 years ago
  79. 4b0fede THRIFT-1584 could not SetMinThreads in ThreadPool on single-core machines by Jens Geyer · 11 years ago
  80. 8fcc82b Updated makefile for THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects by Jens Geyer · 11 years ago
  81. f64d7e0 THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects by Jens Geyer · 11 years ago
  82. c0ad368 THRIFT-2455 Allow client certificates to be used with THttpClient by Jens Geyer · 11 years ago
  83. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  84. 2a9e6a4 THRIFT-2501: C# The test parameters from the TestServer and TestClient are different from the http://thrift.apache.org/test/ by Jens Geyer · 11 years ago
  85. 4920a65 exec permissions for sh files by henrique · 11 years ago
  86. c1d7943 THRIFT-2347 C# TLS Transport based on THRIFT-181 Client: C# Patch: Beat Käslin by Jens Geyer · 11 years ago
  87. a131b8f THRIFT-2456 THttpClient fails when using async support outside Silverlight by Jens Geyer · 11 years ago
  88. 057be5a THRIFT-2470 THttpHandler swallows exceptions from processor by Jens Geyer · 11 years ago
  89. 703200c Added missing ASF headers by Jens Geyer · 11 years ago
  90. fd62df7 THRIFT-2408 Named Pipe Transport Option for C# by Jens Geyer · 11 years ago
  91. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  92. d26f6fd THRIFT-2339 Uncaught exception in thrift c# driver by Jens Geyer · 11 years ago
  93. 1c99e70 Fixed a bunch of inconsistent/wrong line endings in the C# part, no other changes by Jens Geyer · 11 years ago
  94. f36fda2 THRIFT-2305 TFramedTransport empty constructor should probably be private by Jens Geyer · 11 years ago
  95. b080f68 THRIFT-2373 warning CS0414 in THttpClient.cs: private field 'Thrift.Transport.THttpClient.connection' assigned but never used by Jens Geyer · 11 years ago
  96. 06ad721 THRIFT-2365 C# decodes too many binary bytes from JSON by Jens Geyer · 11 years ago
  97. 7393862 THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  98. f6acf44 THRIFT-2303 TBufferredTransport not properly closing underlying transport by Jens Geyer · 11 years ago
  99. 4d1b0ea THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possible slash (solidus) encodings by Jens Geyer · 11 years ago
  100. d335acd THRIFT-2259 C# unexpected null logDelegate() pointer causes AV in TServer.serve() by Jens Geyer · 11 years ago