index
:
delta/thrift.git
0.1.x
0.10.0
0.11.0
0.11.0-rc0
0.12.0
0.13.0
0.14.0
0.14.1
0.14.2
0.15.0
0.16.0
0.17.0
0.18.0
0.18.1
0.2.x
0.3.x
0.4.x
0.5.x
0.6.x
0.7.x
0.8.x
0.9.1
0.9.2
0.9.3
0.9.3.1
0.9.3.2
0.9.x
Jens-G-enable-GitHub-code-scanning
THRIFT-5288
THRIFT-5292
THRIFT-5345
ci/pypi-automation
dependabot/gradle/lib/java/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.ncorti.ktfmt.gradle-0.12.0
follow-up-python-github-workflow
master
py-compiler
rel/0.10.0
git.apache.org: repos/asf/thrift.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version 0.14.2
Jens Geyer
2021-06-11
1
-1
/
+1
*
version 0.14.1
Jens Geyer
2021-03-02
1
-1
/
+1
*
THRIFT-5353: Fix import dedup without explicit go namespace
Yuxuan 'fishy' Wang
2021-02-22
1
-3
/
+4
*
THRIFT-4914: Fix name redeclaration bug in compiled go code
Yuxuan 'fishy' Wang
2021-02-22
1
-8
/
+9
*
THRIFT-5347 Deprecate Haskell bindings
Jens Geyer
2021-02-19
1
-0
/
+3
*
THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid comp...
Orion Poplawski
2021-02-17
1
-1
/
+1
*
Version 0.14.0
v0.14.0
Jens Geyer
2021-02-05
3
-0
/
+6
*
THRIFT-5337 Go set fields write improvement
wangtieju
2021-02-03
1
-7
/
+192
*
netstd fix IDE warning
Jens Geyer
2021-01-24
1
-1
/
+1
*
THRIFT-4914: Make TClient.Call to return the response meta
Yuxuan 'fishy' Wang
2021-01-22
1
-7
/
+31
*
THRIFT-5326: Expand TException interface in go library
Yuxuan 'fishy' Wang
2021-01-17
1
-13
/
+20
*
THRIFT-5198 Fix certain Visual Studio hints in generated netstd code
Jens Geyer
2020-12-09
1
-2
/
+4
*
THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable code
Jens Geyer
2020-12-04
1
-9
/
+9
*
THRIFT-5317 netstd compiler does not escape keywords
Jens Geyer
2020-12-01
1
-2
/
+2
*
FIX: Log errors in processor via standard logger -> errors to write into Cons...
Jens Geyer
2020-11-21
1
-1
/
+1
*
Log errors in processor via standard logger #2284
Konstantin Pozdniakov
2020-11-21
1
-3
/
+13
*
Merge pull request #2273 from allengeorge/allen/clippy_clean
Allen George
2020-11-18
1
-13
/
+12
|
\
|
*
THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...
Allen George
2020-11-12
1
-13
/
+12
*
|
THRIFT-5302 Add recursive function name uniqueness check
wangliming07
2020-11-01
2
-4
/
+50
*
|
THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538
Jens Geyer
2020-11-01
1
-1
/
+1
|
/
*
THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538
Jens Geyer
2020-10-06
1
-3
/
+5
*
markdown compiler added
Kashirin Alex
2020-10-02
5
-0
/
+1116
*
Rust compiler generates invalid code when using typedef with union
guanjialin
2020-10-01
1
-0
/
+4
*
Fix typo
Tom Wieczorek
2020-09-30
1
-1
/
+1
*
THRIFT-4942 Set PHP struct generated field values as private with getters and...
Dedipyaman Das
2020-09-27
1
-1
/
+2
*
THRIFT-4942 Set PHP struct generated field values as private with getters and...
Dedipyaman Das
2020-09-25
1
-1
/
+94
*
Merge pull request #2191 from zeshuai007/Implements_TConfig
Zezeng Wang
2020-09-18
1
-8
/
+7
|
\
|
*
Implements TConfiguration for java
zeshuai007
2020-09-16
1
-8
/
+7
*
|
THRIFT-5134: Fix memory leak when the handler method return FALSE
wangyunjian
2020-09-17
1
-42
/
+41
|
/
*
Fixed double newline at end of generated python service files (#2236)
Jonathan Mackenzie
2020-09-14
1
-1
/
+1
*
THRIFT-5260 Fix the thrift compiler generate problematic lua code for the one...
longzhiri
2020-09-12
1
-25
/
+38
*
THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...
Allen George
2020-09-02
1
-3
/
+1
*
THRIFT-5261 Support for deprecated methods (via annotation)
Jens Geyer
2020-08-05
1
-12
/
+53
*
THRIFT-5254 Member name cannot be Isset (unless it is an "required" member)
Jens Geyer
2020-07-16
2
-13
/
+19
*
THRIFT-5253 using Result in result name generates wrong IAsync interface
Jens Geyer
2020-07-16
1
-9
/
+17
*
THRIFT-5118: Fix memory leak when the handler method return a exception
wangyunjian
2020-07-01
1
-0
/
+1
*
THRIFT-5240: Do connectivity check in Go server
Yuxuan 'fishy' Wang
2020-07-01
1
-4
/
+65
*
THRIFT-5144: Fix memory leak when generate deserialize list element
wangyunjian
2020-06-27
1
-0
/
+1
*
THRIFT-5238 GetHashCode can throw NullReferenceException
Jens Geyer
2020-06-25
2
-72
/
+57
*
THRIFT-2087 Python compiler replace non utf-8 char with default
Emmanuel Brard
2020-06-22
1
-1
/
+1
*
THRIFT-5233: Handle I/O timeouts in go library (#2181)
Duru Can Celasun
2020-06-18
1
-70
/
+70
|
\
|
*
THRIFT-5233: Handle I/O timeouts in go library
Yuxuan 'fishy' Wang
2020-06-15
1
-70
/
+70
*
|
THRIFT-5235 Add property setter for isset flags
Jens Geyer
2020-06-18
1
-8
/
+19
*
|
THRIFT-5234 Fix a number of js/ts generation issues
Phil Price
2020-06-18
1
-16
/
+59
*
|
THRIFT-5229 Deprecate as3 support
Jens Geyer
2020-06-16
2
-8
/
+7
*
|
THRIFT-5225: Use nullptr instead of NULL
zeshuai007
2020-06-14
34
-348
/
+348
|
/
*
THRIFT-5082 Add a Class reference for PHP enum $_TSPEC
Stanislav Markevic
2020-06-09
1
-2
/
+2
*
THRIFT-5200 Thrift compiler will generate incorrect code when add 'cob_style'...
zeshuai007
2020-06-04
1
-3
/
+38
*
THRIFT-5220 DeepCopy() extension methods not generated when the IDL contains ...
Jens Geyer
2020-05-28
1
-3
/
+2
*
THRIFT-5216 generate DeepCopy methods
Jens Geyer
2020-05-27
2
-59
/
+469
[next]