| Commit message (Expand) | Author | Age | Files | Lines |
* | THRIFT-4356: fix segment fault for thrift_protocol | Robert Lu | 2017-10-25 | 1 | -10/+37 |
* | THRIFT-4305 Doc comments in dlang output | dhasenan | 2017-10-23 | 1 | -7/+21 |
* | THRIFT-4365: Replaced indirect object syntax in perl compiler | James E. King, III | 2017-10-20 | 1 | -2/+2 |
* | THRIFT-4306 Thrift imports not replicated to D service output | Jens Geyer | 2017-10-19 | 1 | -1/+1 |
* | THRIFT-4351: use travis build stages to optimize build, | James E. King, III | 2017-10-19 | 6 | -10/+13 |
* | THRIFT-4355 Fix javascript indentation of default values | Brian Forbis | 2017-10-10 | 1 | -6/+5 |
* | THRIFT-4131: js / WebSocket / fix handling oneway methods | James E. King, III | 2017-09-24 | 1 | -10/+14 |
* | THRIFT-4334: Fix perl indentation for default attribute values of | Brian Forbis | 2017-09-24 | 1 | -8/+13 |
* | THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums | Deniss Afonin | 2017-09-21 | 1 | -16/+115 |
* | THRIFT-4287: Add c++ compiler no_skeleton flag option | oryahud | 2017-09-21 | 1 | -3/+20 |
* | THRIFT-4330: Allow unused crates in Rust files | Ivan Sadikov | 2017-09-19 | 1 | -0/+2 |
* | THRIFT-4324 field names can conflict with local vars in generated code | Jens Geyer | 2017-09-08 | 1 | -21/+21 |
* | THRIFT-4318 Delphi performance improvements | Jens Geyer | 2017-09-07 | 1 | -27/+27 |
* | THRIFT-4290: Fixed csharp:nullable code generation for non-required enum fiel... | Dirk Sandbrink | 2017-09-07 | 1 | -0/+2 |
* | THRIFT-4275: add support for zope.interface exclusively when generating code ... | Charlie Zhang | 2017-09-06 | 1 | -13/+25 |
* | fix flex syntax in compiler readme | James E. King, III | 2017-09-04 | 1 | -1/+1 |
* | THRIFT-4295: rework the docker build images, updating them and tuning the tra... | James E. King, III | 2017-09-04 | 1 | -0/+1 |
* | change js generator for simple using in object params | jiangq | 2017-08-12 | 1 | -5/+14 |
* | THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_... | James E. King, III | 2017-08-10 | 3 | -79/+77 |
* | THRIFT-4279 Wrong path in include directive in generated Thrift sources | David Hull | 2017-08-09 | 1 | -4/+4 |
* | THRIFT-4270 Generate Erlang mapping functions for const maps and lists | David Hull | 2017-08-02 | 1 | -45/+122 |
* | THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. | David Hull | 2017-08-01 | 1 | -9/+4 |
* | THRIFT-4257 Typescript async callbacks do not provide the correct types | Mike Morton | 2017-07-30 | 1 | -2/+2 |
* | THRIFT-4260 Go context generation issue. Context is parameter in Interface no... | taozle | 2017-07-25 | 1 | -9/+13 |
* | THRIFT-4236 Support context in go generated code | taozle | 2017-07-22 | 1 | -48/+23 |
* | THRIFT-2642 Recursive structs don't work in python | Eric Conner | 2017-07-06 | 1 | -37/+85 |
* | THRIFT-4236: Add context support for go server. | taozle | 2017-07-01 | 1 | -15/+63 |
* | THRIFT-4238 JSON generator: make annotation-aware | Stig Bakken | 2017-07-01 | 1 | -0/+62 |
* | THRIFT-4231 TJSONProtocol throws unexpected non-Thrift-exception on null strings | Jens Geyer | 2017-06-17 | 1 | -11/+30 |
* | THRIFT-3703 Unions Field Count Does Not Consider Map/Set/List Fields | D. Can Celasun | 2017-05-31 | 1 | -1/+3 |
* | THRIFT-4196 Support recursive types in Rust | Allen George | 2017-05-13 | 1 | -5/+35 |
* | THRIFT-4186 Add travis build for Rust | Allen George | 2017-05-11 | 1 | -2/+6 |
* | THRIFT-4176: Implement threaded server for Rust | Allen George | 2017-04-27 | 1 | -27/+71 |
* | THRIFT-4177 fix java deep copy | Deniss Afonin | 2017-04-19 | 1 | -0/+1 |
* | THRIFT-4099: Derive Hash trait for Rust structs | Allen George | 2017-04-07 | 1 | -11/+47 |
* | THRIFT-4152: Make a patch to fix #4152 at least for structs | Gonzalo Aguilar Delgado | 2017-04-01 | 1 | -1/+1 |
* | THRIFT-3823: Use 'pre' HTML tag when generating non escaped documentation | James E. King, III | 2017-04-01 | 1 | -1/+1 |
* | THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixes | James E. King, III | 2017-03-30 | 1 | -25/+27 |
* | THRIFT-4126: implement required fields validation in php extension when valid... | kufd | 2017-03-30 | 1 | -10/+6 |
* | THRIFT-4137 Fix remaining undefined behavior invalid vptr casts in Thrift Com... | Jens Geyer | 2017-03-27 | 5 | -6/+22 |
* | THRIFT-4114: Space after '///' in doc comments | Chao Sun | 2017-03-27 | 1 | -1/+1 |
* | THRIFT-4136 Align is_binary() method with is_string() to simplify those checks | Jens Geyer | 2017-03-26 | 19 | -83/+79 |
* | THRIFT-2026: Eliminate some undefined behavior in C/C++ | Jim Apple | 2017-03-25 | 3 | -6/+6 |
* | THRIFT-4079: emit use clauses in Types.pm generated files as well (fix reopen... | James E. King, III | 2017-03-22 | 1 | -14/+34 |
* | THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ... | James E. King, III | 2017-03-10 | 1 | -2/+2 |
* | THRIFT-4031: Fix invalid code generation for list of typedef'ed built-in types | D. Can Celasun | 2017-03-04 | 1 | -11/+7 |
* | THRIFT-3921: fix ostream definitions so they are not inline because it confus... | James E. King, III | 2017-02-28 | 1 | -37/+53 |
* | THRIFT-1805 Provide option for handling RTEs | Christopher Tubbs | 2017-02-27 | 1 | -0/+12 |
* | THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized ... | D. Can Celasun | 2017-02-21 | 1 | -10/+17 |
* | THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ... | James E. King, III | 2017-02-20 | 1 | -1/+1 |