Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-08 | gathdlc: Add public suspend function | Guillaume Zajac | 2 | -0/+11 | |
2011-05-06 | gatchat: Fix memory leak with notify nodes list | Marcel Holtmann | 1 | -0/+1 | |
The list itself needs to be freed as well and not only its elements. | |||||
2011-05-05 | call-forwarding: Fix uninitialized var warning | Bertrand Aygon | 1 | -1/+3 | |
Fix a gcc 4.5.2 warning uninit var | |||||
2011-05-04 | voicecall: CHLD support must be enclosed in a list | Denis Kenzior | 1 | -4/+5 | |
2011-05-04 | voicecall: Simplify CHLD support generator | Denis Kenzior | 1 | -46/+19 | |
In addition, fix ordering and make sure that lower case 'x' is used | |||||
2011-05-04 | voicecall: CHLD call ids start at 1, not 0 | Denis Kenzior | 1 | -2/+2 | |
2011-05-04 | voicecall: add +CHLD=2X support for HFP emulator | Frédéric Dalleau | 1 | -0/+17 | |
2011-05-04 | voicecall: add +CHLD=1X support for HFP emulator | Frédéric Dalleau | 1 | -2/+20 | |
2011-05-04 | voicecall: add +CHLD=4 support for HFP emulator | Frédéric Dalleau | 1 | -0/+14 | |
2011-05-04 | voicecall: add +CHLD=3 support for HFP emulator | Frédéric Dalleau | 1 | -0/+14 | |
2011-05-04 | voicecall: add +CHLD=0 support for HFP emulator | Frédéric Dalleau | 1 | -1/+24 | |
2011-05-04 | voicecall: add +CHLD support for HFP emulator | Frédéric Dalleau | 1 | -0/+70 | |
2011-05-04 | voicecall: Fix variable initialization | Frédéric Dalleau | 1 | -0/+1 | |
2011-05-02 | gathdlc: Make sure to set in_read_handler properly | Denis Kenzior | 1 | -4/+4 | |
2011-05-02 | gathdlc: Add support for detecting +++ escapes | Denis Kenzior | 2 | -0/+110 | |
2011-05-02 | gatio: add ability to drain GAtIO read buffer | Guillaume Zajac | 2 | -0/+7 | |
2011-04-29 | gat: add GAtSuspendFunc CB typedef | Guillaume Zajac | 1 | -0/+1 | |
2011-04-29 | sms: Remove use of uninitialized variable | Bertrand Aygon | 1 | -1/+1 | |
Remove a debug information, since the info is useless, and more, it can display invalid info due to var not initialise in some case | |||||
2011-04-28 | modem: Don't allow setting online unless powered | Denis Kenzior | 1 | -0/+3 | |
2011-04-28 | test: Add swap-calls test script | Denis Kenzior | 2 | -1/+22 | |
2011-04-28 | gisi: log normal responses in a less confusing way | Pekka Pessi | 1 | -1/+2 | |
2011-04-28 | build: Add send-vcal to Makefile.am | Denis Kenzior | 1 | -0/+1 | |
2011-04-28 | test: Add send-vcal test script | Bertrand Aygon | 1 | -0/+32 | |
2011-04-28 | test: Add modem argument to send-vcard | Bertrand Aygon | 1 | -7/+19 | |
2011-04-28 | test: Add modem argument to send-sms | Bertrand Aygon | 1 | -10/+20 | |
2011-04-26 | Release 0.48 | Marcel Holtmann | 2 | -1/+7 | |
2011-04-26 | huawei: Switch to offline mode only if offline | Martin Xu | 1 | -1/+2 | |
2011-04-26 | huawei: Check that the modem device is open | Martin Xu | 1 | -2/+3 | |
Don't create the gprs atom if the modem device was not opened successfully. Otherwise ofonod will crash. | |||||
2011-04-26 | gatppp: Fix crash related to not stopping timers | Martin Xu | 1 | -0/+2 | |
In case of offline modem when GPRS data connection is connected, if gprs atom is removed before PPP termination process is complete, the terminate_timer will not be stop. It will cause ofonod crash when the timer times out. | |||||
2011-04-26 | voicecall: fix waiting calls for HFP emulator | Frédéric Danis | 1 | -1/+3 | |
Fix precedence between waiting and dialing so HFP emulator is notified of dialing/alerting even in case of a waiting call pending. | |||||
2011-04-26 | voicecall: Update CLCC buffer size and comment | Denis Kenzior | 1 | -3/+4 | |
2011-04-26 | voicecall: Refactor the previous commit slightly | Denis Kenzior | 1 | -13/+11 | |
2011-04-26 | voicecall: add +CLCC support for HFP emulator | Frédéric Dalleau | 1 | -0/+58 | |
2011-04-21 | emulator: fix +CLIP in case of withheld call | Frédéric Danis | 1 | -2/+10 | |
2011-04-19 | emulator: Create both emulator types in example | Denis Kenzior | 1 | -9/+15 | |
2011-04-19 | hfp_ag: Be extra pedantic on plugin cleanup | Denis Kenzior | 1 | -0/+1 | |
2011-04-19 | dun_gw: Be extra pedantic on plugin cleanup | Denis Kenzior | 1 | -0/+6 | |
2011-04-19 | dun_gw: Minor style tweak | Denis Kenzior | 1 | -1/+1 | |
2011-04-19 | hfp_ag: Minor style tweak | Denis Kenzior | 1 | -1/+1 | |
2011-04-19 | voicecall: Tweak the behavior of previous commit | Denis Kenzior | 1 | -17/+11 | |
Use a generic void pointer to remove the need for emulator_release_done function. Use naming a bit more consistent with the rest of the codebase | |||||
2011-04-19 | voicecall: add +CHUP support for HFP emulator | Frédéric Danis | 1 | -5/+86 | |
Update multirelease_callback to be used from DBus calls or HFP Emulator. "release done" is configurable by multirelease caller. | |||||
2011-04-19 | voicecall: Don't go over 80 characters per line | Denis Kenzior | 1 | -1/+2 | |
2011-04-19 | voicecall: add ATA support for HFP emulator | Frédéric Danis | 1 | -6/+68 | |
2011-04-19 | emulator: Use a switch/case instead of if | Denis Kenzior | 1 | -5/+10 | |
Seems a bit cleaner | |||||
2011-04-19 | emulator: Reflow comments | Denis Kenzior | 1 | -6/+5 | |
2011-04-19 | emulator: add +CCWA support for HFP AG | Frédéric Danis | 1 | -1/+76 | |
2011-04-19 | emulator: add +CLIP support for HFP AG | Frédéric Danis | 1 | -1/+81 | |
2011-04-19 | voicecall: add API to find call by status | Frédéric Danis | 2 | -0/+19 | |
2011-04-19 | emulator: add RING for HFP AG | Frédéric Danis | 1 | -13/+76 | |
2011-04-19 | isiusb: wait for MTC transitions, too | Pekka Pessi | 1 | -1/+1 | |