summaryrefslogtreecommitdiff
path: root/lib/c_glib
Commit message (Expand)AuthorAgeFilesLines
* 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
* THRIFT-4205: Make sure gobject+glib are correctly linkedGonzalo Aguilar Delgado2017-09-211-1/+1
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0
* THRIFT-4247: Fix compilation with OpenSSL 1.1Josip Sokcevic2017-09-041-11/+10
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-13/+24
* 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-2211-337/+313
* THRIFT-3706: Implement multiplexed protocol client and test client for c_glib...Gonzalo Aguilar Delgado2017-02-205-1/+997
* THRIFT-3369 Provide SSL/TLS client for c_glibJames E. King, III2017-02-137-3/+1681
* THRIFT-3968: Deserializing empty string/binary fieldsSimon South2016-12-224-19/+70
* THRIFT-3935 Incorrect skipping of map and setMatej Kupljen2016-09-291-1/+17
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...Nobuaki Sukegawa2016-09-261-4/+4
* THRIFT-3909 Fix c_glib static lib CMake buildNobuaki Sukegawa2016-09-041-12/+13
* THRIFT-2980 Accept external buffer in thrift_memory_buffer constructorChandler May2016-03-133-27/+209
* THRIFT-3569 Add thrift_transport_read_all to facilitate large reads in c_glib.Chandler May2016-03-057-37/+438
* THRIFT-3577 assertion failed at line 512 of testcontainertest.cNobuaki Sukegawa2016-02-221-3/+3
* THRIFT-3556 c_glib file descriptor transportSimon South2016-02-117-0/+537
* THRIFT-3572 Fix "Unable to determine the behavior of a signed right shift"Chandler May2016-01-242-0/+5
* THRIFT-3573 c_glib: No rule to make target issueNobuaki Sukegawa2016-01-231-12/+10
* THRIFT-3567 GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT ...Chandler May2016-01-193-2/+93
* THRIFT-1313 implement compact protocol for c_glib libraryChandler May2016-01-199-1/+3016