platform/upstream/ofono.git
2009-11-11 Denis KenziorFix: Set data to NULL in drivers
2009-11-11 Denis KenziorFix: Don't leak data in SIM atom driver
2009-11-11 Zhenhua ZhangAdd call volume support for hfpmodem
2009-11-11 Zhenhua ZhangFix: Invoke microphone_volume, not speaker
2009-11-10 Denis KenziorAdd SMS support to PalmPre plugin
2009-11-10 Andrzej ZaborowskiAdd Palm Pre plugin
2009-11-10 Denis KenziorFix: Rename G1 quirk to QUALCOMM_MSM
2009-11-10 Andrzej ZaborowskiWork around Palm Pre SIM file reading quirk.
2009-11-10 Marcel HoltmannRemove GTHREAD_CFLAGS and GTHREAD_LIBS usage
2009-11-10 Andrzej ZaborowskiProperly skip over quoted values
2009-11-10 Andrzej ZaborowskiUpdate test script to newer api.
2009-11-10 Andrzej ZaborowskiFix +CGEV: parsing
2009-11-10 Andrzej ZaborowskiAccept ranges in +CSMS responses.
2009-11-10 Andrzej ZaborowskiFix: Don't bail if CREG/CGREG mode=2 is unsupported
2009-11-09 Denis KenziorUpdate network-api.txt to match implementation
2009-11-05 Denis KenziorAdd basic state saving for SMS atom
2009-11-05 Denis KenziorAdd sample implementation of SMS history
2009-11-05 Denis KenziorAdd hooks to call into sms history for SMS atom
2009-11-05 Denis KenziorAdd SMS history capability
2009-11-05 Denis KenziorRefactor: Make SendMessage async
2009-11-05 Denis KenziorRename sms assembly path to sms_assembly from sms
2009-11-05 Denis KenziorUse localtime_r instead of localtime
2009-11-05 Denis KenziorFix: Update send-sms to the new API
2009-11-05 Denis KenziorFix: Handle MBM hardware that fails on EMRDY?
2009-11-05 Denis KenziorRefactor: Move SMS SendMessage to 1 recipient only
2009-11-05 Denis KenziorFix: Load GPRS settings before finding netreg
2009-11-04 Denis KenziorFix: Handle the case where only PLMN name is given
2009-11-03 Denis KenziorFix: Minor style issues
2009-11-03 Gustavo F.... Create network registration driver for hfpmodem
2009-11-03 Zhenhua ZhangFix: The use of cind_val / cind_pos was wrong
2009-11-03 Zhenhua ZhangRefactor: Get rid of mpty_call variable
2009-11-03 Zhenhua ZhangFix: Remove some dead code
2009-11-02 Denis KenziorAdd ability to restore GPRS contexts from settings
2009-11-02 Denis KenziorSave GPRS context settings
2009-11-02 Denis KenziorAdd Basic save/restore code for GPRS setting
2009-11-02 Denis KenziorLimit the number of contexts that we manage
2009-11-02 Denis KenziorUpdate CreateContext API
2009-11-02 Denis KenziorAdd utility to convert strings to context type
2009-11-02 Denis KenziorFix: Default to type internet
2009-11-01 Marcel HoltmannRelease 0.9 0.9
2009-11-01 Marcel HoltmannUse ofono_info() for AT command debugging
2009-11-01 Ryan M. RaaschInserted the GSM syntax option in modem.conf
2009-10-30 Denis KenziorFix: Quiet compiler warnings
2009-10-30 Denis KenziorAdd checking for valid APN format
2009-10-30 Denis KenziorAdd unit test for valid APN names
2009-10-30 Denis KenziorAdd utility to test for valid APN names
2009-10-30 Denis KenziorAdd saving / restoring of netreg settings
2009-10-30 Denis KenziorAdd utilities for settings management
2009-10-30 Denis KenziorFix: Remove unused header include
2009-10-30 Denis KenziorAdd Mode property to NetworkRegistration
2009-10-30 Denis KenziorFix: style issues
2009-10-30 Denis KenziorFix: Refine the logic for CHLD=1 and CHLD=2
2009-10-29 Denis KenziorFix: Properly update technologies
2009-10-29 Denis KenziorCompress the operator list before processing
2009-10-29 Denis KenziorUpdate the network API
2009-10-29 Denis KenziorAdd utility to compress plmns that vary by tech
2009-10-29 Denis KenziorRefactor: Get rid of useless netreg parameter
2009-10-29 Denis KenziorRefactor: Use Technologies instead of Technology
2009-10-29 Denis KenziorAdd utility to create a list of supported techs
2009-10-29 Denis KenziorRefactor: Operator registration to DBUS
2009-10-29 Denis KenziorRefactor: Internal data structures
2009-10-29 Denis KenziorUpdate the isimodem driver to the new API
2009-10-29 Denis KenziorUpdate the atmodem driver to the new API
2009-10-29 Denis KenziorUpdate the netreg driver to use mcc/mnc
2009-10-29 Denis KenziorFix: Don't pass ofono_network_operator structures
2009-10-29 Denis KenziorFix: Also auto register when status is unknown
2009-10-29 Denis KenziorFix: Quiet compiler warning
2009-10-29 Denis KenziorRefactor: Make MBM driver actually use EMRDY
2009-10-29 Denis KenziorFix: Return EINPROGRESS as intended
2009-10-29 Claudio TakahasiFix message handling for autostart.
2009-10-29 Denis KenziorFix: Refine logic for hangup
2009-10-29 Denis KenziorFix: This hack is no longer necessary
2009-10-29 Denis KenziorIn the simple single active call case, use hangup
2009-10-29 Denis KenziorFix: Don't pass the indexes
2009-10-28 Denis KenziorFix: No need to set this to NULL
2009-10-28 Denis KenziorCleanup: Fixup style
2009-10-28 Zhenhua ZhangAdd voicecall driver for Bluetooth HFP
2009-10-28 Zhenhua ZhangRefactor: Move alloc/release id to atutil.c
2009-10-28 Zhenhua ZhangRefactor: Move & Rename functions to atutil.c
2009-10-28 Denis KenziorCleanup previous patch
2009-10-28 Ryan RaaschAdd serial settings parser to modemconf plugin
2009-10-28 Denis KenziorCleanup previous patch and update docs
2009-10-28 Ryan RaaschRefactor: Capitalize g_at_tty option names
2009-10-28 Denis KenziorFix: Take care of the logic for Dialing
2009-10-28 Denis KenziorRefactor: Avoid unnecessary forward declarations
2009-10-28 Denis KenziorRefactor: Move more code around
2009-10-28 Denis KenziorRefactor: Move code to avoid forward declaration
2009-10-28 Denis KenziorRefactor: Get rid of PENDING_FLAG in voicecalls
2009-10-28 Denis KenziorAdd utility to parse CLIR option
2009-10-28 Denis KenziorRefactor: replace netreg get_operator with mcc/mnc
2009-10-27 Denis KenziorFix: Don't emit spurious Base Station Name signal
2009-10-27 Denis KenziorFix: Skip empty emergency numbers
2009-10-27 Denis KenziorFix: Obscure crash when GPRS is not supported
2009-10-27 Denis KenziorFix: Properly unregister context on exit
2009-10-26 Denis KenziorFix: Use driver_attached instead of attached
2009-10-26 Denis KenziorMake netreg_update based on CREG, not CGREG
2009-10-26 Denis KenziorSimplify logic in netreg_update
2009-10-26 Denis KenziorFix unused variable warning
2009-10-26 Denis KenziorDon't cause an infinite loop
2009-10-26 Denis KenziorGet rid of the AFTER_ROAMING stuff
next