aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* Modify fd copying in printf calls for readabilityAndrew Robbins2017-10-283-21/+21
* Remove overlooked braces from parameter expansionsAndrew Robbins2017-09-221-1/+1
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-8/+8
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-59/+59
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-10/+10
* 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
* Add function 'tool_arguments_targets' to libs/toolAndrew Robbins2017-09-141-0/+19
* Skip archive extraction if archive doesn't existAndrew Robbins2017-07-221-1/+1
* Remove unnecessary subshell groupingAndrew Robbins2017-07-221-5/+3
* Remove IFS binding masking a non-zero status codeAndrew Robbins2017-07-221-6/+3
* Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECKAndrew Robbins2017-07-211-0/+1
* Create array TOOL_ACTIONS_GENERIC_IGNORE_CHECKAndrew Robbins2017-07-211-0/+1
* Add libreboot_setup_tool_actions()Andrew Robbins2017-07-211-5/+0
* Rename TOOL_ACTIONS_FUNCTIONS to TOOL_ACTIONSAndrew Robbins2017-07-211-2/+2
* Fix action 'update_check' erroring out erroneouslyAndrew Robbins2017-07-211-1/+1
* Add libreboot_setup_project_actions()Andrew Robbins2017-07-211-5/+0
* Rename PROJECT_ACTIONS_FUNCTIONS to PROJECT_ACTIONSAndrew Robbins2017-07-201-2/+2
* Move vars CONFIG_SHELL,EDITOR,TASKS to libs/commonAndrew Robbins2017-07-181-0/+4
* Change '.' to the more readable 'source' commandAndrew Robbins2017-07-171-2/+2
* Use "$*" instead of $@ when assigning as a stringAndrew Robbins2017-07-171-12/+12
* Avoid checking previous exit codes indirectlyAndrew Robbins2017-07-171-7/+5
* Word-split PROJECTS_FORCE expansion (remove quotes)Andrew Robbins2017-07-171-1/+1
* Make explicit which directory 'find' should searchAndrew Robbins2017-07-171-2/+2
* Prevent 'read' from interpreting backslash escapesAndrew Robbins2017-07-171-11/+11
* Properly escape and quote regular expressionsAndrew Robbins2017-07-171-8/+8
* Rely less on word splitting by using arraysAndrew Robbins2017-07-142-10/+18
* Enable 'extglob' and replace some brace expansionsAndrew Robbins2017-07-112-2/+2
* Merge branch 'libs/project-cruft' of kragle/libreboot into masterLeah Rowe2017-07-101-25/+23
|\
| * Fix action text in './libreboot usage <project>'Andrew Robbins2017-07-091-25/+23
* | Suppress GNU tar's warning on filenames w/ nuls.Andrew Robbins2017-07-091-0/+2
|/
* Removed cruft & redundancy in project_action*()Andrew Robbins2017-07-071-114/+59
* Function call wget_wrapper wasn't renamed. Fixed.Andrew Robbins2017-06-281-1/+1
* Fixed bug in diff_patch_file() filename parsing.Andrew Robbins2017-06-281-3/+4
* Added functions for downloading/patching archivesAndrew Robbins2017-06-282-0/+78
* Vars TAR_XZ,ASC,SHA256SUM renamed for generality.Andrew Robbins2017-06-253-13/+13
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-234-4/+4
* Remove unnecessary 'env' invocation from printf.Andrew Robbins2017-06-234-81/+81
* Fixed printf calls & replaced 'echo' w/ printf.Andrew Robbins2017-06-234-81/+81
* Improved handling of filenames in archive creationAndrew Robbins2017-06-222-93/+97
* Added vars RANDOM_SEED, LIBFAKETIME_PATH + misc.Andrew Robbins2017-06-191-0/+1
* Patching now works. bucts can be patched & built.Andrew Robbins2017-05-313-22/+40
* Fixed project_check() and tool_check().Andrew Robbins2017-05-292-12/+6
* libs: tool: Add utility functions for filesPaul Kocialkowski2017-01-151-0/+82
* libs: project: Only show file contents if the file existsPaul Kocialkowski2017-01-151-1/+4
* libs: git: Check that blobs path is a valid filePaul Kocialkowski2017-01-151-1/+1
* libs: project: Return fully qualified blobs path when no path is foundPaul Kocialkowski2017-01-151-0/+2