1. 70ef984 lib/netstd/Thrift/Thrift.csproj: Generate documentation for .NET by Mario Emmenlauer · 3 years, 5 months ago
  2. db997bd Minor whitespace cleanup in csproj files by Mario Emmenlauer · 3 years, 5 months ago
  3. ace8613 Fix specification to match implementation by Triton · 3 years, 6 months ago
  4. 77afa01 Made server optional. by Jorge C. Leitao · 3 years, 5 months ago
  5. db7ad5b fix javadoc warnings by kpandit · 3 years, 5 months ago
  6. 72f04b4 Change StringBuffer to StringBuilder for more efficiency by xiexiaoqun · 3 years, 5 months ago
  7. a265236 THRIFT-5447: Update supported Go versions by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  8. a142709 Merge pull request #2437 from BioDataAnalysis/bda_several_improvements by Mario Emmenlauer · 3 years, 5 months ago
  9. a484b5c Added new method isUnixDomainSocket() to check type of socket by Mario Emmenlauer · 4 years, 2 months ago
  10. 29b083e Include signal.h depending on HAVE_SIGNAL_H, not depending on __linux__ by Mario Emmenlauer · 7 years ago
  11. 04aabcb TCompactProtocol.tcc: add missing include cstdlib by Mario Emmenlauer · 7 years ago
  12. 464339d build/cmake/BoostMacros.cmake: Removed 'Boost_NO_BOOST_CMAKE' and minor cleanup by Mario Emmenlauer · 3 years, 5 months ago
  13. b013681 lib/cpp/test/CMakeLists.txt: Added missing boost::chrono by Mario Emmenlauer · 3 years, 5 months ago
  14. 654968a build/cmake/DefineOptions.cmake: Minor improvement in logging for 'WITH_MT' by Mario Emmenlauer · 3 years, 5 months ago
  15. b31377f TSocket.cpp: Print THRIFT_EAGAIN (timed out) to global error by Mario Emmenlauer · 4 years, 8 months ago
  16. 431368a lib/cpp/src/thrift/transport/TBufferTransports.h: Minor whitespace changes by Mario Emmenlauer · 3 years, 6 months ago
  17. 82504b3 Merge pull request #2436 from BioDataAnalysis/bda_disable_one_test by Mario Emmenlauer · 3 years, 5 months ago
  18. e664ac4 lib/cpp/test/ToStringTest.cpp: Disabled locale-based tests on Windows by Mario Emmenlauer · 3 years, 5 months ago
  19. 4cf1e35 Merge pull request #2429 from BioDataAnalysis/bda_fix_win_build by Mario Emmenlauer · 3 years, 5 months ago
  20. fb539ae THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  21. 6dfaf9c appveyor.yml: Disabled 'fast_finish' by Mario Emmenlauer · 3 years, 5 months ago
  22. fcb07b1 appveyor.yml: Disabled broken Cygwin build by Mario Emmenlauer · 3 years, 5 months ago
  23. ffc7bb9 Merged AppVeyor scripts for 'install', 'build' and 'test' into one by Mario Emmenlauer · 3 years, 5 months ago
  24. c371e4a Separate the cmake 'build' and 'install' targets by Mario Emmenlauer · 3 years, 5 months ago
  25. 22bb550 Removed the 'shortened' profile names in favor of descriptive profile class names by Mario Emmenlauer · 3 years, 5 months ago
  26. ce64880 AppVeyor: larger updates in build configuration and documentation by Mario Emmenlauer · 3 years, 5 months ago
  27. 166786e Updated MSYS2 install for current AppVeyor and upstream MSYS2 by Mario Emmenlauer · 3 years, 5 months ago
  28. 9e3ac85 Renamed Windows build files from cl-prefix to win-prefix by Mario Emmenlauer · 3 years, 5 months ago
  29. e14ac85 Larger whitespace cleanup of AppVeyor build files by Mario Emmenlauer · 3 years, 5 months ago
  30. 82a9c67 Add missing javadoc by bhalchandrap · 3 years, 5 months ago
  31. f7e6c65 bump version number by Jens Geyer · 3 years, 5 months ago
  32. 2c78047 THRIFT-4797: Go import improvements by Yuxuan 'fishy' Wang · 3 years, 5 months ago
  33. c8ae621 THRIFT-5445 "cancellationToken" cannot be used as argument name by Jens Geyer · 3 years, 5 months ago
  34. 273607d THRIFT-5444 Netstd generator produces uncompileable code for enums ending with "_result" or "_args" by Jens Geyer · 3 years, 5 months ago
  35. f695535 THRIFT-5389: Fix const generation for optional fields by Yuxuan 'fishy' Wang · 3 years, 6 months ago
  36. 68c0272 Update README for go library by Yuxuan 'fishy' Wang · 3 years, 6 months ago
  37. 47bf0e4 THRIFT-5442 Separate client service calls into send/recv methods and make them public by Jens Geyer · 3 years, 6 months ago
  38. fb1d50d THRIFT-5439 Lua Generator does not support const i64 by hkb · 3 years, 6 months ago
  39. 8bd8230 THRIFT-5421 c_glib:Fix the problem of incorrect setting of errno in some files by lm2048 · 3 years, 8 months ago
  40. c06ab4c Small bug in Rust generated code for writing container types by AlephAlpha · 3 years, 6 months ago
  41. b98e06d THRIFT-5440: Allow php8 in composer.json by William Van Hevelingen · 3 years, 6 months ago
  42. d8c4345 fix isOpen return None, to be consistent with other transport Client: python by geehanlin · 3 years, 7 months ago
  43. 44e8a43 Rust: Upgrade dependency integer-encoding to 3.0 by Lewin Bormann · 3 years, 6 months ago
  44. 4434ee9 THRIFT-5438 Inconsistent handling of exceptions during message read vs. message write phase by Jens Geyer · 3 years, 6 months ago
  45. 3b68653 THRIFT-5437 Make TProtocolImpl CTOR virtual Client: Delphi Patch: Jens Geyer by Jens Geyer · 3 years, 6 months ago
  46. 7391a31 uncaught_exception -> uncaught_exceptions Client: cpp Author: Rune Olesen by Jens Geyer · 3 years, 6 months ago
  47. 582293b Adds support for building C++ codegen on Solaris by Benjamin Naecker · 3 years, 9 months ago
  48. 3c3a389 THRIFT-5425 Throw an exception when reading TSimpleJson in Java by Thomas · 3 years, 8 months ago
  49. 5cada6a THRIFT-5433: Add Counter To Thread Name of TThreadPoolServer by belugabehr · 3 years, 6 months ago
  50. 598ee98 THRIFT-5436 Timeout.Infinite is not a good default by Jens Geyer · 3 years, 7 months ago
  51. 80e0d53 npm update jsdoc Client: js Patch: Henry Catalini Smith by Henry Catalini Smith · 3 years, 7 months ago
  52. ab72ebe Android restricts use of AI_V4MAPPED flag. by Ruslan · 3 years, 7 months ago
  53. 58fa7b4 THRIFT-5430: Fix deadlock triggered by FieldMetaData.class. by Divye Kapoor · 3 years, 7 months ago
  54. fcfa341 Merge branch '0.14.2' into upstream by Jens Geyer · 3 years, 7 months ago
  55. 3ccef5c THRIFT-5432 TSaslTransport throw TTransportException of MaxMessageSize reached by l00508282 · 3 years, 7 months ago
  56. 46693f7 THRIFT-5431 Response should include 'content-type' header by Jens Geyer · 3 years, 7 months ago
  57. c19d05e Version 0.14.2 by Jens Geyer · 3 years, 7 months ago
  58. 57e24ca THRIFT-5369: Use MaxMessageSize to check container sizes by Yuxuan 'fishy' Wang · 3 years, 10 months ago 0.14.2 v0.14.2
  59. 63e86ce Version 0.14.2 by Jens Geyer · 3 years, 7 months ago
  60. d604602 THRIFT-5383 TJSONProtocol Java readString throws on bounds check by aaronstgeorge-wf · 3 years, 10 months ago
  61. 43faa2d Merge pull request #2401 from aaronmjones/THRIFT-3840 by Mario Emmenlauer · 3 years, 7 months ago
  62. 93a316c THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKE by Christopher Friedt · 3 years, 7 months ago
  63. ad76a18 Add better unit tests and imbue C locale in floating point to_string by ubuntu · 3 years, 7 months ago
  64. 29fb346 Merge pull request #2382 from BioDataAnalysis/bda_add_openssl_membuffer_loading by Mario Emmenlauer · 3 years, 7 months ago
  65. f726ae3 THRIFT-5428 Prevent costly reallocations to improve performance by Jens Geyer · 3 years, 7 months ago
  66. 016dbac Robustness improvements when loading OpenSSL certificates by Marco Schroeter · 5 years ago
  67. ea456f6 Merge pull request #2383 from BioDataAnalysis/bda_minor_cmake_cleanup by Mario Emmenlauer · 3 years, 7 months ago
  68. be20ad7 THRIFT-5411: Catch SocketTimeoutException in TIOStreamTransport read by David Mollitor · 3 years, 8 months ago
  69. 323f032 Add unit test for system locale with thousands separator comma by ubuntu · 3 years, 7 months ago
  70. 4abc5cf fix D build, with D lang openssl 2.0.3 by mingwugmail · 3 years, 8 months ago
  71. 9a4802a THRIFT-5419 Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance by phxnsharp · 3 years, 8 months ago
  72. 63d114d THRIFT-5422 add threadpool server to netstd test suite impl by Jens Geyer · 3 years, 8 months ago
  73. 70992f1 Add Link to Tutorial in Rust Lib Documentation Client: rs Patch: Zicklag by Zicklag · 3 years, 8 months ago
  74. 346c72c THRIFT-3508 Map optional fields from thrift idl to optional fields in TypeScript. by Axel Jäger · 3 years, 8 months ago
  75. c54cfcb THRIFT-5417 Fix Lua compiler omitting default values in Lua service functions by Jeffrey Han · 3 years, 8 months ago
  76. 8101302 THRIFT-5399: Fix socket leak in abnormal situation by lm2048 · 3 years, 9 months ago
  77. 33b7f48 consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd by Irelian · 3 years, 8 months ago
  78. bc18a92 THRIFT-5414 Use of specific parameter names generates uncompileable code by Jens Geyer · 3 years, 8 months ago
  79. 348de16 THRIFT-5394 AppVeyor CI tries to download outdated cmake by Jens Geyer · 3 years, 9 months ago
  80. 728ba7f THRIFT-5413 Int vs String in method get_size required by property size by Jens Geyer · 3 years, 8 months ago
  81. 32f5466 THRIFT-5400 Java library does not export the .annotation package by Antonio García-Domínguez · 3 years, 9 months ago
  82. aeb8964 THRIFT-5407: Minor changes in .NET to support netcoreapp3.1 by Mario Emmenlauer · 3 years, 8 months ago
  83. ecf273f THRIFT-5408 Support for deprecated/obsolete methods (via annotation) by Jens Geyer · 3 years, 8 months ago
  84. 9fab238 Minor cleanup of two CMake files, and removed some (unused) boost dependencies by Mario Emmenlauer · 4 years ago
  85. c821d25 THRIFT-5244 Dynamic exception specifications are deprecated in C++11[-Wdeprecated] by zeshuai007 · 4 years, 5 months ago
  86. 0f73558 Fix travis CI for NPM by Yuxuan 'fishy' Wang · 3 years, 9 months ago
  87. fe3f8a1 THRIFT-5404: Allow other types of TTransportException to be timeouts by Yuxuan 'fishy' Wang · 3 years, 9 months ago
  88. 80415f0 commented private code that is definitely never used by Jens Geyer · 3 years, 9 months ago
  89. d4e1eb9 THRIFT-5398 ThreadPoolServer not stoppable via CancellationToken by Jens Geyer · 3 years, 9 months ago
  90. 430e540 added breaking change notice for THRIFT-5396 by Jens Geyer · 3 years, 9 months ago
  91. 2b2ea62 THRIFT-5396 deprecate "Async" method postfix Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  92. 6228b90 THRIFT-5395 inconsistent treatment of methods ending in "Async" by Jens Geyer · 3 years, 9 months ago
  93. 6583f4e THRIFT-5369: Use MaxMessageSize to check container sizes by Yuxuan 'fishy' Wang · 3 years, 10 months ago
  94. 97fb3c4 THRIFT-5393 Incorrect namespaces for included types Client: hx Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  95. ef0cb01 THRIFT-5391 Named pipes transport hardening Client: netstd Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  96. 20a86d6 THRIFT-5390 Named Pipes transport hardening Client: Delphi Patch: Jens Geyer by Jens Geyer · 3 years, 9 months ago
  97. 037753e THRIFT-5265 add the zlib transport to c_glib Client: c_glib Patch: Zezeng Wang by zeshuai007 · 4 years, 1 month ago
  98. fa87d0e THRIFT-5383 TJSONProtocol Java readString throws on bounds check by aaronstgeorge-wf · 3 years, 10 months ago
  99. 66f9536 THRIFT-5387 Improved and simplified Delphi test setup by Jens Geyer · 3 years, 10 months ago
  100. 036665e THRIFT-5386 XML-HTTP client may throw "max message size reached" incorrectly by Jens Geyer · 3 years, 10 months ago