summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add net module (net_resolve_v4 for now)v27Simon Rettberg2019-10-281-0/+9
|
* Add mem moduleSimon Rettberg2019-10-281-0/+25
|
* consider network shares in fs_path_isvolatileJonathan Bauer2019-10-161-1/+9
|
* Add fs_path_ismountpointSimon Rettberg2019-07-021-0/+6
|
* Exclude functions with wrong prefix; list available functionsSimon Rettberg2019-06-142-2/+10
| | | | Invoking slx-tools without arguments lists available functions now.
* Fix typoSimon Rettberg2019-05-281-1/+1
|
* Add String and XML helpersSimon Rettberg2019-05-273-0/+37
|
* Add download and download_retrySimon Rettberg2019-05-271-0/+10
|
* ModularizeSimon Rettberg2019-05-276-69/+121
|
* Match proper fieldSimon Rettberg2019-04-051-1/+1
|
* Refactor, rename, break thingsSimon Rettberg2019-04-051-47/+129
|
* Invert logic and use || for $x = ${x#<prefix>} checksSimon Rettberg2019-03-151-3/+3
| | | | | | | This makes it so that if $x starts with <prefix>, the statement after the condition is executed, which seems easier to read. i.e. [ "$x" = "${x#abc}" ] || echo "x starts with abc"
* Simplify checks, consider zram as volatile tooSimon Rettberg2019-03-151-6/+6
|
* fix search/replace for ashJonathan Bauer2019-02-271-3/+5
|
* improvements & bug fixesJonathan Bauer2019-02-271-11/+30
|
* initial collections of beta functionsJonathan Bauer2019-02-181-0/+77
|
* initial commitJonathan Bauer2019-02-181-0/+1