summaryrefslogtreecommitdiffstats
path: root/gatchat/gatutil.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-08-09gatchat: Add utility function for hexdump debugsMarcel Holtmann1-0/+3
2010-04-10Add utility helper for debugging binary blobsMarcel Holtmann1-2/+5
2010-01-28Add new constructor for fully blocking operationMarcel Holtmann1-1/+1
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/+40
Add gatutil.c/h gat.h and move shared typedef and APIs into it. So that they can be shared by GAtServer and GAtChat.