summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPDB.pm
AgeCommit message (Expand)Author
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
2016-04-12refactor downloading, verify downloaded tlpdbNorbert Preining
2016-04-12work on gpg verification functionNorbert Preining
2016-04-05preliminary 2016 release and copyright yearsKarl Berry
2016-01-12Re-apply temporary removed changes to installer and tlmgrNorbert Preining
2016-01-07revert changes in tlcritical to fix the TLDownload errorNorbert Preining
2016-01-06unpack: return pair of 0,1 and msg, use itNorbert Preining
2016-01-06fix a stupid typoNorbert Preining
2016-01-06checksum verification update, unwinding works againNorbert Preining
2016-01-06debug and work on installationNorbert Preining
2016-01-06add win32 open prevention to TLPDB as for TLUtilsNorbert Preining
2016-01-06TLPDB: rename _install_package to _install_data, cater for size and checksumNorbert Preining
2015-12-08* bin/tlpfiles: doc tweaks.Karl Berry