summaryrefslogtreecommitdiff
path: root/gatchat/gatutil.h
Commit message (Collapse)AuthorAgeFilesLines
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gatchat: Add utility function for hexdump debugsMarcel Holtmann2011-08-091-0/+3
|
* Add utility helper for debugging binary blobsMarcel Holtmann2010-04-101-2/+5
|
* Add new constructor for fully blocking operationMarcel Holtmann2010-01-281-1/+1
|
* Refactor: Reorder argument orderDenis Kenzior2010-01-201-2/+2
| | | | | The order of arguments was a bit confusing, reorder them to make more logical sense.
* Add gatutil.c to share common APIs with GAtServerZhenhua Zhang2010-01-201-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.