1. 3031394 THRIFT-5509: Suppress noisy log from go's TSimpleServer by Yuxuan 'fishy' Wang · 3 years ago
  2. f18a8f3 Update changelog for 0.16.0 by Jens Geyer · 3 years ago
  3. 56a840a THRIFT-5509: Close connection in IsOpen by Yuxuan 'fishy' Wang · 3 years ago
  4. b9fe9c2 FIX: test left too early on false premise by Jens Geyer · 3 years ago
  5. f087ec4 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
  6. 48d1a70 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
  7. a10d401 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
  8. f99375e THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
  9. d68f03c Updated changes.md for 0.16.0 by Jens Geyer · 3 years ago
  10. 1ef362c THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
  11. fb87b44 Updated changes.md for 0.16.0 by Jens Geyer · 3 years ago
  12. fa5c37a Fixes #5500, uncompilable code when a .thirft struct named 'System' is present by Jonas Marty · 3 years ago
  13. 7a68295 2022 we have by Jens Geyer · 3 years ago
  14. b1dc2ae Merge pull request #2505 from dsandbrink/patch-1 by Mario Emmenlauer · 3 years ago
  15. 11dc245 Merge pull request #2504 from dsandbrink/bugfix/thrift_5418 by Mario Emmenlauer · 3 years ago
  16. d3f13f0 THRIFT-5418: Fix missing implementation for enum functions by Dirk Sandbrink · 3 years ago
  17. b3cf198 Fix warning C4515: 'protocol': namespace uses itself by Dirk Sandbrink · 3 years ago
  18. 16b490c Merge pull request #2506 from BioDataAnalysis/bda_remove_jcenter by Mario Emmenlauer · 3 years ago
  19. e07cdcc lib/java/build.gradle: Removed jcenter() after repeated errors by Mario Emmenlauer · 3 years ago
  20. bbc7c5f Bump the versions of Go used in Travis by Yuxuan 'fishy' Wang · 3 years ago
  21. 98a2325 THRIFT-5479 Add net 6 support by Jens Geyer · 3 years ago
  22. 39d7278 go: Make socketConn.Close thread-safe by Yuxuan 'fishy' Wang · 3 years ago
  23. 9d7d627 Remove excess assertions by Ali-Akber Saifee · 3 years ago
  24. e12fbe8 Use iotest.OneByteReader instead of self implemented one by Yuxuan 'fishy' Wang · 3 years ago
  25. 999e6e3 THRIFT-5490: Use pooled buffer for TFramedTransport by Yuxuan 'fishy' Wang · 3 years, 1 month ago
  26. d582a86 THRIFT-5490: Use pooled buffer for THeaderTransport by Yuxuan 'fishy' Wang · 3 years, 1 month ago
  27. b724787 Define PY_SSIZE_T_CLEAN to use PyObject_CallFunction by Ali-Akber Saifee · 3 years, 1 month ago
  28. c6c5a05 THRIFT-5486 : fix issues found by spotbugs by kpandit · 3 years, 1 month ago
  29. b597043 Pin clap to 2.33 as 2.34 results in build failures by Ali-Akber Saifee · 3 years, 1 month ago
  30. 98be76f THRIFT-5482: Fix memory leak during SSL handshake in C++ library Client: C++ by Anshul M Gupta · 3 years, 1 month ago
  31. 2853af2 Compile TWebSocketServer with CMake only when OpenSSL is found by Kevin Wojniak · 3 years, 3 months ago
  32. 4c7b9fd THRIFT-5479 Add net 6 support Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 1 month ago
  33. 4637f6d [skip ci] updated README.md to reflect final merged changes (THRIFT-5443) by kpandit · 3 years, 2 months ago
  34. 5a9d139 THRIFT-5443: add support for partial Thrift deserialization by kpandit · 3 years, 2 months ago
  35. 2c09278 *.local deleted by Jens Geyer · 3 years, 2 months ago
  36. 443a03c FIX: Python code style / flake8: TProcessPoolServer.py:46:14: E225 missing whitespace around operator by Jens Geyer · 3 years, 2 months ago
  37. 50f9713 FIX Python code style TTransport.py:400:5: E301 expected 1 blank line, found 0 by Jens Geyer · 3 years, 2 months ago
  38. ea1e8ff THRIFT-5481 consolidate netstd server implementation details into one common model by Jens Geyer · 3 years, 2 months ago
  39. 7156940 Refactoring test server/client to use async/await more consistently by Jens Geyer · 3 years, 2 months ago
  40. da1e19b THRIFT-5454: add __setState__ function to TProcessPoolServer to enable correct multiprocessing behavior related to pickling by Yiyang Zhou · 3 years, 5 months ago
  41. ea39a14 THRIFT-5480 TThreadPoolAsyncServer using TFramedTransport mistakenly drops client by Jens Geyer · 3 years, 2 months ago
  42. 591575a THRIFT-5476 Deprecate Common Lisp support Client: cl Patch: Jens Geyer by Jens Geyer · 3 years, 2 months ago
  43. 3f1fd59 - Fixed a few XML comments and ArgumentException arguments by Jens Geyer · 3 years, 2 months ago
  44. 007b99b THRIFT-5408 Support for deprecated methods - follow_up fix by Jens Geyer · 3 years, 3 months ago
  45. 2b8be51 ran `npm audit fix` to fix several reported issues by Jens Geyer · 3 years, 3 months ago
  46. 839a1da THRIFT-5456 Disable SIGPIPE on TSocketServer CLient: cpp Patch: Kevin Wojniak by Kevin Wojniak · 3 years, 5 months ago
  47. 0f76053 skip map value with depth limit by 郑桐 · 3 years, 3 months ago
  48. 6a7278b Fix `processing` typo in TSocketServer.swift by Kevin Wojniak · 3 years, 3 months ago
  49. 50dd262 THRIFT-5416: Allow UDP Sockets by Brian Forbis · 3 years, 8 months ago
  50. 2145741 FIX for "error: malformed HTML" broken by 91be87a76f747b9069bb07357483b2d8a19addcf by Jens Geyer · 3 years, 3 months ago
  51. 152dab9 THRIFT-5237: FOLLOWUP: Add a new constructor for TSocket by Yuming Wang · 3 years, 3 months ago
  52. 2b691ee Fix Rust formatting error by Allen George · 3 years, 3 months ago
  53. 353e810 THRIFT-5470 Error: Constraint check failure for haxe.ds.ObjectMap.K by Jens Geyer · 3 years, 3 months ago
  54. e5c636d THRIFT-5448: map binary to typescript Buffer Client: js Author: OpportunityLiu by Opportunity · 3 years, 5 months ago
  55. e394cb4 THRIFT-5471 Introduce delimiter and app_prefix options to erl generator by Sergey Yelin · 3 years, 4 months ago
  56. 91be87a fix javadoc warnings Client: java Patch: Bhalchandra Pandit by kpandit · 3 years, 5 months ago
  57. cb808fc fix perl packaging issue by James E. King III · 3 years, 4 months ago
  58. 7ecc9ef minor changes to make pypi distribution look better (long desc) by James E. King III · 3 years, 4 months ago
  59. ab2f23a Modified build tags to allow js/wasm target by Balázs Grill · 3 years, 4 months ago
  60. e3be321 Merge branch '0.15.0' into upstream by Jens Geyer · 3 years, 4 months ago
  61. 7e07267 THRIFT-5457 Pin bitflags to 1.2 to maintain MSRV (#2454) by Allen George · 3 years, 4 months ago
  62. 38bd636 THRIFT-4868: Golang: Fix compilation for optional set<binary> with default values by Yuri Melnikov · 3 years, 4 months ago
  63. 0cc0650 Remove redundant `format!(..)` macro calls (#2443) by xiexiaoqun · 3 years, 4 months ago
  64. 8317ec4 Branch 0.15.0 by Jens Geyer · 3 years, 4 months ago 0.15.0 v0.15.0
  65. 67bf304 THRIFT-5459: Fix breaking issue when adding a new exception by Yuxuan 'fishy' Wang · 3 years, 4 months ago
  66. cdbcff9 THRIFT-5459: Fix breaking issue when adding a new exception by Yuxuan 'fishy' Wang · 3 years, 4 months ago
  67. f83ebea Merge pull request #2451 from BioDataAnalysis/bda_cmake_cleanup by Mario Emmenlauer · 3 years, 4 months ago
  68. e66814e Merge pull request #2450 from BioDataAnalysis/bda_slim_windows_h by Mario Emmenlauer · 3 years, 4 months ago
  69. bdb54bc Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup by Mario Emmenlauer · 3 years, 4 months ago
  70. 034c935 Reduce the usage of Windows.h, and add macros to slim Windows.h by Mario Emmenlauer · 4 years, 8 months ago
  71. b8069cb Merge pull request #2449 from BioDataAnalysis/bda_unify_nonblockingserversocket by Mario Emmenlauer · 3 years, 4 months ago
  72. dd0bf89 Updated TNonblockingServerSocket to better match TServerSocket by Mario Emmenlauer · 3 years, 4 months ago
  73. 0f5aebb Merge pull request #2327 from BioDataAnalysis/bda_add_domain_sockets_for_windows by Mario Emmenlauer · 3 years, 4 months ago
  74. 18bf591 Added support for Unix domain sockets on Windows by Mario Emmenlauer · 4 years, 2 months ago
  75. 5b25b99 Merge pull request #2447 from BioDataAnalysis/bda_use_cmake_config_on_msvc by Mario Emmenlauer · 3 years, 4 months ago
  76. 5a64c71 Use the cmake-generated thrift config also on MSVC by Mario Emmenlauer · 4 years, 4 months ago
  77. ee65215 TNonblockingServer.cpp: Replace deprecated bzero with memset (more portable) by Mario Emmenlauer · 3 years, 4 months ago
  78. 6762a90 Merge pull request #2448 from BioDataAnalysis/bda_fix_dotnet_docker by Mario Emmenlauer · 3 years, 4 months ago
  79. 96ed727 build/docker/*/Dockerfile: Added dotnet additional dependencies by Mario Emmenlauer · 3 years, 4 months ago
  80. 5f829f1 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  81. 17373a3 go: Fix things staticcheck complains about by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  82. d53f056 Merge pull request #2445 from BioDataAnalysis/bda_add_dotnet_docs by Mario Emmenlauer · 3 years, 5 months ago
  83. 70ef984 lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NET by Mario Emmenlauer · 3 years, 5 months ago
  84. db997bd Minor whitespace cleanup in csproj files by Mario Emmenlauer · 3 years, 5 months ago
  85. ace8613 Fix specification to match implementation by Triton · 3 years, 6 months ago
  86. 77afa01 Made server optional. by Jorge C. Leitao · 3 years, 5 months ago
  87. db7ad5b fix javadoc warnings by kpandit · 3 years, 5 months ago
  88. 72f04b4 Change StringBuffer to StringBuilder for more efficiency by xiexiaoqun · 3 years, 5 months ago
  89. 57b9aa0 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  90. a265236 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  91. a142709 Merge pull request #2437 from BioDataAnalysis/bda_several_improvements by Mario Emmenlauer · 3 years, 5 months ago
  92. a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 4 years, 2 months ago
  93. 29b083e Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__ by Mario Emmenlauer · 7 years ago
  94. 04aabcb TCompactProtocol.tcc: add missing include cstdlib by Mario Emmenlauer · 7 years ago
  95. 464339d build/cmake/BoostMacros.cmake: Removed 'Boost_NO_BOOST_CMAKE' and minor cleanup by Mario Emmenlauer · 3 years, 5 months ago
  96. b013681 lib/cpp/test/CMakeLists.txt: Added missing boost::chrono by Mario Emmenlauer · 3 years, 5 months ago
  97. 654968a build/cmake/DefineOptions.cmake: Minor improvement in logging for 'WITH_MT' by Mario Emmenlauer · 3 years, 5 months ago
  98. b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 4 years, 8 months ago
  99. 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 3 years, 6 months ago
  100. 82504b3 Merge pull request #2436 from BioDataAnalysis/bda_disable_one_test by Mario Emmenlauer · 3 years, 5 months ago