summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-12 Fix old type defHEADmasterLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-22 Simpler MakefileLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Update depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Adapt to skalibs-2.14Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-10configure: Catch all of variable valuesMobin
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>
2023-07-06 Use open2() safe wrapperLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-06-13 Adapt to fixed iter_func typeLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-04-07 Simplify selfpipe managementLaurent Bercot
2023-01-06 Mention "bus" in similar workLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-02 Update dependenciesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Adapt to skalibs-2.13.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-01-10 norelease skabusLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-01-10 Update ubus urlLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 configure: support DESTDIR for sysdeps tooLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-03 More errno fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-02 And moreLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-02 Pass errno as unsigned charLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-14 Fix buildLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-10 Adapt to skalibs-2.11.0.0, the real oneLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-07-24 Add DCO, adapt to skalibs-2.11.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-04-11 Do not compile or link into /dev/nullLaurent Bercot
2021-04-09 Real noexecstack fix: make strip less greedyLaurent Bercot
2021-04-08 noexecstack only works in LDFLAGSLaurent Bercot
2020-12-29 configure should be executable >.>Laurent Bercot
2020-12-28Don't put -fno-stack-protector in default CFLAGSLaurent Bercot
2020-12-18 configure fixLaurent Bercot
2020-12-09 Get rid of webipc.hLaurent Bercot
2020-11-30 Fix build; adapt to skalibs-2.10.0.0Laurent Bercot
2020-04-26 Small rpc fixesLaurent Bercot
2020-03-30skabus: fix html errorsColin Booth
Signed-off-by: Colin Booth <colin@heliocat.net>
2020-03-02 Make skabus-pubd build with clangLaurent Bercot
2020-01-27 Update dependenciesLaurent Bercot
2020-01-27 Fix shared libs installationLaurent Bercot
2020-01-10 Fix casts in skabus-*-daemonLaurent Bercot
2020-01-10 Use uid_fmt and gid_fmt in skabus-rpc-daemonLaurent Bercot
2020-01-10 Add pub library and daemonLaurent Bercot
2020-01-10 Clean up rpc libLaurent Bercot
2019-10-21 Fix gen-deps.sh for cross-buildsLaurent Bercot
2019-10-21 Fix generated CC for cross-buildsLaurent Bercot
2019-09-21 Fix configure permissionsLaurent Bercot
2019-09-21 Remove tainnow dependency in configure tooLaurent Bercot
2019-09-21 Update tainnow.lib mentions in docLaurent Bercot
2019-09-21 Remove tainnow.lib dependencyLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Use stopwatch where applicableLaurent Bercot
2019-08-09 More modern skeletonLaurent Bercot
2019-07-22Makefile needs to be adjusted tooLaurent Bercot
2019-07-22Make configure CC-friendlierLaurent Bercot
2019-05-11 Accept empty regexesLaurent Bercot