summaryrefslogtreecommitdiff
path: root/lib/c_glib/src
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5421 c_glib:Fix the problem of incorrect setting of errno in some fileslm20482021-07-091-2/+5
* THRIFT-5399: Fix socket leak in abnormal situationlm20482021-05-171-2/+9
* THRIFT-5265 add the zlib transport to c_glibzeshuai0072021-04-014-0/+1025
* 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-314-14/+18
* THRIFT-5256: Fix some compile warningswangyunjian2020-10-012-3/+3
* Fix c_glib implicit function declarationsChristopher Chavez2020-10-012-0/+8
* 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-0718-26/+1242
* THRIFT-5221: Fix stack overflow when reading bufferwangyunjian2020-06-181-2/+5
* THRIFT-5122: Fix memory leak on accept error in thrift_simple_server_serve()wangyunjian2020-06-041-1/+4
* 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-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-072-3/+0
* 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-4671 handle client's unexpected close.lixiasong2018-11-231-4/+8
* THRIFT-4329: multiplexed processor, client and server for c_glibGonzalo Aguilar Delgado2017-11-1810-131/+907
* THRIFT-4376: fix a few high impact coverity defects:James E. King, III2017-10-285-9/+5
* 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
* THRIFT-4247: Fix compilation with OpenSSL 1.1Josip Sokcevic2017-09-041-11/+10
* THRIFT-2026: Eliminate some undefined behavior in C/C++Jim Apple2017-03-251-2/+2
* THRIFT-4108: c_glib ssl implementation fixes - remove global ssl context and ...Gonzalo Aguilar Delgado2017-03-062-196/+214
* THRIFT-3706: added cross test support for backwards compatible multiplexed se...James E. King, III2017-02-2210-329/+306
* THRIFT-3706: Implement multiplexed protocol client and test client for c_glib...Gonzalo Aguilar Delgado2017-02-204-0/+992
* THRIFT-3369 Provide SSL/TLS client for c_glibJames E. King, III2017-02-133-0/+1071
* THRIFT-3968: Deserializing empty string/binary fieldsSimon South2016-12-222-17/+24
* THRIFT-3935 Incorrect skipping of map and setMatej Kupljen2016-09-291-1/+17
* THRIFT-2980 Accept external buffer in thrift_memory_buffer constructorChandler May2016-03-132-15/+71
* THRIFT-3569 Add thrift_transport_read_all to facilitate large reads in c_glib.Chandler May2016-03-054-27/+74
* THRIFT-3556 c_glib file descriptor transportSimon South2016-02-112-0/+339
* THRIFT-3572 Fix "Unable to determine the behavior of a signed right shift"Chandler May2016-01-241-0/+2
* THRIFT-1313 implement compact protocol for c_glib libraryChandler May2016-01-194-0/+1922
* THRIFT-3552 c_glib: Fix memory leak in processorSimon South2016-01-161-0/+1
* THRIFT-3464 Fix several defects in c_glib code generatorNobuaki Sukegawa2015-12-062-0/+72
* THRIFT-3370 errno extern variable redefined. Not compiling for AndroidGonzalo Aguilar Delgado2015-10-212-6/+0
* THRIFT-3285 c_glib: Library: Build without compiler warningsSimon South2015-08-0310-117/+164
* THRIFT-3260 multiple warnings in c_glib tutorialJens Geyer2015-07-311-1/+1