summaryrefslogtreecommitdiffstats
path: root/gatchat/gatresult.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-02-24gatchat: add g_at_result_iter_next_number_default APIFrédéric Danis1-0/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-03Add unquoted string capabilityDenis Kenzior1-0/+2
This is completely broken according to the standard, but some vendors use this in their "special" commands.
2009-06-16Improve string parsing codeDenis Kenzior1-1/+3
Currently next_string and next_hexstring functions use a static buffer in the iterator to store the value. This value is clobbered as soon as next_string or next_hexstring is called. Instead, we copy the entire line in iter_next and use it as a scratch buffer. The only limitation is that lines of max 2048 are possible, however these are limited to around this size by parts of the standard.
2009-05-26Add hex-encoded character string getter to AtChatAndrzej Zaborowski1-0/+2
2009-05-06Add AT chat library implementationDenis Kenzior1-0/+69