summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-28plazes: Fix crash handling MAC addressesversion1Bastien Nocera1-4/+2
2012-09-23build: Honor NOCONFIGURE=1Colin Walters1-1/+3
2012-09-06build: Compile tests against GTK+ 3.xJavier Jardón1-1/+1
2012-07-310.12.990.12.99Bastien Nocera1-1/+1
2012-07-31build: Fix build with srcdir != builddirBastien Nocera2-2/+3
2012-07-31build: Enabling bypassing testsXabier Rodriguez Calvar2-1/+10
2012-02-24build: Fix typo in CFLAGSJavier Jardón1-1/+1
2012-01-31skyhook: Only call g_thread_init on glib < 2.31.0Vincent Untz1-0/+2
2012-01-31build: Remove -Werror CFLAGSBastien Nocera1-1/+1
2011-08-16geoclue: Honor GEOCLUE_DBUS_BUSBernhard Guillon1-1/+2
2011-04-15test-connectivity: No warnings on wired networkBastien Nocera1-1/+5
2011-04-15master: Fix build of master providerBastien Nocera1-1/+1
2011-03-07master: Fix warning with GCC 4.6Dan Williams1-4/+0
2011-03-07master: Support NetworkManager 0.9Dan Williams1-0/+13
2010-12-03Port to GSettingsBastien Nocera5-54/+77
2010-12-03plazes: Cleanup lower-case MAC addressesBastien Nocera1-7/+20
2010-09-22Plazes needs gateway MAC not AP MACJussi Kukkonen1-4/+2
2010-09-22manual provider should not return address when not setJussi Kukkonen1-3/+19
2010-09-22update pos-example options handling for new arg typesJussi Kukkonen1-3/+15
2010-09-22lower case mac addresses for plazesJussi Kukkonen1-12/+14
2010-09-22allow ":" in urlsJussi Kukkonen1-1/+1
2010-09-22print initial position in examples/master-pos-exampleJussi Kukkonen1-1/+34
2010-09-22improve test-gui outputJussi Kukkonen2-25/+51
2010-09-22Fix skyhook provider nameJussi Kukkonen1-1/+1
2010-09-06Silence the stripped interface generationRoss Burton1-1/+1
2010-09-06Don't check for connman.pcRoss Burton1-15/+2
2010-08-25implement rate limiting in master providerJussi Kukkonen2-4/+28
2010-08-20Implementation of the Connman support.Javier Fernandez6-1/+835
2010-08-18geoclue: clarify accuracy values are orderedLuis R. Rodriguez1-1/+5
2010-08-06geoclue-localnet: use g_ascii_strcasecmp to compare mac addresses (fdo #29419)Guillaume Desmottes1-1/+1
2010-07-20gsmloc: add ModemManager GSM LAC/CID backendDan Williams5-5/+872
2010-07-20web-service: don't crash on missing errorsDan Williams1-6/+6
2010-06-30Use libnm-glib in connectivity-networkmanagerDan Williams2-60/+32
2010-06-30Fix memleak in geoclue_plazes_get_positionBastien Nocera1-0/+1
2010-06-30get_ap_mac returns a char *, not a const oneBastien Nocera1-2/+2
2010-06-30Update .gitignore some moreBastien Nocera1-0/+3
2010-06-30update .gitignorearno1-7/+16
2010-06-29Fix crasher when NetworkManager has no devicesBastien Nocera1-5/+1
2010-06-29Avoid registering error types multiple timesBastien Nocera1-0/+7
2010-06-29Require dbus-glib 0.86Bastien Nocera1-1/+1
2010-06-29Actually use Geoclue connectivity statusBastien Nocera1-9/+9
2010-06-29Implement get_router_mac for NetworkManagerBastien Nocera2-4/+111
2010-06-29Print router and AP information in testBastien Nocera1-9/+23
2010-06-29Use connectivity helpers in PlazesBastien Nocera2-111/+16
2010-06-29Add hacks to get the AP mac for non-NMBastien Nocera1-9/+13
2010-06-29Use get_aps helper for better accuracy in SkyhookBastien Nocera2-55/+39
2010-06-29Make sure the APs hashtable is NULL if emptyBastien Nocera1-0/+4
2010-06-29Print APs when connected in test-connectivityBastien Nocera1-0/+25
2010-06-29Implement hackish strength to dBm conversionBastien Nocera1-2/+10
2010-06-29Add connectivity test applicationBastien Nocera2-0/+58