index
:
custodian.git
10-support-http-basic-auth
12-reap-old-tests
13-catch-bogus-dns
13-log-dns-errors
19-user-agent
21-allow-custom-subjects
3-send-sni-when-falling-back-to-openssl
locking_for_custodian_add_test_script
master
rubo-cop-all-the-things
ssl-custom-expiry
A distributed protocol tester.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
custodian
/
queue.rb
Age
Commit message (
Expand
)
Author
2015-04-16
Mark variables as unused.
Steve Kemp
2015-03-09
Removed trailing whitespace from the code
Steve Kemp
2015-03-09
Remove spaces inside blocks.
Steve Kemp
2015-03-09
Whitespace fixups.
Steve Kemp
2015-03-09
Use def with parentheses when there are parameters.
Steve Kemp
2015-03-09
Removed spaces inside parenthesis.
Steve Kemp
2015-03-09
Prefer single-quotes when you don't need interpolation.
Steve Kemp
2015-03-09
Don't use parenthesis aroudn conditions in an if.
Steve Kemp
2015-03-09
Do not use parentheses for method calls with no arguments.
Steve Kemp
2015-03-09
Omit the parentheses in defs when the method doesn't accept any arguments.
Steve Kemp
2015-03-09
Avoid arguments we're not using.
Steve Kemp
2015-02-18
Prefer "while true" to "while 1"
Steve Kemp
2015-02-18
Minor formatting and commenting update.
Steve Kemp
2015-02-18
Updated the way we wait for jobs.
Steve Kemp
2015-02-17
fix the redis queue not to melt the cpu when polling redis for a job
Patrick J Cherry
2015-02-05
Simplify code by removing configuration.
Steve Kemp
2015-02-05
Simplify the flushing of queues.
Steve Kemp
2015-01-29
Don't output messages unless $DEBUG=1
Steve Kemp
2015-01-19
Updated to use our queue-abstraction.
Steve Kemp
2015-01-13
Added queue-abstraction layer.
Steve Kemp
2012-11-20
Removed
Steve Kemp
2012-11-20
New stub interface.
Steve Kemp