Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-03 | Remove dead assignments at gatchat | Gustavo F. Padovan | 1 | -6/+0 | |
2010-02-02 | Fix debug dump and unknown codepoint handling | Aki Niemi | 1 | -26/+26 | |
2010-02-02 | Fix change state immediately when meet the slash | Zhenhua Zhang | 1 | -15/+5 | |
According to V.250 spec section 5.2.4 Repeating a command line, if the prefix "A/" or "a/" is received, we should execute the last command immediately. No need to meet \r. | |||||
2010-02-02 | Fix: Ignore CBM pdus bigger than 88 bytes | Denis Kenzior | 1 | -0/+5 | |
2010-02-01 | Fix: Remove unused label | Denis Kenzior | 1 | -1/+0 | |
2010-02-01 | Fix: Don't leak memory | Denis Kenzior | 1 | -5/+2 | |
2010-02-01 | Fix: Skip whitespace in AT command line | Denis Kenzior | 1 | -5/+33 | |
2010-02-01 | Refactor: Use more flexible parser framework | Denis Kenzior | 1 | -101/+165 | |
2010-02-01 | Add test case for GAtServer | Zhenhua Zhang | 2 | -1/+427 | |
To implement PTY, TCP, Unix socket example to create GAtServer instance. | |||||
2010-02-01 | Fix: Check if the command is still pending | Denis Kenzior | 1 | -0/+3 | |
2010-02-01 | Style: No need for the extra line | Denis Kenzior | 1 | -2/+1 | |
2010-02-01 | Fix: Don't set variables to NULL/0 | Denis Kenzior | 1 | -7/+1 | |
These were already set to 0 by g_try_new0 | |||||
2010-02-01 | Refactor: Support max_read attempts like GAtChat | Denis Kenzior | 1 | -6/+14 | |
2010-02-01 | Fix: Use a function instead of a table | Denis Kenzior | 1 | -32/+30 | |
2010-02-01 | Refactor: Make enums follow 27.007 Annex B | Denis Kenzior | 1 | -9/+10 | |
2010-02-01 | Fix: Make compile | Denis Kenzior | 1 | -7/+7 | |
2010-02-01 | Add GAtServer basic parsing support | Zhenhua Zhang | 3 | -1/+553 | |
It's the basic skeleton of GAtServer, including new/shutdown, ref/ unref, received_data/parse_buffer and set_discuss/set_debug. GAtServer is to emulate the server side of AT conversation. It complies with V.250 and 27.007 spec to accept AT command like ATV1, ATE0 and extended command like AT+CLCC. Upper layer could create customize server to expose TTY, tcp or unix socket to client side application. | |||||
2010-01-30 | Release 0.17 | Marcel Holtmann | 2 | -1/+8 | |
2010-01-30 | Check for dbus_connection_can_send_type() function | Marcel Holtmann | 1 | -0/+4 | |
2010-01-30 | Use blocking GAtChat objects for STE modems | Marcel Holtmann | 1 | -1/+1 | |
Due to some missing implementation of POLLOUT, the access to the CAIF channels of the STE modems have to be done in a blocking fashion. | |||||
2010-01-30 | Add support for using old CAIF subsystem with character devices | Marcel Holtmann | 2 | -18/+34 | |
2010-01-30 | Use simple driver table for modem configuration setup helpers | Marcel Holtmann | 1 | -7/+18 | |
2010-01-29 | Mention João's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-01-29 | Add ability to select modem on test-voicecall | João Paulo Rechi Vita | 1 | -4/+10 | |
2010-01-28 | Use 3 read attempts when in non-blocking mode | Marcel Holtmann | 1 | -1/+1 | |
2010-01-28 | Fix some leftover oudated copyrights | Marcel Holtmann | 3 | -3/+3 | |
2010-01-28 | Fix: Update copyright notice for 2010 | Denis Kenzior | 4 | -4/+4 | |
2010-01-28 | Style: Various whitespace issues | Denis Kenzior | 1 | -9/+14 | |
2010-01-28 | Style: Put voicecall before gprs | Denis Kenzior | 2 | -3/+3 | |
2010-01-28 | Add STE voice call support. | Sjur Brændeland | 5 | -1/+603 | |
2010-01-28 | Use blocking GAtChat operation for CAIF unit test | Marcel Holtmann | 1 | -1/+1 | |
2010-01-28 | Add new constructor for fully blocking operation | Marcel Holtmann | 4 | -7/+31 | |
2010-01-28 | Fix: Take care of uninitialized variable condition | Denis Kenzior | 1 | -4/+2 | |
In some (impossible) circumstances rbytes and err might be used uninitialized. Here we make a check that a read was actually attempted before checking those variables. | |||||
2010-01-28 | The old CAIF character device are not TTYs | Marcel Holtmann | 1 | -10/+1 | |
2010-01-28 | Handle the error path from service_level_connection | Gustavo F. Padovan | 1 | -2/+4 | |
2010-01-28 | Remove unneeded code to disable the modem on hfp | Gustavo F. Padovan | 1 | -3/+0 | |
ofono_modem_remove() already disables the modem. | |||||
2010-01-28 | Use non-blocking and raw mode for test with CAIF character devices | Marcel Holtmann | 1 | -2/+11 | |
2010-01-28 | Add second CAIF test for using character interface | Marcel Holtmann | 1 | -6/+36 | |
2010-01-28 | Limit the number of continues read attempts | Marcel Holtmann | 1 | -2/+11 | |
2010-01-28 | Disable dummy CAIF modem detection for now | Marcel Holtmann | 1 | -0/+2 | |
2010-01-28 | Add plugin for static CAIF device detection | Marcel Holtmann | 2 | -0/+71 | |
2010-01-28 | Some minor style cleanups for STE support | Marcel Holtmann | 2 | -3/+9 | |
2010-01-28 | The AF_CAIF constant is more like to be 37 than 28 | Marcel Holtmann | 1 | -1/+1 | |
2010-01-28 | Add simple unit test for CAIF sockets | Marcel Holtmann | 3 | -11/+157 | |
2010-01-27 | Style: Various whitespace issues | Denis Kenzior | 1 | -1/+7 | |
2010-01-27 | Style: Don't go over 80 characters | Denis Kenzior | 1 | -2/+4 | |
2010-01-27 | Fix: Remove unused includes | Denis Kenzior | 1 | -11/+0 | |
2010-01-27 | Add copyright note to the HFP plugin | Gustavo F. Padovan | 1 | -0/+1 | |
2010-01-27 | Mention Zhigang's contributions | Denis Kenzior | 1 | -0/+1 | |
2010-01-27 | Mention Gustavo's contributions | Denis Kenzior | 1 | -0/+1 | |