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
/
lib
/
lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
THRIFT-5325: Fix Lua library writeStructEnd() in TCompactProtocol
Jeffrey Han
2020-12-22
1
-1
/
+1
*
THRIFT-5282: Add IPv6 client support to Lua library
Jeffrey Han
2020-12-15
3
-16
/
+78
*
THRIFT-5286: Fix Lua library readBool() in TCompactProtocol
Jeffrey Han
2020-10-02
1
-9
/
+11
*
THRIFT-5260 Fix the thrift compiler generate problematic lua code for the one...
longzhiri
2020-09-12
1
-1
/
+9
*
THRIFT-5259 Fix "Transport endpoint is not connected " error when running lua...
Zero
2020-08-31
1
-6
/
+0
*
THRIFT-5262 Fix a encoding struct bug in the compact protocol implementation ...
longzhiri
2020-08-31
1
-1
/
+1
*
THRIFT-5106: Fix various Lua library and compiler issues
Jeffrey Han
2020-02-21
1
-4
/
+4
*
THRIFT-4992 thrift lua TcompactProtocol bug fix #1881
xiongjieqing
2019-11-03
1
-1
/
+1
*
Revert "thrift lua TcompactProtocol bug fix"
Jens Geyer
2019-11-03
1
-1
/
+1
*
thrift lua TcompactProtocol bug fix
xiongjieqing
2019-11-03
1
-1
/
+1
*
bump version
Jens Geyer
2019-10-17
1
-1
/
+1
*
THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...
Kevin Wojniak
2019-07-01
1
-1
/
+1
*
THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)
James E. King III
2019-02-14
1
-3
/
+5
*
THRIFT-4753: re-version master to next release 0.13.0
James E. King III
2019-01-25
1
-1
/
+1
*
Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0
James E. King III
2018-12-30
2
-2
/
+2
|
\
|
*
Version 0.12.0
v0.12.0
0.12.0
jfarrell
2018-12-18
2
-2
/
+2
|
/
*
THRIFT-3863: fix automake lua library list dependency ordering
James E. King III
2018-10-04
1
-2
/
+2
*
THRIFT-4591: optimize lua client to use one write per framed message (#1566)
zhiyong0804
2018-07-05
1
-1
/
+1
*
THRIFT-4376: fix more high impact coverity defects
James E. King, III
2017-10-29
2
-21
/
+27
*
THRIFT-4170: fix lua backwards compatibility
James E. King, III
2017-04-06
1
-3
/
+3
*
THRIFT-3947 use sockaddr_storage with getsockname for future transport compat...
James E. King, III
2016-11-12
1
-7
/
+14
*
THRIFT-3943: resolve some high severity outstanding defects identified by cov...
James E. King, III
2016-10-13
1
-3
/
+4
*
Update make dist entries
Nobuaki Sukegawa
2016-03-18
1
-0
/
+3
*
THRIFT-3723 Fix Lua include path
Nobuaki Sukegawa
2016-03-18
1
-9
/
+12
*
THRIFT-3728 http transport for thrift-lua
Wang Yaofu
2016-03-18
2
-5
/
+188
*
THRIFT-3631 JSON protocol implement for thrift-lua library.
Wang Yaofu
2016-02-19
1
-0
/
+727
*
THRIFT-3585 Compact protocol implementation for Lua
WangYaofu
2016-02-04
2
-0
/
+603
*
THRIFT-3598 TBufferedTransport doesn't instantiate client connection
Phongphan Phuttha
2016-02-04
1
-1
/
+1
*
THRIFT-3305: Missing dist files for 0.9.3 release candidate
jfarrell
2015-08-25
1
-1
/
+3
*
THRIFT-3196: Fix a typo in the lua TBinaryProtocol
Phillipp Röll
2015-06-21
1
-1
/
+1
*
THRIFT-3179 should not bind to localhost when try to connect
zzn
2015-06-14
1
-6
/
+0
*
THRIFT-3180 fix framed transport
zzn
2015-06-14
1
-6
/
+5
*
THRIFT-3148 Markdown links to coding_standards are dead
Nobuaki Sukegawa
2015-05-13
1
-1
/
+1
*
THRIFT-2914 explicit dependency to Lua5.2 fails on some systems
Jens Geyer
2015-02-08
1
-4
/
+4
*
THRIFT-2724 - Coding standards template added all over project
Konrad Grochowski
2015-02-05
1
-0
/
+1
*
THRIFT-2882 Lua Generator: using string.len funtion to get struct(map,list,se...
winsweet
2014-12-13
1
-0
/
+8
*
THRIFT-2879 TMemoryBuffer: using lua string in wrong way
winsweet
2014-12-08
1
-3
/
+3
*
THRIFT-2849: spelling errors fixed using codespell tool
Konrad Grochowski
2014-11-24
1
-1
/
+1
*
THRIFT-2602 fix missing dist files
Roger Meier
2014-10-22
1
-1
/
+3
*
THRIFT-2768: Whitespace Fixup
Jens Geyer
2014-10-03
1
-16
/
+16
*
THRIFT-2768: Whitespace Fixup
Jens Geyer
2014-10-03
1
-16
/
+16
*
THRIFT-2602:Fix missing dist files
jfarrell
2014-07-10
1
-18
/
+23
*
THRIFT-2506 Update TProtocolException error codes to be used consistently thr...
Jens Geyer
2014-05-03
1
-3
/
+3
*
THRIFT-1681: Add Lua Support Patch: Dave Watson
Roger Meier
2014-04-05
17
-0
/
+2768