Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefix "static" vars with "_" | Patrick McDermott | 2020-07-02 | 1 | -36/+37 |
| | |||||
* | feed_download(): Delimit command operand | Patrick McDermott | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | src/feed.sh: Make callback functions "static" | Patrick McDermott | 2019-04-25 | 1 | -3/+3 |
| | |||||
* | src/feed.sh: Define functions before references | Patrick McDermott | 2019-04-25 | 1 | -33/+33 |
| | |||||
* | src/feed.sh: Delimit command operands | Patrick McDermott | 2019-04-25 | 1 | -7/+8 |
| | |||||
* | src/feed.sh: Shift func args, update copyright | Patrick McDermott | 2019-04-25 | 1 | -1/+5 |
| | |||||
* | feed_find_pkgs(): Don't run parse_control() in a subshell | Patrick McDermott | 2019-04-17 | 1 | -2/+4 |
| | | | | Fixes a bug introduced in commit 2e8da12. | ||||
* | feed_download(): Check for errors | Patrick McDermott | 2019-04-16 | 1 | -1/+8 |
| | |||||
* | feed_download_cert(): Fix use of non-existent tmp | Patrick McDermott | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | feed_download_cert(): Fix in-place opkg-cert | Patrick McDermott | 2019-04-16 | 1 | -1/+7 |
| | |||||
* | feed_download*(): Accept root arg | Patrick McDermott | 2019-04-16 | 1 | -0/+2 |
| | |||||
* | feed_download_cert(): New function | Patrick McDermott | 2019-04-16 | 1 | -0/+42 |
| | |||||
* | feed_download(): Fix gunzip logic | Patrick McDermott | 2019-04-16 | 1 | -4/+4 |
| | |||||
* | feed_download(): Support original opkg | Patrick McDermott | 2019-04-16 | 1 | -1/+6 |
| | |||||
* | feed_download(): Write list file directly | Patrick McDermott | 2019-04-16 | 1 | -2/+3 |
| | |||||
* | feed_download(): Leave feed index compressed | Patrick McDermott | 2019-04-16 | 1 | -4/+1 |
| | |||||
* | feed_find_pkgs(): Automatically gunzip feed index | Patrick McDermott | 2019-04-16 | 1 | -1/+2 |
| | |||||
* | feed_download(): Accept base URL, not index URL | Patrick McDermott | 2019-04-16 | 1 | -2/+5 |
| | |||||
* | src/feed.sh: Use ${GUNZIP} | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | src/feed.sh: Use ${WGET} | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Move lib/*.sh to src/ | P. J. McDermott | 2015-12-06 | 1 | -0/+137 |