1. 6e67faa THRIFT-4609 keep InnerException wherever appropriate by Jens Geyer · 6 years ago
  2. 8fb719e THRIFT-4535: XML docs; code cleanup (tabs->spaces; String->string) by Christian Weiss · 7 years ago
  3. d066fa8 THRIFT-4446: JSONProtocol Base64 Encoding: Do not trim padding on encode. by Allen Warthen · 7 years ago
  4. 5f723cd THRIFT-4024 Skip() should throw on unknown data types by Jens Geyer · 8 years ago
  5. 11b515c THRIFT-3403 Fixed JSON string reader doesn't recognize UTF-16 surrogate pairs by Phongphan Phuttha · 9 years ago
  6. 4eb24f8 THRIFT-3376 C# and Python JSON protocol double values lose precision Client: C# Patch: Nobuaki Sukegawa by Nobuaki Sukegawa · 9 years ago
  7. 228b328 THRIFT-3376 C# and Python JSON protocol double values lose precision by Nobuaki Sukegawa · 9 years ago
  8. 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
  9. 4018036 THRIFT-3235 C#: Limit recursion depth to 64 Client: C# Patch: Jens Geyer by Jens Geyer · 10 years ago
  10. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  11. d5436f5 THRIFT-2768: Whitespace Fixup Client: C#, Delphi Patch: Jens Geyer by Jens Geyer · 10 years ago
  12. a86886e THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL by Jens Geyer · 10 years ago
  13. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  14. 1c99e70 Fixed a bunch of inconsistent/wrong line endings in the C# part, no other changes by Jens Geyer · 11 years ago
  15. 06ad721 THRIFT-2365 C# decodes too many binary bytes from JSON by Jens Geyer · 11 years ago
  16. 7393862 THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol by Jens Geyer · 11 years ago
  17. 4d1b0ea THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possible slash (solidus) encodings by Jens Geyer · 11 years ago
  18. d73aa07 THRIFT-2191 Fix charp JSONProtocol.ReadJSONDouble (specify InvariantCulture) by Jens Geyer · 11 years ago
  19. 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
  20. 6b9e1c6 THRIFT-2080 C# multiplex processor does not catch IOException by Jens Geyer · 12 years ago
  21. ee353e6 THRIFT-1709 Warning "Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first" in TBinaryProtocol.cs at ReadInt64() by Jens Geyer · 12 years ago
  22. e5bfd4c THRIFT-2070 Improper `HexChar' and 'HexVal' implementation in TJSONProtocol.cs by Jens Geyer · 12 years ago
  23. 102bca4 THRIFT-2032 C# client leaks sockets/handles by Jens Geyer · 12 years ago
  24. b310ae7 THRIFT-2015 Thrift exceptions should derive from TException by Jens Geyer · 12 years ago
  25. 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
  26. 7203424 THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
  27. f509df9 THRIFT-1930: C# generates unsigned byte for Thrift "byte" type by Jens Geyer · 12 years ago
  28. bdb19a4 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by jfarrell · 12 years ago
  29. 98f9377 Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand;..." by Jake Farrell · 12 years ago
  30. 14c217d Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first" in TBinaryProtocol.cs at ReadInt64() by Jake Farrell · 12 years ago
  31. bd5db3a Thrift-336: Compact Protocol in C# Patch: Henrique Mendonça by Henrique Mendonca · 12 years ago
  32. ecad392 Thrift-336: Compact Protocol in C# Patch: Henrique Mendonça by Henrique Mendonca · 12 years ago
  33. 4cb8e40 THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox by Roger Meier · 13 years ago
  34. 2b828b1 THRIFT-1516 TProtocolException in C# should be public Patch: Stefan Gmeiner by Roger Meier · 13 years ago
  35. 284a9b5 THRIFT-1037 Proposed changes to support Silverlight, Windows Phone and AsyncCTP v3 by Roger Meier · 13 years ago
  36. 3da317b THRIFT-1245 C# JSON Protocol uses culture-dependant decimal separator for double by Roger Meier · 13 years ago
  37. 8369353 Thrift-1131: C# JSON Protocol is unable to decode escaped characters in string by Jake Farrell · 14 years ago
  38. f02d437 THRIFT-1119. csharp: TJSONProtocol fails to UTF8 decode strings by Bryan Duxbury · 14 years ago
  39. e0cac98 THRIFT-1022 Typo cleanup patch by Roger Meier · 14 years ago
  40. fd32d79 THRIFT-323. csharp: TJSONProtocol by Bryan Duxbury · 14 years ago
  41. 53ae9f3 THRIFT-622. Add appropriate licensing information to get Thrift ready for a release. by Todd Lipcon · 15 years ago
  42. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  43. ab4460d THRIFT-158. csharp: Update headers to Apache by Kevin Clark · 16 years ago
  44. d831a21 THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible by David Reiss · 16 years ago
  45. c654416 THRIFT-129. csharp: Make all Thrift structures extend TBase by David Reiss · 16 years ago
  46. c9d06ee Fixes for the C# library. by David Reiss · 17 years ago
  47. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  48. 46dc629 Thrift: Miscellaneous optimizations for C#. by David Reiss · 17 years ago
  49. cba5727 Thrift: String/Binary distinction for C#. by David Reiss · 17 years ago
  50. 7f42bcf Thrift: C# Bindings. by David Reiss · 17 years ago