Age | Commit message (Expand) | Author |
2021-05-27 | allow flags to exit prematurely, move defines, add no networking flag | Jan200101 |
2021-05-18 | add some mock test steps | Jan200101 |
2021-05-18 | cleanup windows config stuff, parse wine argv0 | Jan200101 |
2021-05-18 | improve cmake files, add simple curl mock, clean up on download error | Jan200101 |
2021-05-16 | add NULL checks | Jan200101 |
2021-05-13 | reorder includes, add missing includes | Jan200101 |
2021-05-08 | add work in progress windows support | Jan200101 |
2021-04-26 | rid some warnings | Jan200101 |
2021-04-26 | add CI for dev branch | Jan200101 |
2021-04-26 | implement flags and sort commands by alphabet | Jan200101 |
2021-04-24 | update allocsize with the largest size we might possibly need | Jan200101 |
2021-04-22 | add list & search command, fix bug in installer parser, […] | Jan200101 |
2021-03-26 | a chunk of changes | Jan200101 |
2021-03-26 | add files to the variable list | Jan200101 |
2021-03-26 | improve parser logic and math reuse | Jan200101 |
2021-03-26 | allow functions to return an allocated string value | Jan200101 |
2021-03-26 | ensure variable key is fully compared, return head to offset […] | Jan200101 |
2021-03-26 | add debug method to test out variable parser for memory safety | Jan200101 |
2021-03-26 | don't output a random number on unknown directive | Jan200101 |
2021-03-26 | commit variable parser | Jan200101 |
2021-03-26 | replace MIT license with GPLv3 | Jan200101 |
2021-02-03 | clean up logic some more | Jan200101 |
2021-01-12 | replace float with int math, silence conversions, improve wine call […] | Jan200101 |
2021-01-02 | quote executable/script path to not deal with whitespace problems | Jan200101 |
2020-12-20 | add some memory allocation failure checks | Jan200101 |
2020-12-19 | add conversion warnings, fix existing flaws | Jan200101 |
2020-12-19 | remove useless struct, add json length type macro | Jan200101 |
2020-12-18 | add stderr checks, print carriage return when done downloading | Jan200101 |
2020-12-18 | move carriage return to start, remove spaces | Jan200101 |
2020-12-18 | add dots to downloading prompt | Jan200101 |
2020-12-18 | add download progress bar | Jan200101 |
2020-12-17 | replace gnu style quoting with normal quoting, comment command macros, … | Jan200101 |
2020-12-16 | add more warning flags, correct syntax, add UNUSED macro, […] | Jan200101 |
2020-12-14 | allow downloading multiple wine versions at the same time | Jan200101 |
2020-12-14 | make directory creation create all parent directories too | Jan200101 |
2020-12-12 | [CI] output environment with polecat | Jan200101 |
2020-12-12 | update system | Jan200101 |
2020-12-12 | improve fish-env message | Jan200101 |
2020-12-12 | Merge branch 'fish' | Jan200101 |
2020-12-12 | add fish env support | Jan200101 |
2020-12-12 | change download routines to require a version name, not a random ID | Jan200101 |
2020-12-11 | cleanup imports, add completion message for downloads | Jan200101 |
2020-12-11 | add remove commands to dxvk and wine | Jan200101 |
2020-12-11 | move command definitions (as well as helpers) to macros | Jan200101 |
2020-12-07 | improve grammar in descriptions, add newline to wine check warning | Jan200101 |
2020-12-07 | add some safety around stat failures | Jan200101 |
2020-12-05 | update wine env output to output actual given wine version | Jan200101 |
2020-12-05 | send warning and error msgs to stderr, output context messages if tty[…] | Jan200101 |
2020-12-05 | add wine env command […] | Jan200101 |
2020-11-23 | simplify questions, add installation instructions for distros | Jan200101 |