1. d73aa07 THRIFT-2191 Fix charp JSONProtocol.ReadJSONDouble (specify InvariantCulture) by Jens Geyer · 11 years ago
  2. 2ca9c20 THRIFT-820 Remove readLength attribute from BinaryProtocol by Carl Yeksigian · 11 years ago
  3. 6b9e1c6 THRIFT-2080 C# multiplex processor does not catch IOException by Jens Geyer · 12 years ago
  4. 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
  5. 866c23b THRIFT-2081 Specified timeout should be used in TSocket.Open() by Jens Geyer · 12 years ago
  6. e5bfd4c THRIFT-2070 Improper `HexChar' and 'HexVal' implementation in TJSONProtocol.cs by Jens Geyer · 12 years ago
  7. 102bca4 THRIFT-2032 C# client leaks sockets/handles by Jens Geyer · 12 years ago
  8. b310ae7 THRIFT-2015 Thrift exceptions should derive from TException by Jens Geyer · 12 years ago
  9. 548244f THRIFT-1959: Add Union TMemoryBuffer support Client: csharp Patch: carl by Carl Yeksigian · 12 years ago
  10. 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
  11. 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
  12. 744e45f THRIFT-1969 C#: Tests not properly linked from the solution by Jens Geyer · 12 years ago
  13. 7203424 THRIFT-1901 C#: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 12 years ago
  14. 7f8b870 THRIFT-1949: WP7 build broken by Jens Geyer · 12 years ago
  15. b706b1a THRIFT-1742 Optionally implement hashcode and equals in c# by Jens Geyer · 12 years ago
  16. 938e640 THRIFT-1785 add TMemoryBuffer; patch by carl yeksigian reviewed by tjake by Jake Luciani · 12 years ago
  17. f509df9 THRIFT-1930: C# generates unsigned byte for Thrift "byte" type by Jens Geyer · 12 years ago
  18. bdb19a4 Thrift-1786: C# Union Typing Client: csharp Patch: Carl Yeksigian by jfarrell · 12 years ago
  19. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  20. 98f9377 Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand;..." by Jake Farrell · 12 years ago
  21. 6fcecd4 Updating Thrift trunk version to 1.0.0-dev by Jake Farrell · 12 years ago
  22. e983cf5 update Visual Studio project files and svn:ignore by Roger Meier · 12 years ago
  23. 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
  24. bd5db3a Thrift-336: Compact Protocol in C# Patch: Henrique Mendonça by Henrique Mendonca · 12 years ago
  25. ecad392 Thrift-336: Compact Protocol in C# Patch: Henrique Mendonça by Henrique Mendonca · 12 years ago
  26. 3d37fba THRIFT-1694 Re-Enable serialization for WP7 Silverlight Patch: Jens Geyer by Roger Meier · 12 years ago
  27. 4cb8e40 THRIFT-1612 Base64 encoding is broken Patch: Andrew Cox by Roger Meier · 13 years ago
  28. 86d2a4a THRIFT-1610:IWebProxy not available on WP7 platform by Jake Farrell · 13 years ago
  29. 5e022aa THRIFT-1159:THttpClient->Flush() issue (connection thru proxy) by Jake Farrell · 13 years ago
  30. 970c86a Thrift-1607:Incorrect file modes for several source files by Jake Farrell · 13 years ago
  31. b1ec4cc THRIFT-1412 Thrift Transport classes should manage the lifetime of objects implementing IDisposable by implementing IDisposable themselves by Roger Meier · 13 years ago
  32. 2b828b1 THRIFT-1516 TProtocolException in C# should be public Patch: Stefan Gmeiner by Roger Meier · 13 years ago
  33. 2fbde0e THRIFT-1517 TTransport.ReadAll() should set exception type to EndOfFile by Roger Meier · 13 years ago
  34. 12ac2ac Thrift-1456: System.Net.HttpWebRequest' does not contain a definition for 'Proxy' by Jake Farrell · 13 years ago
  35. 284a9b5 THRIFT-1037 Proposed changes to support Silverlight, Windows Phone and AsyncCTP v3 by Roger Meier · 13 years ago
  36. 9901069 Updating trunk to 0.9.0 version. by Jake Farrell · 13 years ago
  37. 212022c THRIFT-322 IHttpHandler for Thrift Patch: Nils Huegelmann by Roger Meier · 13 years ago
  38. 3da317b THRIFT-1245 C# JSON Protocol uses culture-dependant decimal separator for double by Roger Meier · 13 years ago
  39. 1e20e9f THRIFT-1230 C# Library -- THashSet is not marked as Serializable which makes all Thrift classes that uses it unserializable by Roger Meier · 13 years ago
  40. 8369353 Thrift-1131: C# JSON Protocol is unable to decode escaped characters in string by Jake Farrell · 14 years ago
  41. 6f1e992 THRIFT-322: IHttpHandler for Thrift Client lib: C# Patch By: nilshu by Jake Farrell · 14 years ago
  42. c32e830 THRIFT-1132. csharp: Deserialization error in TApplicationException C# by Bryan Duxbury · 14 years ago
  43. f02d437 THRIFT-1119. csharp: TJSONProtocol fails to UTF8 decode strings by Bryan Duxbury · 14 years ago
  44. 6d8219c THRIFT-6 update version info by Roger Meier · 14 years ago
  45. 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
  46. 7070aaa THRIFT-904: disable nagle and linger by T Jake Luciani · 14 years ago
  47. e0cac98 THRIFT-1022 Typo cleanup patch by Roger Meier · 14 years ago
  48. 56b6e32 THRIFT-6 csharp AssemblyInfo added by Roger Meier · 14 years ago
  49. fd32d79 THRIFT-323. csharp: TJSONProtocol by Bryan Duxbury · 14 years ago
  50. ea67a78 THRIFT-834. csharp: THttpClient resends contents of message after transport errors by Bryan Duxbury · 14 years ago
  51. e95d277 Add ASL to Thrift.sln by Bryan Duxbury · 14 years ago
  52. dc4a871 add license headers to a smattering of files by Bryan Duxbury · 14 years ago
  53. 6235947 THRIFT-160. csharp: Created THttpTransport for the C# library based on WebHttpRequest by Bryan Duxbury · 15 years ago
  54. 53ae9f3 THRIFT-622. Add appropriate licensing information to get Thrift ready for a release. by Todd Lipcon · 15 years ago
  55. 7948a66 THRIFT-210. c#: Add support for TFramedTransport by Esteve Fernandez · 15 years ago
  56. f45977f THRIFT-531. csharp: C# project and solution files reference external source control system by Bryan Duxbury · 16 years ago
  57. d90063f THRIFT-467. csharp: Fix compilation on Debian Sid by David Reiss · 16 years ago
  58. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  59. ab4460d THRIFT-158. csharp: Update headers to Apache by Kevin Clark · 16 years ago
  60. d831a21 THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible by David Reiss · 16 years ago
  61. 3fa89e3 THRIFT-209. csharp: Make TTransportFactory.GetTransport virtual by David Reiss · 16 years ago
  62. c654416 THRIFT-129. csharp: Make all Thrift structures extend TBase by David Reiss · 16 years ago
  63. 6319133 THRIFT-25. csharp: Various compiler and library improvements by David Reiss · 16 years ago
  64. cee1e08 C#: Catch exceptions by name. by David Reiss · 17 years ago
  65. 437c03b C#: Make TSimpleServer a public class. by David Reiss · 17 years ago
  66. d821742 C#: Fix a bug in the TApplicationException reader. by David Reiss · 17 years ago
  67. c9d06ee Fixes for the C# library. by David Reiss · 17 years ago
  68. dc815f5 Add Stop methods for C# servers. by David Reiss · 17 years ago
  69. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  70. 46dc629 Thrift: Miscellaneous optimizations for C#. by David Reiss · 17 years ago
  71. cba5727 Thrift: String/Binary distinction for C#. by David Reiss · 17 years ago
  72. 7f42bcf Thrift: C# Bindings. by David Reiss · 17 years ago