summaryrefslogtreecommitdiff
path: root/src/session.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-21session: Do not select ongoing service againDaniel Wagner1-0/+5
2011-09-30session: Set dirty flag in de/select service functionDaniel Wagner1-14/+18
2011-09-30session: Remove double assignmentDaniel Wagner1-2/+0
2011-09-30session: Handle bearers update correctlyDaniel Wagner1-17/+28
2011-09-30session: Rename update_allowed_bearers()Daniel Wagner1-3/+3
2011-09-30session: Move update_allowed_bearers() upDaniel Wagner1-75/+75
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