aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update depsLaurent Bercot2025-08-192-6/+6
|
* Support shlibs on MacOS, next iterationLaurent Bercot2025-05-302-0/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Correctly use pthread_lib sysdepLaurent Bercot2025-05-292-4/+12
|
* Support shlibs on MacOSLaurent Bercot2025-05-264-26/+64
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add hashLaurent Bercot2025-05-012-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next batch of build fixesLaurent Bercot2025-04-292-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More build fixesLaurent Bercot2025-04-293-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* A couple build bugfixesLaurent Bercot2025-04-283-32/+51
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Move to new systemLaurent Bercot2025-04-2825-68/+907
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update deps and configureLaurent Bercot2025-03-254-8/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update toolsLaurent Bercot2024-10-093-6/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2024-10-042-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update deps, install static libs in /usr/lib by defaultLaurent Bercot2024-09-234-28/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix old type defLaurent Bercot2023-10-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-092-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-091-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: Catch all of variable valuesMobin2023-07-101-1/+1
| | | | | | | If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
* Use open2() safe wrapperLaurent Bercot2023-07-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to fixed iter_func typeLaurent Bercot2023-06-132-6/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simplify selfpipe managementLaurent Bercot2023-04-074-15/+8
|
* Mention "bus" in similar workLaurent Bercot2023-01-061-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update dependenciesLaurent Bercot2023-01-022-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-2917-22/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* norelease skabusLaurent Bercot2022-01-101-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update ubus urlLaurent Bercot2022-01-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: support DESTDIR for sysdeps tooLaurent Bercot2021-12-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot2021-12-051-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More errno fixesLaurent Bercot2021-09-035-19/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* And moreLaurent Bercot2021-09-022-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Pass errno as unsigned charLaurent Bercot2021-09-021-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix buildLaurent Bercot2021-08-142-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11.0.0, the real oneLaurent Bercot2021-08-1063-243/+246
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add DCO, adapt to skalibs-2.11.0.0Laurent Bercot2021-07-247-50/+57
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Do not compile or link into /dev/nullLaurent Bercot2021-04-111-4/+6
|
* Real noexecstack fix: make strip less greedyLaurent Bercot2021-04-092-3/+2
|
* noexecstack only works in LDFLAGSLaurent Bercot2021-04-081-1/+1
|
* configure should be executable >.>Laurent Bercot2020-12-291-0/+0
|
* Don't put -fno-stack-protector in default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* configure fixLaurent Bercot2020-12-181-7/+7
|
* Get rid of webipc.hLaurent Bercot2020-12-095-5/+5
|
* Fix build; adapt to skalibs-2.10.0.0Laurent Bercot2020-11-307-92/+71
|
* Small rpc fixesLaurent Bercot2020-04-263-2/+4
|
* skabus: fix html errorsColin Booth2020-03-303-4/+4
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* Make skabus-pubd build with clangLaurent Bercot2020-03-021-22/+22
|
* Update dependenciesLaurent Bercot2020-01-273-7/+7
|
* Fix shared libs installationLaurent Bercot2020-01-271-3/+2
|
* Fix casts in skabus-*-daemonLaurent Bercot2020-01-102-4/+4
|
* Use uid_fmt and gid_fmt in skabus-rpc-daemonLaurent Bercot2020-01-101-2/+2
|
* Add pub library and daemonLaurent Bercot2020-01-1032-5/+1850
|