Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
839b9320a813c53fe1143a5b518d4e1f522d49d2
/
compiler
/
cpp
/
src
/
generate
8e23203
THRIFT-3834 Erlang namespacing and exception metadata
by Steve Cohen
· 9 years ago
6ee1a0b
THRIFT-3533 Can not send nil pointer as service method argument
by Jens Geyer
· 9 years ago
ea0da97
THRIFT-3803 - Remove file attribute from include elements in XML generator
by BCG
· 9 years ago
ad3714a
THRIFT-3806 Swift generator does not handle self-referring structs
by Stig Bakken
· 9 years ago
b749c26
THRIFT-3807 Swift compiler does not escape reserved words
by Stig Bakken
· 9 years ago
f5972c9
THRIFT-3797 Generated Delphi processor shouldn't error out on timed out exceptions
by Kyle Johnson
· 9 years ago
8054298
THRIFT-3795 Generated hashValue method in Swift will overflow
by Jens Geyer
· 9 years ago
e0e3240
THRIFT-3794 Split Delphi application, protocol and transport exception subtypes into separate exceptions
by Jens Geyer
· 9 years ago
4b7abed
THRIFT-3559 Fix awkward extra semi-colons with Cocoa container literals
by Kevin Wooten
· 9 years ago
ca714c4
THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{}
by creker
· 9 years ago
7173348
THRIFT-3778 go client can not pass method parameter to server of other language
by guo
· 9 years ago
9b39e16
THRIFT-3776 Go code from multiple thrift files with the same namespace
by creker
· 9 years ago
1043d71
THRIFT-3759 required fields that are nil are silently ignored on write
by Jens Geyer
· 9 years ago
e831490
follow-up: THRIFT-640 Fix indent in generated code
by Nobuaki Sukegawa
· 9 years ago
0d12de3
THRIFT-640 Support deprecation
by Daniel Wolf
· 9 years ago
400ae6e
THRIFT-3449 TBaseAsyncProcessor fb.responseReady() never called for oneway functions
by Nobuaki Sukegawa
· 9 years ago
a876527
THRIFT-3680 Java async processor fails to notify errors to clients
by Nobuaki Sukegawa
· 9 years ago
bd964c7
THRIFT-3112 [Java] AsyncMethodCallback should be typed in generated AsyncIface
by John Sirois
· 9 years ago
55499b8
THRIFT-3705 Go map has incorrect types when used with forward-defined types
by Jens Geyer
· 9 years ago
8c8ae96
THRIFT-3719: Dart generator should use lowerCamelCase for service names
by Mark Erickson
· 9 years ago
aef81d6
THRIFT-3710 Dart generator does not camel case Constants class names
by Mark Erickson
· 9 years ago
5fb1fda
THRIFT-3708 NameError: global name 'TProtocol' is not defined
by Nobuaki Sukegawa
· 9 years ago
b52d03d
THRIFT-3697 Dart generator does not name imports
by Mark Erickson
· 9 years ago
ea2bd9c
THRIFT-3656 incorrect serialization of optionals Client: Dart Patch: Jens Geyer
by Jens Geyer
· 9 years ago
517aa15
THRIFT-3652 incorrect serialization of optionals Client: AS3 Patch: Jens Geyer
by Jens Geyer
· 9 years ago
a2e7446
THRIFT-3654 incorrect serialization of optionals Client: Haxe Patch: Jens Geyer
by Jens Geyer
· 9 years ago
8b411a0
THRIFT-3632 c_glib testserialization fails with glib assertion
by Nobuaki Sukegawa
· 9 years ago
949e242
THRIFT-2877 Generate hashCode using primitives and static utility methods
by Roshan George
· 10 years ago
4733c4c
THRIFT-3605 Have the compiler complain about invalid arguments and options
by Jens Geyer
· 9 years ago
6525f6a
THRIFT-3612 Add Python C extension for compact protocol
by Nobuaki Sukegawa
· 9 years ago
4708409
THRIFT-3601 Better conformance to PEP8 for generated code
by Nobuaki Sukegawa
· 9 years ago
1f647f0
THRIFT-3584 boolean false value cannot be transferred
by Nobuaki Sukegawa
· 9 years ago
cfebe7e
THRIFT-3584 Lua: boolean false value cannot be transferred
by WangYaofu
· 9 years ago
1949599
THRIFT-3589 Pass references to field names in constructor through get_field_name
by Mark Erickson
· 9 years ago
a9346a3
THRIFT-3377 Deep copy is actually shallow when using typedef members
by Roshan George
· 9 years ago
c1fda24
THRIFT-3582 Erlang libraries should have service metadata
by Jens Geyer
· 9 years ago
41e4847
THRIFT-3575 Go compiler tries to use unexported library methods when using read_write_private
by Jens Geyer
· 9 years ago
aff06ed
THRIFT-3574 Cocoa generator makes uncompilable imports
by Stig Bakken
· 9 years ago
217a44b
THRIFT-3535 Dart generator argument to produce a file structure usable in parent library
by Mark Erickson
· 9 years ago
420ee1e
THRIFT-3552 c_glib: Fix memory leak in processor
by Simon South
· 9 years ago
b815e37
THRIFT-3554 Constant decls may lead to "Error: internal error: prepare_member_name_mapping() already active for different struct"
by Jens Geyer
· 9 years ago
9335167
THRIFT-3537 Remove the (now obsolete) csharp:asyncctp flag
by Jens Geyer
· 9 years ago
ba01d6b
THRIFT-3554 Constant decls may lead to "Error: internal error: prepare_member_name_mapping() already active for different struct"
by Jens Geyer
· 9 years ago
0c0649d
THRIFT-3510 Add HttpTaskAsyncHandler implementation
by Adam Connelly
· 9 years ago
0bd810a
THRIFT-3545 Cocoa: Container type literals do not compile
by Christopher Rogers
· 9 years ago
7b545b5
THRIFT-3532 Add configurable string and container read size limit to Python protocols
by Nobuaki Sukegawa
· 9 years ago
a3b88a0
THRIFT-3503 Enable py:utf8string by default
by Nobuaki Sukegawa
· 9 years ago
03565bf
THRIFT-3526 Code generated by py:utf8strings does not work for Python3
by Nobuaki Sukegawa
· 9 years ago
de0b4b5
THRIFT-3523 XML Generator
by BCG
· 9 years ago
f6521c6
THRIFT-3314 Dots in file names of includes causes dots in javascript variable names
by Jens Geyer
· 9 years ago
4fcc744
THRIFT-3499 Add package_prefix to python generator
by Eric Klaus
· 9 years ago
4733db4
THRIFT-3519 fastbinary does not work with -gen py:utf8strings
by Nobuaki Sukegawa
· 9 years ago
2aaae8a
THRIFT-3486 - Java generated `getFieldValue` is incompatible with `setFieldValue` for binary values
by BCG
· 9 years ago
bf8f7b4
THRIFT-3383 i64 related warnings
by Simon South
· 9 years ago
b78d781
THRIFT-3438 Enable py:new_style by default
by Nobuaki Sukegawa
· 9 years ago
7b89469
THRIFT-3504 Fix FastbinaryTest.py Client: Python Patch: Nobuaki Sukegawa
by Nobuaki Sukegawa
· 9 years ago
39e505c
THRIFT-3496 C++: Cob style client fails when sending a consecutive request
by Sebastian Zenker
· 9 years ago
e68ccc2
THRIFT-3482 Haskell JSON protocol does not encode binary field as Base64
by Nobuaki Sukegawa
· 9 years ago
d0e444c
THRIFT-3488 warning: unused variable 'program' Client: Go Patch: Jens Geyer
by Jens Geyer
· 9 years ago
ba3fe86
THRIFT-3464 Fix several defects in c_glib code generator
by Nobuaki Sukegawa
· 9 years ago
f08771c
THRIFT-3471 Dart generator does not handle uppercase argument names
by Mark Erickson
· 9 years ago
362a5ed
THRIFT-3455 struct write method's return value is incorrect
by Nobuaki Sukegawa
· 9 years ago
70e6c29
THRIFT-1840 Thrift Generated Code Causes Global Variable Leaksk
by Jan Brauer
· 9 years ago
bc3829e
THRIFT-3462 Cocoa generates Incorrect #import header names
by jriskin
· 9 years ago
3aa617a
THRIFT-3413 Thrift code generation bug in Go when extending service
by Jens Geyer
· 9 years ago
73fae0f
Revert "THRIFT-3443 Thrift include can generate uncompilable code"
by Nobuaki Sukegawa
· 9 years ago
ad6fd1b
THRIFT-3339 Support for database/sql Client: Go Patch: Adam Beberg
by Jens Geyer
· 9 years ago
b0526d5
THRIFT-3448 Add a Dart generator argument for overriding the thrift library dependency in generated pubspec.yaml files.
by Mark Erickson
· 9 years ago
e841b3d
THRIFT-162 Thrift structures are unhashable, preventing them from being used as set elements
by Nobuaki Sukegawa
· 9 years ago
ef3cf81
THRIFT-3443 Thrift include can generate uncompilable code
by Nobuaki Sukegawa
· 9 years ago
314fea2
THRIFT-3431 Avoid an unnecessary HashMap lookup
by Tom Lee
· 9 years ago
8d8d657
THRIFT-3434 Dart generator produces empty name in pubspec.yaml for includes w/o namespace
by Mark Erickson
· 9 years ago
341390c
THRIFT-3388 hash doesn't work on set/list Client: Python Patch: Jens Geyer
by Jens Geyer
· 9 years ago
bc7e480
THRIFT-3350 Python JSON protocol does not encode binary as Base64
by Nobuaki Sukegawa
· 9 years ago
eeb5196
THRIFT-3426 Align autogen comment in XSD Client: XSD Patch: Jens Geyer
by Jens Geyer
· 9 years ago
cc193c1
THRIFT-3417: "namespace xsd" is not really working
by BCG
· 9 years ago
86284da
THRIFT-3413 Thrift code generation bug in Go when extending service
by Jens Geyer
· 9 years ago
c04fb00
THRIFT-2974 fix optional writeToParcel Client: Java Patch: Max Spencer
by Max Spencer
· 9 years ago
11c3569
THRIFT-3199 Uses StructMetaData for exception fieldvalue
by Laurent Goujon
· 10 years ago
760511f
THRIFT-1857 Python 3 Support
by Nobuaki Sukegawa
· 9 years ago
7f4be5f
some 'some make style' suggestions applied to C++ files
by Konrad Grochowski
· 9 years ago
673c941
THRIFT-3382 - C++: TBase class for generated structs added
by Konrad Grochowski
· 9 years ago
f0f607f
THRIFT-3408: correct emitted JSON types
by Andrew Bloomgarden
· 9 years ago
d6ca81b
PHP Compiler: always cast scalar types in jsonSerialize()
by Stig Bakken
· 9 years ago
867faff
THRIFT-3401 Nested collections emit Objective-C code that cannot compile
by Kevin Wooten
· 9 years ago
6748993
THRIFT-3394 compiler generates uncompilable code
by Jens Geyer
· 9 years ago
bc464c4
Cocoa compiler: fixed incorrect boxing of enums inside map. #THRIFT-3395
by Aleksei Shevchenko
· 9 years ago
40c28d3
THRIFT-3393 Introducing i8 to provide consistent set of Thrift integers
by Jens Geyer
· 9 years ago
86da51d
THRIFT-3339 Support for database/sql
by Jens Geyer
· 9 years ago
673c44b
Fix for misc. codegen issues with THRIFT-2905
by Jens Geyer
· 9 years ago
2d3eff5
THRIFT-2794 Suppress "unused" warnings in autogenerated Java files Client: Java
by Andrew Audibert
· 9 years ago
30f465d
THRIFT-3378 c_glib service does not handle negative Thrift byte values correctly
by Nobuaki Sukegawa
· 9 years ago
56e5b9b
THRIFT-2905 Cocoa compiler should have option to produce "modern" Objective-C
by Jens Geyer
· 9 years ago
932c470
THRIFT-3299 Create an Apache Thrift language binding for Dart (dartlang.org).
by Mark Erickson
· 9 years ago
178b813
THRIFT-3361 Improve C# library
by Jens Geyer
· 9 years ago
ce636dd
THRIFT-3317: C++ - generated code will properly reference global apache namespace
by Konrad Grochowski
· 9 years ago
0621e1f
THRIFT-3354 Fix word-extraction substr bug in initialism code
by Jens Geyer
· 9 years ago
c623197
THRIFT-3336: C++ - generated ostream operator<< will be overridable
by Konrad Grochowski
· 9 years ago
804504b
THRIFT-3331 warning: ‘etype’ may be used uninitialized in this function
by Jens Geyer
· 9 years ago
8c7b03c
THRIFT-3349 Python server does not handle processor exception
by Jens Geyer
· 9 years ago
Next »