summaryrefslogtreecommitdiff
path: root/src/session.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02session: If no policy plugin is selected use default configDaniel Wagner1-2/+12
2012-10-02session: Move the default config create part back to coreDaniel Wagner1-0/+21
2012-09-27session: Apply policy on AllowedBearersDaniel Wagner1-3/+100
2012-09-27session: Apply policy on ConnnectionTypeDaniel Wagner1-2/+22
2012-09-27session: Enforce correct ConnectionType settingsDaniel Wagner1-2/+12
2012-09-27session: Support no match in AllowedBearersDaniel Wagner1-24/+25
2012-09-27session: Use g_slist_free_full to free bearer listDaniel Wagner1-3/+2
2012-09-27session: Add bearer list cleanup functionDaniel Wagner1-12/+10
2012-09-27session: Remove unused functionsDaniel Wagner1-33/+0
2012-09-27session: Get config from policy pluginDaniel Wagner1-51/+29
2012-09-27session: Allow plugin access to connman_session_allowed_bearers_anyDaniel Wagner1-3/+3
2012-09-27session: Move configuration bits to a public structDaniel Wagner1-51/+32
2012-09-27session: Move bearer_info to session.hDaniel Wagner1-46/+40
2012-09-27session: Use session pointer instead of string idDaniel Wagner1-32/+4
2012-09-27session: Update session when policy plugin is added or removedDaniel Wagner1-0/+47
2012-09-27session: Assign config plugin to sessionDaniel Wagner1-0/+20
2012-09-27session: Move get config calls after basic session initializationDaniel Wagner1-5/+6
2012-09-27session: Maintain a sorted policy plugin listDaniel Wagner1-0/+13
2012-09-27session: Remove global configuration pluginDaniel Wagner1-28/+13
2012-09-27session: Move policy plugin code upDaniel Wagner1-92/+92
2012-09-27session: Rename session_config to session_policyDaniel Wagner1-22/+22
2012-09-27session: No need to free NULL listDaniel Wagner1-4/+1
2012-09-27session: Check D-Bus argumets for Changed methodDaniel Wagner1-0/+7
2012-09-27session: Remove AvoidHandover implementationDaniel Wagner1-29/+1
2012-08-30session: Do not track disconnect reasonDaniel Wagner1-15/+8
2012-08-30session: Move RoamingPolicy to configuration pluginDaniel Wagner1-40/+14
2012-08-30session: Move EmergencyCall to configuration pluginDaniel Wagner1-99/+27
2012-08-30session: Remove StayConnected implementationDaniel Wagner1-21/+2
2012-08-30session: Move Priority to configuration pluginDaniel Wagner1-18/+15
2012-08-30session: Add configuration pluginDaniel Wagner1-0/+95
2012-08-30session: Remove SessionMarker implementationDaniel Wagner1-12/+0
2012-08-30session: Remove PeriodicConnect implementationDaniel Wagner1-51/+3
2012-08-30session: Remove IdleTimeout implementationDaniel Wagner1-19/+0
2012-07-15session: Avoid shadowing hash table iteratorMarcel Holtmann1-4/+4
2012-07-15session: Avoid shadowing session info variableMarcel Holtmann1-13/+13
2012-05-18Do not set signature and reply in GDBus tablesHenrique Dante de Almeida1-4/+4
2012-05-18Convert GDBus methods and signals to use macro helpersHenrique Dante de Almeida1-4/+7
2012-05-18Constify GDBus method tablesHenrique Dante de Almeida1-1/+1
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-02-28session: filtering session state update according to connection typeTomasz Bursztyka1-3/+44
2012-02-28session: introducing a property to select a type on which the state gets up onTomasz Bursztyka1-4/+52
2012-02-28session: do not notify ipconfig content if it's not in a connected stateTomasz Bursztyka1-0/+10
2012-02-28session: do not notify an ipconfig change if the session is not connectedTomasz Bursztyka1-0/+3
2012-02-28session: refactor and optimize how notification are raised and whenTomasz Bursztyka1-52/+44
2012-02-28session: changing online property to a state propertyTomasz Bursztyka1-29/+71
2012-02-01session: Send SessionMode property change messageDaniel Wagner1-1/+7
2012-01-10session: Undo empty D-Bus message checkDaniel Wagner1-5/+0
2012-01-09session: Handle empty D-Bus messageDaniel Wagner1-0/+5
2011-10-31session: Implement Session API Destroy method callPatrik Flykt1-0/+6
2011-10-28session: Add a list of pending connect/disconnect actionsPatrik Flykt1-6/+76