summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-10atomic: Fix potential raceOliver Reiche
2024-04-10Correctly report taintedness of "configure" targetsKlaus Aehlig
2024-04-10just-mr: don't make the command line pretend a fixed nameKlaus Aehlig
2024-04-10SystemCommand: Fix handling of child statusOliver Reiche
2024-04-10expression map: properly wrap logger for import callsKlaus Aehlig
2024-04-10Start 1.2.5 development cycleKlaus Aehlig
2023-12-19Release 1.2.4v1.2.4Klaus Aehlig
2023-12-13Filesystem: Fix copy overwrite of symlink with fileOliver Reiche
2023-12-13just: Fix wrong access to moved structPaul Cristian Sarbu
2023-12-13LocalAction: Fix staging of empty treesOliver Reiche
2023-12-13built-in "install" rule: verify well-formedness of resulting stageKlaus Aehlig
2023-12-13Start 1.2.4 development cycleOliver Reiche
2023-11-15Release 1.2.3v1.2.3Klaus Aehlig
2023-11-15bugfix: Also unlink symlinks before installingOliver Reiche
2023-11-15Fix serialization of the target cache keyOliver Reiche
2023-11-15Base export target chache key on the exported targetKlaus Aehlig
2023-11-15just execute: fix race condition during garbage collection...Alberto Sartori
2023-11-15Start 1.2.3 development cycleKlaus Aehlig
2023-10-17Release 1.2.2v1.2.2Klaus Aehlig
2023-10-17curl_easy_handle: Ensure we report a fail on HTTP codes >=400Paul Cristian Sarbu
2023-10-17just-mr fetch: Fix exception on fetched data hash mismatchPaul Cristian Sarbu
2023-10-17utils: No hash for upcoming libstdc++ 11 releasesOliver Reiche
2023-10-17Start 1.2.2 development cycleKlaus Aehlig
2023-08-29Release 1.2.1v1.2.1Klaus Aehlig
2023-08-29fmt: Specialize formatter only for version >= 10Oliver Reiche
2023-08-28Fix path hash for libstdc++ bug-fix release 11.4Oliver Reiche
2023-08-28Add explicit fmt::formatter for nlohmann::basic_jsonMichael Thies
2023-08-28Start 1.2.1 development cycleOliver Reiche
2023-08-25Release 1.2.0v1.2.0Klaus Aehlig
2023-08-24LinkedMap: Simplify ::Find() methodsOliver Reiche
2023-08-24Execution: only take complete actions from cacheKlaus Aehlig
2023-08-23utils path: Add missing inline specifierOliver Reiche
2023-08-23target_map: Use iterators instead of pointer arithmeticOliver Reiche
2023-08-23just: split main codeKlaus Aehlig
2023-08-23just-mr: Split main codePaul Cristian Sarbu
2023-08-22Release 1.2.0~beta3v1.2.0-beta3Oliver Reiche
2023-08-18Release 1.2.0~beta2v1.2.0-beta2Klaus Aehlig
2023-08-16Release 1.2.0~beta1v1.2.0-beta1Klaus Aehlig
2023-08-14just-mr: More consistent error messages in parsing RC filePaul Cristian Sarbu
2023-08-14just-mr archives: Add 7zip support via autodetection optionPaul Cristian Sarbu
2023-08-14ArchiveOps: Add handling of 7zip archivesPaul Cristian Sarbu
2023-08-14ArchiveOps: Allow lzip and lzma compression filters for tarballsPaul Cristian Sarbu
2023-08-14ArchiveOps: Add proper autodetection option for tarballsPaul Cristian Sarbu
2023-08-14ArchiveOps: reduce verbosity in archive type enumPaul Cristian Sarbu
2023-08-14expression: add new built in "reverse"Klaus Aehlig
2023-08-14expression: add new built in "set"Klaus Aehlig
2023-08-14expressions: add constant for trueKlaus Aehlig
2023-08-11just build: allow -P to reach into treesKlaus Aehlig
2023-08-11Move downstepping to subobjects to a libraryKlaus Aehlig
2023-08-10built-in: Add 'symlink' rulePaul Cristian Sarbu