Alberto Fanjul
40bb1a6e80
UIBC ctl interactive mode
2022-10-30 01:30:08 +02:00
Alberto Fanjul
8cd144271a
log messages with time in human readable way
2022-10-30 01:28:43 +02:00
Alberto Fanjul
7135a99e71
Call script helpers from any path
2022-10-29 22:43:26 +02:00
Alberto Fanjul
42c5bda976
fix cmake CI
2022-10-29 13:32:27 +02:00
Alberto Fanjul
f740af2655
Clean cmake files
2022-10-29 13:32:27 +02:00
Alberto Fanjul
175495c729
fix cmake dependencies for
2022-10-29 13:32:27 +02:00
Alberto Fanjul
72f61549d9
log messages with time in human readable way
2022-10-29 13:32:27 +02:00
Alberto Fanjul
380504b0f8
helpers to start/stop wifi on several distros
2022-10-16 23:02:57 +02:00
Alberto Fanjul
b46679d5a4
Use posix functions
2022-10-16 22:44:20 +02:00
Alberto Fanjul
6f84dc8b7d
Add ENABLE_SYSTEMD config to meson and autotools
2022-10-16 13:17:41 +02:00
Andreas K. Hüttel
85723432f9
Option to use elogind instead of whole systemd
...
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-16 13:17:41 +02:00
Semara Incorporated
7f263b06b4
Change kdus to kdbus
...
Change kdus to kdbus in Arch linux aur installation instruction
2022-10-16 11:38:04 +02:00
Fernando van Loenhout
a1590ecc17
Support more than 2 devices when testing the capabilities
...
At the moment, this typo is preventing the test script from working when you have more than 2 devices plugged in. Fixes #449
2022-09-19 10:59:02 +02:00
Alberto Fanjul
43505ab3dd
Allow to override/extend the request parameters
2022-05-28 10:46:44 +02:00
Alberto Fanjul
e816de93d3
Allow auto commands with any number of parameters
2022-05-28 10:43:12 +02:00
Alberto Fanjul
c42624885b
simplify pass request options
2022-05-26 20:55:51 +02:00
Edward Betts
3ab7d5913f
Correct spelling mistakes
2022-04-12 09:22:13 +02:00
Alberto Fanjul
0b72e0b435
cmake: fix build for Ninja generator
2022-03-09 17:45:30 +01:00
Коренберг ☢️ Марк
125f4a847f
Fix .spec file
2022-01-11 23:49:22 +01:00
Michael Partridge
264a222d24
Add wpa_supplicant to requirements
2021-11-20 11:24:37 +01:00
Michael Partridge
4b229dc282
Move optional packages towards the end
2021-11-20 11:24:37 +01:00
mcp292
5ac3e0593f
Add missing period
2021-11-18 22:18:39 +01:00
mcp292
e25d8d5a0b
Fix broken relative link to #4 in README
2021-11-18 11:32:26 +01:00
Alberto Fanjul
df12df656c
Configurable ip binary path
...
Different OS have ip binary on different locations
It can be configured at:
- compile time `IP_BINARY`
- execution time `--ip-binary`
2021-10-27 12:10:54 +02:00
Alberto Fanjul
65a7a0aad1
Assig dupped string
2021-10-27 12:10:54 +02:00
Alberto Fanjul
3f5270ee7a
Avoid automatic make commands on autotools
2021-10-27 12:09:33 +02:00
Alberto Fanjul
506f1e7b28
whitespace
2021-10-27 12:09:33 +02:00
Alberto Fanjul
7739a9cee0
Fix completion path on meson buildsystem
2021-10-27 10:08:12 +02:00
dzink
a66b998883
Update README to indicate that source is not yet implemented.
...
Prevent issue duplication and manage user expectations by indicating up front that source is not yet implemented (see issue #4 ).
2021-09-06 11:38:48 +02:00
Alberto Fanjul
0481252438
Specify path for miracle utils script
2021-07-09 15:57:40 +02:00
Alberto Fanjul
a13c1b7c33
Do not fail stopping existing links
2021-01-03 19:45:49 +01:00
Alberto Fanjul
62c5b8daa8
Do not fail if peers are found before links
...
After discover peers, a miracle-sinkctl restart can lead to peers
without links. Just ignore that
2021-01-03 19:45:05 +01:00
Alberto Fanjul
8d6530ebc9
protect from NULL binary path
2021-01-03 14:07:44 +01:00
Alberto Fanjul
3b3531de5c
Allow to set friendly name even if unmanaged
2021-01-03 14:04:38 +01:00
Alberto Fanjul
92a8b0b2c6
Detect miracle-wifid already running
2021-01-01 19:43:03 +01:00
Alberto Fanjul
058c9cc309
Update travis build status
2020-11-13 16:50:57 +01:00
Alberto Fanjul
c864ff6246
Use new semaphore 2.0 CI
2020-11-13 16:47:16 +01:00
Alberto Fanjul
4f37045eea
Use travis as CI
2020-11-13 16:47:16 +01:00
Andrey Alekseenko
be54804768
Remove access to freed memory
...
If rtsp_unlink_waiting(m) is called and actually destroys m, it's not
safe to pass it to rtsp_unlink_outgoing later.
We make rtsp_unlink_waiting and rtsp_unlink_outgoing return true if they
destroy the message, and in this case we make sure not to try freeing it
again.
2020-09-20 06:38:05 +02:00
Andrey Alekseenko
57d05a1808
Remove double free
...
The function parser_submit_data is only called from parser_feed_char_data_body, which frees the buffer pointer anyway.
2020-09-20 06:38:05 +02:00
Andrey Alekseenko
9edb225905
Add option to use cppcheck in CMake
2020-09-20 06:38:05 +02:00
Andrey Alekseenko
2ef4c1f40f
Random static analysis fixes
2020-09-20 06:38:05 +02:00
Alberto Fanjul
4111333521
Set readline as required package
...
autotools already set it, but cmake and meson no.
2019-08-27 11:01:22 +02:00
Warren Crossing
58dd6c411e
Add --syslog flag to see wpa logs in syslog
2019-08-27 10:05:10 +02:00
Martin Kennedy
960a785e10
Use a guard to prevent dependency on pkg-config when it is not available
...
I picked the methodology off of https://github.com/curl/curl/issues/972 .
The benefit here is that if someone does not have pkg-config (we know this
is unlikely anyways), their configuration script just won't end up with the
checks.
This provides a patch similar to the one requested in issue #120 .
2019-04-04 01:11:50 +02:00
Alberto Fanjul
59df9a4a3f
Add CI badge status
2018-12-25 11:42:35 +01:00
Alberto Fanjul
3a459e5316
Add docker for CI
2018-12-25 11:29:58 +01:00
Graham White
46089b18f0
Add spec file for building rpm files
2018-12-25 08:32:31 +01:00
Alberto Fanjul
c3c868e523
refactor to fix clang AST parsing
2018-10-06 15:25:39 +02:00
albfan
8151bb8cbd
whitespace
2018-09-30 12:41:40 +02:00