1. c9b1e29 THRIFT-4843 http:// and https:// schemes are switched in test client by Jens Geyer · 6 years ago
  2. 7b94dd4 THRIFT-4839: Remove embedded buffering/framed options from TCP transports by Kyle Smith · 6 years ago
  3. ddec431 TryFrom stable by Danny Browning · 6 years ago
  4. 421444f THRIFT-4831 interface ITProtocolFactory should be class TProtocolFactory again by Jens Geyer · 6 years ago
  5. 98c1941 THRIFT-4829 HTTP server transport lacks TransportFactory arguments by Jens Geyer · 6 years ago
  6. 6378ff6 THRIFT-4825 Aligned the TTlsSocketServerTransport constructors with the TSocketServerTransport by Kyle Smith · 6 years ago
  7. b11f63c THRIFT-4824 Logger deprecation warnings in tutorial by Jens Geyer · 6 years ago
  8. bf27637 THRIFT-4822 Convert bool CTOR flags into enum type by Jens Geyer · 6 years ago
  9. cf51a84 THRIFT-4821 Normalized the constructors in TServerSocketTransport to allow parity between the TcpListerer and port options. by Kyle Smith · 6 years ago
  10. 22c412e THRIFT-4817 Add string CTOR to TTlsSocketTransport by Jens Geyer · 6 years ago
  11. 68ff6cd THRIFT-4813 NamedPipes may not work in all cases by Jens Geyer · 6 years ago
  12. a34f783 THRIFT-4812 haxelib readme still points to old ASF git repo by Jens Geyer · 6 years ago
  13. 264a3f3 additional test for TSimpleJSONProtocol by Jens Geyer · 6 years ago
  14. ddd2224 [THRIFT-4771] add nodejs THeaderProtocol support (#1743) by David Mai · 6 years ago
  15. a4ee1f2 THRIFT-4807: Fix php segfault on reference pass by Josip Sokcevic · 6 years ago
  16. 6b3f7d9 Fix spelling errors in TSSLSocket.py by Tim Armstrong · 6 years ago
  17. dbc1f8d THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742) by James E. King III · 6 years ago
  18. 393f6c9 THRIFT-3877: fix py/py3 server, java client with http transport by James E. King III · 6 years ago
  19. 2b70c1d THRIFT-4784 Thrift should throw when skipping over unexpected data by Jens Geyer · 6 years ago
  20. 9804ab9 THRIFT-4780: finish the server implementation of multi in python server by James E. King III · 6 years ago
  21. 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 6 years ago
  22. 74a3e09 THRIFT-4779: fix exception type in TMultiplexedProcessor by James E. King III · 6 years ago
  23. e44f6a9 THRIFT-4778: fix inheritance for protocol factories by James E. King III · 6 years ago
  24. a6a3a78 THRIFT-4732:refine cmake scripts (#1688) by cyy · 6 years ago
  25. 4a89856 THRIFT-4773: Provide root cause for sasl negotiation failure by Qinghui Xu · 6 years ago
  26. adde44b THRIFT-4772 fully enable server-side usage of framed/buffered transports by Jens Geyer · 6 years ago
  27. 8fdb758 THRIFT-4759:add thrift export to fix windows shared lib building (#1714) by cyy · 6 years ago
  28. 71afec0 THRIFT-4739: fix concurrency_test (test-only fix) by James E. King III · 6 years ago
  29. d77e097 fix minor glib warning by James E. King III · 6 years ago
  30. 1686c87 THRIFT-4766: Fix JDK11 build (#1723) by Fokko Driesprong · 6 years ago
  31. 3ec4031 THRIFT-4405: fix cygwin on appveyor by James E. King III · 6 years ago
  32. 53bd0e6 THRIFT-4745: fixes compiler warnings by James E. King III · 6 years ago
  33. f15b415 THRIFT-4405: fix negative sequence id handling in python TCompactProtocol by James E. King III · 6 years ago
  34. 973c855 THRIFT-4405: fix parsing bug in cpp json header read if sequence ID wrapped around to negative by James E. King III · 6 years ago
  35. 43f689d THRIFT-4405: fix c_glib seqid limited to min 0 instead of full int32_t range by James E. King III · 6 years ago
  36. f95620d THRIFT-4405: sanity tests relating to sequence numbers by James E. King III · 6 years ago
  37. f6511c9 THRIFT-4767: Added TSocket/TSSLSocket support tcp keep-alive in python (#1725) by Jun · 6 years ago
  38. 4f7d93d Update grunt-shell-spawn javascript dependency by James E. King III · 6 years ago
  39. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  40. aa0c8b3 THRIFT-4723 Consolidate C#/netcore into new netstd language target by Jens Geyer · 6 years ago
  41. 1231930 THRIFT-4760: Configure and install pkgconfig files when using cmake Client: cpp by Joel 'Aaron' Cohen · 6 years ago
  42. 638c91f THRIFT-1549: properly unwrap and close TSSLSocket in python by James E. King III · 6 years ago
  43. 29f7f8f THRIFT-4743: remove cpp compiler plugin support to simplify the project by James E. King III · 6 years ago
  44. 3f55994 THRIFT-4757: fix npm identified security vulnerability in transient dependency on sync-exec by James E. King III · 6 years ago
  45. b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
  46. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  47. 129bb3e THRIFT-4675: Fix int64 constants generation for map keys by Mustafa Senol Cosar · 6 years ago
  48. b1d63e7 THRIFT-4750: as3 changes to build and publish to maven central by James E. King III · 6 years ago
  49. 22749ac THRIFT-4751: Missing imports in TProtocol (phpdoc related only) Client: php by Florian Lonqueu-Brochard · 6 years ago
  50. 328e437 THRIFT-4698: add releading instructions to the haskell readme [ci skip] by James E. King III · 6 years ago
  51. 98f379e THRIFT-4746: changes for publishing java library to maven; fix java debug vs. release build with cmake by James E. King III · 6 years ago
  52. dd63da1 Merge pull request #1690 from cyyever/const_members by James E. King III · 6 years ago
  53. c28a739 THRIFT-4747: The 'omitempty' tag should not be appended to optional fields that have a default value by Renan Cakirerk · 6 years ago
  54. f1eadad THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (#1617) by Rob Becker · 6 years ago
  55. 9fed901 fix static analyzer warings by cyy · 6 years ago
  56. f7a4ead fix warings by cyy · 6 years ago
  57. f6460fa change doc by cyy · 6 years ago
  58. 72a878e change timeous_ms to unsigned type by cyy · 6 years ago
  59. c349cdb add override and const by cyy · 6 years ago
  60. fc222b3 remove useless assert code by cyy · 6 years ago
  61. c1bfe3d remove WIN XP macros by cyy · 6 years ago
  62. 6a01d46 remove unused code by cyy · 6 years ago
  63. bfdbd03 use chrono by cyy · 6 years ago
  64. d12dbed remove unused headers by cyy · 6 years ago
  65. 7190ca7 remove unused headers by cyy · 6 years ago
  66. f83d3f9 add const to member functions by cyy · 6 years ago
  67. ef32bc1 THRIFT-4163: update cmake build type handling by James E. King III · 6 years ago
  68. 1ad08ca THRIFT-3587 TTLSSocket now also uses ConnectHelper to allow for timeouts when opening the connection. by Christoph Herold · 6 years ago
  69. 8630eb9 THRIFT-4741 Missing "inner" argument from one CTOR Client: C# Patch: Jens Geyer by Jens Geyer · 6 years ago
  70. 67df34a THRIFT-4742 Typo "cannot read from null input stream" on write by Jens Geyer · 6 years ago
  71. ac9e9b1 THRIFT-4741 Missing "inner" argument from one CTOR Client: C# Patch: Jens Geyer by Jens Geyer · 6 years ago
  72. f86845e THRIFT-4675: Generate Int64 constants for js by Mustafa Senol Cosar · 6 years ago
  73. 010ccf0 Merge pull request #1678 from BELUGABEHR/THRIFT-4725 by James E. King III · 6 years ago
  74. bbc1377 THRIFT-4691: ensure CPAN module runs unit tests by James E. King III · 6 years ago
  75. f61d9e5 THRIFT-4737: fixed by Christian Bürckert · 6 years ago
  76. fe11c48 THRIFT-4733: Fix test unix socket address already in use by junnplus · 6 years ago
  77. e20ab3e THRIFT-4725: Change Return Type Signature of Process Methods by Beluga Behr · 6 years ago
  78. 4eac57a THRIFT-4487: replace gettimeofday implementation on windows by James E. King III · 6 years ago
  79. 234fb47 THRIFT-4719: remove cocoa by James E. King III · 6 years ago
  80. 1735542 THRIFT-4735: Remove Qt4 build support by James E. King III · 6 years ago
  81. 278528c THRIFT-4732: windows cmake refinements and add windows docker build support by James E. King III · 6 years ago
  82. d7c11ad Fix swift version [ci skip] by James E. King III · 6 years ago
  83. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
  84. c9ac8d2 THRIFT-4720: documenting breaking changes, minor cleanup by James E. King III · 6 years ago
  85. caf7da9 automatize the double rendering test by Ozan Can Altiok · 6 years ago
  86. 0140cbf remove unused variables by cyy · 6 years ago
  87. 1f34504 remove unused boost headers by cyy · 6 years ago
  88. 863262d add static_assert message by cyy · 6 years ago
  89. 77d26e2 replace boost unique_ptr with std::unique_ptr by cyy · 6 years ago
  90. 7007506 replace boost static_assert with static_assert by cyy · 6 years ago
  91. 7f8aef7 replace boost::atomic with std::atomic by cyy · 6 years ago
  92. 0f43f95 revert noexcept changings by cyy · 6 years ago
  93. 8cb3b68 remove stdcxx namespace and use std directly by cyy · 6 years ago
  94. d65e91c remove stdcxx namespace and use std directly by cyy · 6 years ago
  95. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  96. 52637b3 remove std tr1 by cyy · 6 years ago
  97. 9f837bb remove boost smart ptr by cyy · 6 years ago
  98. c109e01 remove boost::thread and boost::mutex code by cyy · 6 years ago
  99. 7b93559 use noexcept instead of throw() in library by cyy · 6 years ago
  100. 93e8ec2 THRIFT-4726: Remove SLF4J Logging Guards by Beluga Behr · 6 years ago