summaryrefslogtreecommitdiff
path: root/tests/libtest/libauthretry.c
Commit message (Expand)AuthorAgeFilesLines
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* whitespace fixesViktor Szakats2018-09-231-1/+0
* tests: fix the authretry testsMichael Kaufmann2017-03-111-5/+0
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-3/+4
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* libauthretry: use the external function curl_strequalDan Fandrich2016-10-311-4/+3
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-4/+4
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-19/+19
* curl/mprintf.h: remove support for _MPRINTF_REPLACEDaniel Stenberg2016-04-011-3/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* tests: make the authorization retry tests pass the torture testsDan Fandrich2014-01-301-2/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* avoid mixing of enumerated type with another typeYang Tse2012-11-261-20/+16
* Fix the libauthretry changes from 7c0cbcf2f61Fabian Keil2012-11-161-3/+3
* fixed Visual Studio 2010 compilationSergei Nikulov2012-11-131-4/+4
* libauthretry.c: shorten lines to fit within 80 colsDaniel Stenberg2012-11-061-6/+10
* Fixed compiler warning - argument is type long.Guenter Knauf2012-08-061-1/+1
* Add tests of auth retriesJoe Mason2012-08-031-0/+153