summaryrefslogtreecommitdiff
path: root/src/connman.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-11service: Add function to remove a serviceJukka Rissanen1-0/+1
2012-06-11service: Add setter for config informationJukka Rissanen1-0/+2
2012-06-11storage: Add function to remove a service directoryJukka Rissanen1-0/+1
2012-06-11service: Add function to return service by identifierJukka Rissanen1-0/+1
2012-05-28storage: Remove obsolete functions that nobody callsJukka Rissanen1-2/+0
2012-05-25device: Make scanning getter method public.Tomasz Bursztyka1-2/+0
2012-05-24storage: Return any errors when saving services and global configPatrik Flykt1-2/+2
2012-05-22resolver: Send RS before RDNSS lifetime expiresElena Tebesoi1-0/+3
2012-05-04service: Add flag that tells if the service is hidden or notJukka Rissanen1-0/+1
2012-05-04service: Adding a function to set userconnect valueTomasz Bursztyka1-0/+2
2012-05-04agent: Adding a parameter to give the error name to browser callbackTomasz Bursztyka1-1/+1
2012-05-04agent: Adding a parameter to give the error name to authentication callbackTomasz Bursztyka1-1/+1
2012-05-01timeserver: Helper function for adding timeservers once to a listPatrik Flykt1-0/+2
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-27ipconfig: Add ipconfig type to __connman_ipconfig_get_gateway_from_index()Patrik Flykt1-1/+2
2012-04-24resolver: Use proper IPv6 source address when sending DNS queriesJukka Rissanen1-0/+1
2012-04-24notifier: Handle Manager state when exiting onlinePatrik Flykt1-3/+3
2012-04-20service: Implement service Timeservers propertyPatrik Flykt1-0/+2
2012-04-20timeserver: Refactor __connman_timeserver_sync()Patrik Flykt1-0/+1
2012-04-19notifier: Change __connman_notifier_count_connected() to *_is_connected()Daniel Wagner1-1/+1
2012-04-17notifier: Add __connman_notifier_online()Daniel Wagner1-0/+1
2012-04-17notifier: Add old state to __connman_notifier_disconnect()Daniel Wagner1-1/+2
2012-04-17log: Remove D-Bus iterators for debug propertiesMarcel Holtmann1-3/+0
2012-04-17network: Remove unused functionDaniel Wagner1-2/+0
2012-04-17service: request_input_cb handle wps settingJulien Massot1-0/+1
2012-04-17service: Check the passphrase validityJulien Massot1-4/+4
2012-04-12provider: Disconnect VPN when phy service is disconnectedJukka Rissanen1-0/+1
2012-04-11service: Add __connman_service_string2type() functionPatrik Flykt1-0/+1
2012-04-05timeserver: Create timeserver listAlok Barsode1-1/+0
2012-04-05service: Add __connman_service_get_defaultAlok Barsode1-0/+1
2012-04-05inet: Refactor rtnl functions in 6to4.cJukka Rissanen1-0/+40
2012-04-05service: Return service split routing statusJukka Rissanen1-0/+1
2012-04-05service: Add function to update the service list orderJukka Rissanen1-0/+1
2012-04-05provider: Check if there are any routes for the providerJukka Rissanen1-0/+1
2012-04-05provider: Add support for user defined routesJukka Rissanen1-0/+2
2012-03-19service: Allow removing only certain type nameserversJukka Rissanen1-1/+2
2012-02-28service: adding a function to know the connected state of an ipconfigTomasz Bursztyka1-0/+2
2012-02-24service: Remove 'Services' property from Manager D-Bus APIPatrik Flykt1-1/+0
2012-02-24dbus: Function for adding array of object paths and dictionariesPatrik Flykt1-0/+2
2012-02-14agent: Add support for requesting browser actionTomasz Bursztyka1-0/+6
2012-02-13ippool: Add prefixlen argument to __connman_ippool_new/deladdr()Daniel Wagner1-2/+4
2012-02-13bridge: Fix __connman_bridge_enable() arguments orderingDaniel Wagner1-2/+2
2012-02-13nat: Move nat code into a seperate fileDaniel Wagner1-0/+7
2012-02-13tethering: Use notifier to update default interface.Daniel Wagner1-1/+0
2012-02-13bridge: Move bridge code into a seperate fileDaniel Wagner1-0/+6
2012-02-04Add __connman_timerserver_sync() to resolve a list of timeserversAlok Barsode1-0/+4
2012-02-04ntp: NTP Query a Timeserver server IPAlok Barsode1-3/+2
2012-02-04timeserver: Add functions to store/restore timeservers via the clock APIAlok Barsode1-0/+2
2012-02-04technology: Implement Technology Scan and scan start/stop functionalityPatrik Flykt1-0/+2
2012-02-01ippool: Add API to notify when IP is externally assignedDaniel Wagner1-2/+11