GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/mirrorselect.git
master
robbat2/netselect-tags
ssl
Tool to help select distfiles mirrors for Gentoo
Portage tools Team <tools-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirrorselect
Commit message (
Expand
)
Author
Age
Files
Lines
*
selectors.py: handle ssl.CertificateError (bug 639156)
Xiami
2019-02-13
1
-1
/
+1
*
selectors.py: handle ssl.CertificateError (bug 604968)
Daniel Harding
2019-02-12
1
-1
/
+2
*
Update version for 2.2.3 release
Zac Medico
2019-01-23
1
-2
/
+2
*
Mirrorselect: add 'exclude' option to allow excluding hosts from mirrors list.
i.Dark_Templar
2018-05-26
1
-0
/
+7
*
main.py: Remove obsolete 'SYNC' option
2.2.3
Brian Dolbec
2017-07-18
1
-4
/
+1
*
main.py: fix isinstance(hosts[i], bytes)
Zac Medico
2017-02-20
1
-1
/
+1
*
extractor.py: Add climit param for >=ssl-fetch-0.4
Brian Dolbec
2017-02-20
1
-1
/
+1
*
main.py: Fix Bytes error in hosts list bug 610016
zakalwe
2017-02-20
1
-2
/
+3
*
deeptime: cancel alarm signal before handling socket.error (bug 523312)
Zac Medico
2016-11-13
1
-10
/
+12
*
Add missed output mode function assignment.
Brian Dolbec
2015-01-27
1
-0
/
+1
*
update version with latest release as a base
Brian Dolbec
2015-01-26
1
-1
/
+1
*
Update for ssl-fetch api change
Brian Dolbec
2015-01-26
1
-0
/
+1
*
Ssl-fetch renamed args-* to kwargs-*
Brian Dolbec
2014-05-28
1
-2
/
+2
*
Update for recent ssl-fetch changes
Brian Dolbec
2014-05-28
1
-1
/
+9
*
selectors.py: Add IncompleteRead exception
2.2.1
Brian Dolbec
2014-05-04
1
-3
/
+11
*
main.py: Sort the cli options
Brian Dolbec
2014-05-04
1
-30
/
+30
*
Fix typo in help message.
Brian Dolbec
2014-03-06
1
-1
/
+1
*
Tweak the proxy code to correctly handle the cli option.
ssl
Brian Dolbec
2014-01-31
1
-3
/
+4
*
Indent adjustment
Brian Dolbec
2014-01-31
1
-10
/
+10
*
Fix some long lines.
Brian Dolbec
2014-01-31
2
-62
/
+76
*
Use the new sslfetch pkg for the Connector class.
Brian Dolbec
2014-01-23
1
-2
/
+4
*
Remove connections.py. Instead moved it to it's own ssl-fetch pkg.
Brian Dolbec
2014-01-23
1
-182
/
+0
*
Work in progress for adding ssl support for downloading the mirrors lists.
Brian Dolbec
2013-10-20
2
-18
/
+200
*
Add a proxy option to the cli. Preliminary only, not tested.
Brian Dolbec
2013-10-19
1
-0
/
+6
*
wrap a long line.
Brian Dolbec
2013-10-19
1
-1
/
+2
*
Make --debug level settable on the cli
Brian Dolbec
2013-10-19
1
-2
/
+2
*
Add new urls for api.gentoo.org
Brian Dolbec
2013-10-19
1
-2
/
+7
*
fix HTTPError import and exception
Brian Dolbec
2013-10-19
1
-2
/
+2
*
fix url testing for vhosts that do not handle ip requests.
Brian Dolbec
2013-10-19
1
-17
/
+43
*
Improve debug print statements.
Brian Dolbec
2013-10-19
3
-6
/
+8
*
Move the TimeoutException and handler out of the Deep class's deeptime().
Brian Dolbec
2013-10-19
1
-6
/
+8
*
refactor Deep classes deeptime()
Brian Dolbec
2013-10-18
1
-28
/
+37
*
Add -f, --file & -m, --md5 options to override mirrorselect-test file used.
Brian Dolbec
2013-10-17
2
-4
/
+21
*
Improve python version testing for imports.
Brian Dolbec
2013-10-17
3
-3
/
+3
*
get_filesystem_mirrors() cleanup & fixes
Brian Dolbec
2013-10-17
1
-34
/
+44
*
Fix bug 483232, incorrect urlparse import for python3.
Brian Dolbec
2013-10-17
1
-1
/
+1
*
Fix py3 compatibilty.
Brian Dolbec
2013-10-16
1
-1
/
+1
*
Add repos.conf support.
Brian Dolbec
2013-10-16
2
-119
/
+226
*
Move Extractor class to it's own file.
Brian Dolbec
2013-10-16
3
-74
/
+118
*
remove unused unicode variable
Brian Dolbec
2013-10-16
2
-12
/
+0
*
Make the -r -a options select only the rotation server rather than force -o f...
Brian Dolbec
2013-10-16
1
-8
/
+6
*
Force -o for -a + -r options to prevent multiple results being saved to the c...
Brian Dolbec
2013-10-16
1
-1
/
+7
*
tweak message formatting
Brian Dolbec
2013-10-16
1
-1
/
+1
*
fix some typos
Brian Dolbec
2013-10-16
1
-2
/
+2
*
Fix IndexError for zero length search results.
Brian Dolbec
2013-10-16
1
-3
/
+6
*
Add -a to rsync sanity checks.
Brian Dolbec
2013-10-15
1
-3
/
+3
*
add an -a, --all_mirrors option to dump all search results
Brian Dolbec
2013-10-15
1
-1
/
+8
*
fix some missed spaces in the help message
Brian Dolbec
2013-10-15
1
-2
/
+2
*
add a missed continue to optimize the loop
Brian Dolbec
2013-10-15
1
-0
/
+1
*
Move the filtering code back into Extractor class
Brian Dolbec
2013-10-15
2
-40
/
+35
[next]