summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-14Targets: Make ares library an export target...Paul Cristian Sarbu
2023-02-14targets: fix missing staging of individual testsPaul Cristian Sarbu
2023-02-14targets: fix deps structurePaul Cristian Sarbu
2023-02-10Simplify target for prebuilt CLI11Klaus Aehlig
2023-02-10Add a design on handling of symbolic linksKlaus Aehlig
2023-02-10Start a directory for design documentsKlaus Aehlig
2023-02-10just execute: bugfix: honor do_not_cache booleanAlberto Sartori
2023-02-09INSTALL.md: document the new NON_LOCAL_DEPS variableKlaus Aehlig
2023-02-09Add test for mixed boot strappingKlaus Aehlig
2023-02-09bootstrap.py: Add env variable NON_LOCAL_DEPSMichael Thies
2023-02-08bash autocompletion: update completion for gc and executeAlberto Sartori
2023-02-02changelog: add just execute subcommandAlberto Sartori
2023-02-02man: add just execute subcommandAlberto Sartori
2023-02-02execution-service: add end-to-end testAlberto Sartori
2023-02-02execution-service: add new subcommand executeAlberto Sartori
2023-02-02LocalStorage: add StoreTree(std::filesystem::path const &)Alberto Sartori
2023-02-02bytestream_client: use common header with settings shared by both server and ...Alberto Sartori
2023-02-02remote/config.hpp: make ParsePort re-usable for execution-serviceAlberto Sartori
2023-02-02bytestream_client: report failures on LogLevel::ErrorAlberto Sartori
2023-02-02file_locking: fix comment describing the name of the lock fileKlaus Aehlig
2023-02-01Update fmtlib to version 9.1.0Klaus Aehlig
2023-01-31Improve error message if git tree walk failedOliver Reiche
2023-01-31Fix segfault if reading git tree failedOliver Reiche
2023-01-31Remove -Werror from externals' cflagsOliver Reiche
2023-01-30just: default to the unknown tool chainKlaus Aehlig
2023-01-26test/bootstrap: fix typo in environemt variableKlaus Aehlig
2023-01-26test/bootstrap: also test bootstrapping with the gnu compiler familyKlaus Aehlig
2023-01-26Fix boostrapping on less optimizing compilersKlaus T. Aehlig
2023-01-24BazelMsgFactory: Improve error reporting for creating treesOliver Reiche
2023-01-24FileSystemManager: Do not follow symlinksOliver Reiche
2023-01-24FileSystemManager: Pass ReadDirectory error to callerOliver Reiche
2023-01-24Drop spourious bootstrap dependenciesKlaus Aehlig
2023-01-24bin/boostrap.py: support dropping of repositoriesKlaus Aehlig
2023-01-24just-mr.py: Make disdir content reproducible and consistentPaul Cristian Sarbu
2023-01-24Just-MR: Remove obsolete GET_BRANCH_REFNAME critical Git operationPaul Cristian Sarbu
2023-01-24GitRepo: Add SSL certificate verification callbacks for remote commit updatePaul Cristian Sarbu
2023-01-24GitRepo: Add SSL certificate verification callbacks for remote fetchPaul Cristian Sarbu
2023-01-24GitRepo: Remove refspec argument in retrieving commit from remote...Paul Cristian Sarbu
2023-01-24GitRepo: Add libgit2 proxy options for remote connection for commit updatePaul Cristian Sarbu
2023-01-24GitRepo: Set libgit2 option for auto-detection of proxy settings in fetching ...Paul Cristian Sarbu
2023-01-24GitRepo: Change FetchFromRemote to fetch based on branch namePaul Cristian Sarbu
2023-01-24libgit2: Enable https supportPaul Cristian Sarbu
2023-01-24commit_git_map: Clean up passed arguments in EnsureCommitPaul Cristian Sarbu
2023-01-24libgit2: Patch handling of per-remote no proxy settings in gitconfigPaul Cristian Sarbu
2023-01-24libgit2: Update to v1.2.0Paul Cristian Sarbu
2023-01-20["test/end-to-end/just-mr", "fetch"]: fix destination directoryKlaus Aehlig
2023-01-20Document the conepts behind garbage collectionKlaus Aehlig
2023-01-20Add basic end-to-end test for just gcKlaus Aehlig
2023-01-20Add gc subcommandSascha Roloff
2023-01-20Add local garbage collectionSascha Roloff