summaryrefslogtreecommitdiffstats
path: root/gatchat/gatutil.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16gatutil: Handle non-printable charactersDenis Kenzior1-1/+1
Signed arithmetic and shifts do not work well...
2010-04-13Fix: Don't try to set channel flags if they're 0Denis Kenzior1-6/+7
2010-04-10Add utility helper for debugging binary blobsMarcel Holtmann1-0/+23
2010-03-16Fix: Use g_try_malloc in gatutilDenis Kenzior1-1/+4
2010-01-28Add new constructor for fully blocking operationMarcel Holtmann1-2/+2
2010-01-20Refactor: Reorder argument orderDenis Kenzior1-2/+2
The order of arguments was a bit confusing, reorder them to make more logical sense.
2010-01-20Add gatutil.c to share common APIs with GAtServerZhenhua Zhang1-0/+129
Add gatutil.c/h gat.h and move shared typedef and APIs into it. So that they can be shared by GAtServer and GAtChat.