summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-network-manager.c
Commit message (Expand)AuthorAgeFilesLines
* nm-cm: Properly free list of contextsJens Georg2022-11-021-6/+7
* NetworkManager: Align family behaviorJens Georg2022-08-071-66/+137
* NetworkManager: Pass on address family to contextJens Georg2022-06-221-9/+22
* network-manager: Remove obsolete castJens Georg2018-12-081-1/+1
* all: Port to new GLib type macrosJens Georg2018-11-021-42/+59
* Remove custom marshallersJens Georg2016-10-151-1/+0
* gupnp-network-manager: Use void when declaring functionOlivier Crête2015-06-171-1/+1
* Use the GCancellable to cancel pending operations during destructionDebarshi Ray2015-06-171-22/+26
* Make the ref / unref pairs more obviousDebarshi Ray2015-06-171-6/+4
* More g_list_free_fullJens Georg2014-05-251-6/+1
* Hold references while doing async callsOlivier Crête2013-08-161-14/+29
* Make NMDevice into a refcounted structureOlivier Crête2013-08-161-3/+18
* Indentation fixOlivier Crête2013-08-161-1/+2
* Update license headersJens Georg2012-08-311-2/+2
* Work-around a deadlock when quickly creating/releasing GDBusConnectionsJens Georg2012-05-031-0/+5
* Fix a refcount issue on device proxy objectLudovic Ferrandis2012-04-201-1/+1
* Remove remaining references to main_contextJens Georg2011-08-021-2/+0
* Drop main-context property.Jens Georg2011-07-301-43/+2
* Drop "all rights reserved" from Nokia copyrightJens Georg2011-07-011-1/+1
* GUPnPContext derives from GInitable as wellJens Georg2011-06-061-13/+15
* Port to new (0.9) NetworkManager APIsDan Williams2011-04-261-14/+32
* Use the default timeout on DBus callsZeeshan Ali (Khattak)2011-03-241-1/+1
* Correct some recently introduced checksZeeshan Ali (Khattak)2011-03-071-4/+5
* Set the thread context before doing GDBus operationsOlivier Crête2011-02-231-1/+35
* Minor indentation fixesZeeshan Ali (Khattak)2011-02-231-4/+10
* Don't use uninitialized pointerZeeshan Ali (Khattak)2011-02-231-2/+1
* Add some checks on variantsOlivier Crête2011-02-231-5/+40
* Set 'ESSID' on WiFi contextsZeeshan Ali (Khattak)2011-01-261-7/+129
* Refactor device activation handling codeZeeshan Ali (Khattak)2011-01-251-20/+19
* Refactor a private functionZeeshan Ali (Khattak)2011-01-251-23/+31
* Remove a cyclic-referenceJens Georg2011-01-251-2/+1
* Port from dbus-glib to GDBusZeeshan Ali (Khattak)2010-10-131-254/+205
* Don't forget to free the DBusErrorZeeshan Ali (Khattak)2010-09-041-0/+1
* Move DBus connection initialization to separate functionZeeshan Ali (Khattak)2010-09-041-34/+33
* Apparently dbus_connection_get_g_connection() can failZeeshan Ali (Khattak)2010-09-041-0/+10
* Unset connection pointer only onceZeeshan Ali (Khattak)2010-09-041-1/+1
* Coding style fixes: Use spaces not tabsZeeshan Ali (Khattak)2010-08-241-2/+2
* Use g_message instead of g_warning if we can't connect to DBus (#1979)Ross Burton2010-03-151-2/+2
* Make dbus handling really thread-safe (I hope)Olivier Crête2009-12-031-17/+28
* NetworkManager is on system bus, not sessionOlivier Crête2009-12-031-1/+1
* Fix compile failure in gupnp_network_manager_disposeRoss Burton2009-12-021-1/+3
* Remove idle source on dispose in NetworkManager context managerOlivier Crête2009-12-021-4/+14
* Make private DBus connectionOlivier Crête2009-12-011-5/+20
* Function to query NetworkManager availabilityZeeshan Ali (Khattak)2009-09-291-0/+40
* Correct a small typoZeeshan Ali (Khattak)2009-09-291-1/+1
* Don't leak GValuesgupnp-0.13Zeeshan Ali (Khattak)2009-08-311-0/+3
* Adapt to changes in GSSDP APIZeeshan Ali (Khattak)2009-07-201-55/+9
* Set interface name on GUPnPContext objectsZeeshan Ali (Khattak)2009-07-021-9/+42
* Use g_object_new to create GUPnPContext objectsZeeshan Ali (Khattak)2009-07-021-5/+12
* Property "host-ip" expects IP only, not hostname.Zeeshan Ali (Khattak)2009-06-241-1/+3