1. 922cd0e Add support for boringssl by Guillaume Maudoux · 10 months ago master
  2. 860b1e5 Bump sha.js from 2.4.11 to 2.4.12 in /lib/ts by dependabot[bot] · 6 days ago
  3. fbe685a Add cpp cross tests to the build workflow by Carel Combrink · 3 months ago
  4. 0a760ff Fix python tests by Hasnain Lakhani · 6 days ago
  5. 72a714e Fixed a ton of missing ASF headers ... again. by Jens Geyer · 6 days ago
  6. 4afb7d9 THRIFT-5855: Add swift fuzzers by Hasnain Lakhani · 7 days ago
  7. 7ac79ab THRIFT-5855: Add rust fuzzers by Hasnain Lakhani · 7 days ago
  8. d274300 THRIFT-5855: Add py fuzzers by Hasnain Lakhani · 7 days ago
  9. aa18332 THRIFT-5855: Add nodejs fuzzers by Hasnain Lakhani · 7 days ago
  10. 4f877ca THRIFT-5855: Add java fuzzers by Hasnain Lakhani · 7 days ago
  11. 9b13668 THRIFT-5855: go fuzzers by Hasnain Lakhani · 7 days ago
  12. 37f4e0d THRIFT-5855: cpp fuzzers by Hasnain Lakhani · 7 days ago
  13. cf41a1c THRIFT-5855: Add c_glib fuzzers by Hasnain Lakhani · 7 days ago
  14. c51ab5f THRIFT-5855: Add FUZZING.md and test structures by Hasnain Lakhani · 7 days ago
  15. 3f6d8a5 [nit] Avoid dispatching to parent when not needed in c_glib implementation (#3149) by Hasnain Lakhani · 7 days ago
  16. 28553fa Update commons-lang3 to 3.18.0 Client: Java by Raihan M · 7 weeks ago
  17. f141a41 Bump sha.js from 2.4.11 to 2.4.12 in /lib/js by dependabot[bot] · 11 days ago
  18. 71ebed4 Bump cipher-base from 1.0.4 to 1.0.6 in /lib/js by dependabot[bot] · 11 days ago
  19. ce664ea Bump com.diffplug.spotless from 7.0.4 to 7.2.1 in /lib/kotlin by dependabot[bot] · 4 weeks ago
  20. 82a5f16 [THRIFT-5855]: Add makefile detection for clang support by Hasnain Lakhani · 4 weeks ago
  21. 3b86252 Update supported go versions to 1.24+1.25 by Yuxuan 'fishy' Wang · 3 weeks ago
  22. 57c5fc1 Fix UUID handling in Rust Thrift compact protocol (#3179) by Hasnain Lakhani · 4 weeks ago
  23. b0f2423 Fix C++ build by Hasnain Lakhani · 4 weeks ago
  24. 52fea29 [rust] Gracefully handle error upon receiving incompatible enum (#3181) by Hasnain Lakhani · 4 weeks ago
  25. 458eb32 THRIFT-5887: ensure using our CMake modules by Sutou Kouhei · 8 weeks ago
  26. 42d0b71 [THRIFT-5871] Add message / container size checking for Rust by Hasnain Lakhani · 7 weeks ago
  27. 9cff8b9 Bump pbkdf2 from 3.0.17 to 3.1.3 in /lib/js by dependabot[bot] · 10 weeks ago
  28. 3330e43 Bump pbkdf2 from 3.0.17 to 3.1.3 in /lib/ts by dependabot[bot] · 10 weeks ago
  29. 44bb07f Bump jvm from 2.1.21 to 2.2.0 in /lib/kotlin by dependabot[bot] · 9 weeks ago
  30. 67f8280 nuget package update by Jens Geyer · 2 months ago
  31. 25202e1 THRIFT-5880: ipv6 only linux systems cannot resolve 127.0.0.1 by James E. King III · 3 months ago
  32. d128eb6 Generate swap noexcept by NN · 3 months ago
  33. 28113f4 THRIFT-5876: Add Delphi WinHTTP client TLS1.3 support by fcprete · 3 months ago
  34. f0f72d8 Add the ability to access type annotations for Java by jrhee17 · 5 months ago
  35. ae342c2 THRIFT-5698: remove use of deprecated std::iterator by Gary Miguel · 2 years, 5 months ago
  36. b10d0f2 Correcting type info in thrift_processor state record Client: Erlang by Björn Svensson · 3 months ago
  37. d966d66 Add type information to thrift_reconnecting_client state Client: Erlang by Björn Svensson · 3 months ago
  38. 935fc0c Bump jvm from 2.1.20 to 2.1.21 in /lib/kotlin by dependabot[bot] · 3 months ago
  39. e113e46 Bump com.diffplug.spotless from 7.0.3 to 7.0.4 in /lib/kotlin by dependabot[bot] · 3 months ago
  40. ce6139b [cpp] Adjust base64 padding parsing in TJSONProtocol by Hasnain Lakhani · 3 months ago
  41. 80cd45a Introduce nominal types by Sergey Yelin · 4 months ago
  42. 12fe8e4 Unify constant name generation by Sergey Yelin · 5 months ago
  43. 132a501 Use enum's const name instead of value (avoid magic number) by Sergey Yelin · 5 months ago
  44. f248ad2 Deduplicate render type by Sergey Yelin · 5 months ago
  45. 100d200 Generate base type by Sergey Yelin · 5 months ago
  46. 42f3587 Generate type declaration from typdef by Sergey Yelin · 5 months ago
  47. e4ccfcb Improve enum generation for Erlang by Sergey Yelin · 5 months ago
  48. 1a83568 Comment exception as exception (not struct), use original name by Sergey Yelin · 5 months ago
  49. 039c89a Fix map type by Sergey Yelin · 5 months ago
  50. a420a24 Protocol conformity and serialization tests for UUIDs - Haxe by Jens Geyer · 7 months ago
  51. 3e6be73 Protocol conformity and serialization tests for UUIDs by Jens Geyer · 3 months ago
  52. 845a87a [THRIFT-5871] Improve MAX_MESSAGE_SIZE_CHECK and friends by Hasnain Lakhani · 3 months ago
  53. 2f8347c added TMemoryStream to hx by Jens Geyer · 7 months ago
  54. b7a1d8b FIX broken build on big endian platforms Client: cpp Patch: Patrick Gansterer by Patrick Gansterer · 3 months ago
  55. 81fb1a7 Fix cross test for netstd: Tries to run the debug build but it appears that the script builds release by Carel Combrink · 3 months ago
  56. 92e5b71 THRIFT-5874 Introduce new type MESSAGE_SIZE_LIMIT in TTransportException by Jens Geyer · 3 months ago
  57. 7aea524 THRIFT-5873: py: fix client auth support for THttpClient by Jeffrey Tolar · 3 months ago
  58. 270696c go: Add a zlib reader pool by Yuxuan 'fishy' Wang · 3 months ago
  59. 716835f Fix cross-test by Yuxuan 'fishy' Wang · 3 months ago
  60. 63b7a26 THRIFT-5864 swift CI broken & no maintainer around to fix by Jens Geyer · 3 months ago
  61. 3253079 THRIFT-5869: Close the transport after TServerEventHandler deleteContext by dengzh · 4 months ago
  62. bd2e2a4 [nit] Return early if no bytes left to return in thrift_memory_buffer_read by Hasnain Lakhani · 3 months ago
  63. b0252a9 Throw exception instead of asserting in TJSONProtocol::readByte by Hasnain Lakhani · 4 months ago
  64. f695b75 We have 2025 for a while now by Jens Geyer · 3 months ago
  65. 433857d FIX release date 0.22.0 in debian/changelog is wrong by Jens Geyer · 3 months ago
  66. 02b02df Fix received keyword by Spl3en · 3 months ago
  67. 1b8a998 Put field name in error message for set duplication check on write by Yuxuan 'fishy' Wang · 3 months ago
  68. ef6a6c2 [nit] Improve error handling in thrift_protocol_skip by Hasnain Lakhani · 4 months ago
  69. 6ba51d0 [nit] compile enum test types when building lib/c_glib tests by Hasnain Lakhani · 4 months ago
  70. e73b238 [nit] Use more consistent free method in c_glib generated code for binary types by Hasnain Lakhani · 4 months ago
  71. 94e1a30 THRIFT-5866 Dockerfile to support Ubuntu 24.04 LTS (Noble Numbat) by Jens Geyer · 4 months ago
  72. fb0f80d Adds trace logging for java non blocking server memory limit by Keith Turner · 4 months ago
  73. 14bc62f THRIFT-5774: Add remote client's IP address to ServerContext in TServerEventHandler by yoelyang · 1 year, 5 months ago
  74. 7da25be Markdown fixes (no content changes) by Jens Geyer · 4 months ago
  75. f076099 Merge branch '0.22.0' into upstream by Jens Geyer · 4 months ago
  76. af9ac17 updated CHANGES.md by Jens Geyer · 4 months ago 0.22.0 v0.22.0
  77. 3da784b THRIFT-5868: UUID Support for TCompactProtocol Client: cpp Patch: Carel Combrink by Carel Combrink · 4 months ago
  78. 63eeff9 THRIFT-5865: Fix TBinayProtocol with list<UUID> by Carel Combrink · 4 months ago
  79. 786764b THRIFT-5868: UUID Support for TCompactProtocol Client: cpp Patch: Carel Combrink by Carel Combrink · 4 months ago
  80. 4035ecc THRIFT-5865: Fix TBinayProtocol with list<UUID> by Carel Combrink · 4 months ago
  81. ce696f3 FIX build does not install net 9 properly by Jens Geyer · 4 months ago
  82. a58d122 updated CHANGES.md by Jens Geyer · 4 months ago
  83. 12f2bfa FIX: missing EXTRA_DIST release_rust.yml by Jens Geyer · 4 months ago
  84. 071e7ce FIX: misc EXTRA_DIST sections by Jens Geyer · 4 months ago
  85. de90963 FIX: no rule for .eslintrc.json FIX: outdated golang versions in Dockerfiles by Jens Geyer · 4 months ago
  86. 7fff2c6 FIX: no rule to build eslintignore by Jens Geyer · 4 months ago
  87. 32cd806 updated CHANGES.md by Jens Geyer · 4 months ago
  88. c79d1cc Branch 0.22.0 created by Jens Geyer · 4 months ago
  89. e402bb0 Added "resolved" to searches for unresolved tickets by Jens Geyer · 4 months ago
  90. 1e84341 [ruby] Fix shorten-64-to-32 errors on macOS by Jean Boussier · 3 years, 11 months ago
  91. df626d7 Bump com.diffplug.spotless from 7.0.2 to 7.0.3 in /lib/java by dependabot[bot] · 4 months ago
  92. 9e7be1d Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin by dependabot[bot] · 4 months ago
  93. 29d8773 THRIFT-4838: Add unix socket support for Swift Client: Swift Patch: Kino Roy by Kino Roy · 2 years, 6 months ago
  94. 47d0fbb Add Package.swift to root of repo by Andy Best · 2 years, 10 months ago
  95. 74ee8b0 THRIFT-1482: Unix domain socket support under PHP by Balázs Dura-Kovács · 6 months ago
  96. b3fc4b2 Update minimum required CMake version for CMake 4.0 compatibility by Vyas Ramasubramani · 4 months ago
  97. 5e6d1b7 TestTServletServer doesn't accept the request by dengzh · 4 months ago
  98. b4d2d91 Fix field stop read in duplicate_protocol.go (#3125) by Will Milton · 4 months ago
  99. 58d68c6 Revert "THRIFT-1482 Allow unix domain sockets in TSocket" by Jens Geyer · 5 months ago
  100. 1834bfc added -y switch to prevent hang during CI run by Jens Geyer · 5 months ago