- 22 Jan, 2020 1 commit
-
-
This is needed by gluon-alt-esc-client. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- 12 Jan, 2020 1 commit
-
-
chrissi^ authored
Signed-off-by:
Chrissi^ <chris@tinyhost.de>
-
- 24 Feb, 2019 2 commits
-
-
Kasalehlia authored
-
Kasalehlia authored
-
- 20 Dec, 2018 1 commit
-
-
Matthias Schiffer authored
autoupdater: fix version compare bugs
-
- 18 Dec, 2018 2 commits
-
-
Matthias Schiffer authored
This fixes ordering for the following patterns: * 1.0 < 1.0a * 1.0a < 1.0ab * 1.0a < 1.0a1 Note that trailing zeros are still ignored (1.0 == 1., 1test0 == 1test), which matches the behaviour of dpkg and opkg.
-
Matthias Schiffer authored
Version strings with the same prefix, e.g. "1.0" and "1.0~pre", or even "1.0" and "1.0.1" were considered equal. This is a regression in the C autoupdater rewrite.
-
- 30 Nov, 2018 1 commit
-
-
Matthias Schiffer authored
libplatforminfo: Add custom target
-
- 28 Nov, 2018 3 commits
-
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
- 25 Nov, 2018 3 commits
-
-
Christof Schulze authored
-
Christof Schulze authored
-
Christof Schulze authored
-
- 09 Nov, 2018 1 commit
-
-
Florian Eckert authored
Add license. Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
- 07 Oct, 2018 2 commits
-
-
Christof Schulze authored
-
Christof Schulze authored
-
- 02 Oct, 2018 1 commit
-
-
Christof Schulze authored
-
- 01 Oct, 2018 1 commit
-
-
Christof Schulze authored
-
- 17 Sep, 2018 1 commit
-
-
lemoer authored
-
- 20 Aug, 2018 1 commit
-
-
Christof Schulze authored
-
- 02 Aug, 2018 2 commits
-
-
Christof Schulze authored
-
Christof Schulze authored
l3roamd: bump version, fixing a crash, increasing efficiency and roaming stability by introducing ACK
-
- 08 Jul, 2018 1 commit
-
-
Tobias authored
The noise value delivered by nl80211 is actually a signed int8. Thus it must be interpreted as a signed value, too. Signed-off-by:
Tobias Schramm <tobleminer@gmail.com>
-
- 03 Jun, 2018 2 commits
-
-
Matthias Schiffer authored
7b775e93b7d2 batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dump
-
lemoer authored
this commit introduces a new cli flag "--force-version"
-
- 21 May, 2018 3 commits
-
-
Christof Schulze authored
-
Christof Schulze authored
-
Christof Schulze authored
-
- 13 Apr, 2018 1 commit
-
-
Matthias Schiffer authored
-
- 09 Apr, 2018 2 commits
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- 07 Apr, 2018 2 commits
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
02916a158fa3 batman-adv: skip deleted entries in bat_gw_dump() Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- 16 Mar, 2018 1 commit
-
-
Matthias Schiffer authored
2f5be1a49318 batman-adv: do not modify batadv packet header before pulling it fad4085f659c batman-adv: update data pointers after skb_cow() 8a495c4284b6 batman-adv: Add extack to ndo_add_slave d176649871cc batman-adv: Add extack to upper device linking
-
- 07 Mar, 2018 1 commit
-
-
Matthias Schiffer authored
-
- 27 Feb, 2018 1 commit
-
-
Matthias Schiffer authored
Based-on-patch-by:
Jan-Tarek Butt <tarek@ring0.de>
-
- 22 Feb, 2018 3 commits
-
-
Tobias Schramm authored
Give the user a better error message when allocations fail by using our checked allocation functions. Signed-off-by:
Tobias Schramm <tobleminer@gmail.com> [Matthias Schiffer: squash, use safe_realloc]
-
Tobias Schramm authored
safe_malloc() and safe_realloc() are wrappers around malloc() and realloc() than abort the process if the memory allocation fails. Signed-off-by:
Tobias Schramm <tobleminer@gmail.com> [Matthias Schiffer: add safe_realloc()]
-
Tobias Schramm authored
Previously the return value of uci_alloc_context was not checked leading to a possible null ptr dereference Signed-off-by:
Tobias Schramm <tobleminer@gmail.com> [Matthias Schiffer: use abort()]
-