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
/
c_glib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use modern OpenSSL cmake syntax (if available), and larger cmake cleanup
Mario Emmenlauer
2021-09-02
2
-22
/
+31
*
THRIFT-5421 c_glib:Fix the problem of incorrect setting of errno in some files
lm2048
2021-07-09
1
-2
/
+5
*
Merge pull request #2383 from BioDataAnalysis/bda_minor_cmake_cleanup
Mario Emmenlauer
2021-06-04
1
-4
/
+1
|
\
|
*
Minor cleanup of two CMake files, and removed some (unused) boost dependencies
Mario Emmenlauer
2021-05-05
1
-4
/
+1
*
|
THRIFT-5399: Fix socket leak in abnormal situation
lm2048
2021-05-17
1
-2
/
+9
|
/
*
THRIFT-5244 Dynamic exception specifications are deprecated in C++11[-Wdeprec...
zeshuai007
2021-04-29
1
-2
/
+2
*
THRIFT-5265 add the zlib transport to c_glib
zeshuai007
2021-04-01
10
-4
/
+1957
*
CMake: Pass linker dependencies transitively to downstream projects
Mario Emmenlauer
2021-02-12
1
-1
/
+1
*
Fix Missed check in c_glib for frame max message size check
zeshuai007
2020-12-05
2
-0
/
+14
*
fix warning in c_glib from add max_message_size code
zeshuai007
2020-10-31
9
-34
/
+35
*
THRIFT-5256: Fix some compile warnings
wangyunjian
2020-10-01
2
-3
/
+3
*
Fix c_glib implicit function declarations
Christopher Chavez
2020-10-01
2
-0
/
+8
*
add the test case into cmake
zeshuai007
2020-09-28
1
-0
/
+24
*
THRIFT-4272: warnings in glibc library
zeshuai007
2020-09-17
2
-0
/
+35
*
THRIFT-5136: Fix memory leak in thrift_multiplexed_processor_process_impl()
wangyunjian
2020-09-02
2
-7
/
+3
*
THRIFT-5255: Fix stack overflow in framed transport
wangyunjian
2020-09-02
1
-3
/
+4
*
THRIFT-5268 Fix some file loss ")" in define
zeshuai007
2020-08-31
3
-3
/
+3
*
THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...
zeshuai007
2020-08-07
27
-40
/
+2607
*
THRIFT-5221: Fix stack overflow when reading buffer
wangyunjian
2020-06-18
1
-2
/
+5
*
THRIFT-5225: Use nullptr instead of NULL
zeshuai007
2020-06-14
1
-3
/
+3
*
THRIFT-5122: Fix memory leak on accept error in thrift_simple_server_serve()
wangyunjian
2020-06-04
1
-1
/
+4
*
THRIFT-5076 Improve CMake OpenSSL usage
Kevin Wojniak
2020-04-03
1
-3
/
+2
*
Fix some compile warnings
zeshuai007
2020-03-22
2
-6
/
+10
*
Fix several warnings in c_glib lib and incorrect error message
Kevin Wojniak
2020-03-15
2
-6
/
+2
*
THRIFT-5102: Fix memory leak in thrift_simple_server_serve()
wangyunjian
2020-02-21
1
-0
/
+9
*
THRIFT-5094: Fix memory leak in thrift_server_set_property()
wangyunjian
2020-02-21
1
-0
/
+6
*
THRIFT-5101: Return NULL install of FALSE for thrift_server_socket_accept()
wangyunjian
2020-02-21
1
-1
/
+1
*
THRIFT-4952 Modified ssl_read feedback value break all the time error.
pengzhouhu
2019-10-18
1
-1
/
+1
*
THRIFT-4950 fix bind print error and Macro call errors thrift_server_socket
pengzhouhu
2019-09-22
1
-2
/
+2
*
THRIFT-4842 - Fix memory leak on set property c_glib (#1773)
Gonzalo Aguilar Delgado
2019-07-01
1
-0
/
+1
*
THRIFT-4878 - [c_glib] add unix domain socket support to ThriftSocket (#1807)
Kevin Wojniak
2019-07-01
4
-19
/
+128
*
THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...
Kevin Wojniak
2019-07-01
2
-4
/
+4
*
THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)
James E. King III
2019-02-14
1
-25
/
+47
*
THRIFT-4732:refine cmake scripts (#1688)
cyy
2019-02-07
3
-4
/
+2
*
fix minor glib warning
James E. King III
2019-02-02
1
-1
/
+1
*
THRIFT-4405: fix c_glib seqid limited to min 0 instead of full int32_t range
James E. King III
2019-02-01
1
-1
/
+1
*
THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...
Sebastian Zenker
2019-01-29
1
-96
/
+96
*
THRIFT-4720: documenting breaking changes, minor cleanup
James E. King III
2019-01-09
1
-1
/
+1
*
remove unused variables
cyy
2019-01-07
3
-9
/
+0
*
remove stdcxx namespace and use std directly
cyy
2019-01-07
1
-6
/
+6
*
THRIFT-4671 handle client's unexpected close.
lixiasong
2018-11-23
1
-4
/
+8
*
THRIFT-4648: Use correct namespace in type names
Simon South
2018-10-12
1
-0
/
+15
*
THRIFT-4329: multiplexed processor, client and server for c_glib
Gonzalo Aguilar Delgado
2017-11-18
17
-790
/
+1665
*
THRIFT-4376: fix a few high impact coverity defects:
James E. King, III
2017-10-28
18
-939
/
+922
*
THRIFT-4212: Fix flush on invalid socket
Gonzalo Aguilar Delgado
2017-09-21
1
-2
/
+9
*
THRIFT-4211: Fix logging in c_glib
Gonzalo Aguilar Delgado
2017-09-21
2
-29
/
+32
*
THRIFT-4205: Make sure gobject+glib are correctly linked
Gonzalo Aguilar Delgado
2017-09-21
1
-1
/
+1
*
configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...
Thomas Petazzoni
2017-09-09
1
-2
/
+0
*
THRIFT-4247: Fix compilation with OpenSSL 1.1
Josip Sokcevic
2017-09-04
1
-11
/
+10
*
THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...
James E. King, III
2017-08-10
1
-13
/
+24
[next]