summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
AgeCommit message (Expand)Author
2018-05-15pod list fixes for tug.org/texlive/doc/tlpkgdocKarl Berry
2018-05-15use TLUtils::copy instead of File::Copy::copy since that is only in perl 5.24Norbert Preining
2018-05-14error msg, branch docKarl Berry
2018-05-14use copy&remove instead of renameNorbert Preining
2018-05-01doubled word typosKarl Berry
2018-02-27fix uninitialized warning in debug statementNorbert Preining
2018-02-26copyright 2018Karl Berry
2018-01-24better debugging and stronger integrity checksNorbert Preining
2018-01-03try wording againKarl Berry
2018-01-03(remove_package): wording of warning.Karl Berry
2017-11-14option/setting json: change format, all strings, document formatNorbert Preining
2017-11-14TLPDB: factorize json code, tlmgr: json for optionNorbert Preining
2017-11-13fix possible undefined behaviour in paper handlingNorbert Preining
2017-11-11json: dynamically select tl internal or external json modeNorbert Preining
2017-11-10switch from require TeXLive::JSON to require JSONNorbert Preining
2017-11-09require JSON => require TeXLive::JSONSiep Kroonenberg
2017-10-27update JSON format, add documentation on formatsNorbert Preining
2017-10-27rework (again) location of various configuration optionsNorbert Preining
2017-10-13tlmgr dump-tlpdb -json possibleNorbert Preining
2017-09-13crypto: use symbolic constants, require verification of main tlpdbNorbert Preining
2017-05-14doc, syncKarl Berry
2017-05-12fix spurious warning on updatesNorbert Preining
2017-05-11fixes for scheme size computationNorbert Preining
2017-05-11support display of accumulated size information for schemes/collectionsNorbert Preining
2017-05-06doc, copyright 2017Karl Berry
2017-04-20try to support https, tooNorbert Preining
2017-04-16use tlpdbopt_ instead of option_Norbert Preining
2016-06-29doc/test updates.Karl Berry
2016-06-21some fixes for empty arch borderline cases in TLTREENorbert Preining
2016-05-16don't code tmp dir hard-wired, but use tl_tmpdirNorbert Preining
2016-05-15whoops, not worth syntax hassles.Karl Berry
2016-05-15(new): mention root, download failure might not beKarl Berry
2016-05-14TLPDB: reuse tempdir not to create too manyNorbert Preining
2016-05-14tempdir rework: use consistently tl_tmpdir/tmpfile for debuggingNorbert Preining
2016-05-05continue despite missing pubkey, report details for failed verificationNorbert Preining
2016-05-05fix uninitialized variable in warning callNorbert Preining
2016-05-02fix strange perl warningNorbert Preining
2016-04-28xzdec rather than un-xzKarl Berry
2016-04-27record verification status of manually verified tlpdbNorbert Preining
2016-04-22check for gpg not avail, return -3 in verify_*, act in tlmgrNorbert Preining
2016-04-21use TLCryptoKarl Berry
2016-04-21TLCrypto.pm: new module with all the functions using digests/gpg,Karl Berry
2016-04-21tlpdb: safe status of being verified, show status for each tlpdbNorbert Preining
2016-04-21verification reporting reworked: be non-intrusiveNorbert Preining
2016-04-14make installation from local_uncompressed ignoring checksums etcNorbert Preining
2016-04-12verify also local copies, triggered by new parameter to TLPDB->newNorbert Preining
2016-04-12adapt to changed calling conventionNorbert Preining
2016-04-12get rid of verify_download, fix verificationsNorbert Preining
2016-04-12make verify_* return values numeric with informal messagesNorbert Preining
2016-04-12gpg signature check workingNorbert Preining