aboutsummaryrefslogtreecommitdiff
path: root/libs/common
Commit message (Expand)AuthorAgeFilesLines
* Add functions to safely apply patches to non-git sourcesAndrew Robbins2019-07-161-0/+7
* Rename and refactor diff_patch_file()Andrew Robbins2019-03-181-15/+4
* Add preliminary dependency handling supportAndrew Robbins2019-01-221-0/+1
* Consolidate R400/T400/T500/W500 Coreboot configsAndrew Robbins2018-10-081-0/+1
* Remove unnecessary spaces in command substitutionsAndrew Robbins2017-10-281-10/+10
* Make use of Bash's '-n' operator for testsAndrew Robbins2017-10-281-2/+2
* Replace usage of the '[' Bash builtin with '[['Andrew Robbins2017-10-281-8/+8
* Modify fd copying in printf calls for readabilityAndrew Robbins2017-10-281-6/+6
* Remove overlooked braces from parameter expansionsAndrew Robbins2017-09-221-1/+1
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-57/+57
* Conditionally use wget or curl in download_wrapperAndrew Robbins2017-09-201-1/+15
* Add support for curl in download_wrapper functionAndrew Robbins2017-09-201-2/+10
* Declare array wget_options with local scopeAndrew Robbins2017-09-201-1/+1
* Quote elements of array wget_optionsAndrew Robbins2017-09-201-5/+5
* Move vars CONFIG_SHELL,EDITOR,TASKS to libs/commonAndrew Robbins2017-07-181-0/+4
* Suppress GNU tar's warning on filenames w/ nuls.Andrew Robbins2017-07-091-0/+2
* Fixed bug in diff_patch_file() filename parsing.Andrew Robbins2017-06-281-3/+4
* Added functions for downloading/patching archivesAndrew Robbins2017-06-281-0/+18
* Vars TAR_XZ,ASC,SHA256SUM renamed for generality.Andrew Robbins2017-06-251-7/+7
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-231-1/+1
* Remove unnecessary 'env' invocation from printf.Andrew Robbins2017-06-231-10/+10
* Fixed printf calls & replaced 'echo' w/ printf.Andrew Robbins2017-06-231-10/+10
* Improved handling of filenames in archive creationAndrew Robbins2017-06-221-90/+94
* Added vars RANDOM_SEED, LIBFAKETIME_PATH + misc.Andrew Robbins2017-06-191-0/+1
* Patching now works. bucts can be patched & built.Andrew Robbins2017-05-311-0/+17
* libs: common: Always override tarfilesPaul Kocialkowski2017-01-151-5/+1
* libs: common: Drop docs definitionPaul Kocialkowski2017-01-151-1/+0
* Paper build system initial import into LibrebootPaul Kocialkowski2017-01-151-0/+379