- 278528c THRIFT-4732: windows cmake refinements and add windows docker build support by James E. King III · 6 years ago
- c9ac8d2 THRIFT-4720: documenting breaking changes, minor cleanup by James E. King III · 6 years ago
- 0140cbf remove unused variables by cyy · 6 years ago
- 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
- e42cf50 use noexcept instead of throw() in compiler generated code by cyy · 6 years ago
- 087d881 THRIFT-4684: Fix WCF related C# code generation by Shaoyu Zhang · 6 years ago
- 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
- 9c3d2d6 Fix build compiler with cmake by louyl · 6 years ago
- 2c69b5a THRIFT-3143: Add nodets support by wilfrem · 10 years ago
- b073e14 THRIFT-4672 IAsyncResult style methods not being supported by certain transports leads to issues in mixed ISync/IAsync use cases by Jens Geyer · 6 years ago
- 5112afc THRIFT-4670: Twisted, slots, and void method fails with "object has no attribute 'success'" by Palmer Cox · 6 years ago
- 0882354 Fix function name in Rust generator (does not affect generated code) by GREATEST Wiggler EvaR! · 6 years ago
- b57d126 THRIFT-4529: Rust enum variants are now camel-cased by GREATEST Wiggler EvaR! · 6 years ago
- 6436899 THRIFT-4662: Rust const string calls function at compile time by jake-ruyi · 6 years ago
- d5bd200 THRIFT-4661: Rust enum name wrong case in generated structs by jake-ruyi · 6 years ago
- fed4977 THRIFT-4660: Include Generated and Nullable as needed for enums by Lázaro Clapp · 6 years ago
- f216dfb THRIFT-4657: Include @javax.annotation.Generated annotations for generated Java union classes by Manu Sridharan · 6 years ago
- da1169d THRIFT-4653: ES6 classes support (#1615) by bforbis · 6 years ago
- 9ee2951 Replace git.apache.org imports with github.com by D. Can Celasun · 6 years ago
- 8a130f6 THRIFT-4382: Replace the use of Indirect Object Syntax calls to new() by Dean Hamstead · 6 years ago
- 5c1ecb6 THRIFT-4650: fix required fields incorrectly being marked as set by Craig Wickesser · 6 years ago
- 2853da4 THRIFT-4648: Use correct namespace in type names Client: c_glib by Simon South · 6 years ago
- 031f571 THRIFT-4646: change dart generation of exception to exception Generator: Dart by David Walker · 6 years ago
- 14190de THRIFT-4644: Compiler cannot be compiled on macOS (#1601) by Tsuzu · 6 years ago
- 014f53f THRIFT-4496: python specific list of keywords for python generator (#1567) by nsrtvwls · 6 years ago
- b5d6ea3 THRIFT-4625: Use let/const variable decorators in ES6 Javascript by Brian Forbis · 6 years ago
- 0f6e52a THRIFT-4637 C# async mode generates incorrect code with inherited services by Jens Geyer · 6 years ago
- 1808888 THRIFT-4631 Fix Ruby codegen to gen valid ruby for recursive structs by Charles Giardina · 6 years ago
- 612fdd8 Better consistency with module names, fix module name for Errors by Chris Simpson · 6 years ago
- 8de3749 THRIFT-4622: Resolve typedef'd list-element type Client: c_glib by Simon South · 6 years ago
- 3f5f0f8 THRIFT-4617: Prepend service-specific struct names with service name (#1578) by Flavien Raynaud · 6 years ago
- 831819c THRIFT-4614: Generate missing @Nullable annotation (#1577) by Manu Sridharan · 6 years ago
- f2867c2 THRIFT-3950: Memory leak while calling oneway methods (#1568) by bforbis · 6 years ago
- e7fa464 THRIFT-4586: Cocoa generator generates NSString with copy instead of strong. by Kevin Carbone · 7 years ago
- d7b635f THRIFT-4225: Delete callback if RPC send failed by Brian Forbis · 7 years ago
- 896c206 THRIFT-4564: Reset buffered transport on serizliation errors by Brian Forbis · 7 years ago
- 88591e3 THRIFT-4573 Support binary fields in union counts by D. Can Celasun · 7 years ago
- 8672394 Simplify the rust code generated by the generator (#1553) by McGradyDa · 7 years ago
- 92d8062 THRIFT-4562 Calling wrong exception CTOR leads to "call failed: unknown result" instead of the real exception being thrown by Jens Geyer · 7 years ago
- c7aa68b Thrift 4556: Optional rethrow of unhandled exceptions in java processor (#1544) by nicaro · 7 years ago
- 09c1f37 THRIFT-4532: Do not update previously generated output files if the contents have not changed by Mustafa Senol Cosar · 7 years ago
- 4a00fc6 THRIFT-4558 normalize name in C# constructor by Pierre Mignolet · 7 years ago
- 50bfc56 THRIFT-4555 Optionally disable copies of binary fields in constructors, getters and setters. by Ben Podgursky · 7 years ago
- c564651 THRIFT-4554 uncompileable code with member names that are also types under specific conditions by Jens Geyer · 7 years ago
- b9d5fb2 THRIFT-4253: Fix for constant assignments to optional fields in Go. (#1311) by Davin Chia · 7 years ago
- a9b6c70 THRIFT-3773: Swift 3 changes, Squashed (#1084) by Chris Simpson · 7 years ago
- 9304284 THRIFT-4530: add @Nullable annotations to generated Java code by Manu Sridharan · 7 years ago
- 46fec41 THRIFT-4531: Fix generated Python read() method for immutable structs with optional members by Margar Simonyan · 7 years ago
- a8a97bd THRIFT-4513: fix bug in comparator introduced by e58f75d by Roman Soroka · 7 years ago
- e46419b THRIFT-4476: Typecasting problem on double list items, by Ozan Can Altiok · 7 years ago
- 68707d9 THRIFT-4474: Use PSR-4 autoloader by default by Robert Lu · 7 years ago
- e58f75d THRIFT-4513: Fix thrift compiler to generate constants in stable order. by Roman Soroka · 7 years ago
- 5785279 THRIFT-4448: Golang: do something with context.Context. Remove Go1.6 compatibility. by John Boiles · 7 years ago
- fe50fea THRIFT-4497: Use `map()` field type for Erlang type for map struct fields. by David Hull · 7 years ago
- 1918b21 THRIFT-4495: Allow `undefined` for non-required Erlang records fields. by David Hull · 7 years ago
- 860a5f1 THRIFT-4508: change windows CI builds to use current MSVC, one cygwin and one mingw build by James E. King III · 7 years ago
- 3b87c71 THFIFT-4486: golang: support https from generated clients by John Boiles · 7 years ago
- e93a901 THRIFT-82: Add Common Lisp support Client: cl by Tomek Kurcz · 7 years ago
- e241265 THRIFT-4463: Generated PHP code to match PSR-2 Client: php by Robert Lu · 7 years ago
- 5499329 THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit tests by Volodymyr Gotra · 7 years ago
- 19a6493 THRIFT-4399 plugin.thrift t_const_value is not used as a union in C++ code -- fix this by Chet Murthy · 7 years ago
- 6ae4023 THRIFT-4393: renumber GeneratorInput t_{type,etc...}_id Client: compiler by Chet Murthy · 7 years ago
- 080e43e THRIFT-4447: Fix panic on p.c.Call when using legacy initializers Client: go by John Boiles · 7 years ago
- 8fdd610 THRIFT-4406: Optionally generate ES6 compatible JavaScript where service methods return Promises by Philip Frank · 7 years ago
- 14f5d50 THRIFT-4422 Add Async implementation via IFuture by Jens Geyer · 7 years ago
- d30a7d1 THRIFT-4400 Visual Studio Compiler project should link runtime statically in release builds by Jens Geyer · 7 years ago
- 3c42007 THRIFT-3580 THeader for Haskell Client: hs by Nobuaki Sukegawa · 9 years ago
- af56286 THRIFT-3610 Streamline exception handling in Python server handler Client: py by Nobuaki Sukegawa · 9 years ago
- 66c3dbf THRIFT-3602 Make Tornado server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
- 6f82640 THRIFT-3600 Make TTwisted server send exception on unexpected handler error by Nobuaki Sukegawa · 9 years ago
- 35f987d THRIFT-4392 reorder structs in plugin.thrift by Chet Murthy · 7 years ago
- cde4d41 Fix remote client for HTTP transport Client: go by Dylan Trotter · 7 years ago
- 4f77ab8 THRIFT-4285 Move TX/RX methods from gen. code to library by D. Can Celasun · 7 years ago
- 533405e THRIFT-4376: fix more high impact coverity defects by James E. King, III · 7 years ago
- 43f4bf2 THRIFT-4376: fix a few high impact coverity defects: by James E. King, III · 7 years ago
- 9dff0ef THRIFT-4356: fix segment fault for thrift_protocol by Robert Lu · 7 years ago
- ba5e065 THRIFT-4305 Doc comments in dlang output Client: d Patch: Neia Neutuladh by dhasenan · 7 years ago
- 54ce558 THRIFT-4365: Replaced indirect object syntax in perl compiler by James E. King, III · 7 years ago
- 44701e8 THRIFT-4306 Thrift imports not replicated to D service output by Jens Geyer · 7 years ago
- 0ad20bd THRIFT-4351: use travis build stages to optimize build, by James E. King, III · 7 years ago
- 8b8a8ef THRIFT-4355 Fix javascript indentation of default values Client: js by Brian Forbis · 7 years ago
- 48ba736 THRIFT-4131: js / WebSocket / fix handling oneway methods by James E. King, III · 7 years ago
- a17ef79 THRIFT-4334: Fix perl indentation for default attribute values of by Brian Forbis · 7 years ago
- d3cda9c THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums Client: Java by Deniss Afonin · 8 years ago
- 8506121 THRIFT-4287: Add c++ compiler no_skeleton flag option Client: C++ by oryahud · 7 years ago
- 04d983c THRIFT-4330: Allow unused crates in Rust files by Ivan Sadikov · 7 years ago
- 078281d THRIFT-4324 field names can conflict with local vars in generated code by Jens Geyer · 7 years ago
- 17c3ad9 THRIFT-4318 Delphi performance improvements Client: Delphi Patch: Jens Geyer by Jens Geyer · 7 years ago
- 05c672b THRIFT-4290: Fixed csharp:nullable code generation for non-required enum fields with default values by Dirk Sandbrink · 7 years ago
- e9ede89 THRIFT-4275: add support for zope.interface exclusively when generating code for python by Charlie Zhang · 7 years ago
- 113614b fix flex syntax in compiler readme Patch: Zhaopin <daishun9@gmail.com> by James E. King, III · 7 years ago
- d7142b7 THRIFT-4295: rework the docker build images, updating them and tuning the travis builds by James E. King, III · 7 years ago
- de112fb change js generator for simple using in object params Client: node.js by jiangq · 8 years ago
- 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
- 0a8c34c THRIFT-4279 Wrong path in include directive in generated Thrift sources by David Hull · 7 years ago
- 0eda909 THRIFT-4270 Generate Erlang mapping functions for const maps and lists by David Hull · 7 years ago
- ec2a252 THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. by David Hull · 7 years ago
- 3ba4ecf THRIFT-4257 Typescript async callbacks do not provide the correct types by Mike Morton · 7 years ago
- 5c302e0 THRIFT-4260 Go context generation issue. Context is parameter in Interface not in implementation by taozle · 7 years ago
- c0d384a THRIFT-4236 Support context in go generated code by taozle · 7 years ago