summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: simplify NMSessionMonitor APIth/review/pavlix/bgo686997_sessionPavel Šimerda2014-05-268-168/+56
* core/trivial: rename functions in NMSessionMonitor to give them a common prefixThomas Haller2014-05-261-51/+51
* core/trivial: minor cleanup to use designated initializer for struct in NMSes...Thomas Haller2014-05-261-4/+4
* core: clear pointers in finalize and free methods in NMSessionMonitorThomas Haller2014-05-261-3/+10
* core/trivial: refactor NMSessionMonitor by moving private fields into an indi...Thomas Haller2014-05-261-37/+46
* core: remove assert from nm_session_monitor_get() in NMSessionMonitorThomas Haller2014-05-261-1/+0
* trivial: whitespace fixThomas Haller2014-05-262-4/+4
* core: don't use session tracking for securityPavel Šimerda2014-05-265-29/+10
* fixup! core: runtime detect systemd-logind and fallback to ConsoleKit (bgo #6...Pavel Šimerda2014-05-231-1/+2
* fixup! core: runtime detect systemd-logind and fallback to ConsoleKit (bgo #6...Pavel Šimerda2014-05-232-15/+5
* core: runtime detect systemd-logind and fallback to ConsoleKit (bgo #686997)Pavel Šimerda2014-05-238-734/+392
* po: update German (de) translation (bgo #730330)Christian Kirbach2014-05-231-1015/+1244
* core: fix use-after-free in pending action remove debug messageDan Williams2014-05-221-4/+3
* docs: clarify some uses of nm_active_connection_get_connection()Dan Williams2014-05-221-3/+6
* contrib/rpm: own some missing directories (rh #1099789)Jiří Klimeš2014-05-211-0/+2
* contrib/rpm: adjust required bluez version in SPEC file for NetworkManager-bl...Thomas Haller2014-05-201-1/+1
* contrib/rpm: clean up dependencies and plugins in NetworkManager.specDan Williams2014-05-191-5/+22
* devices: fix link-changed refactoringDan Winship2014-05-191-4/+5
* platform: merge branch 'th/bgo726273_platform_delete_ip4_route_workaround'Thomas Haller2014-05-191-21/+79
|\
| * platform: improve workaround for deleting IPv4 route with libnl guessing rout...Thomas Haller2014-05-191-21/+32
| * platform: add function _nl_has_capability() to access nl_has_capability() dyn...Thomas Haller2014-05-191-0/+47
|/
* contrib/rpm: force POSIX changelog date localeTore Anderson2014-05-191-1/+1
* devices: refactor the link-changed codeDan Winship2014-05-191-79/+95
* devices: improve slave release log messagesDan Winship2014-05-194-13/+31
* devices: fix "slaves" property notification in release_slavesDan Winship2014-05-191-1/+1
* devices: flip the ordering of priv->slavesDan Winship2014-05-191-1/+1
* trivial: remove empty 'vim' file accidentally added by e8f5a82Jiří Klimeš2014-05-161-0/+0
* cli: fix completion of interfaces in editor for "activate" commandJiří Klimeš2014-05-151-1/+1
* cli: fix ambiguity of "o" (on vs off) in nmc_string_to_bool()Jiří Klimeš2014-05-152-0/+6
* contrib/rpm: update build_clean.sh script to work with older version of gitThomas Haller2014-05-141-1/+1
* contrib/rpm: update spec file adding new wifi plugin NetworkManager-wifiThomas Haller2014-05-141-0/+21
* contrib/rpm: update spec file to exclude disabled plugin filesThomas Haller2014-05-141-0/+10
* wwan: fix broken wwan plugin due to undefined symbolThomas Haller2014-05-141-0/+1
* merge: device plugin cleanups and symbol visibility (bgo #728432)Dan Williams2014-05-1327-304/+241
|\
| * wimax: implement plugin symbol visibilityDan Williams2014-05-134-61/+22
| * adsl: implement plugin symbol visibilityDan Williams2014-05-132-1/+21
| * bluez: implement plugin symbol visibilityDan Williams2014-05-132-1/+21
| * wwan: implement plugin symbol visibilityDan Williams2014-05-137-17/+55
| * devices: simplify plugin type checkingDan Williams2014-05-138-142/+5
| * core: log when creating Generic device when a plugin is missingDan Williams2014-05-131-0/+6
| * wimax: recognize WiMAX devices as Generic if no WiMAX plugin is loadedDan Williams2014-05-131-6/+0
| * platform: assert libnl alloc functions against out of memoryThomas Haller2014-05-131-59/+99
| * core: refactor to return const GSList * from nm_manager_get_devices()Thomas Haller2014-05-134-18/+13
|/
* docs: ignore private nm-test-utils.h headerDan Williams2014-05-131-1/+2
* merge: make Wi-Fi/OLPC Mesh support a plugin and misc cleanups (bgo #728432)Dan Williams2014-05-1321-752/+587
|\
| * olpc-mesh: mesh device is only available when Wi-Fi companion is foundDan Williams2014-05-131-0/+15
| * wifi: remove supplicant pending action if supplicant init failsDan Williams2014-05-131-0/+3
| * platform: better detection of OLPC Mesh interfacesDan Williams2014-05-131-2/+2
| * olpc-mesh: reorganize functions (trivial)Dan Williams2014-05-131-141/+140
| * olpc-mesh: rework companion detectionDan Williams2014-05-131-79/+40