summaryrefslogtreecommitdiff
path: root/gatchat/gatutil.c
Commit message (Expand)AuthorAgeFilesLines
* gatchat: Fix use of unterminated stringsDenis Kenzior2019-07-161-1/+1
* gatchat: Avoid string overflow warning in debug functionMarcel Holtmann2019-05-151-4/+3
* gatutil: Use g_ascii_isprint instead of isprintDenis Kenzior2012-01-111-3/+3
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* gatchat: Abort hexdump helper when no debug function is specifiedMarcel Holtmann2011-08-091-0/+3
* gatchat: Fix extra empty line issue with hexdump helperMarcel Holtmann2011-08-091-1/+1
* gatchat: Add utility function for hexdump debugsMarcel Holtmann2011-08-091-1/+41
* gatchat: Small cleanup to make function look simplerMarcel Holtmann2011-01-201-3/+2
* gatchat: Turn off buffering of GAtChat IO channelsDenis Kenzior2011-01-181-0/+2
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-3/+3
* gatutil: Handle non-printable charactersDenis Kenzior2010-08-161-1/+1
* Fix: Don't try to set channel flags if they're 0Denis Kenzior2010-04-131-6/+7
* Add utility helper for debugging binary blobsMarcel Holtmann2010-04-101-0/+23
* Fix: Use g_try_malloc in gatutilDenis Kenzior2010-03-161-1/+4
* Add new constructor for fully blocking operationMarcel Holtmann2010-01-281-2/+2
* Refactor: Reorder argument orderDenis Kenzior2010-01-201-2/+2
* Add gatutil.c to share common APIs with GAtServerZhenhua Zhang2010-01-201-0/+129