index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libtest
/
libauthretry.c
Age
Commit message (
Expand
)
Author
2017-03-11
tests: fix the authretry tests
Michael Kaufmann
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-10-31
libauthretry: use the external function curl_strequal
Dan Fandrich
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-04-03
tests/libtest: follow our code style guidelines better
Daniel Stenberg
2016-04-01
curl/mprintf.h: remove support for _MPRINTF_REPLACE
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2014-01-30
tests: make the authorization retry tests pass the torture tests
Dan Fandrich
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-11-26
avoid mixing of enumerated type with another type
Yang Tse
2012-11-16
Fix the libauthretry changes from 7c0cbcf2f61
Fabian Keil
2012-11-13
fixed Visual Studio 2010 compilation
Sergei Nikulov
2012-11-06
libauthretry.c: shorten lines to fit within 80 cols
Daniel Stenberg
2012-08-06
Fixed compiler warning - argument is type long.
Guenter Knauf
2012-08-03
Add tests of auth retries
Joe Mason