platform/upstream/ofono.git
2010-03-25 Kristen Carlson... remove unneeded debug statement
2010-03-25 Kristen Carlson... use separate timers for PPP config and terminate
2010-03-25 Kristen Carlson... switch to g_timeout_add_seconds()
2010-03-25 Denis KenziorFix: Make CONNECT <baud> responses work
2010-03-25 Denis KenziorRefactor: Simplify parsing logic
2010-03-25 Denis KenziorRefactor basic command parsing
2010-03-25 Denis KenziorFix: Use SO_REUSEADDR in test_server
2010-03-24 Denis KenziorStyle: foo[0] is preferable to *foo
2010-03-24 Denis KenziorFix: Be more paranoid in basic command parsing
2010-03-24 Zhenhua ZhangAdd basic command parsing
2010-03-24 Denis KenziorStyle: No point to write a function to wrap g_free
2010-03-24 Yang GuAdd enum for cdma sms tpdu data objects
2010-03-24 Yang GuFix enum for more time proactive command
2010-03-24 Kristen Carlson... fix memory leak in ppp_auth
2010-03-24 Kristen Carlson... fix memory leaks after ppp_transmit
2010-03-24 Kristen Carlson... fix memory leaks in option handling
2010-03-24 Marcel HoltmannRelease 0.20 0.20
2010-03-24 Denis KenziorFix: Handle broken modems that returns empty COPS
2010-03-23 Denis KenziorMove netreg interface definitions to dbus.h
2010-03-23 Denis KenziorStyle: Fixup some style issues
2010-03-23 Yang GuAdd parser for file list objects
2010-03-23 Denis KenziorFix: trivial formatting fix in call settings api
2010-03-23 Marcel HoltmannRemove pointless optimization attempt with g_list_length()
2010-03-23 Marcel HoltmannUse password instead of passwd as variable name
2010-03-23 Marcel HoltmannThe g_free() function checks for NULL pointers
2010-03-23 Marcel HoltmannUnnest some more functions in PPP CP implementation
2010-03-23 Marcel HoltmannSome additional whitespace cleanup for PPP code
2010-03-23 Marcel HoltmannFix the broken PPP CP debug trace function
2010-03-23 Marcel HoltmannRemove some heavy nesting that is not needed at all
2010-03-23 Marcel HoltmannFix another pointer casting issue on 32-bit systems
2010-03-23 Marcel HoltmannFix pointer casting with uint16 protocol variable
2010-03-23 Marcel HoltmannMention Kristen's contributions
2010-03-23 Kristen Carlson... Add PPP option to gsmdial
2010-03-23 Kristen Carlson... IP support for PPP
2010-03-23 Kristen Carlson... CHAP with MD5 authentication support
2010-03-23 Kristen Carlson... PPP LCP support
2010-03-23 Kristen Carlson... Generic PPP control protocol support
2010-03-23 Kristen Carlson... Basic PPP protocol support
2010-03-22 Denis KenziorMove sim manager interface definition to dbus.h
2010-03-22 Denis KenziorMove cbs interface definition to dbus.h
2010-03-22 Denis KenziorMove call volume interface definition to dbus.h
2010-03-22 Denis KenziorMove mwi interface definition to dbus.h
2010-03-22 Denis KenziorMove radio settings interface definition to dbus.h
2010-03-22 Denis KenziorMove sms interface definition to dbus.h
2010-03-22 Denis KenziorMove voicecall interface definitions to dbus.h
2010-03-22 Denis KenziorAdd message-waiting api
2010-03-22 Denis KenziorAdd call-volume api
2010-03-22 Denis KenziorAdd cell broadcast API
2010-03-22 Denis KenziorAdd phonebook-api document
2010-03-22 Denis KenziorFix: extract line should use S3, not hardcode CR
2010-03-22 Denis KenziorRefactor: Command line extraction
2010-03-22 Denis KenziorRefactor: Extended command parsing
2010-03-22 Zhenhua ZhangAdd G_AT_SERVER_RESULT_EXT_ERROR
2010-03-22 Zhenhua ZhangAdd g_at_server_register and unregister callback
2010-03-22 Zhenhua ZhangAdd notify at command callback
2010-03-22 Zhenhua ZhangAdd server at command data structure
2010-03-22 Zhenhua ZhangAdd extended command parsing
2010-03-22 Zhenhua ZhangAdd framework of server parser
2010-03-20 Marcel HoltmannRevert the default statement for PIN type checking
2010-03-19 Denis KenziorTrivial: Add break statement
2010-03-19 Pekka PessiFix: Check password length based on its type
2010-03-18 João Paulo... huawei: use GSM permissive parser instead of V1.
2010-03-18 Denis KenziorAdd support for IP based connections to gsmdial
2010-03-18 Denis KenziorFix: Echo everything as soon as received
2010-03-18 Denis KenziorUpdate sim-api.txt
2010-03-18 Zhenhua ZhangRefactor add is_basic_command_prefix function
2010-03-18 Zhenhua ZhangRename parse_v250_settings
2010-03-18 Zhenhua ZhangRename parse_at_command
2010-03-18 Zhenhua ZhangRename is_at_command_prefix
2010-03-18 Zhenhua ZhangRename g_at_server_send_result
2010-03-18 Denis KenziorDoc: Fixup style issues
2010-03-18 Pekka PessiAdded call-barring-api.txt.
2010-03-18 Pekka PessiFix: Interrogation of barring does not need pin
2010-03-18 Pekka PessiFix: Number of barring services is constant
2010-03-18 Denis KenziorStyle: Remove the now unnecessary braces
2010-03-18 Pekka PessiFix: Return newly-queried barring status
2010-03-18 Pekka PessiFix: call barring can only be (de)activated
2010-03-16 Denis KenziorFix: Use g_try_malloc when parsing stk result
2010-03-16 Denis KenziorFix: Use g_try_malloc when parsing stk address
2010-03-16 Denis KenziorFix: Use g_try_malloc in gisi/pipe.c
2010-03-16 Denis KenziorFix: Use g_try_malloc not g_malloc in isi/pep.c
2010-03-16 Denis KenziorStyle: Use newlines to make the code more readable
2010-03-16 Denis KenziorStyle: Always use tab for indentation
2010-03-16 Denis KenziorFix: Use g_try_malloc in gatutil
2010-03-16 Denis KenziorFix: Use g_try_malloc instead of g_malloc in util
2010-03-16 Denis KenziorRefactor: create_dirs logic
2010-03-16 Denis KenziorFix: Fixup error paths in sim_op_check_cached
2010-03-16 Denis KenziorFix: avoid assigning to return structure on error
2010-03-16 Denis KenziorStyle: Spaces before / after arithmetic operations
2010-03-16 Denis KenziorStyle: Align the enum values to be easier to read
2010-03-16 Yang GuHandle the conversion failure when parsing item
2010-03-16 Yang GuFix the structure of stk_subaddress
2010-03-16 Yang GuAdd support of Huawei EM770 modem
2010-03-16 Denis KenziorDoc: Add small clarification to SMS docs
2010-03-16 João Paulo... doc: Add SmsManager API documentation.
2010-03-16 Denis KenziorAdd stk tone type enum
2010-03-16 Denis KenziorAdd basic unit test for send sms parser
2010-03-16 Denis KenziorAdd parser for STK send sms proactive commands
2010-03-16 Denis KenziorRefactor: stk send_sms datastructure
2010-03-16 Denis KenziorRefactor: stk result dataobject
next