Age | Commit message (Expand) | Author |
2018-07-20 | make sure we use TL provided tar on Windows | Norbert Preining |
2018-07-19 | setup_programs: prefer system versions, simplify code | Norbert Preining |
2018-07-19 | remote DefaultDownloaderProgram, not used | Norbert Preining |
2018-07-05 | TLPSRC.pm (from_file): do ${PKGNAME} expansion here, like user vars. | Karl Berry |
2018-07-05 | TLPSRC.pm: check for unexpanded variables and more duplicate directives; | Karl Berry |
2018-07-03 | more detailed error checking during signature verification | Norbert Preining |
2018-06-26 | make curl downloader follow redirects like lwp | Norbert Preining |
2018-06-24 | add forgotten accessor function for alias | Norbert Preining |
2018-06-23 | save TC alias also into TLPOBJ/TLPDB | Norbert Preining |
2018-06-23 | TeXCatalogue parser: support alias (use id) | Norbert Preining |
2018-06-13 | add --fail to curl invocation, otherwise it always returns 0 (sic!) | Norbert Preining |
2018-06-12 | stupid error | Norbert Preining |
2018-06-11 | more fixes for code cleanup | Norbert Preining |
2018-06-11 | fix typo in compressor rework | Norbert Preining |
2018-06-11 | code cleanup and streamlining (use %Compressors) | Norbert Preining |
2018-06-11 | use unified system_pipe for decompressing instead of repeating code | Norbert Preining |
2018-06-06 | switch back to lz4, pass -m to lz4 on compression | Norbert Preining |
2018-06-05 | TLConfig.pm (AcceptedCompressors): move lz4 to end, it's writing | Karl Berry |
2018-06-03 | $Revision expansion! | Karl Berry |
2018-06-03 | $Revision expansion? | Karl Berry |
2018-06-03 | doc, consistency | Karl Berry |
2018-06-01 | fix rollback container if no backup is made | Norbert Preining |
2018-05-31 | import $DefaultCompressorFormat | Norbert Preining |
2018-05-31 | xz -d some more; dump ::progs at ddebug levels | Karl Berry |
2018-05-30 | correct env var in documentation | Norbert Preining |
2018-05-29 | doc | Karl Berry |
2018-05-28 | fix suicide | Norbert Preining |
2018-05-26 | avoid some extra-long lines. | Karl Berry |
2018-05-26 | (repository_to_array): die if passed empty string, | Karl Berry |
2018-05-26 | once more, it is $::progs nor $::prog, the danger of global vars | Norbert Preining |
2018-05-25 | try setup on windows in similar fashion as unix | Norbert Preining |
2018-05-25 | allow for retrial with mutiple downloaders until succeed | Norbert Preining |
2018-05-25 | fix for installer bug | Norbert Preining |
2018-05-24 | support ssh://user@host/path as well as scp://... | Norbert Preining |
2018-05-23 | more ssh fixes | Norbert Preining |
2018-05-23 | trial on ssh support | Norbert Preining |
2018-05-23 | fixes for warning messages and undefined vars | Norbert Preining |
2018-05-23 | downgrade some debug statements to ddebug | Norbert Preining |
2018-05-23 | partially working version with full compressor/downloader support | Norbert Preining |
2018-05-23 | more work, currently incomplete | Norbert Preining |
2018-05-23 | get rid of all traces of xzdec | Norbert Preining |
2018-05-23 | get rid of xzdec requirement, use only xz | Norbert Preining |
2018-05-23 | rename DefaultContainerFormat to DefaultCompressorFormat | Norbert Preining |
2018-05-23 | use imported names instead of fully qualified names of TLConfig | Norbert Preining |
2018-05-23 | remove some unnecessary tests | Norbert Preining |
2018-05-22 | fix for Windows installer | Norbert Preining |
2018-05-20 | don't require lz4, left over | Norbert Preining |
2018-05-20 | support TEXLIVE_COMPRESSOR=gzip | Norbert Preining |
2018-05-20 | remove debug statements | Norbert Preining |
2018-05-18 | more lz4 support, can now be selected via TEXLIVE_COMPRESSOR=lz4 | Norbert Preining |