summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-14service: Set service state idle when creating from providerDaniel Wagner1-0/+1
2012-02-04timeserver: Remove connman_timeserver_[append/remove]Alok Barsode1-31/+0
2012-02-04timeserver: Use service timeserver, if any, before system timeserversAlok Barsode1-0/+11
2012-02-04Add __connman_timerserver_sync() to resolve a list of timeserversAlok Barsode1-3/+4
2012-02-04service: Free service->timeserversAlok Barsode1-0/+1
2012-01-24service: Add caller information to ref/unref debug prints.Jukka Rissanen1-4/+9
2012-01-20service: Properly ref/unref the networkJukka Rissanen1-2/+4
2012-01-20service: Refactor the service unref functionJukka Rissanen1-30/+20
2012-01-20service: Add ref counting debugJukka Rissanen1-2/+2
2012-01-20service: Cleanup of already removed functionalityJukka Rissanen1-5/+1
2012-01-13ipconfig: Rename previously public functionsDaniel Wagner1-30/+30
2012-01-13service: Fix reply_pending in __connman_service_connectDanny Jeongseok Seo1-1/+1
2012-01-05service: Return all system defined nameservers when askedJukka Rissanen1-3/+24
2012-01-05wispr: Retry online check for IPv6Jukka Rissanen1-1/+40
2012-01-05manager: Remove DefaultTechnology and associated functionPatrik Flykt1-11/+0
2012-01-05service: Don't send 'wpa' or 'rsn' as alternate values for 'psk'Patrik Flykt1-6/+5
2012-01-05service: Remove Passphrase propertyPatrik Flykt1-25/+0
2012-01-05service: Remove PassphraseRequired propertyPatrik Flykt1-67/+0
2012-01-05service: Remove LoginRequired propertyPatrik Flykt1-34/+0
2011-12-22service: Remove file index check in setup_ipv4/v6config()Daniel Wagner1-6/+0
2011-12-12service: Refactor timeserver removal functionJukka Rissanen1-6/+16
2011-12-12service: Do hidden network scan for the given SSIDPatrik Flykt1-1/+10
2011-12-12service: Factor out passphrase setting functionalityPatrik Flykt1-19/+25
2011-12-12agent: Add network name and name length to authentication_cb_tPatrik Flykt1-0/+1
2011-12-12service: Helper function to check if a service is hiddenPatrik Flykt1-0/+5
2011-12-12service: Use boolean variable to determine valid valuesPatrik Flykt1-1/+2
2011-12-12service: Return -EPERM for hidden services and prompt for inputPatrik Flykt1-1/+4
2011-12-12service: No modifications allowed for hidden servicesPatrik Flykt1-8/+20
2011-12-12service: List also hidden servicesPatrik Flykt1-2/+2
2011-12-12service: Disconnect network when service is freedPatrik Flykt1-0/+1
2011-12-10manager: Remove support for ProvisionService methodMarcel Holtmann1-59/+0
2011-12-10manager: Remove support for ConnectService methodMarcel Holtmann1-232/+0
2011-12-10manager: Remove support for LookupService methodMarcel Holtmann1-44/+0
2011-12-01service: Make state downgrading routine staticTomasz Bursztyka1-22/+22
2011-12-01service: Recompute service state when moving it upTomasz Bursztyka1-1/+28
2011-12-01service: Only one service should be online at a timeTomasz Bursztyka1-1/+40
2011-12-01service: Ensure the service list is well sorted after each updateTomasz Bursztyka1-4/+10
2011-11-28service: Support automatically added nameserversJukka Rissanen1-36/+78
2011-11-21service: Fix memory leak in service_load()Daniel Wagner1-0/+1
2011-11-21service: Set network_created flag only if create_hidden_wifi succeedsTomasz Bursztyka1-3/+3
2011-11-18service: network_created is set only for hidden servicesTomasz Bursztyka1-8/+10
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner1-16/+18
2011-11-07doc: Remove outdate SetupRequired propertySamuel Ortiz1-3/+0
2011-10-28service: Remove the gateways when removing the serviceJukka Rissanen1-0/+3
2011-10-21service: Activate loose mode routingJukka Rissanen1-2/+60
2011-10-21service: Check NULL pointerJukka Rissanen1-0/+3
2011-10-21service: wispr fallback when wpad failsTomasz Bursztyka1-0/+1
2011-10-10service: Update service order when changing the favorite flagSamuel Ortiz1-0/+1
2011-10-10service: Load ipconfig according to service identifierYu A Wang1-1/+1
2011-10-07service: Call __connman_service_disconnect from remove_serviceDanny Jeongseok Seo1-4/+2