Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-16 | emulator: Initial public API implementation | Denis Kenzior | 1 | -0/+153 | |
2011-02-16 | emulator: Add additional APIs | Denis Kenzior | 1 | -0/+7 | |
2011-02-16 | gatserver: Be more const correct | Denis Kenzior | 2 | -2/+2 | |
2011-02-15 | Makefile: rerun genbuiltin on reconfigure. | Andrzej Zaborowski | 1 | -1/+1 | |
Make builtin.h depend on config.status to force regeneration when plugins may have been enabled or disabled. There may be a better way to do that. The dependency on builtin_sources is not needed. | |||||
2011-02-15 | test-server: Fix a few more occurrences | Denis Kenzior | 1 | -11/+10 | |
2011-02-15 | emulator: Add basic API for emulator | Denis Kenzior | 1 | -0/+33 | |
2011-02-15 | gatserver: Change callback signature | Denis Kenzior | 3 | -105/+86 | |
Provide the originating GAtServer to the callback | |||||
2011-02-15 | gatserver: extend D with GSM/UMTS specifics | Denis Kenzior | 1 | -3/+9 | |
2011-02-15 | test-server: Behavior to match previous commit | Denis Kenzior | 1 | -8/+6 | |
2011-02-15 | gatserver: Don't bother reporting command prefixes | Denis Kenzior | 1 | -2/+10 | |
The command line parser knows where the actual command line parameters begin, so there's no need to make the callback skip the prefix and the additional separator characters. | |||||
2011-02-15 | configure: Check for bluez >= 4.30. | Andrzej Zaborowski | 1 | -2/+2 | |
Earlier versions lack struct sockaddr_l2::l2_cid and/or struct bt_security. | |||||
2011-02-15 | AUTHORS: Mention Frédéric's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-15 | AUTHORS: Mention Frédéric's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-15 | bluetooth: Reset adapter_any_path to NULL in unref | Denis Kenzior | 1 | -0/+1 | |
2011-02-15 | bluetooth: style issues | Denis Kenzior | 1 | -3/+3 | |
2011-02-15 | bluetooth: single SDP record for all adapters | Frédéric Dalleau | 1 | -76/+64 | |
2011-02-14 | atmodem: close the list in clvl_range_query | Jeevaka Badrappan | 1 | -0/+1 | |
2011-02-14 | PPP: Fix transmit ACCM and receive ACCM mixup | Martin Xu | 1 | -2/+14 | |
According to RFC1662 Section 7.1, ACCM Configuration Option is used to inform the peer which control characters MUST remain mapped when the peer sends them. | |||||
2011-02-14 | AUTHORS: Mention Amit's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-14 | udev: Add Teracom (Linktop/LW27x) device detection | Amit Mendapara | 1 | -0/+3 | |
2011-02-14 | udev: Handle Linktop data card | Amit Mendapara | 1 | -0/+32 | |
2011-02-14 | linktop: Minor style issues | Denis Kenzior | 1 | -5/+4 | |
2011-02-14 | plugin: Add plugin for Linktop LW27x data cards | Amit Mendapara | 2 | -0/+360 | |
2011-02-14 | AUTHORS: Mention Olivier's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-14 | gatserver: Add ATS5 command feature | Olivier Guiter | 1 | -1/+5 | |
2011-02-11 | Release 0.42 | Marcel Holtmann | 2 | -1/+10 | |
2011-02-11 | ifxmodem: fix issue in set rat mode | Jeevaka Badrappan | 1 | -1/+4 | |
2011-02-11 | ifxmodem: add CNAP support | Jeevaka Badrappan | 1 | -0/+51 | |
2011-02-11 | doc: remove unused GetIcon from SimToolKit | Jeevaka Badrappan | 1 | -8/+0 | |
2011-02-11 | doc: Update possible errors | Jeevaka Badrappan | 23 | -59/+273 | |
2011-02-11 | doc: Remove unused SetProperty in NetworkRegistration | Jeevaka Badrappan | 1 | -10/+0 | |
2011-02-10 | sms: return immediately if cached flag is set | Denis Kenzior | 1 | -3/+3 | |
2011-02-10 | ifx: Remove modem selftest support | Jeevaka Badrappan | 1 | -63/+2 | |
Commands used for self tests are not working for all versions of the modem firmware. | |||||
2011-02-10 | emulator: Add example TCP based emulator | Denis Kenzior | 2 | -0/+196 | |
2011-02-10 | modem: Tweak online & powered watch APIs | Denis Kenzior | 2 | -5/+8 | |
2011-02-10 | emulator: Add basic emulator skeleton | Denis Kenzior | 3 | -1/+117 | |
2011-02-10 | emulator: Add basic emulator API | Denis Kenzior | 2 | -1/+49 | |
2011-02-10 | AUTHORS: Mention Guillaume's contributions | Denis Kenzior | 1 | -0/+1 | |
2011-02-10 | modem: Fix up previous commit | Denis Kenzior | 2 | -5/+9 | |
2011-02-10 | modem Add powered watch API | Guillaume Zajac | 2 | -0/+54 | |
2011-02-10 | simfs: Fix leaking of the voicecall context | Denis Kenzior | 1 | -2/+9 | |
When we're shutting down all atoms are removed and the voicecall context does not have a chance to be freed. Make sure simfs frees it. | |||||
2011-02-09 | call-barring: Remove unneeded variable | Denis Kenzior | 1 | -1/+0 | |
This was forgotten by the previous patch | |||||
2011-02-09 | call-barring: removed +CSSI type SS notifications | Andras Domokos | 1 | -74/+0 | |
2011-02-09 | sierra: Fix small coding style issue | Marcel Holtmann | 1 | -2/+2 | |
2011-02-09 | gobi: Fix small coding style issue | Marcel Holtmann | 1 | -2/+2 | |
2011-02-08 | gprs-provision: update example with SPN | Jukka Saunamaki | 1 | -3/+5 | |
2011-02-08 | gprs: Fixup error path | Denis Kenzior | 1 | -6/+12 | |
When we try to register the GPRS D-Bus interface and fail for some reason, calling gprs_unregister is not really kosher since much of the initialization has not yet been done. Call an intermediate function instead. | |||||
2011-02-08 | gprs,gprs-provision: add SPN to provisioning API | Jukka Saunamaki | 3 | -25/+68 | |
2011-02-08 | gprs-provision: add SPN to provisioning API header | Jukka Saunamaki | 1 | -1/+1 | |
2011-02-08 | TODO: minor style fix | Dara Spieker-Doyle | 1 | -1/+1 | |
Bad caps |