summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.30.3Marcel Holtmann2009-08-122-1/+12
* Warn when (potentially) invalid input encounteredDenis Kenzior2009-08-121-0/+10
* Always output useable FN in VCardDenis Kenzior2009-08-121-1/+6
* Fix a segfault in need_mergeDenis Kenzior2009-08-121-3/+15
* Bail out early if text & number are emptyDenis Kenzior2009-08-121-0/+5
* Fix commentMarcel Holtmann2009-08-121-1/+1
* Add function for printing warningsMarcel Holtmann2009-08-122-0/+20
* Add API documentation for voice call interfacesMarcel Holtmann2009-08-123-1/+239
* Add some initial API documentsMarcel Holtmann2009-08-124-1/+257
* Fix compile warningDenis Kenzior2009-08-081-1/+3
* Use NameHasOwner instead of ListNames for name checkingJohan Hedberg2009-08-081-15/+9
* Quiet an error if a modem is removed quicklyDenis Kenzior2009-08-071-0/+3
* Fix segfault upon modem removal due to g_sourceDenis Kenzior2009-08-071-7/+16
* Refactor SIM file cacheDenis Kenzior2009-08-071-105/+91
* Re-enable reading of SPN & PNN on phonesimDenis Kenzior2009-08-071-0/+4
* Make the sim op queue have a removable gsourceDenis Kenzior2009-08-071-7/+21
* Don't use g_timeout_add to retrieve imsiDenis Kenzior2009-08-071-6/+3
* No need to use g_timeout_add hereDenis Kenzior2009-08-071-27/+13
* No need to use g_timeout_add hereDenis Kenzior2009-08-071-29/+14
* No need to use g_timeout_add hereDenis Kenzior2009-08-071-27/+13
* No need to use g_timeout_add hereDenis Kenzior2009-08-071-23/+18
* No need to use g_timeout_addDenis Kenzior2009-08-071-18/+9
* Ensure g_timeout_add source can be removed safelyDenis Kenzior2009-08-071-2/+10
* Store the tx_next g_source so it can be removedDenis Kenzior2009-08-071-3/+11
* Use g_source instead of flag for mpty list changesDenis Kenzior2009-08-071-6/+11
* Use g_source instead of flag for call list changesDenis Kenzior2009-08-071-7/+10
* Fix sim ADN type of number handlingDenis Kenzior2009-08-071-2/+2
* Refactor setting MSISDNDenis Kenzior2009-08-071-27/+33
* Keep new numbers in the main sim data structureDenis Kenzior2009-08-071-17/+10
* Move error label to a more logical placeDenis Kenzior2009-08-071-3/+3
* Move variable declarations to a move logical placeDenis Kenzior2009-08-071-2/+3
* Make SubscriberNumbers writable.Andrzej Zaborowski2009-08-071-5/+203
* Make SIM op queue more robust.Andrzej Zaborowski2009-08-071-6/+6
* Fix blocking service watch initial connect handlingMarcel Holtmann2009-08-063-46/+96
* Fix styleDenis Kenzior2009-08-061-2/+2
* Fix styleDenis Kenzior2009-08-061-2/+5
* Add whitespace properlyDenis Kenzior2009-08-061-1/+1
* Fix trailing whitespaceDenis Kenzior2009-08-061-7/+7
* No spaces between variable and ++/--Denis Kenzior2009-08-061-7/+7
* Fix trailing whitespaceDenis Kenzior2009-08-061-1/+1
* Fix trailing whitespaceDenis Kenzior2009-08-061-1/+1
* Be more lenient for PDU linesDenis Kenzior2009-08-061-1/+24
* Remove unneeded declarationsDenis Kenzior2009-08-061-7/+0
* Update AT modem plugin to use GAtChat loggingDenis Kenzior2009-08-061-0/+9
* Cleanup the debug support patchDenis Kenzior2009-08-062-27/+78
* gatchat: add debugging infrastructureAndres Salomon2009-08-062-0/+50
* Make overflow code a bit betterDenis Kenzior2009-08-061-8/+5
* Fixup atmodem.c for gatchat changesDenis Kenzior2009-08-061-7/+6
* Refactor GAtChat to accept user-provided parsersDenis Kenzior2009-08-065-230/+387
* Fix refcounting in GAtChatDenis Kenzior2009-08-061-0/+1