1. b5ca6d0 Merge branch '0.23.0' into master by Jens Geyer · 25 hours ago master
  2. df52ad4 EXTRA_DIST fixes by Jens Geyer · 3 days ago 0.23.0
  3. 21a89c6 build fixes by Jens Geyer · 3 days ago
  4. 7ee3e5f THRIFT-5946: Use trusted publishing for Ruby gem releases by Dmytro Shteflyuk · 4 days ago
  5. 82754d2 THRIFT-5944: Corrected and expanded Ruby protocol benchmarks by Dmytro Shteflyuk · 2 weeks ago
  6. 269396a THRIFT-5945: Incomplete cleanup in NonblockingServer leaks sockets by Dmytro Shteflyuk · 2 weeks ago
  7. 630d66c added int range checks by Jens Geyer · 4 days ago
  8. 98a7137 Fix prettier formatting in generated-exceptions test by Jens Geyer · 4 days ago
  9. 3babdd6 Add test for ES6 generated exception constructor Client: js by Jens Geyer · 4 days ago
  10. ca8c2c8 added int range checks by Jens Geyer · 4 days ago
  11. a3b9b94 Optimize Python C extension readStruct for nested structs by Mark Molinaro · 10 days ago
  12. 40505d8 THRIFT-5930: c_glib: reject oversized Unix socket paths in thrift_server_socket_listen() by Pengpeng Hou · 3 weeks ago
  13. 15fd2da THRIFT-5757: keep PHP JSON fixtures literal by Volodymyr Panivko · 11 days ago
  14. c94feab THRIFT-5757: fix PHP JSON test expectations by Volodymyr Panivko · 11 days ago
  15. 76113eb THRIFT-5757: finish PHP cross-test integration by Volodymyr Panivko · 2 weeks ago
  16. 6574255 Updated Gemfile.lock to fix build issues by Dmytro Shteflyuk · 4 days ago
  17. 2e3afbe branch for release by Jens Geyer · 5 days ago
  18. be155ae Bump jvm from 2.3.10 to 2.3.20 in /lib/kotlin by dependabot[bot] · 11 days ago
  19. 197da84 Bump com.diffplug.spotless from 8.2.1 to 8.4.0 in /lib/kotlin by dependabot[bot] · 11 days ago
  20. c5b73f3 Bump com.ncorti.ktfmt.gradle from 0.25.0 to 0.26.0 in /lib/kotlin by dependabot[bot] · 11 days ago
  21. 3f81e22 Updated README.md for Ruby [skip ci] by Dmytro Shteflyuk · 4 months ago
  22. 40d3e78 Fix generation of episodic nodejs for services by CJCombrink · 3 weeks ago
  23. 27b7208 THRIFT-5933: c_glib: reject oversized Unix socket paths in thrift_socket_open() by Pengpeng Hou · 3 weeks ago
  24. 9e799ff Bump picomatch from 2.3.0 to 2.3.2 in /lib/js by dependabot[bot] · 2 weeks ago
  25. d999ed2 Bump picomatch from 2.3.0 to 2.3.2 in /lib/ts by dependabot[bot] · 2 weeks ago
  26. 9f1fb7a THRIFT-5934: Fix deprecated usage of ReflectionProperty::setAccessible() in PHP tests by Pavel Kvach · 3 weeks ago
  27. 8f1bfda THRIFT-5926: Fix TSaslClientTransport.open() for DIGEST-MD5 by sarangat_LinkedIn · 4 weeks ago
  28. 86b1519 THRIFT-4987: Fix TBinaryProtocol support in XHRConnection by CJCombrink · 4 weeks ago
  29. 0de53c4 THRIFT-5931: c_glib: avoid fixed-size buffers in thrift_ssl_socket_get_ssl_error() by Pengpeng Hou · 3 weeks ago
  30. 821140c THRIFT-5928: fix skip() for binary fields with non-UTF-8 bytes Client: rs by Arthur Lazzaretti · 4 weeks ago
  31. 9ffc337 Fix Ruby client seqid handling by Dmytro Shteflyuk · 4 weeks ago
  32. 98034d1 Regression test for THRIFT-4002: Immutable exception deserialization by Jens Geyer · 3 weeks ago
  33. 3b0ab4d Enforce consistent whitespaces around blocks, equal signs, and in parameters in Ruby code by Dmytro Shteflyuk · 5 weeks ago
  34. dfeab8d THRIFT-5924: UUID support for NodeTS by CJCombrink · 5 weeks ago
  35. 5bd98f4 fix: flake8 errors by JensG via OpenCode · 4 weeks ago
  36. 1091fe6 THRIFT-5927 Cannot use reserved language keyword "None" with target language Python by Jens Geyer · 4 weeks ago
  37. 5b5fd3c Fix crashes caused by unchecked memory allocation in Ruby library by Dmytro Shteflyuk · 5 weeks ago
  38. 0564434 THRIFT-5587: Add UUID support for PHP Client: py Patch: Volodymyr Panivko by Volodymyr Panivko · 5 weeks ago
  39. 6041798 Implemented Ruby fuzzing (#3339) by Dmytro Shteflyuk · 4 weeks ago
  40. a715bdf THRIFT-5923: UUID python Client: py Patch: CJCombrink by Carel Combrink · 5 months ago
  41. 6f18285 THRIFT-5927: fix i16 overflow in compact protocol read_field_begin by Santiago Medina Rolong · 5 weeks ago
  42. f5c80a4 Enforce consistent emtpy lines and trailing whitespaces in Ruby code by Dmytro Shteflyuk · 5 weeks ago
  43. df22bb1 Added Rubocop harness to enforce Ruby code style by Dmytro Shteflyuk · 4 months ago
  44. 45b6935 THRIFT-5925: Java UUID fix Client: Java Patch: CJCombrink by CJCombrink · 5 weeks ago
  45. 96b7f21 THRIFT-5922: made http header lookup case insensitive by nighmared · 6 weeks ago
  46. 85bf853 Bump jvm from 2.3.0 to 2.3.10 in /lib/kotlin by dependabot[bot] · 6 weeks ago
  47. b1ed079 Bump underscore from 1.13.6 to 1.13.8 in /lib/ts by dependabot[bot] · 6 weeks ago
  48. 8a358b8 Use read_nonblock instead of readpartial to account for SSL socket buffer by Dmytro Shteflyuk · 7 weeks ago
  49. 5cc1022 Constants demo by Dmytro Shteflyuk · 5 months ago
  50. 32776c0 Make sure we always throw ProtocolException(INVALID_DATA) in Ruby by Dmytro Shteflyuk · 9 weeks ago
  51. ca0740a go: Modernize codebase with go fix by Yuxuan 'fishy' Wang · 7 weeks ago
  52. 1c989cd Fixed PHP phpcs offenses by Dmytro Shteflyuk · 8 weeks ago
  53. 93b1b44 Bump rack from 2.2.21 to 2.2.22 in /lib/rb by dependabot[bot] · 7 weeks ago
  54. acbcf10 Fixed Python flake8 offenses by Dmytro Shteflyuk · 8 weeks ago
  55. fe43dec Fixed C++ cppcheck offenses by Dmytro Shteflyuk · 8 weeks ago
  56. 6721241 Update the `ProcessFunction::getResult` method to return the _result type instead of a general TBase by shang · 8 weeks ago
  57. c3cdacf cpp: add template_streamop generation with runtime/compiler test coverage by copilot-swe-agent[bot] · 9 weeks ago
  58. 0b68228 Wire TLS keys in Python for cross-tests by Dmytro Shteflyuk · 10 weeks ago
  59. 697910f Fixed en error preventing Thrift::NonblockingServer from working with SSL by Dmytro Shteflyuk · 8 weeks ago
  60. d24b8a0 Cleaned up code supporting Ruby < 2.0 by Dmytro Shteflyuk · 4 months ago
  61. fd9756c Update supported go versions to 1.25+1.26 by Yuxuan 'fishy' Wang · 9 weeks ago
  62. 67bfb29 Implemented header protocol for Ruby client library by Dmytro Shteflyuk · 2 months ago
  63. d66874c Do not shutdown() an external server socket by Federico Giovanardi · 2 months ago
  64. 4966d07 Bump com.diffplug.spotless from 8.1.0 to 8.2.1 in /lib/kotlin by dependabot[bot] · 2 months ago
  65. 62ec929 Fix Python 3.12 build issues in thrift Python (#3276) by Gregg Donovan · 2 months ago
  66. 75a2877 Added a special no-extension build to test the code paths without native extensions by Dmytro Shteflyuk · 4 months ago
  67. e9ac8e3 Added UUID support in Ruby library by Dmytro Shteflyuk · 5 months ago
  68. bec0234 Bump lodash from 4.17.21 to 4.17.23 in /lib/ts by dependabot[bot] · 3 months ago
  69. 10d9272 THRIFT-5916: Enforce recursion depth limit in Java for C++ parity (#3287) by Hasnain Lakhani · 3 months ago
  70. 4f76c33 Bump lodash from 4.17.21 to 4.17.23 in /lib/js by dependabot[bot] · 3 months ago
  71. 6e5e181 Added Ruby library tests to the GitHub workflow by Dmytro Shteflyuk · 5 months ago
  72. 4413220 Fixed make check for Ruby library by Dmytro Shteflyuk · 4 months ago
  73. 0d18fb2 Only export Init_thrift_native function from the Ruby binary extension by Dmytro Shteflyuk · 4 months ago
  74. 098c827 fix cross test error by HTHou · 3 months ago
  75. d9b4d95 try to fix kotlin cross tests by HTHou · 3 months ago
  76. b5919dd Add async nonblocking ssl support in java client by HTHou · 3 months ago
  77. dfa0979 Bump jvm from 2.2.21 to 2.3.0 in /lib/kotlin by dependabot[bot] · 3 months ago
  78. 0947594 Add TLS support to the benchmark script by Dmytro Shteflyuk · 5 months ago
  79. bfeb7df Addressed discrepancy between accelerated and non-accelerated union implementation by Dmytro Shteflyuk · 5 months ago
  80. b8f7e5b Fixed '#to_io gives NilClass' error by Dmytro Shteflyuk · 5 months ago
  81. f06db1b Remove Fixnum references to support modern Ruby versions by Dmytro Shteflyuk · 5 months ago
  82. c77cbd2 Raise an error when nil is sent to binary protocol write operations by Dmytro Shteflyuk · 5 months ago
  83. 312cef9 Updated Java keys for cross-platform tests by Dmytro Shteflyuk · 5 months ago
  84. 6e105bf TransportException should be raised when Socket is not open instead of IOError by Dmytro Shteflyuk · 4 months ago
  85. a635e68 Removed base64 and added logger as an explicit add_dependency by Dmytro Shteflyuk · 5 months ago
  86. eb6eb85 Fixed Thrift::TypeError exception in specs by Dmytro Shteflyuk · 5 months ago
  87. 497c1dd THRIFT-3268: Suppress gnu-zero-variadic-macro-arguments warnings by Sutou Kouhei · 8 months ago
  88. b940d12 THRIFT-5863: Make TServerTransport able to customize the max message size by dengzh · 11 months ago
  89. 1eaa9a4 - THRIFT-5712 - Added Dart 3 Compatibility by Martin Haimberger · 4 months ago
  90. c630d8f Updated gemspec to include metadata (repository, changelog), and cleaned deprecated properties by Dmytro Shteflyuk · 5 months ago
  91. 5cb828f Rack response needs to be finished when returned from the Rack application by Dmytro Shteflyuk · 5 months ago
  92. 5c2183d Make generated C++ code compilable with C++/CLI in MSVC by Shaoyu Zhang · 5 months ago
  93. 9aa75fb Commit Gemfile.lock for reproducible tests by Dmytro Shteflyuk · 4 months ago
  94. d92b1ae Fix: Error: thrift/simple_server.go:27:2: "net" imported and not used by Jens Geyer · 4 months ago
  95. 4c5a7b0 Fix Dependabot alert #132 by Jens Geyer · 4 months ago
  96. 3aab902 Fix Dependabot alert #140 by Jens Geyer · 4 months ago
  97. cadf511 Fix Dependabot alert #132 by Jens Geyer · 4 months ago
  98. 010027b Fix for Dependabot alerts #151 and #152 by Jens Geyer · 4 months ago
  99. 4a21581 enforce to close accepted connection after processing by Jun.S.Shen · 2 years, 5 months ago
  100. d925d34 Fix spurious wakeups in ThreadManager test sleep by Dmytro Shteflyuk · 4 months ago