Sign in
chromium
/
external
/
github.com
/
cenkalti
/
backoff
/
HEAD
2146c93
add module definition; fix #75
by Cenk Alti
· 7 years ago
master
v2.2.0
1e4cf3d
reuse timer in Retry func
by Cenk Alti
· 7 years ago
v2.1.1
62661b4
honor context deadlines, fix #53 (#64)
by Cenk Altı
· 7 years ago
v2.1.0
adb73d5
Removing new random source due to high memory cost.
by Harry Pidcock
· 7 years ago
b7325b0
Update docs to match code
by Phil Sorber
· 8 years ago
66e726b
update original source link in readme
by Cenk Altı
· 8 years ago
c3d0f10
switch to the built-in context package
by Steven Allen
· 8 years ago
f756bc9
remove unused import
by Cenk Alti
· 8 years ago
4f7ab5a
Remove SetFinalizer call
by Steven Littiebrant
· 8 years ago
2ea60e5
rename WithMaxTries to WithMaxRetries; fix #52; fix #54
by Cenk Alti
· 8 years ago
v2.0.0
309aa71
ticker: document it's unsafe to access backoff policy while ticker running
by Vincent Bernat
· 8 years ago
61ba96c
Fix data race when querying GetElapsedTime()
by Vincent Bernat
· 8 years ago
80e08cb
travis: add 1.x go version
by Davor Kapsa
· 8 years ago
61153c7
backoff/tries.go: fix typo: missing 'o' : anther --> another
by Michael Ira Krufky
· 9 years ago
v1.1.0
8736fff
fix #44
by Cenk Alti
· 9 years ago
1f265ab
Use seeded `math/rand`
by Nelz
· 9 years ago
d6a2b63
Enable define max number of tries
by Nelz
· 9 years ago
5d150e7
Remove checking of a constant value
by Steven Erenst
· 9 years ago
3db60c8
Allow the operation to signal permanent errors, to stop retries
by Arnaud Le Blanc
· 9 years ago
8bd6a0c
Support for Go < 1.7
by Arnaud Le Blanc
· 9 years ago
ce70931
Support contexts
by Arnaud Le Blanc
· 9 years ago
b02f2bb
update repo path
by Cenk Alti
· 9 years ago
8edc80b
add contributing section to readme
by Cenk Alti
· 10 years ago
6a7eb7b
update package doc
by Cenk Alti
· 10 years ago
445e02a
clean readme file
by Cenk Alti
· 10 years ago
35f620d
update examples
by Cenk Alti
· 10 years ago
528acab
examples should return nothing
by Cenk Alti
· 10 years ago
d6129c3
update readme with examples link
by Cenk Alti
· 10 years ago
03dc30e
add missing return type in readme
by Cenk Alti
· 10 years ago
cdf48bb
Merge pull request #25 from nvartolomei/fix-operation-reference
by Cenk Altı
· 10 years ago
e20bd16
fix operation reference in comment
by Nicolae Vartolomei
· 10 years ago
a603017
update readme
by Cenk Alti
· 10 years ago
5cbdd8f
add coveralls.io badge
by Cenk Alti
· 10 years ago
bfed657
fix #17: add coveralls.io support
by Cenk Alti
· 10 years ago
68acf6e
fix typo
by Cenk Alti
· 10 years ago
c29158a
update readme for path change
by Cenk Alti
· 10 years ago
32cd0c5
fix #18: invalid randomization factor
by Cenk Alti
· 10 years ago
v1.0.0
a3a66cc
remove an example, too complex
by Cenk Alti
· 10 years ago
4dc7767
Merge pull request #16 from rounds/better-documentation
by Cenk Altı
· 11 years ago
0b43d6b
fixes to be go1.3 compliant
by Ory Band
· 11 years ago
f8f3c7c
fixes #15 - added tons of new documentation, godoc, and small cosmetic changes to code
by Ory Band
· 11 years ago
6c45d6b
fix #14
by Cenk Alti
· 11 years ago
9831e1e
Merge pull request #13 from robbiev/overlap
by Cenk Altı
· 11 years ago
7b004bb
clarify retry and ticker behaviour
by Robbie Vanbrabant
· 11 years ago
6a458ae
add RetryNotify function
by Cenk Alti
· 11 years ago
9b3b0d8
Update .travis.yml
by Cenk Altı
· 11 years ago
c201004
Merge pull request #11 from cenkalti/constant_backoff
by Cenk Altı
· 11 years ago
f493e24
exponential backoff never stops if MaxElapsedTime == 0
by Cenk Alti
· 11 years ago
d0aa33a
constant backoff does not use a default interval
by Cenk Alti
· 11 years ago
8515d63
update finalizer func
by Cenk Alti
· 11 years ago
db5a524
prevent future ticks from being sent after Stop()
by Cenk Alti
· 11 years ago
5f3c2f1
fix Ticker.Stop
by Cenk Alti
· 11 years ago
3f9cf89
update ticker example, add ticker.Stop()
by Cenk Alti
· 12 years ago
af58630
rename ConstantBackoff to ConstantBackOff
by Cenk Alti
· 12 years ago
5567f83
Merge pull request #9 from pingles/master
by Cenk Altı
· 12 years ago
055596b
add ConstantBackOff to retry with constant interval
by Paul Ingles
· 12 years ago
db206a7
fix docs
by Cenk Alti
· 12 years ago
bd85944
add comments
by Cenk Alti
· 12 years ago
fd95fcc
fmt
by Cenk Alti
· 12 years ago
2cccdbd
export systemclock
by Cenk Alti
· 12 years ago
c6306e6
refactor
by Cenk Alti
· 12 years ago
0337cbf
do not block if there is no receiver
by Cenk Alti
· 12 years ago
f402310
fix/rename ExponentialBackoff to ExponentialBackOff
by Cenk Alti
· 12 years ago
798ddbd
add comment to Ticker.Stop
by Cenk Alti
· 12 years ago
b598316
use same tick var
by Cenk Alti
· 12 years ago
62850af
improve ticker loop
by Cenk Alti
· 12 years ago
f735202
add ticker example to readme
by Cenk Alti
· 12 years ago
88975a4
add usage comments for ticker
by Cenk Alti
· 12 years ago
0f88078
add Ticker
by Cenk Alti
· 12 years ago
6a11f28
use log on retry test
by Cenk Alti
· 12 years ago
b8c6496
update comment on Retry()
by Cenk Altı
· 12 years ago
005a2da
update retry function comment
by Cenk Alti
· 12 years ago
1f8190c
refactor retry helper function
by Cenk Alti
· 12 years ago
23a11f8
Update README.md
by Cenk Altı
· 12 years ago
bb2d316
Merge pull request #4 from markchadwick/patch-1
by Cenk Altı
· 12 years ago
19ea041
README typo
by markchadwick
· 12 years ago
0d5eecb
make it more readable
by Cenk Alti
· 12 years ago
44205f5
change code style
by Cenk Alti
· 12 years ago
316fc0f
use defer
by Cenk Alti
· 12 years ago
1f1928e
rename systemTimer to systemClock
by Cenk Alti
· 12 years ago
26ca005
Merge pull request #3 from fatih/patch-2
by Cenk Altı
· 12 years ago
5dc28fb
Add Install instructions
by Fatih Arslan
· 12 years ago
2b0eb1c
Merge pull request #2 from fatih/patch-1
by Cenk Altı
· 12 years ago
26a5272
Add go syntax
by Fatih Arslan
· 12 years ago
4fcd5a9
fix comments
by Cenk Alti
· 12 years ago
baac7f3
fix example
by Cenk Alti
· 12 years ago
606a3ca
add retry example to readme
by Cenk Alti
· 12 years ago
bfc75cc
add travis file
by Cenk Alti
· 12 years ago
8a1b4e6
add more comments
by Cenk Alti
· 12 years ago
bea0f82
add comments
by Cenk Alti
· 12 years ago
2d183d2
update readme
by Cenk Alti
· 12 years ago
41dd067
convert integers to time.Duration
by Cenk Alti
· 12 years ago
40e6a24
reorder fields
by Cenk Alti
· 12 years ago
e93df3c
add Retry helper
by Cenk Alti
· 12 years ago
fc04d5d
initial port
by Cenk Alti
· 12 years ago
460939a
Initial commit
by Cenk Altı
· 12 years ago