summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | build: fix -Wstrict-prototypes warningsThomas Haller2014-10-2917-40/+40
* | | libnm-core: Don't warn on missing propertiesLubomir Rintel2014-10-292-4/+2
* | | po: update Swedish (sv) translation (bgo #739304)Josef Andersson2014-10-291-1495/+1528
* | | callouts: Mark nmdbus-dispatcher.[ch] as BUILT_SOURCESColin Walters2014-10-281-0/+2
* | | libnm-core, libnm: remove GSLists in APIs (bgo #739023)Dan Winship2014-10-28123-758/+681
|\ \ \
| * | | libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-2823-255/+207
| * | | libnm-core: make nm_setting_verify() take an NMConnectionDan Winship2014-10-2833-246/+216
| * | | libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-2879-253/+225
| * | | libnm-core: #include all nm-core headers from nm-core-internal.hDan Winship2014-10-281-4/+33
|/ / /
* | | libnm-core: hwaddr-related fixes (bgo 739023)Dan Winship2014-10-2815-126/+252
|\ \ \
| * | | libnm-core: canonicalize hardware addresses in settingsDan Winship2014-10-288-33/+73
| * | | libnm-core: add nm_utils_hwaddr_canonical()Dan Winship2014-10-284-11/+76
| * | | libnm-core: make _get_mac_address_blacklist() methods return arraysDan Winship2014-10-287-102/+123
|/ / /
* | | po: fix up for NMVpnPlugin renameDan Winship2014-10-281-1/+1
* | | libnm: rename NMVpnPlugin (bgo #739072)Dan Winship2014-10-289-556/+497
|\ \ \
| * | | libnm: merge nm-vpn-plugin-utils into nm-vpn-plugin-oldDan Winship2014-10-286-235/+177
| * | | libnm: rename NMVpnPlugin to NMVpnPluginOldDan Winship2014-10-287-321/+320
| * | | libnm-core: fix trivial bug in NMVpnPluginError quarkDan Winship2014-10-281-1/+1
|/ / /
* | | dhcp: suppress warning about invalid DNS serversDan Williams2014-10-271-20/+28
* | | core: don't use libnm-core private header outside of libnm-core/Thomas Haller2014-10-273-4/+4
* | | core: merge branch 'th/bgo738941_dbus_stop' (bgo #738941)Thomas Haller2014-10-274-5/+15
|\ \ \
| * | | settings: pass valid error code to g_set_error() in load_plugins()Thomas Haller2014-10-271-3/+3
| * | | wifi: avoid assertion about duplicate nm_device_add_pending_action()Thomas Haller2014-10-271-1/+1
| * | | supplicant: avoid assertion when DBUS connection closesThomas Haller2014-10-271-1/+7
| * | | core: ignore SIGPIPEThomas Haller2014-10-271-0/+4
|/ / /
* | | merge: fix default-unmanaged devices being unavailable for activation (bgo #7...Dan Williams2014-10-273-80/+159
|\ \ \
| * | | core: autoconnect fixes for default-unmanaged devices and property notificationDan Williams2014-10-273-9/+65
| * | | core: loosen master device carrier check before IP configurationDan Williams2014-10-271-6/+6
| * | | trivial: move connection_requires_carrer() upDan Williams2014-10-271-73/+73
| * | | core: refactor connection_requires_carrier() to split out method checkingDan Williams2014-10-271-15/+38
| * | | core: use _nm_utils_string_in_list() instead of private functionDan Williams2014-10-271-14/+5
| * | | core: shared connections don't require a carrierDan Williams2014-10-271-1/+2
| * | | core: allow default unmanaged devices to have available connections when unma...Dan Williams2014-10-271-3/+11
|/ / /
* | | dhclient: allow single hex digits in hexadecimal dhcp_client_idThomas Haller2014-10-272-3/+40
* | | build: fix srcdir != builddirDan Winship2014-10-241-0/+1
* | | contrib/rpm: Avoid unowned directoriesLubomir Rintel2014-10-241-0/+2
* | | ibft: fix uninitialized variableDan Williams2014-10-231-1/+1
* | | core: add PrimaryConnectionType property to NMManager (bgo #739080)Ryan Lortie2014-10-234-0/+35
| |/ |/|
* | man: add an example for ifcfg configuration of bridgesJiří Klimeš2014-10-231-0/+20
* | Merge: fix some memory leaks (bgo #739013)Jiří Klimeš2014-10-234-6/+22
|\ \
| * | libnm-core: fix a leak in process_properties_changed()Jiří Klimeš2014-10-231-1/+1
| * | libnm-core: do not leak GValue in _nm_setting_new_from_dbus()Jiří Klimeš2014-10-231-0/+1
| * | libnm-core: do not leak the path in connectionsJiří Klimeš2014-10-231-0/+1
| * | all: fix g_dbus_proxy_get_name_owner() leaksJiří Klimeš2014-10-232-5/+19
|/ /
* | wwan: fix wwan-exports.verDan Winship2014-10-221-1/+0
* | core: Remove use of NM_SESSION_MONITOR_ERROR domainLubomir Rintel2014-10-221-24/+21
* | all: consolidate error domains and fix up D-Bus error mapping (bgo #735900)Dan Winship2014-10-22220-4462/+2257
|\ \
| * | core: drop all remaining core-internal error domainsDan Winship2014-10-2217-215/+41
| * | libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-2211-113/+42
| * | libnm: strip GDBus gunk from GErrorsDan Winship2014-10-2211-68/+160