Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-14 | [refactor] Single quotes consistency | Sergey M․ | |
2016-01-21 | [update] fix (unexploitable) BB'06 vulnerability in rsa_verify | Filippo Valsorda | |
The rsa_verify code was vulnerable to a BB'06 attack, allowing to forge signatures for arbitrary messages if and only if the public key exponent is 3. Since the updates key is hardcoded to 65537, there is no risk for youtube-dl, but I don't want vulnerable code in the wild. The new function adopts a way safer approach of encoding-and-comparing to replace the dangerous parsing code. | |||
2015-12-20 | Use proper encoding on compat_str construction when necessary | Sergey M․ | |
2015-11-15 | Removing an unnecessary import | David Ben Zakai | |
2015-11-10 | Adding proxy to update procedure | David Ben Zakai | |
2015-06-07 | update: Use https for getting the version info (fixes #5909) | Jaime Marquínez Ferrándiz | |
2015-03-27 | Don't use bare 'except:' | Jaime Marquínez Ferrándiz | |
They catch any exception, including KeyboardInterrupt, we don't want to catch it. | |||
2015-01-10 | Add new option --source-address | Philipp Hagemeister | |
Closes #3618, fixes #721, fixes #2481, fixes #4551, closes #1020. | |||
2015-01-09 | [update] Use utils HTTPS handler (Fixes #4666) | Philipp Hagemeister | |
On FreeBSD, the default HTTPS handler is missing certificates, so use our own. | |||
2014-12-09 | Fix PEP8 issue E713 | Jaime Marquínez Ferrándiz | |
2014-11-26 | [update] Remove useless import | Philipp Hagemeister | |
2014-11-26 | [update] Modernize | Philipp Hagemeister | |
2014-11-23 | PEP8: E225,E227 | Jouke Waleson | |
2014-11-23 | PEP8: more applied | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-01-23 | Clarify update output (Fixes #2205) | Philipp Hagemeister | |
No, we are not intentionally hiding the version number. Why would we? | |||
2013-11-24 | [update] fix error | Philipp Hagemeister | |
2013-11-22 | [update] Check if version from repository is newer before updating | Philipp Hagemeister | |
Closes #1704 | |||
2013-11-22 | [update] do not assign to unused variables | Philipp Hagemeister | |
2013-11-17 | Remove * imports | Philipp Hagemeister | |
2013-09-29 | [update] Prevent cmd window popup on Windows (Fixes #1478) | Philipp Hagemeister | |
2013-09-29 | [update] Look for .exe extension on Windows (Fixes #745) | Philipp Hagemeister | |
2013-07-01 | [update] Add package manager to error message (#959) | Philipp Hagemeister | |
2013-04-28 | Fix print_notes | Philipp Hagemeister | |
2013-04-06 | Change rg3.github.com to rg3.github.io almost everywhere | Ricardo Garcia | |
2013-02-25 | Fix typo | Philipp Hagemeister | |
2013-02-22 | Print *all* release notes | Philipp Hagemeister | |
2012-12-30 | moved updating code to update.py | Filippo Valsorda | |