Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-16 | gatutil: Handle non-printable characters | Denis Kenzior | 1 | -1/+1 | |
Signed arithmetic and shifts do not work well... | |||||
2010-04-13 | Fix: Don't try to set channel flags if they're 0 | Denis Kenzior | 1 | -6/+7 | |
2010-04-10 | Add utility helper for debugging binary blobs | Marcel Holtmann | 1 | -0/+23 | |
2010-03-16 | Fix: Use g_try_malloc in gatutil | Denis Kenzior | 1 | -1/+4 | |
2010-01-28 | Add new constructor for fully blocking operation | Marcel Holtmann | 1 | -2/+2 | |
2010-01-20 | Refactor: Reorder argument order | Denis Kenzior | 1 | -2/+2 | |
The order of arguments was a bit confusing, reorder them to make more logical sense. | |||||
2010-01-20 | Add gatutil.c to share common APIs with GAtServer | Zhenhua Zhang | 1 | -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. |