1. 88a45ac THRIFT-5449: Use poll instead of select in Python TNonblockingServer if available by Yiyang Zhou · 3 years, 5 months ago
  2. b664cfe fix Out Of Memory when use TNonblockingServer by shangxu · 4 years, 2 months ago
  3. 0dc5298 Buffer.concat has performance issue by Wu Jian Ping · 3 years, 1 month ago
  4. 625367f (typescript): Fix invalid optional members and argument generation by Phil Price · 3 years, 3 months ago
  5. 49b2d6b THRIFT-5548: add kotlin code gen Client: kotlin Patch: Jiayu Liu by Jiayu Liu · 2 years, 9 months ago
  6. eac5103 THRIFT-5545: use gradle convention in organizing java project by Jiayu Liu · 2 years, 10 months ago
  7. 8987820 THRIFT-5569: add negative size checks in Go generator when reading maps, sets and lists by Andreas Krennmair · 2 years, 9 months ago
  8. edcad98 THRIFT-5093: lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBuffer by Christopher Friedt · 4 years, 7 months ago
  9. 5d220eb THRIFT-5562: remove gradle wrapper and use installed gradle 6.9 by Jiayu Liu · 2 years, 9 months ago
  10. a8fded4 travis ci to use xenial as base image by Jiayu Liu · 2 years, 9 months ago
  11. 35d22c5 change the java gen @SuppressWarnings location by Jiayu Liu · 2 years, 9 months ago
  12. ceffb5a Bump cached-path-relative from 1.0.2 to 1.1.0 in /lib/js by dependabot[bot] · 2 years, 9 months ago
  13. 6bdefc4 THRIFT-5563: fix deprecation and enable xlint for java library (#2575) by Jiayu Liu · 2 years, 9 months ago
  14. 90ea2e8 Bump ajv from 6.7.0 to 6.12.6 in /lib/ts by dependabot[bot] · 2 years, 9 months ago
  15. 1a5d6b6 Bump minimist from 1.2.5 to 1.2.6 in /lib/ts by dependabot[bot] · 2 years, 9 months ago
  16. 1eb361a THRIFT-5521: [java gen] use jdk8 option type in java generator code by Jiayu Liu · 2 years, 11 months ago
  17. 2e0a805 THRIFT-4100: Extract Rust read/write struct methods into a trait Client: rs by Zachary Kuhn · 2 years, 9 months ago
  18. 272c2a9 Bump minimist from 1.2.5 to 1.2.6 in /lib/js by dependabot[bot] · 2 years, 9 months ago
  19. 8d69216 Bump ajv from 6.5.4 to 6.12.6 by dependabot[bot] · 2 years, 9 months ago
  20. 3fe7180 Bump ansi-regex from 3.0.0 to 3.0.1 by dependabot[bot] · 2 years, 9 months ago
  21. 8d9b9c9 Bump cached-path-relative from 1.0.2 to 1.1.0 in /lib/ts by dependabot[bot] · 2 years, 9 months ago
  22. 07061b8 THRIFT-5551: java generator to add @Override where possible by Jiayu Liu · 2 years, 9 months ago
  23. 9f81161 Bump async from 3.2.1 to 3.2.3 in /lib/js by dependabot[bot] · 2 years, 9 months ago
  24. aa82214 add interface generation by Jiayu Liu · 2 years, 9 months ago
  25. 2f6ddc9 THRIFT-5552 apply clang-format to java generator by Jiayu Liu · 2 years, 9 months ago
  26. b3b3dc2 json gen should indent while printing include strings by Jiayu Liu · 2 years, 9 months ago
  27. 15cc0c4 fix binary protocol's first byte value. by Blacker1230 · 2 years, 9 months ago
  28. e165fa3 THRIFT-5541: Clarify on THeader key/value format in the spec by Yuxuan 'fishy' Wang · 2 years, 10 months ago
  29. f033641 THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545) by tokcum · 2 years, 10 months ago
  30. 56ec69e Revert SHA-1: 52d263e77c48bbf7cbabd03161107557d1e410b1 by Jens Geyer · 2 years, 10 months ago
  31. cd810bb Pass cancellation token to AcceptTcpClientAsync() in net6 by Jens Geyer · 2 years, 10 months ago
  32. 19f60f2 THRIFT-5540 Can't use a typedef for a container type containing enums in a constant by Jens Geyer · 2 years, 10 months ago
  33. 37f26bb FIX: error C4244: conversion from "int64_t" to "int", possible data loss by Jens Geyer · 2 years, 10 months ago
  34. 6433994 THRIFT-5539: Decouple TDuplicateToProtocol out of TDebugProtocol by Yuxuan 'fishy' Wang · 2 years, 10 months ago
  35. b941b11 THRIFT-5515: TConnection::workSocket reads all pending oneway requests. by Tamas Kovacs · 2 years, 11 months ago
  36. bbea728 feat: support creating connection on OpenHarmonyOS by konpeki622 · 2 years, 10 months ago
  37. 8ef4ed1 workaround MSVC compiler bug Client: cpp by Leon Scharnowski · 2 years, 10 months ago
  38. 649dcfd update to gradle 6.9, jdk 15, update findbugs by Jiayu Liu · 2 years, 11 months ago
  39. 20e2ceb lib/rs/Cargo.toml: Update ordered-float by Mike Cronce · 2 years, 10 months ago
  40. aa27cda add support for converting to java optional by Jiayu Liu · 2 years, 11 months ago
  41. 7594da8 THRIFT-5536 Fix cross language tests by Aki Sukegawa · 2 years, 10 months ago
  42. d88d4f9 THRIFT-5501 Remove Common Lisp support Client: cl Patch: Jens Geyer by Jens Geyer · 2 years, 10 months ago
  43. 66ac7b4 THRIFT-5494 fix cpu full caused by infinite select() when frameSize < maxReadBufferBytes but readBufferBytesAllocated.get() + frameSize always greater than MAX_READ_BUFFER_BYTES by wangfan · 2 years, 11 months ago
  44. b8920b0 update makefile by Kevin Wojniak · 2 years, 10 months ago
  45. d0e49f0 add tests by Kevin Wojniak · 3 years ago
  46. 8d6694d don't output empty import line if old style enums are used by Kevin Wojniak · 3 years ago
  47. c4e5dba match existing style for setting default value of gen_enum_ by Kevin Wojniak · 3 years ago
  48. 411df3a fix broken syntax for old style enum by Kevin Wojniak · 3 years ago
  49. b89f079 clean up formatting by Kevin Wojniak · 3 years ago
  50. a0ccc7e init gen_enum_ to false by Kevin Wojniak · 3 years, 1 month ago
  51. 7ce2216 Support for Python and enums by Constantinos Dimitriou · 6 years ago
  52. 5a44db8 THRIFT-5525 use "reuse_objects" instead of "reuse-objects" as a consistent param casing by Jiayu Liu · 2 years, 11 months ago
  53. 4bd1fd8 THRIFT-5526 to use "private_members" instead of "private-members" as a consistent param casing by Jiayu Liu · 2 years, 11 months ago
  54. c9b7bd7 THRIFT-5519 Java async client loses exceptions in void methods Client: java by Alex Kormukhin · 2 years, 11 months ago
  55. 8ab86c3 Fix headers bug in Thrift/HttpClient.pm by Finn Colman · 2 years, 11 months ago
  56. 79f89e0 FIX: remove duplicate constant decls Client: Delphi Patch: Jens Geyer by Jens Geyer · 2 years, 11 months ago
  57. fa44e90 Fixes #5529 missing space in between "<" and "::" in c++ generator by Andreas Renggli · 2 years, 11 months ago
  58. 8fea4ea THRIFT-5528 Incorrect HTML link for referenced typedefs by Jens Geyer · 2 years, 11 months ago
  59. 9bee877 THRIFT-5527: Don't swallow idl exceptions in Process function by Yuxuan 'fishy' Wang · 2 years, 11 months ago
  60. 103a11c THRIFT-5467 Python: fix CannotSendHeader exception by Márton Csordás · 3 years, 1 month ago
  61. ff74696 FIX: incorrect URL in documentation by Jens Geyer · 2 years, 11 months ago
  62. 2fa907e THRIFT-5495: close client when shutdown server in go lib Client: go by 郑桐 · 3 years ago
  63. 6266dc0 Updated website update info, the ASF CMS is not longer used anymore. by Jens Geyer · 2 years, 11 months ago
  64. f0563a5 Updated website update info, the ASF CMS is not longer used anymore. by Jens Geyer · 2 years, 11 months ago
  65. d8ed398 Merge branch '0.16.0' into master by Jens Geyer · 2 years, 11 months ago
  66. d2c28b3 THRIFT-5514 netstd test client slow in multithread mode by Jens Geyer · 2 years, 11 months ago
  67. 52d263e THRIFT-5499: Use blocking Read/Write calls to make sure the Receive/SendTimeout is checked. by TeinRnD · 3 years ago
  68. 2a93df8 Update changelog for 0.16.0 by Jens Geyer · 3 years ago 0.16.0 v0.16.0
  69. a8e3b75 THRIFT-5512: Update java dependencies by Yuxuan 'fishy' Wang · 3 years ago
  70. 0b29261 THRIFT-5512: Update java dependencies by Yuxuan 'fishy' Wang · 3 years ago
  71. 3031394 THRIFT-5509: Suppress noisy log from go's TSimpleServer by Yuxuan 'fishy' Wang · 3 years ago
  72. acd19a8 THRIFT-5509: Suppress noisy log from go's TSimpleServer by Yuxuan 'fishy' Wang · 3 years ago
  73. 50819ce Fix winsock capitalization for case sensitive cross-compilation by Jeremiah · 3 years ago
  74. 3cac320 THRIFT-5511 Full support for the new net6 "nullability" semantics by Jens Geyer · 3 years ago
  75. 2d667f3 FIX: test left too early on false premise by Jens Geyer · 3 years ago
  76. f18a8f3 Update changelog for 0.16.0 by Jens Geyer · 3 years ago
  77. 6b5b6c4 Merge pull request #2515 from dsandbrink/patch-1 by Mario Emmenlauer · 3 years ago
  78. cbb6530 [THRIFT-5510] On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before by Dirk Sandbrink · 3 years ago
  79. 56a840a THRIFT-5509: Close connection in IsOpen by Yuxuan 'fishy' Wang · 3 years ago
  80. 6f33b04 THRIFT-5509: Close connection in IsOpen by Yuxuan 'fishy' Wang · 3 years ago
  81. b9fe9c2 FIX: test left too early on false premise by Jens Geyer · 3 years ago
  82. f087ec4 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
  83. 48d1a70 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
  84. a10d401 FIX: missing EXTRA_DIST entries by Jens Geyer · 3 years ago
  85. af453f3 minor indent fixes by Jens Geyer · 3 years ago
  86. f99375e THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
  87. 9a16c75 THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
  88. 69b66a5 THRIFT-5506 C26495 variable "t_field::req_" not initialized, t_field.h:40 by Jens Geyer · 3 years ago
  89. a0cd3cf THRIFT-5505 error: 'close_generator' overrides a member function but is not marked 'override' by Jens Geyer · 3 years ago
  90. eadbd9c Fix travis issue caused by 5f16344311 by Yuxuan 'fishy' Wang · 3 years ago
  91. c4f2ba1 Fix the travis issue by Yuxuan 'fishy' Wang · 3 years ago
  92. d68f03c Updated changes.md for 0.16.0 by Jens Geyer · 3 years ago
  93. 1ef362c THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
  94. 561bc9a THRIFT-5504 CA2254 Message template should be compile time constant by Jens Geyer · 3 years ago
  95. bf09675 Fixed proxy related bugs by くらげ · 3 years, 6 months ago
  96. 5f16344 fix wrong thrift strict header comparing by ihciah · 3 years, 6 months ago
  97. fb87b44 Updated changes.md for 0.16.0 by Jens Geyer · 3 years ago
  98. febc512 Updated changes.md for 0.16.0 by Jens Geyer · 3 years ago
  99. fa5c37a Fixes #5500, uncompilable code when a .thirft struct named 'System' is present by Jonas Marty · 3 years ago
  100. 86763a1 Fixes #5500, uncompilable code when a .thirft struct named 'System' is present by Jonas Marty · 3 years ago