summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Add context-id allocation / deallocation codeDenis Kenzior1-3/+76
2009-12-09Refactor: use unsigned ints for cidsDenis Kenzior1-3/+4
2009-12-08Fix: Reset active contexts if gprs is detachedDenis Kenzior1-0/+21
2009-12-08Reset context settings when context is deactivatedDenis Kenzior1-0/+1
2009-12-08Style: Remove extra blank lineDenis Kenzior1-1/+0
2009-12-08Fix: Be more paranoid even during shutdownDenis Kenzior1-1/+1
2009-12-08Fix: Print a warning in set_poweredDenis Kenzior1-4/+8
2009-12-08Fix remove all atoms in ofono_modem_set_poweredZhenhua Zhang1-0/+3
2009-12-08Remove: Unused code related to modem powered prefsDenis Kenzior1-8/+0
2009-12-08Revert: Previous powered patchDenis Kenzior1-4/+4
2009-12-08Fix a crash during isimodem initializationAlexander Kanavin1-4/+4
2009-12-04Don't generate multiple g_sources, 1 is enoughDenis Kenzior1-3/+8
2009-12-04Use signalfd for signal handlingDenis Kenzior1-32/+58
2009-12-04Optimize: call list signal emissionDenis Kenzior1-9/+0
2009-12-04Update voicecall atom to use new callid apiDenis Kenzior1-9/+7
2009-12-04Add utility to get the next free call idDenis Kenzior1-0/+11
2009-12-04Refactor: call id allocation / releaseDenis Kenzior2-5/+10
2009-12-03Fix: Exit right awayDenis Kenzior1-0/+3
2009-12-02Fix: Be a bit more signal-handler safeDenis Kenzior1-5/+12
2009-12-02Fix: Paste errorDenis Kenzior1-2/+0
2009-12-02When SIGTERM is received, run the event loopDenis Kenzior3-13/+71
2009-12-02Refactor: Set powered to false if disable timedoutDenis Kenzior1-1/+12
2009-12-02Fix: unregister modem when unregistering driverDenis Kenzior1-0/+12
2009-12-02Refactor: modem de-registrationDenis Kenzior1-9/+3
2009-12-02Fix: Remove all atoms when attempting to power offDenis Kenzior1-9/+9
2009-12-02Fix: Store refs as 16 bits, not 8Denis Kenzior1-1/+1
2009-12-01Fix: Don't forget to cleanup the atom watchDenis Kenzior1-0/+7
2009-12-01Fix: Simplify logic to use g_memdupDenis Kenzior1-5/+3
2009-12-01Fix: Be more signed/unsigned correctDenis Kenzior1-3/+3
2009-12-01Style: Use unsigned int instead of unsignedDenis Kenzior1-1/+2
2009-11-26Fix: Reset call_ids when modem is powered offZhenhua Zhang1-0/+3
2009-11-24Fix: Add check for register_auto methodZhenhua Zhang1-2/+5
2009-11-24Fix: Send all SMS segmentsZhigang Li1-1/+1
2009-11-24Get rid of the pointless checks before g_free in GPRS engineMarcel Holtmann1-30/+11
2009-11-24Add support bringing GPRS interfaces up and down as neededMarcel Holtmann1-0/+50
2009-11-23Emit settings signal before active signalMartin Xu1-6/+7
2009-11-18Report AttachInProgress ErrorDenis Kenzior3-1/+9
2009-11-18Refactor: Send NotAttached errorDenis Kenzior3-3/+10
2009-11-18Add ProposeScan methodDenis Kenzior1-12/+65
2009-11-18Fix: Use a different function for initial registerDenis Kenzior1-1/+10
2009-11-18Refactor: Reshuffle bit flagsDenis Kenzior1-2/+2
2009-11-18Refactor: Remove period operator scanDenis Kenzior1-50/+0
2009-11-18Refactor: Get rid of PENDING flag in netregDenis Kenzior1-9/+3
2009-11-18Implement CGREG queryDenis Kenzior1-1/+21
2009-11-18Refactor: Move functions up to avoid declarationDenis Kenzior1-72/+75
2009-11-18Fix: Again, uncross the wiresDenis Kenzior1-1/+1
2009-11-18Fix: Uncross the wiresDenis Kenzior1-2/+2
2009-11-17Support Settings property of PrimaryContextDenis Kenzior1-9/+206
2009-11-17Add ofono_gprs_context_get_modemMartin Xu1-0/+5
2009-11-13Fix: Make sure we don't dial with an incoming callDenis Kenzior1-0/+3