summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-29provider: Remove provider if there is an error when connectingJukka Rissanen1-1/+7
2011-09-29provider: Fix memory leakJukka Rissanen1-0/+1
2011-09-22Use 'cellular' instead of '3g' as bearer nameDaniel Wagner1-3/+3
2011-09-22session: Move info->online update code to session_changed()Daniel Wagner1-12/+7
2011-09-22session: Remove unnecessary deselect_serviceDaniel Wagner1-8/+1
2011-09-22session: Simplefy session_changed()Daniel Wagner1-36/+6
2011-09-22session: Add reason code to deselect_and_disconnect()Daniel Wagner1-8/+12
2011-09-22session: Add debug messagesDaniel Wagner1-1/+6
2011-09-22session: Add CONNMAN_SESSION_REASON_DISCONNECTDaniel Wagner1-2/+7
2011-09-22session: Pass session_info pointer into functionsDaniel Wagner1-23/+16
2011-09-22session: Remove deselect_previous_service()Daniel Wagner1-8/+3
2011-09-22session: Rename test_and_disconnectDaniel Wagner1-8/+8
2011-09-22session: Track info not the session for ecallDaniel Wagner1-12/+14
2011-09-22session: Disconnect free ride sessionDaniel Wagner1-0/+2
2011-09-22session: Refactor select_serviceDaniel Wagner1-16/+37
2011-09-22session: Fix null pointer derefencingDaniel Wagner1-1/+3
2011-09-22service: Don't iterate over changing sequenceDaniel Wagner1-2/+11
2011-09-21main: Cleanup ipconfig after serviceDaniel Wagner1-1/+1
2011-09-19ntp: Add skeleton for Simple NTP supportMarcel Holtmann2-0/+386
2011-09-19session: Only disconnect online sevicesDaniel Wagner1-2/+5
2011-09-19manager: Only defer result when enabling session modeDaniel Wagner1-1/+1
2011-09-19session: Only select new service if not in progressDaniel Wagner1-6/+6
2011-09-19session: Refactor select_and_connect()Daniel Wagner1-31/+42
2011-09-13wispr: Add magic "wispr" keyword to user agentMarcel Holtmann1-1/+1
2011-09-13wispr: Use different status requests for IPv4 and IPv6Marcel Holtmann1-6/+14
2011-09-136to4: Use ConnMan status URL for checking connectivityMarcel Holtmann1-1/+1
2011-09-13wifi: Add support to multi scan typeMohamed Abbas1-1/+3
2011-09-13service: Add frequency support to serviceMohamed Abbas1-0/+5
2011-09-13storage: Export service loading functionJukka Rissanen3-4/+5
2011-09-13storage: Add services getterJukka Rissanen1-0/+54
2011-09-12wispr: Requesting login input through the agentTomasz Bursztyka1-0/+76
2011-09-12agent: Added Username/Password request input logicTomasz Bursztyka3-3/+135
2011-09-12wispr: Handle WISPr messages and apply relevant statesTomasz Bursztyka1-18/+139
2011-09-12wispr: Added WISPr XML content parserTomasz Bursztyka1-0/+220
2011-09-12wispr: Added portal web request and result handling logicTomasz Bursztyka1-0/+91
2011-09-12wispr: Proxy lookup and web context setupTomasz Bursztyka1-0/+97
2011-09-12wispr: Adding wispr logic entries in service and wpadTomasz Bursztyka2-2/+17
2011-09-12wispr: Adding structures and start/stop functionsTomasz Bursztyka2-0/+116
2011-09-12location: Deleted location support and portal pluginTomasz Bursztyka4-322/+0
2011-09-12device: Remove device_probe and device_removeSamuel Ortiz1-23/+13
2011-09-12technology: Disable tethering only when no technology is tetheringPatrik Flykt1-2/+11
2011-09-12device: Set PENDING_DISABLE on device disablePatrik Flykt1-0/+1
2011-09-12device: Simplify device_pending_reset()Patrik Flykt1-5/+2
2011-09-12technology: When disabling technology, disble tethering tooPatrik Flykt1-0/+3
2011-09-12technology: Move bridege checking to set_tethering()Patrik Flykt1-8/+7
2011-09-12dnsproxy: Use listener data instead of hash table lookupsPatrik Flykt1-37/+25
2011-09-12dnsproxy: Fix __connman_dnsproxy_add_listener() error handlingPatrik Flykt1-2/+7
2011-09-12service: Filter Adding WPS to the Security ArrayGrant Erickson1-4/+21
2011-09-12timezone: Do not access already released memoryJukka Rissanen1-2/+3
2011-09-12main: Memory leak in option_debugJukka Rissanen1-0/+2