summaryrefslogtreecommitdiff
path: root/lib/c_glib
Commit message (Expand)AuthorAgeFilesLines
* lib: c_glib: fix compile error due to missing unistd.hChristopher Friedt2022-11-251-0/+6
* prefer openssl and zlib targets over library pathsTobias Weihs2022-09-111-3/+9
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging t...Jens Geyer2022-09-052-6/+6
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-2417-0/+0
* Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-022-22/+31
* THRIFT-5421 c_glib:Fix the problem of incorrect setting of errno in some fileslm20482021-07-091-2/+5
* Merge pull request #2383 from BioDataAnalysis/bda_minor_cmake_cleanupMario Emmenlauer2021-06-041-4/+1
|\
| * Minor cleanup of two CMake files, and removed some (unused) boost dependenciesMario Emmenlauer2021-05-051-4/+1
* | THRIFT-5399: Fix socket leak in abnormal situationlm20482021-05-171-2/+9
|/
* THRIFT-5244 Dynamic exception specifications are deprecated in C++11[-Wdeprec...zeshuai0072021-04-291-2/+2
* THRIFT-5265 add the zlib transport to c_glibzeshuai0072021-04-0110-4/+1957
* CMake: Pass linker dependencies transitively to downstream projectsMario Emmenlauer2021-02-121-1/+1
* Fix Missed check in c_glib for frame max message size checkzeshuai0072020-12-052-0/+14
* fix warning in c_glib from add max_message_size codezeshuai0072020-10-319-34/+35
* THRIFT-5256: Fix some compile warningswangyunjian2020-10-012-3/+3
* Fix c_glib implicit function declarationsChristopher Chavez2020-10-012-0/+8
* add the test case into cmakezeshuai0072020-09-281-0/+24
* THRIFT-4272: warnings in glibc libraryzeshuai0072020-09-172-0/+35
* THRIFT-5136: Fix memory leak in thrift_multiplexed_processor_process_impl()wangyunjian2020-09-022-7/+3
* THRIFT-5255: Fix stack overflow in framed transportwangyunjian2020-09-021-3/+4
* THRIFT-5268 Fix some file loss ")" in definezeshuai0072020-08-313-3/+3
* THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfigu...zeshuai0072020-08-0727-40/+2607
* THRIFT-5221: Fix stack overflow when reading bufferwangyunjian2020-06-181-2/+5
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-141-3/+3
* THRIFT-5122: Fix memory leak on accept error in thrift_simple_server_serve()wangyunjian2020-06-041-1/+4
* THRIFT-5076 Improve CMake OpenSSL usageKevin Wojniak2020-04-031-3/+2
* Fix some compile warningszeshuai0072020-03-222-6/+10
* Fix several warnings in c_glib lib and incorrect error messageKevin Wojniak2020-03-152-6/+2
* THRIFT-5102: Fix memory leak in thrift_simple_server_serve()wangyunjian2020-02-211-0/+9
* THRIFT-5094: Fix memory leak in thrift_server_set_property()wangyunjian2020-02-211-0/+6
* THRIFT-5101: Return NULL install of FALSE for thrift_server_socket_accept()wangyunjian2020-02-211-1/+1
* THRIFT-4952 Modified ssl_read feedback value break all the time error.pengzhouhu2019-10-181-1/+1
* THRIFT-4950 fix bind print error and Macro call errors thrift_server_socketpengzhouhu2019-09-221-2/+2
* THRIFT-4842 - Fix memory leak on set property c_glib (#1773)Gonzalo Aguilar Delgado2019-07-011-0/+1
* THRIFT-4878 - [c_glib] add unix domain socket support to ThriftSocket (#1807)Kevin Wojniak2019-07-014-19/+128
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...Kevin Wojniak2019-07-012-4/+4
* THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)James E. King III2019-02-141-25/+47
* THRIFT-4732:refine cmake scripts (#1688)cyy2019-02-073-4/+2
* fix minor glib warningJames E. King III2019-02-021-1/+1
* THRIFT-4405: fix c_glib seqid limited to min 0 instead of full int32_t rangeJames E. King III2019-02-011-1/+1
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-291-96/+96
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-1/+1
* remove unused variablescyy2019-01-073-9/+0
* remove stdcxx namespace and use std directlycyy2019-01-071-6/+6
* THRIFT-4671 handle client's unexpected close.lixiasong2018-11-231-4/+8
* THRIFT-4648: Use correct namespace in type namesSimon South2018-10-121-0/+15
* THRIFT-4329: multiplexed processor, client and server for c_glibGonzalo Aguilar Delgado2017-11-1817-790/+1665
* THRIFT-4376: fix a few high impact coverity defects:James E. King, III2017-10-2818-939/+922
* THRIFT-4212: Fix flush on invalid socketGonzalo Aguilar Delgado2017-09-211-2/+9
* THRIFT-4211: Fix logging in c_glibGonzalo Aguilar Delgado2017-09-212-29/+32