summaryrefslogtreecommitdiff
path: root/PLD_Builder/request_fetcher.py
Commit message (Expand)AuthorAgeFilesLines
* - more python 3.x fixes, can't test on PLD but TLD version works fineMarcin Krol2021-05-031-9/+9
* - more python 3.x fixes, dropped python 2.x supportMarcin Krol2021-05-021-5/+1
* - more python 3.x fixesMarcin Krol2021-03-221-1/+1
* - python 3.x fixesMarcin Krol2021-03-221-3/+3
* Fix outdated syntaxJan Rękorajski2021-02-281-5/+5
* Fix missing importsJan Rękorajski2021-02-221-1/+1
* Make StringIO and ConfigParser imports work on both py2 and py3Jan Rękorajski2021-01-171-1/+4
* Catch corrupted queue.gz errors.Arkadiusz Miśkiewicz2014-11-231-1/+7
* - whitespace cleanupElan Ruusamäe2012-06-241-5/+5
* Try to reload acl.conf on change.Arkadiusz Miśkiewicz2012-06-241-0/+1
* Correctly use urllib2 API.Arkadiusz Miśkiewicz2012-06-241-4/+6
* - never trust cache/proxyArkadiusz Miśkiewicz2012-06-241-2/+5
* Switch to urllib2.Arkadiusz Miśkiewicz2012-06-241-3/+3
* Missing I/O->buf changes.Arkadiusz Miśkiewicz2012-06-241-1/+1
* Switch to subprocess module for gpg. Use strings instead of I/O objects for p...Arkadiusz Miśkiewicz2012-06-241-1/+0
* String exceptions are deprecated. Fix that.Arkadiusz Miśkiewicz2012-06-241-1/+1
* - print out exception if url can't be retrievedElan Ruusamäe2012-06-241-4/+4
* - allow empty file to start queue counter from zero (clean installs)Elan Ruusamäe2012-06-241-1/+5
* - more timeouts addedMariusz Mazur2012-06-241-0/+3
* - minor change (it hangs and I've got no idea how)Mariusz Mazur2012-06-241-2/+2
* - minor changesMariusz Mazur2012-06-241-1/+1
* - don't explode on 404Mariusz Mazur2012-06-241-1/+2
* - reidented to 4 spaces... hope I haven't broken anythingMariusz Mazur2012-06-241-88/+90
* - forgot to import signalMariusz Mazur2012-06-241-0/+1
* - *always* timeout after 4 minutesMariusz Mazur2012-06-241-0/+11
* - catch possible errors from urllibMichal Moskal2012-06-241-1/+5
* - use non-blocking locks to prevent zilions of processeses waiting for lockMichal Moskal2012-06-241-1/+3
* - don't bomb *that* badMichal Moskal2012-06-241-2/+2
* - bomb if cannot get max_req_noMichal Moskal2012-06-241-0/+1
* - queue_sign privilage moved to acl.conf where it belongsMichal Moskal2012-06-241-5/+4
* - ignore network errors when fetching requests (maybe log them?)Michal Moskal2012-06-241-1/+5
* - do stuff in loop, polling each 5 seconds so we get better response timeMichal Moskal2012-06-241-3/+6
* - execute wrap.wrap(main) only is used as top-levelMichal Moskal2012-06-241-2/+3
* - cleanupsMichal Moskal2012-06-241-2/+2
* - lots of fixesMichal Moskal2012-06-241-1/+1
* - load balancer doneMichal Moskal2012-06-241-1/+0
* - now can use config.py even if no builder is selectedMichal Moskal2012-06-241-12/+5
* - binary builder: fetching queue from src builder and distributing it onMichal Moskal2012-06-241-0/+102