| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-05-10 | gatchat: implement g_at_chat_get_io() | Kristen Carlson Accardi | 1 | -0/+2 | |
| 2010-04-28 | gatchat: Replace shutdown by suspend/resume | Denis Kenzior | 1 | -1/+2 | |
| Shutdown was actually pointless and according to Marcel he only had it in mind for PPP useage. | |||||
| 2010-04-28 | gatchat: Remove g_at_chat_set_syntax | Denis Kenzior | 1 | -2/+0 | |
| Never used and too unsafe in its current form | |||||
| 2010-04-11 | The user data pointer variable should be called user_data | Marcel Holtmann | 1 | -1/+2 | |
| 2010-04-09 | Remove one empty line and add another one | Marcel Holtmann | 1 | -1/+0 | |
| 2010-01-28 | Add new constructor for fully blocking operation | Marcel Holtmann | 1 | -0/+1 | |
| 2010-01-20 | Add gatutil.c to share common APIs with GAtServer | Zhenhua Zhang | 1 | -2/+1 | |
| Add gatutil.c/h gat.h and move shared typedef and APIs into it. So that they can be shared by GAtServer and GAtChat. | |||||
| 2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
| 2009-12-02 | Add g_at_chat_unregister_all function | Denis Kenzior | 1 | -0/+1 | |
| 2009-12-02 | Add: g_at_chat_cancel_all function | Denis Kenzior | 1 | -0/+1 | |
| This will cancel all commands currently queued. | |||||
| 2009-11-24 | Framework to support non-standard terminator | Yang Gu | 1 | -0/+3 | |
| 2009-10-15 | Add ability to retrieve the atchat IOChannel | Denis Kenzior | 1 | -0/+2 | |
| 2009-10-15 | Remove more unused code | Denis Kenzior | 1 | -1/+0 | |
| 2009-10-02 | Add support for switching to a different GAtSyntax at runtime | Marcel Holtmann | 1 | -0/+2 | |
| 2009-08-31 | Add PDU listing support | Denis Kenzior | 1 | -1/+13 | |
| 2009-08-06 | Remove unneeded declarations | Denis Kenzior | 1 | -7/+0 | |
| 2009-08-06 | Cleanup the debug support patch | Denis Kenzior | 1 | -2/+6 | |
| 2009-08-06 | gatchat: add debugging infrastructure | Andres Salomon | 1 | -0/+4 | |
| This patch adds debugging support to GAtChat (specifically of what's going across the serial line). Callbacks can be set via g_at_chat_set_debugging, and that callback is called after any channel reads or writes. | |||||
| 2009-08-06 | Refactor GAtChat to accept user-provided parsers | Denis Kenzior | 1 | -5/+3 | |
| Intended for really broken modems. A default 27.007 compliant parser is provided. | |||||
| 2009-07-15 | Add extra_pdu_crlf quirk | Denis Kenzior | 1 | -0/+1 | |
| 2009-07-15 | Add set / get flags for GAtChat | Denis Kenzior | 1 | -0/+3 | |
| 2009-06-30 | Add support for opening TTYs directly | Marcel Holtmann | 1 | -0/+1 | |
| 2009-06-16 | Add g_at_send_listing function | Denis Kenzior | 1 | -0/+12 | |
| 2009-05-06 | Add AT chat library implementation | Denis Kenzior | 1 | -0/+105 | |