summaryrefslogtreecommitdiff
path: root/src/notifier.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-15notifier: Avoid shadowing connected variableMarcel Holtmann1-12/+6
2012-05-04notifier: Evaluate offline state after 'online' and 'ready'Patrik Flykt1-3/+3
2012-04-30notifier: Return offline as global state if offline mode is enabledMarcel Holtmann1-3/+3
2012-04-29notifier: Remove DefaultTechnology signalMarcel Holtmann1-16/+0
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-29notifier: Fix small coding style issueMarcel Holtmann1-1/+1
2012-04-24notifier: Handle Manager state when exiting onlinePatrik Flykt1-6/+10
2012-04-19notifier: Change notifer_count_online() to notifier_is_online()Daniel Wagner1-8/+5
2012-04-19notifier: Change __connman_notifier_count_connected() to *_is_connected()Daniel Wagner1-6/+5
2012-04-17notifier: Distinguish between different statesDaniel Wagner1-16/+50
2012-04-17notifier: Add __connman_notifier_online()Daniel Wagner1-0/+5
2012-04-17notifier: Add old state to __connman_notifier_disconnect()Daniel Wagner1-1/+2
2012-04-17notifier: Remove extra empty lineMarcel Holtmann1-1/+0
2012-02-13tethering: Use notifier to update default interface.Daniel Wagner1-5/+0
2012-01-24technology: Add 'Connected' Technology propertyPatrik Flykt1-0/+1
2012-01-20notifier: Remove unused technology notifiersPatrik Flykt1-179/+0
2012-01-05manager: Remove ConnectedTechnologies and associated functionPatrik Flykt1-21/+0
2012-01-05manager: Remove EnabledTechnologies and associated functionPatrik Flykt1-21/+0
2012-01-05manager: Remove AvailableTechnologies and associated functionPatrik Flykt1-21/+0
2011-12-10manager: Remove support for GetState method and StateChanged signalMarcel Holtmann1-11/+0
2011-11-15notifier: Remove service from hash in error caseDaniel Wagner1-1/+1
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner1-21/+36
2011-10-20notifier: Don't unnecessarily report "online" state on disconnectPatrik Flykt1-3/+7
2011-08-25service: Add services changed signalAlok Barsode1-2/+0
2011-08-11notify: Add state_idle()Daniel Wagner1-0/+65
2011-08-11notify: Add service name parameter to service_add()Daniel Wagner1-2/+3
2011-05-31notifier: Limit Counter UnderflowGrant Erickson1-0/+15
2011-04-12notify: Add service_add()/remove()Daniel Wagner1-0/+24
2011-03-31notify: Add ipconfig notifiersDaniel Wagner1-0/+13
2011-03-31notify: Add service state notifiersDaniel Wagner1-0/+13
2011-01-13notifier: Add proxy changed hookSamuel Ortiz1-0/+12
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+7
2010-07-03Add initial bits and pieces for Tethering supportMarcel Holtmann1-0/+5
2010-05-12Fail immediately enabling/disabling unregistered technologyForest Bond1-3/+24
2010-01-05Fix invalid argument terminatorMarcel Holtmann1-1/+2
2010-01-05Move online/offline state handling into notifier frameworkMarcel Holtmann1-3/+53
2010-01-05Add place-holder for technology type GPSMarcel Holtmann1-0/+7
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-19Make use of property changed helper for arraysMarcel Holtmann1-42/+9
2009-12-19Add user data argument to D-Bus array property helpersMarcel Holtmann1-3/+3
2009-12-19Add user data to D-Bus helper function callbacksMarcel Holtmann1-3/+3
2009-12-19Use helper for basic property changed signalsMarcel Holtmann1-24/+5
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-69/+25
2009-12-09Add service types for system and VPN connectionsMarcel Holtmann1-0/+14
2009-11-29Send signal with empty default technology when not connectedMarcel Holtmann1-1/+1
2009-11-28Add support for default service changed notifierMarcel Holtmann1-0/+42
2009-11-28Use one common service type to string conversion routineMarcel Holtmann1-23/+3
2009-07-24Add function to check if technology is enabledMarcel Holtmann1-0/+21
2009-07-24Fix notification to use service types instead of device typesMarcel Holtmann1-3/+3
2009-07-22Rename internal function to match other function namesMarcel Holtmann1-3/+3