summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLDownload.pm
AgeCommit message (Collapse)Author
2020-03-06LWP - re-establish connection in case it got disabledNorbert Preining
After 5 (TLConfig::LWPMaxErrors) errors, the LWP module is getting disabled. Re-establish a new connection and enable LWP to get higher throughput. To make sure that this doesn't loop, we limit the number of re-enabling to 10 (TLConfig::MaxLWPReinitCount) git-svn-id: svn://tug.org/texlive/trunk@54123 c570f23f-e606-0410-a88d-b1316a301751
2016-10-11convert some warnings to debugs in support functionsNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@42254 c570f23f-e606-0410-a88d-b1316a301751
2016-05-14tempdir rework: use consistently tl_tmpdir/tmpfile for debuggingNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@41104 c570f23f-e606-0410-a88d-b1316a301751
2016-04-05preliminary 2016 release and copyright yearsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@40251 c570f23f-e606-0410-a88d-b1316a301751
2016-01-07simple fix for removing temp files ...Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@39300 c570f23f-e606-0410-a88d-b1316a301751
2015-12-24TLDownload: make sure we remove downloaded md5 filesNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@39189 c570f23f-e606-0410-a88d-b1316a301751
2015-12-24Revert "TLDownload: remove temp files (email RK 2015-12-23)"Norbert Preining
This reverts svn39178 git-svn-id: svn://tug.org/texlive/trunk@39188 c570f23f-e606-0410-a88d-b1316a301751
2015-12-23TLDownload: remove temp files (email RK 2015-12-23)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@39178 c570f23f-e606-0410-a88d-b1316a301751
2014-02-072014Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@32912 c570f23f-e606-0410-a88d-b1316a301751
2013-04-19msg tweaking in case of wget fallbackKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@30038 c570f23f-e606-0410-a88d-b1316a301751
2013-03-31pinning doc, msgsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@29567 c570f23f-e606-0410-a88d-b1316a301751
2012-05-24copyright yearsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@26615 c570f23f-e606-0410-a88d-b1316a301751
2011-06-22add a configuration variable $TeXLive::TLConfig::NetworkTimeout andNorbert Preining
use it in TLDownload (maybe later also in TLUtils for wget) git-svn-id: svn://tug.org/texlive/trunk@23084 c570f23f-e606-0410-a88d-b1316a301751
2010-11-09fix persistent download setup in tlmgr -- thanks Adam!Norbert Preining
add some debugging to the persistent download routines git-svn-id: svn://tug.org/texlive/trunk@20379 c570f23f-e606-0410-a88d-b1316a301751
2010-06-05various changes:Norbert Preining
- install-tl: try to add /systems/texlive/tlnet if initial download does not succeed - TLDownload errorcount/enable/disable support (used in install-tl) - TLUtils: check for TLDownload enabled status - TLPDB: remove warning about unsuccessfull download of .tlpdb, it is now in tlmgr (where it was already) and install-tl. git-svn-id: svn://tug.org/texlive/trunk@18756 c570f23f-e606-0410-a88d-b1316a301751
2010-01-14update copyrights; TLUtils.pm: pod before __END__Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@16713 c570f23f-e606-0410-a88d-b1316a301751
2009-12-18doc updates for persistenceKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@16441 c570f23f-e606-0410-a88d-b1316a301751
2009-12-16implement --persistent-downloads using LWPNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@16424 c570f23f-e606-0410-a88d-b1316a301751