1. 2a95441 FIX: minor spelling issue at http://thrift.apache.org/docs/committers/HowToCommit by Jens Geyer · 5 years ago
  2. 5e9203b THRIFT-4962 Fix deadlock in TimerManager::stop by Guillaume Blanc · 5 years ago
  3. b3745ee THRIFT-4932: Using a default string on a binary field results in invalid Java code. by Ewan Higgs · 5 years ago
  4. 77d96c1 THRIFT-4960 bare trait (dyn) warnings Client: Rust Patch: Danny Browning by Danny Browning · 5 years ago
  5. f1bc6ae Fix typo in xml comment Client: C# Patch: Vladimir Arkhipov by Vladimir Arkhipov · 5 years ago
  6. 061eafb THRIFT-4955 Haskell test broken due to extension to CompactProtoTestStruct by Jens Geyer · 6 years ago
  7. b7bd211 Prevent "Log file size too large" messages during CI tests by Jens Geyer · 6 years ago
  8. 8ff8abd THRIFT-4957 testSanePartsOfCompactProtoTestStruct FAILED by Jens Geyer · 5 years ago
  9. a715f70 THRIFT-4944 Field IDs > 255 fail with compact protocol by Jens Geyer · 5 years ago
  10. a4fc3d4 THRIFT-4907 strong named assemblies wanted Client: netstd Patch: Jens Geyer by Jens Geyer · 5 years ago
  11. 693e19c THRIFT-4939 TThriftListImpl<T>.Sort() does not use comparer by Alex-Rud · 5 years ago
  12. 81f5e10 THRIFT-4865:Replace expired Charsets with StandardCharsets by Issacpeng · 5 years ago
  13. 44fcfab Pull-Request template not clear enough at step 2 by Jens Geyer · 5 years ago
  14. 2ff4b13 THRIFT-4936 add depth limit type exception description by pengzhouhu · 5 years ago
  15. 9027a72 Merge pull request #1848 from Issacpeng/modifyDoc by Jens Geyer · 5 years ago
  16. 9cf37be THRIFT-4919 THttpTransport.cs (netstd) and THttpClientTransport (netcore) have bad timeout code by Jens Geyer · 5 years ago
  17. 8c7ab5f THRIFT-4933 Java build mode is incorrect in doc/install by Issacpeng · 5 years ago
  18. 26ef904 THRIFT-4914: Send context THeaders for client writes by Yuxuan 'fishy' Wang · 5 years ago
  19. 74d6d9d Initialisation of immutable data in static constructors has been by Laeeth Isharc · 5 years ago
  20. 3e95c53 THRIFT-4918: Avoid dlang name conflicts by Robert Schadek · 5 years ago
  21. b1002a7 THRIFT-4914: Add THeader to context for server reads by Yuxuan 'fishy' Wang · 5 years ago
  22. 6ae2b18 THRIFT-4612: Avoid double wrapping THeaderTransport by Yuxuan 'fishy' Wang · 5 years ago
  23. bb311a7 Add pointer helpers for missing types by Craig Wickesser · 5 years ago
  24. ebb6b2e THRIFT-4612: Add THeaderTransportFactory to go library by Yuxuan 'fishy' Wang · 5 years ago
  25. 90a0446 Added an Ubuntu Disco 19.04 dockerfile for testing [ci skip] by James E. King III · 5 years ago
  26. 4c84737 THRIFT-4908: remove reader&writer in Golang's TBinaryProtocol by guozhu cheng · 5 years ago
  27. f34b50f Add a coverity scan utility build script [ci skip] by James E. King III · 5 years ago
  28. 49aab65 Update the versioning description [ci skip] by James E. King III · 6 years ago
  29. 286eee1 THRIFT-4849: Do not Ignore InterruptedException by Beluga Behr · 6 years ago
  30. 234e80e THRIFT-4844: createConnection ignores connect_timeout option by fmalaguti · 6 years ago
  31. 178891f THRIFT-4805: Fixed readme files by James E. King III · 6 years ago
  32. c35ed73 THRIFT-4805: Suppress excessive logging of SASL TTransportExceptions in case of END_OF_FILE by Mithun RK · 6 years ago
  33. 08a6eb6 THRIFT-4902: Swift 4 and 5 compatibility (#1827) by Antoine Cœur · 6 years ago
  34. f943564 Fix a typo in README.md. by Matt Kantor · 6 years ago
  35. 08fea16 Mark some csharp-erl, erl-csharp ssl tests as known issues. by James E. King III · 6 years ago
  36. 3131fe9 THRIFT-4904: Fix python unit test errors and exception escapes by James E. King III · 6 years ago
  37. 93ff9b0 Update language levels, fix erlang and rust in CI by James E. King III · 6 years ago
  38. 1a2dee6 Use THRIFT_WRITE instead of ::write in TFileTransport.cpp by Shaoyu Zhang · 6 years ago
  39. 6a61dfa THRIFT-4830: Add to_string helper function for cpp generator (#1765) by soroshsabz · 6 years ago
  40. 9b49c96 THRIFT-4842 - Fix memory leak on set property c_glib (#1773) by Gonzalo Aguilar Delgado · 6 years ago
  41. 6c847d2 THRIFT-4878 - [c_glib] add unix domain socket support to ThriftSocket (#1807) by Kevin Wojniak · 6 years ago
  42. 35cda2f Fix typescript generation for multi include cases by Phil Price · 6 years ago
  43. a392566 THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) by Kevin Wojniak · 6 years ago
  44. 3711d90 THRIFT-4897 generate test resource for thrift-maven-plugin by James Z.M. Gao · 6 years ago
  45. a304b7c THRIFT-4769 Change NuGet package to use netstd artifact Patch: Jens Geyer by Jens Geyer · 6 years ago
  46. c2c1e1d Change docker builds to include specific version of Rust (1.35.0) by Allen George · 6 years ago
  47. 5338d99 bug fixed by jose andres · 6 years ago
  48. 0124c4d minor change by jose andres · 6 years ago
  49. d9019fc THRIFT-4797: Fix import collisions in Go by John Boiles · 6 years ago
  50. bd1a273 THRIFT-4898 Pipe write operations across a network are limited to 65,535 bytes per write. by Jens Geyer · 6 years ago
  51. c5068e2 Fix some typos in ThriftTest.thrift by Kevin Wojniak · 6 years ago
  52. 62238d1 THRIFT-4886 More detailed error information for WinHTTP transport by Jens Geyer · 6 years ago
  53. 03bf848 THRIFT-4878: Document c_glib domain transport change in matrix [skip ci] by James E. King III · 6 years ago
  54. d886ab2 Add a PR checklist item for skipping CI [skip ci] by James E. King III · 6 years ago
  55. 99ae730 Fix environment spelling by Kevin Wojniak · 6 years ago
  56. 1e808af THRIFT-4893 Enable automatic content encoding handling for gzip,deflate in the HTTP client by Jens Geyer · 6 years ago
  57. 19505c3 THRIFT-4894 Enable automatic content encoding handling for gzip,deflate in the WinHTTP client by Jens Geyer · 6 years ago
  58. 95870f0 THRIFT-4892: fixed data type conflict with simultaneous usage of bytes and str (#1804) by antbofh · 6 years ago
  59. a85d532 Fix mingw appveyor build issue [skip travis] by James E. King III · 6 years ago
  60. 29ecfab CPP generator test, catching exceptions by ref instead. by David Carlier · 6 years ago
  61. 3f0d444 Implement episodic compilation for js code generation by Mustafa Senol Cosar · 6 years ago
  62. 96c6113 THRIFT-4891 Align HTTP test client with all other variants by Jens Geyer · 6 years ago
  63. 433a649 THRIFT-4886 More detailed error information for WinHTTP transport by Jens Geyer · 6 years ago
  64. 4d46c11 THRIFT-4612: THeader support in go library by Yuxuan 'fishy' Wang · 6 years ago
  65. 823474e THRIFT-4848: Add ability to set Content-Type,Accept headers in HTTP client by Kyle Smith · 6 years ago
  66. 5eef01f THRIFT-4868: Fix Go compilation for optional sets with default values (#1802) by John Boiles · 6 years ago
  67. 19fdca8 THRIFT-4886 More detailed error information for WinHTTP transport by Jens Geyer · 6 years ago
  68. b342bd9 THRIFT-4884 Add serialisation performance test for Delphi by Jens Geyer · 6 years ago
  69. 83ff753 THRIFT-4882 Autodetect proxy settings with WinHTTP by Jens Geyer · 6 years ago
  70. 47f6317 THRIFT-4881 Allow TLS1.1 and TLS1.2 even when not configured as systemwide default by Jens Geyer · 6 years ago
  71. 9369443 THRIFT-4879 general performance improvements for netstd library by Jens Geyer · 6 years ago
  72. 5a17b13 THRIFT-4879 general performance improvements for netstd library by Jens Geyer · 6 years ago
  73. 057bebc Merge branch '0.12.1' by James E. King III · 6 years ago
  74. 370d751 spelling mistake, perhaps (#1803) [ci skip by timestee · 6 years ago
  75. c035eca hotfix: clear the offline queue when once written by Henrik Tudborg · 9 years ago
  76. 79c2337 THRIFT-4845: Stop ignoring small timeouts by Jeremy Mikkola · 6 years ago
  77. b261f3c THRIFT-4857: [java] added a unit test for TField by James E. King III · 6 years ago
  78. 6b6a827 THRIFT-4857: Made Java TField class hash code consistent with equals. by Garret Wilson · 6 years ago
  79. 6ba58e9 Update README [ci skip] by James E. King III · 6 years ago
  80. 4ffe763 THRIFT-4583: Switch to rebar3 Client: erl by Sergey Yelin · 6 years ago
  81. b808a11 Make Field definition follow Literal definition by Aaron Goldman · 6 years ago
  82. ce32ed7 Report error for abnormal server termination only Client: erl by Sergey Elin · 6 years ago
  83. f3d4d51 Add missing autogenerated comment to header files Client: erl by Sergey Elin · 6 years ago
  84. a5dbb01 THRIFT-4864 CI fails at netstd Client: netstd Patch: Jens Geyer by Jens Geyer · 6 years ago
  85. 522f873 Update and fix js dependencies by James E. King III · 6 years ago
  86. 85431d9 THRIFT-4862 better ToString() support for enums and container types by Jens Geyer · 6 years ago
  87. e0e1a08 THRIFT-4855: Pin golang/mock to 1.2.0 by D. Can Celasun · 6 years ago
  88. 8f7487e THRIFT-4862 better ToString() support for enums and container types by Jens Geyer · 6 years ago
  89. 14a9a12 THRIFT-4863 better indication of WinHTTP errors Client: Delphi Patch: Jens Geyer by Jens Geyer · 6 years ago
  90. acdd422 Remove unused THREADMODEL from MSVC appveyor build by James E. King III · 6 years ago
  91. ee8caca THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef endian header by James E. King III · 6 years ago
  92. 9ecdce3 Fix MinGW build issue in AppVeyor by James E. King III · 6 years ago
  93. 27d8387 THRIFT-4860 Allow changing "User-Agent" Client: netstd Patch: Jens Geyer by Jens Geyer · 6 years ago
  94. 8d554f5 THRIFT-4859 Enables changing 'UserAgent' by Park June Chul · 6 years ago
  95. 65d5f84 renamed TClientTransport.cs file to match its class name TTransport.cs by Albert Hives · 6 years ago
  96. cc13de4 THRIFT-4851: Remove All Calls To printStackTrace by Beluga Behr · 6 years ago
  97. 366cc3d THRIFT-4854 oneway calls do not work over HTTP Client: netstd Patch: Jens Geyer by Jens Geyer · 6 years ago
  98. 8f327f2 THRIFT-4853 TServerFramedTransport is now obsolete and can be removed by Jens Geyer · 6 years ago
  99. 2ff952b THRIFT-4816 JSONTransports Context.WriteAsync/ReadAsync are badly named by Jens Geyer · 6 years ago
  100. e26269e Merge pull request #1781 from dbcfd/4536-rust-stable by Jens Geyer · 6 years ago