tests: adjust for capitalization differences in newer gnutls-serv
[platform/upstream/curl.git] / tests / libtest /
2014-06-17 Dan Fandrichtests: Use CURLOPT_READDATA instead of the obsolete...
2014-05-18 Daniel Stenbergtest1014: GSS-API is only in curl-config. not in curl
2014-05-09 Daniel Stenberglib1506: make sure the transfers are not within the...
2014-05-09 Daniel Stenberglibtests: add a wait_ms() function
2014-05-05 Dan Fandrichtests: Use standard libtest return codes when relevant
2014-05-05 Dan Fandrichtest1513: Don't return an uninitialized variable on...
2014-05-01 Dan Fandrichtest585: Fixed NULL pointer dereference in fopen
2014-04-22 Dan Fandrichtests: Fixed torture test for tests 1526 & 1527
2014-04-04 Daniel StenbergPROXYHEADER: send these headers in "normal" proxy reque...
2014-04-04 Daniel StenbergCURLOPT_HEADEROPT: added
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-03-29 Daniel Stenberglib1513: fix callback proto to silence warning
2014-02-19 Steve Holmelib1515.c: Fixed #include path in commit 647f83e809
2014-02-19 Maks Naumovtest1515: fix compilation with msvc
2014-02-14 Marc Hoerskenlib1515.c: Added support for Windows using the Sleep...
2014-02-14 Marc Hoerskentestsuite: use binary output mode for custom curl test...
2014-02-07 Steve Holmelib1515.c: Fixed various compilation warnings
2014-02-06 Romulo A. Ceccontests: add test for bug #1303 (dns cache timeout)
2014-02-01 Marc Hoerskentest 500: workaround low timer resolution on Windows
2014-01-30 Dan Fandrichtests: make the authorization retry tests pass the...
2014-01-28 Dan Fandrichtests: make a few lib15?? tests pass the OOM torture...
2014-01-28 Dan Fandrichlib1900: make the test pass the OOM torture tests
2014-01-22 Dan Fandrichtest1514: Got rid of a non-const initializer C99ism
2014-01-20 Cédric Deltheiltest1514: added - no more negative Content-Length ...
2014-01-04 Steve HolmeUpdated copyright year for recent changes
2014-01-03 Daniel Stenbergtest1513: added - verify early progress callback return...
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-11-15 Steve Holmelib1507.c: Added missing set of CURLOPT_UPLOAD option
2013-09-02 Steve Holmelib1512.c: Fixed compilation warning
2013-09-01 Guenter KnaufKilled warning 'res' might be used uninitialized.
2013-08-08 Daniel Stenbergglobal dns cache: didn't work [regression]
2013-07-22 Yang Tselibtest: fix data type of some *_setopt() 'long' arguments
2013-07-16 Sergei Nikulovcmake: Fix for MSVC2010 project generation
2013-07-11 Yang Tsetest 1511: fix enumerated type mixed with another type
2013-07-03 Nick ZitzmannMerge branch 'master' of https://github.com/bagder...
2013-07-01 Marc Hoerskenlib506.c: Fixed possible use of uninitialized variables
2013-06-17 Benjamin Gilberttest506: verify that CURLOPT_COOKIELIST takes share...
2013-06-12 Sergei Nikulovlib1900: use tutil_tvnow instead of gettimeofday
2013-06-06 Daniel Stenberglib1500: remove bad check
2013-05-08 Daniel Stenberglibtest: gitignore more binary files
2013-04-22 Alessandro Ghedinitests: add test1511 to check timecond clean-up
2013-04-15 Paul HowarthAdd extra libs for lib1900 and lib2033 test programs
2013-04-04 Yang Tselib1509.c: fix compiler warnings
2013-04-04 Linus Nielsen Feltzingeasy: Fix the broken CURLOPT_MAXCONNECTS option
2013-03-27 Daniel Stenbergtest1509: verify proxy header response headers count
2013-03-20 Steve Holmelib1900.c: fix compilation warning
2013-03-15 Yang Tsetests: add #96 #558 and #1330
2013-03-13 Linus Nielsen FeltzingMultiple pipelines and limiting the number of connections.
2013-03-13 Yang Tsetest509: libcurl initialization with memory callbacks...
2013-03-11 Yang Tsecurl.h: stricter CURL_EXTERN linkage decorations logic
2013-03-09 Yang TseMakefile.am: empty AM_LDFLAGS definition for automake...
2013-03-08 Yang Tseconfigure: use XC_LIBTOOL for portability across libtoo...
2013-02-10 Linus Nielsen FeltzingFix NULL pointer reference when closing an unused multi...
2013-02-08 Daniel StenbergDONE: consider callback-aborted transfers premature
2013-02-05 Linus Nielsen FeltzingCURLMOPT_MAXCONNECTS: restore functionality
2013-01-20 Yang TseMakefile.inc: fix $(top_srcdir) not allowed in _SOURCES...
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
2013-01-15 Yang Tsebuild: use per-target '_CPPFLAGS' for those currently...
2013-01-15 Yang Tsetests/libtest/Makefile.inc: sort build targets
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-25 Daniel Stenberglib556: enable VERBOSE to ease debugging on failures
2012-12-25 Yang Tsetest 1504 and 1505: same as 1502 but with different...
2012-12-23 Yang Tsetest 1503: same as 1502 but with a different cleanup...
2012-12-23 Yang Tsetest 1502: OOM handling fixes
2012-12-21 Yang Tselib543.c: OOM handling fixes
2012-12-19 Yang Tselibntlmconnect.c: fix compiler warnings and OOM handling
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-05 Steve HolmeMerge pull request #52 from isn-/master
2012-12-05 Yang Tselibtest: fix some compiler warnings
2012-12-04 Yang Tsebuild: explain current role of LIBS in our Makefile...
2012-11-30 Yang Tsebuild: prevent global LIBS from influencing libtest...
2012-11-28 Yang Tsebuild: fix Windows build targets damaged since commit...
2012-11-28 Yang Tsebuild: avoid linkage of directly unused libraries
2012-11-26 Yang Tseavoid mixing of enumerated type with another type
2012-11-19 Fabian KeilGet test 2032 working when using valgrind
2012-11-19 Kamil Dudkatest2032: spurious failure caused by premature termination
2012-11-18 Daniel Stenbergfixed memory leak: CURLOPT_RESOLVE with multi interface
2012-11-16 Fabian KeilFix the libauthretry changes from 7c0cbcf2f61
2012-11-13 Sergei Nikulovfixed Visual Studio 2010 compilation
2012-11-08 Fabian KeilFix compilation of lib1501
2012-11-05 Dave Reisneruniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
2012-11-05 Daniel Stenberglibauthretry.c: shorten lines to fit within 80 cols
2012-11-04 Daniel StenbergFTP: prevent the multi interface from blocking
2012-09-16 Sara Golemoncurl_multi_wait: Add parameter to return number of...
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed typo and conversion
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed warning: curl_easy_getinfo...
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed warning: comparison of signed...
2012-09-01 Sara GolemonUnit test for curl_multi_wait()
2012-09-01 Joe MasonUse MAX_EASY_HANDLES instead of hardcoding the number...
2012-08-31 Daniel Stenbergtest2032: bail out after last transfer
2012-08-31 Joe MasonNTLM: verify multiple connections work
2012-08-06 Guenter KnaufFixed compiler warning - argument is type long.
2012-08-03 Joe MasonAdd tests of auth retries
2012-07-20 Guenter KnaufFixed CR issue with Win32 version on MSYS.
2012-07-20 Guenter KnaufFixed CR issue with Win32 version on MSYS.
2012-07-05 Daniel Stenberglib503: enable verbose to ease debugging this
2012-06-28 Yang Tselib582.c: fix conversion warning
next