Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-24 | gatchat: add g_at_result_iter_next_number_default API | Frédéric Danis | 1 | -0/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-09-03 | Add unquoted string capability | Denis Kenzior | 1 | -0/+2 | |
This is completely broken according to the standard, but some vendors use this in their "special" commands. | |||||
2009-06-16 | Improve string parsing code | Denis Kenzior | 1 | -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-26 | Add hex-encoded character string getter to AtChat | Andrzej Zaborowski | 1 | -0/+2 | |
2009-05-06 | Add AT chat library implementation | Denis Kenzior | 1 | -0/+69 | |