- 10 Jan, 2019 1 commit
-
-
Jakub Adam authored
The buffer in receive_netlink_message() is shared between all threads, which poses a problem when several CM instances start accessing it at the same time. That can create issues e.g. with libnice where each NiceAgent instance runs its own GUPnPContextManager in a separate thread. Let each GUPnPLinuxContextManager have its own recvbuf.
-
- 29 Nov, 2018 2 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
- 20 Nov, 2018 1 commit
-
-
Jens Georg authored
Apparently the scope id is only global, link or host, but never site even with ULAs
-
- 19 Nov, 2018 1 commit
-
-
Jens Georg authored
-
- 04 Nov, 2018 1 commit
-
-
Jens Georg authored
-
- 02 Nov, 2018 3 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
- 24 Jul, 2018 1 commit
-
-
Bastien Nocera authored
If the wireless card's name is exactly IFNAMSIZ bytes long (without the terminating NUL), then iwr.ifr_name will lack the terminating NUL character. Only copy IFNAMSIZ - 1 bytes so we can be sure that the last character will terminate the string properly.
-
- 13 Feb, 2018 1 commit
-
-
Jens Georg authored
Use parentheses to make logic operator clear from bitwise
-
- 15 Oct, 2016 1 commit
-
-
Jens Georg authored
Signed-off-by:
Jens Georg <mail@jensge.org>
-
- 05 Feb, 2016 1 commit
-
-
Jens Georg authored
Looks like it was a recent addition. Signed-off-by:
Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=760217
-
- 31 Dec, 2015 2 commits
-
-
Jens Georg authored
Signed-off-by:
Jens Georg <mail@jensge.org>
-
Jens Georg authored
Use if we don't have ESSID use the network as a name, as we don't have GSSDPClient not looking it up anymore. Signed-off-by:
Jens Georg <mail@jensge.org>
-
- 08 Dec, 2015 3 commits
-
-
Jens Georg authored
- Some DHCP clients assign a link-local address and then switch back to the new address, causing loss of context - Some DHCP renews cause RTM_NEWADDR with the current address, causing needless loss of context Signed-off-by:
Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=736365
-
Jens Georg authored
Add the possibility to dump the received netlink packets. Signed-off-by:
Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=736365
-
Jens Georg authored
We get it "for free" with the ILF_* attributes. Signed-off-by:
Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=736365
-
- 05 Dec, 2015 1 commit
-
-
Jens Georg authored
RTM_*ADDRESS rt_attr was wrongly parsed using IFLA_* macros instead of IFA_* macros, probably causing some rt_attrs to be missed.
-
- 24 Apr, 2014 1 commit
-
-
- 19 Oct, 2013 3 commits
-
-
Jens Georg authored
-
Jens Georg authored
-
Jens Georg authored
-
- 18 Oct, 2013 1 commit
-
-
Jens Georg authored
-
- 29 May, 2013 2 commits
-
-
Jens Georg authored
-
Jens Georg authored
Sometimes it might happen that netlink sockets aren't available on runtime (QEmu for example).
-
- 09 Dec, 2012 1 commit
-
-
- 31 Aug, 2012 1 commit
-
-
Jens Georg authored
-
- 19 Aug, 2012 1 commit
-
-
Jens Georg authored
Previously the Linux CM could not cope with them since GSSDP lacks the understanding that a device can have more than one address. This works around the fact by treating the aliases (eth0:1) as different devices. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=682005
-
- 12 Apr, 2012 2 commits
-
-
Andreas Henriksson authored
These where not leaked before because their initial declaration declares them as static, but make the actual function declaration static too just because it's nice to keep declarations in sync. https://bugzilla.gnome.org/show_bug.cgi?id=673933
-
Andreas Henriksson authored
When building gupnp with the linux context manager the library gets another public symbol. It should be relatively safe to simply make the function declaration static to hide it. https://bugzilla.gnome.org/show_bug.cgi?id=673933
-
- 29 Aug, 2011 1 commit
-
-
Jens Georg authored
Might happen e.g. on usbnet devices when cable is unplugged. https://bugzilla.gnome.org/show_bug.cgi?id=655970
-
- 30 Jul, 2011 1 commit
-
-
Jens Georg authored
Use g_main_context_get_thread_default() https://bugzilla.gnome.org/show_bug.cgi?id=654990
-
- 22 Jun, 2011 1 commit
-
-
Jens Georg authored
This is based on RT Netlink sockets, see rtnetlink(7)
-