1. 3ec4031 THRIFT-4405: fix cygwin on appveyor by James E. King III · 6 years ago
  2. 53bd0e6 THRIFT-4745: fixes compiler warnings by James E. King III · 6 years ago
  3. 84d9cd2 THRIFT-4405: Enhance python cross test client for pedantic sequence id handling by James E. King III · 6 years ago
  4. f95620d THRIFT-4405: sanity tests relating to sequence numbers by James E. King III · 6 years ago
  5. 2ec93c8 THRIFT-4763: HTML compiler produces invalid HTML document (#1720) by Sebastian Zenker · 6 years ago
  6. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  7. aa0c8b3 THRIFT-4723 Consolidate C#/netcore into new netstd language target by Jens Geyer · 6 years ago
  8. b96c438 THRIFT-4717: fix up make clean with autoconf by James E. King III · 6 years ago
  9. 8935c98 THRIFT-4753: re-version master to next release 0.13.0 by James E. King III · 6 years ago
  10. 129bb3e THRIFT-4675: Fix int64 constants generation for map keys by Mustafa Senol Cosar · 6 years ago
  11. b1d63e7 THRIFT-4750: as3 changes to build and publish to maven central by James E. King III · 6 years ago
  12. 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
  13. dd63da1 Merge pull request #1690 from cyyever/const_members by James E. King III · 6 years ago
  14. f1eadad THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (#1617) by Rob Becker · 6 years ago
  15. bfdbd03 use chrono by cyy · 6 years ago
  16. f86845e THRIFT-4675: Generate Int64 constants for js by Mustafa Senol Cosar · 6 years ago
  17. 234fb47 THRIFT-4719: remove cocoa by James E. King III · 6 years ago
  18. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
  19. c9ac8d2 THRIFT-4720: documenting breaking changes, minor cleanup by James E. King III · 6 years ago
  20. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  21. ecebd77 THRIFT-4716: add veralign.sh tool to set versions for releases by James E. King III · 6 years ago
  22. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  23. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  24. 9b75e4f THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows; remove NOMINMAX from cmake build by James E. King III · 6 years ago
  25. dd965c1 Fix hs-nodets test and re-enable it by Mustafa Senol Cosar · 6 years ago
  26. 2c69b5a THRIFT-3143: Add nodets support by wilfrem · 10 years ago
  27. b57d126 THRIFT-4529: Rust enum variants are now camel-cased by GREATEST Wiggler EvaR! · 6 years ago
  28. f7d43ce fix build errors related to updated static code analysis tools for python and php by James E. King III · 6 years ago
  29. 8a130f6 THRIFT-4382: Replace the use of Indirect Object Syntax calls to new() by Dean Hamstead · 6 years ago
  30. b2b767e THRIFT-4620: add crosstest support for zlib (buffered) to cpp, enable cpp,go,py,py3 tests by James E. King III · 6 years ago
  31. 1808888 THRIFT-4631 Fix Ruby codegen to gen valid ruby for recursive structs by Charles Giardina · 6 years ago
  32. 66a44c5 THRIFT-4621 Add THeader for Python by Neil Williams · 6 years ago
  33. f5f430d THRIFT-4579: Move up to Ubuntu Bionic for CI builds by James E. King III · 7 years ago
  34. d2f6f19 disable one cross test that has been failing by James E. King III · 7 years ago
  35. 747158c THRIFT-4548: python binary accelerated protocol with multiplexing via decoration (#1547) by Nicholas Martin · 7 years ago
  36. 50bfc56 THRIFT-4555 Optionally disable copies of binary fields in constructors, getters and setters. by Ben Podgursky · 7 years ago
  37. 2068544 THRIFT-4548: add python cross test client multiplexed protocol support by James E. King III · 7 years ago
  38. 6f8c99e THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests by James E. King III · 7 years ago
  39. 2724707 THRIFT-4342: update ruby tests to use rspec 3, updated all dependencies for ruby by James E. King III · 7 years ago
  40. 714c77c THRIFT-4525: add ruby cross test ssl support Client: rb by James E. King III · 7 years ago
  41. e41de0f THRIFT-4489: Add unix domain socket support for nodejs Client: nodejs by Daniel Shih · 7 years ago
  42. 9aaf295 THRIFT-4358: add unix domain socket option to ruby cross tests Client: rb by James E. King III · 7 years ago
  43. 22bd345 THRIFT-4524: .NET Core Server doesn't close properly when cancelled by Stephen Starkie · 7 years ago
  44. e46419b THRIFT-4476: Typecasting problem on double list items, by Ozan Can Altiok · 7 years ago
  45. b496083 THRIFT-4187 Allow dart framed transport to read incomplete frame Client: dart by Allen George · 8 years ago
  46. 9bea32f THRIFT-4515: cross server test improvement: graceful test server shutdown by James E. King III · 7 years ago
  47. b7084cb THRIFT-4419: Fix bug where framed messages > 4K could not be read by Allen George · 7 years ago
  48. a9efd1a THRIFT-4516: Fix "go vet" warnings for Go 1.10 by D. Can Celasun · 7 years ago
  49. 68707d9 THRIFT-4474: Use PSR-4 autoloader by default by Robert Lu · 7 years ago
  50. 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
  51. 3ae3042 THRIFT-4515: fix windows build Client: cpp by James E. King III · 7 years ago
  52. 70b33fb THRIFT-4515: fix up nonblocking options and enable ssl for nonblocking in cpp server cross by James E. King III · 7 years ago
  53. 78755f5 THRIFT-4508: Fix node.js to be the desired version in docker ubuntu-artful image by James E. King III · 7 years ago
  54. 641b139 THRIFT-4503: fix dlang server logging on client disconnect so it does not report an error for normal operation by James E. King III · 7 years ago
  55. 6aa4c0f THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests by James E. King III · 7 years ago
  56. bf7f76b THRIFT-82: follow-up to common lisp to stabilize the linux build environment and update some docs by James E. King III · 7 years ago
  57. e93a901 THRIFT-82: Add Common Lisp support Client: cl by Tomek Kurcz · 7 years ago
  58. d907cc9 THRIFT-4352: update artful to use haxe 3.4.4 which fixes a core in haxe by James E. King III · 7 years ago
  59. 7004a61 THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issues Client: java by Alex Volanis · 7 years ago
  60. b56fc70 THRIFT-4434: fixes to delegate all dependency responsibility from make to the dotnet build by James E. King III · 7 years ago
  61. 5499329 THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests by Volodymyr Gotra · 7 years ago
  62. cf7ba4c THRIFT-4390: Fix bug where binary/buffered messages > 4K could not be read/written by Allen George · 7 years ago
  63. a15060a THRIFT-4423: migrate to psr-4 Client: php by Robert Lu · 7 years ago
  64. ad08a8b THRIFT-3877: cpp http server buffering bug oneway Client: C++ by Chet Murthy · 7 years ago
  65. f3a2974 THRIFT-4398 Update EXTRA_DIST for "make dist" by Jens Geyer · 7 years ago
  66. 3c42007 THRIFT-3580 THeader for Haskell Client: hs by Nobuaki Sukegawa · 9 years ago
  67. 66c3dbf THRIFT-3602 Make Tornado server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
  68. 6f82640 THRIFT-3600 Make TTwisted server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
  69. 44426c9 THRIFT-4395: fix rust build on xenial Client: rs by James E. King, III · 7 years ago
  70. 20e16bc THRIFT-2013: add perl crosstest multiplexed client and server logic Client: perl by James E. King, III · 7 years ago
  71. 39eaae6 THRIFT-2013: update docker for artful (go back to lua 5.2) and enhance by James E. King, III · 7 years ago
  72. 58402ff THRIFT-2013: add multiplex server and client test support to cpp language by James E. King, III · 7 years ago
  73. 87ad2bc THRIFT-4329: multiplexed processor, client and server for c_glib Client: c_glib by Gonzalo Aguilar Delgado · 7 years ago
  74. 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
  75. a533ea1 THRIFT-4377: more informative error messages on tests by Oleksii Prudkyi · 7 years ago
  76. 619218c THRIFT-4343: enable nodejs-8.x on ubuntu-artful image and update grunt-jsdoc by James E. King, III · 7 years ago
  77. 375bfee THRIFT-2998: enable cross test for nodejs http transport, by James E. King, III · 7 years ago
  78. 43f4bf2 THRIFT-4376: fix a few high impact coverity defects: by James E. King, III · 7 years ago
  79. d4df917 THRIFT-4372 Pipe write operations across a network are limited to 65,535 bytes per write by Jens Geyer · 7 years ago
  80. 350fe75 THRIFT-4370: build generated code before running static code analysis; by James E. King, III · 7 years ago
  81. 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
  82. b628736 THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcore by James E. King, III · 7 years ago
  83. 2d1fe88 THRIFT-4206: Fix decoding of strings in containers with py:dynamic and py:utf8strings by Elvis Pranskevichus · 8 years ago
  84. 9462edb THRIFT-4264: Fix PHP tests requiring sockets.so Client: php by Håkon Hitland · 7 years ago
  85. d3cda9c THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums Client: Java by Deniss Afonin · 8 years ago
  86. 81cdcd3 THRIFT-4328: split binary cross tests into their own build job to resolve by James E. King, III · 7 years ago
  87. 1744cdc configure.ac, Makefile.am: introduce THRIFT variable to support cross-compilation by Thomas Petazzoni · 7 years ago
  88. f8e62fb THRIFT-4273 erlang:now/0: Deprecated BIF. Client: erlang by walter-weinmann · 7 years ago
  89. 7d211b8 THRIFT-4106: fix errors concurrency_test was identifying Client: C++ by James E. King, III · 7 years ago
  90. d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
  91. ec64f23 THRIFT-4263: Fix use after free bug for thrown exceptions Client: php by Roy Sindre Norangshol · 7 years ago
  92. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  93. 808d143 THRIFT-4276:Add SSL support to the C++ Nonblocking Server by Divya Thaluru · 7 years ago
  94. ec2a252 THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. by David Hull · 7 years ago
  95. 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
  96. c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago
  97. c34653f THRIFT-2642 Recursive structs don't work in python by Eric Conner · 8 years ago
  98. bc1344d THRIFT-4186 Add travis build for Rust by Allen George · 8 years ago
  99. 0e22c36 THRIFT-4176: Implement threaded server for Rust Client: rs by Allen George · 8 years ago
  100. 3311a9b THRIFT-4177 fix java deep copy Client: Java by Deniss Afonin · 8 years ago