Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-05 | hfp: wait Disconnect reply to power down the modem | Gustavo F. Padovan | 1 | -2/+24 | |
2010-02-05 | Fix: Don't call UnregisterAgent if already Released | Gustavo F. Padovan | 1 | -1/+7 | |
Prevent to call UnregisterAgent on an already unregistered agent. | |||||
2010-02-05 | hfp: create modem for new devices paired on runtime | Gustavo F. Padovan | 1 | -5/+57 | |
It listens the UUIDs property to create a modem from the recently paired devices. It also renames added_watch to adapter_watch, a more proper name. | |||||
2010-02-05 | Update gitignore | Denis Kenzior | 1 | -0/+1 | |
2010-02-05 | Fix: Send *EIAAUW after CGDCONT for STE and MBM | Denis Kenzior | 2 | -18/+29 | |
Otherwise the EIAAUW might fail. | |||||
2010-02-05 | Fix: Use snprintf instead of sprintf in hsomodem | Denis Kenzior | 1 | -8/+9 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in mbmmodem | Denis Kenzior | 1 | -4/+4 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in calypso | Denis Kenzior | 1 | -5/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in stemodem | Denis Kenzior | 2 | -10/+11 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in HFP | Denis Kenzior | 2 | -5/+5 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in atmodem | Denis Kenzior | 12 | -55/+58 | |
2010-02-05 | Fix: Use snprintf instead of sprintf in the core | Denis Kenzior | 3 | -12/+15 | |
2010-02-04 | Add isimodem radio settings driver | Aki Niemi | 4 | -0/+326 | |
2010-02-04 | Add PN_GSS codepoints and debugging | Aki Niemi | 4 | -1/+89 | |
2010-02-04 | Add radio settings atom and driver API | Aki Niemi | 5 | -2/+503 | |
This interface exposes a read-write property for radio access technology selection mode. | |||||
2010-02-04 | Fix: No need to check for handsfree_path now | Denis Kenzior | 1 | -12/+0 | |
2010-02-04 | Cleanup: Refactor handling of failed connections | Denis Kenzior | 2 | -42/+23 | |
2010-02-04 | Cleanup: Modem creation | Denis Kenzior | 1 | -2/+11 | |
2010-02-04 | Add function to handle SLC handshake failures | Denis Kenzior | 1 | -1/+19 | |
2010-02-04 | Fix: Don't send undefined values to the core | Denis Kenzior | 1 | -3/+4 | |
2010-02-04 | Fix: Unnecessary initializations | Denis Kenzior | 1 | -2/+2 | |
2010-02-04 | Fix: Dead Assignments | Denis Kenzior | 3 | -6/+4 | |
2010-02-04 | Fix: missing break statement | Denis Kenzior | 1 | -0/+2 | |
2010-02-04 | Fix: Dead Assignment | Denis Kenzior | 1 | -3/+2 | |
2010-02-03 | Fix: Wrong variables use | Denis Kenzior | 1 | -2/+2 | |
Copy/paste error from above resulted in incorrect variables being used for comparison. | |||||
2010-02-03 | Fix: Check for \r in UCS2 alphabets | Denis Kenzior | 1 | -1/+1 | |
2010-02-03 | Update overview.txt | Denis Kenzior | 1 | -12/+26 | |
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 | |