1. e7ab34e THRIFT-5897: Use Read Lock for Listener in TServerSocket.Accept() by Atharva Chiplunkar · 4 days ago master
  2. 3b21bc9 Support socket activation by fd passing Client: cpp Patch: Federico Giovanardi by Federico Giovanardi · 2 months ago
  3. 06bc195 Bump cipher-base from 1.0.4 to 1.0.6 in /lib/ts by dependabot[bot] · 2 months ago
  4. 2620a12 THRIFT-5896: Fix race condition in TServerSocket.Addr() Client: go by Atharva Chiplunkar · 3 weeks ago
  5. d9a97c1 Bump com.ncorti.ktfmt.gradle from 0.23.0 to 0.24.0 in /lib/kotlin by dependabot[bot] · 5 weeks ago
  6. 9bfed8b Bump jvm from 2.2.10 to 2.2.20 in /lib/kotlin by dependabot[bot] · 5 weeks ago
  7. 6529154 Bump com.diffplug.spotless from 7.2.1 to 8.0.0 in /lib/java by dependabot[bot] · 5 weeks ago
  8. 81723d0 go: reduce memory consumption of small fields (#3212) by James Guthrie · 5 weeks ago
  9. 8626858 Add various/minor changes to some TProtocols for consistency and convenience by Jonathan Haapala · 4 months ago
  10. 37c7910 THRIFT-5892: Always define PY_SSIZE_T_CLEAN before including Python.h by Csaba Ringhofer · 7 weeks ago
  11. 5501e8f Bump com.ncorti.ktfmt.gradle from 0.20.1 to 0.23.0 in /lib/kotlin (#3174) by dependabot[bot] · 8 weeks ago
  12. 9524524 Bump jvm from 2.2.0 to 2.2.10 in /lib/kotlin (#3209) by dependabot[bot] · 8 weeks ago
  13. 922cd0e Add support for boringssl by Guillaume Maudoux · 1 year ago
  14. 860b1e5 Bump sha.js from 2.4.11 to 2.4.12 in /lib/ts by dependabot[bot] · 10 weeks ago
  15. fbe685a Add cpp cross tests to the build workflow by Carel Combrink · 5 months ago
  16. 0a760ff Fix python tests by Hasnain Lakhani · 10 weeks ago
  17. 72a714e Fixed a ton of missing ASF headers ... again. by Jens Geyer · 10 weeks ago
  18. 4afb7d9 THRIFT-5855: Add swift fuzzers by Hasnain Lakhani · 10 weeks ago
  19. 7ac79ab THRIFT-5855: Add rust fuzzers by Hasnain Lakhani · 10 weeks ago
  20. d274300 THRIFT-5855: Add py fuzzers by Hasnain Lakhani · 10 weeks ago
  21. aa18332 THRIFT-5855: Add nodejs fuzzers by Hasnain Lakhani · 10 weeks ago
  22. 4f877ca THRIFT-5855: Add java fuzzers by Hasnain Lakhani · 2 months ago
  23. 9b13668 THRIFT-5855: go fuzzers by Hasnain Lakhani · 2 months ago
  24. 37f4e0d THRIFT-5855: cpp fuzzers by Hasnain Lakhani · 2 months ago
  25. cf41a1c THRIFT-5855: Add c_glib fuzzers by Hasnain Lakhani · 2 months ago
  26. 28553fa Update commons-lang3 to 3.18.0 Client: Java by Raihan M · 4 months ago
  27. f141a41 Bump sha.js from 2.4.11 to 2.4.12 in /lib/js by dependabot[bot] · 2 months ago
  28. 71ebed4 Bump cipher-base from 1.0.4 to 1.0.6 in /lib/js by dependabot[bot] · 2 months ago
  29. ce664ea Bump com.diffplug.spotless from 7.0.4 to 7.2.1 in /lib/kotlin by dependabot[bot] · 3 months ago
  30. 3b86252 Update supported go versions to 1.24+1.25 by Yuxuan 'fishy' Wang · 3 months ago
  31. 57c5fc1 Fix UUID handling in Rust Thrift compact protocol (#3179) by Hasnain Lakhani · 3 months ago
  32. b0f2423 Fix C++ build by Hasnain Lakhani · 3 months ago
  33. 42d0b71 [THRIFT-5871] Add message / container size checking for Rust by Hasnain Lakhani · 4 months ago
  34. 9cff8b9 Bump pbkdf2 from 3.0.17 to 3.1.3 in /lib/js by dependabot[bot] · 4 months ago
  35. 3330e43 Bump pbkdf2 from 3.0.17 to 3.1.3 in /lib/ts by dependabot[bot] · 4 months ago
  36. 44bb07f Bump jvm from 2.1.21 to 2.2.0 in /lib/kotlin by dependabot[bot] · 4 months ago
  37. 67f8280 nuget package update by Jens Geyer · 5 months ago
  38. 25202e1 THRIFT-5880: ipv6 only linux systems cannot resolve 127.0.0.1 by James E. King III · 5 months ago
  39. 28113f4 THRIFT-5876: Add Delphi WinHTTP client TLS1.3 support by fcprete · 5 months ago
  40. f0f72d8 Add the ability to access type annotations for Java by jrhee17 · 7 months ago
  41. ae342c2 THRIFT-5698: remove use of deprecated std::iterator by Gary Miguel · 2 years, 7 months ago
  42. b10d0f2 Correcting type info in thrift_processor state record Client: Erlang by Björn Svensson · 5 months ago
  43. d966d66 Add type information to thrift_reconnecting_client state Client: Erlang by Björn Svensson · 5 months ago
  44. 935fc0c Bump jvm from 2.1.20 to 2.1.21 in /lib/kotlin by dependabot[bot] · 5 months ago
  45. e113e46 Bump com.diffplug.spotless from 7.0.3 to 7.0.4 in /lib/kotlin by dependabot[bot] · 5 months ago
  46. ce6139b [cpp] Adjust base64 padding parsing in TJSONProtocol by Hasnain Lakhani · 5 months ago
  47. a420a24 Protocol conformity and serialization tests for UUIDs - Haxe by Jens Geyer · 9 months ago
  48. 3e6be73 Protocol conformity and serialization tests for UUIDs by Jens Geyer · 5 months ago
  49. 845a87a [THRIFT-5871] Improve MAX_MESSAGE_SIZE_CHECK and friends by Hasnain Lakhani · 5 months ago
  50. 2f8347c added TMemoryStream to hx by Jens Geyer · 9 months ago
  51. b7a1d8b FIX broken build on big endian platforms Client: cpp Patch: Patrick Gansterer by Patrick Gansterer · 5 months ago
  52. 92e5b71 THRIFT-5874 Introduce new type MESSAGE_SIZE_LIMIT in TTransportException by Jens Geyer · 5 months ago
  53. 7aea524 THRIFT-5873: py: fix client auth support for THttpClient by Jeffrey Tolar · 5 months ago
  54. 270696c go: Add a zlib reader pool by Yuxuan 'fishy' Wang · 5 months ago
  55. 3253079 THRIFT-5869: Close the transport after TServerEventHandler deleteContext by dengzh · 6 months ago
  56. bd2e2a4 [nit] Return early if no bytes left to return in thrift_memory_buffer_read by Hasnain Lakhani · 5 months ago
  57. b0252a9 Throw exception instead of asserting in TJSONProtocol::readByte by Hasnain Lakhani · 6 months ago
  58. f695b75 We have 2025 for a while now by Jens Geyer · 5 months ago
  59. 02b02df Fix received keyword by Spl3en · 6 months ago
  60. ef6a6c2 [nit] Improve error handling in thrift_protocol_skip by Hasnain Lakhani · 6 months ago
  61. 6ba51d0 [nit] compile enum test types when building lib/c_glib tests by Hasnain Lakhani · 6 months ago
  62. fb0f80d Adds trace logging for java non blocking server memory limit by Keith Turner · 6 months ago
  63. 14bc62f THRIFT-5774: Add remote client's IP address to ServerContext in TServerEventHandler by yoelyang · 1 year, 7 months ago
  64. f076099 Merge branch '0.22.0' into upstream by Jens Geyer · 6 months ago
  65. 3da784b THRIFT-5868: UUID Support for TCompactProtocol Client: cpp Patch: Carel Combrink by Carel Combrink · 6 months ago
  66. 63eeff9 THRIFT-5865: Fix TBinayProtocol with list<UUID> by Carel Combrink · 6 months ago
  67. 786764b THRIFT-5868: UUID Support for TCompactProtocol Client: cpp Patch: Carel Combrink by Carel Combrink · 6 months ago
  68. 4035ecc THRIFT-5865: Fix TBinayProtocol with list<UUID> by Carel Combrink · 6 months ago
  69. 071e7ce FIX: misc EXTRA_DIST sections by Jens Geyer · 6 months ago
  70. c79d1cc Branch 0.22.0 created by Jens Geyer · 6 months ago
  71. 1e84341 [ruby] Fix shorten-64-to-32 errors on macOS by Jean Boussier · 4 years, 1 month ago
  72. df626d7 Bump com.diffplug.spotless from 7.0.2 to 7.0.3 in /lib/java by dependabot[bot] · 6 months ago
  73. 9e7be1d Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin by dependabot[bot] · 6 months ago
  74. 29d8773 THRIFT-4838: Add unix socket support for Swift Client: Swift Patch: Kino Roy by Kino Roy · 2 years, 9 months ago
  75. 74ee8b0 THRIFT-1482: Unix domain socket support under PHP by Balázs Dura-Kovács · 8 months ago
  76. 5e6d1b7 TestTServletServer doesn't accept the request by dengzh · 6 months ago
  77. b4d2d91 Fix field stop read in duplicate_protocol.go (#3125) by Will Milton · 7 months ago
  78. 58d68c6 Revert "THRIFT-1482 Allow unix domain sockets in TSocket" by Jens Geyer · 7 months ago
  79. 0481fcd THRIFT-1482 Allow unix domain sockets in TSocket by Balázs Dura-Kovács · 8 months ago
  80. 4bacc1a remove unused writeUtf8 and readUtf8 from TProtocol.py (#3123) by Vlad · 7 months ago
  81. 0414755 THRIFT-5861: Add isOpen method to TTornadoStreamTransport by Asjad Syed · 7 months ago
  82. 32ce699 THRIFT-5858: Introduce new type MESSAGE_SIZE_LIMIT in TTransportException by dengzhihua · 8 months ago
  83. 4c219f3 Change SSL_get_verify_result() return value from int to long by Gabe Jones · 7 months ago
  84. e0d4692 Bump jvm from 2.1.10 to 2.1.20 in /lib/kotlin by dependabot[bot] · 7 months ago
  85. 135b79e THRIFT-5857: Remove deprecated Tornado io_loop usage by Asjad Syed · 8 months ago
  86. b28a4c4 THRIFT-5859: Generate a values iterator for enum types for go by Yuxuan 'fishy' Wang · 7 months ago
  87. 7cfd018 Log the exception when TThreadPoolServer breaks the work loop (#3113) by dengzh · 8 months ago
  88. 7c94335 THRIFT-5853: Remove oldstyle casts from TBufferTransports and TCompactProtocol by Maximilian Bandle · 9 months ago
  89. 72c8111 THRIFT-5856 Client should validate HTTP status Client: Delphi Patch: Jens Geyer by Jens Geyer · 8 months ago
  90. 3494e1c replace "utf8" alias by canonical "utf-8" locale code + remove the second Python2 vs Py3 compat.py by Alexandre Detiste · 9 months ago
  91. 21ed4a2 THRIFT-5811: Add ESM support to nodejs codegen by Cameron Martin · 1 year, 7 months ago
  92. aee3f63 THRIFT-5817: [C++] Avoid copy of TUuid Client: cpp Patch: Carel Combrink by Carel Combrink · 1 year, 2 months ago
  93. fdaca5e Upgrade typescript Client: nodejs Patch: Cameron Martin by Cameron Martin · 10 months ago
  94. 6e38030 http.client.HTTPSConnection: drop key_file, cert_file by Vitaly Zdanevich · 8 months ago
  95. caef0ed THRIFT-5811: Update eslint & prettier Client: js Patch: Cameron Martin by Cameron Martin · 10 months ago
  96. eec0b58 Bump elliptic from 6.6.0 to 6.6.1 in /lib/ts by dependabot[bot] · 9 months ago
  97. a84f022 Bump elliptic from 6.6.0 to 6.6.1 in /lib/js by dependabot[bot] · 9 months ago
  98. 7eec227 FIX broken netstd tests by Jens Geyer · 9 months ago
  99. 624118f Update supported go versions by Yuxuan 'fishy' Wang · 9 months ago
  100. 5c08893 THRIFT-5854: Move the checkReadBytesAvailable check before allocation by Maximilian Bandle · 9 months ago