Age | Commit message (Expand) | Author |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-08-01 | general: fix printf specifiers | Rikard Falkeborn |
2018-07-11 | multi: always do the COMPLETED procedure/state | Daniel Stenberg |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-06-16 | libtest/libntlmconnect: fix compiler warnings from f94fcdb | Daniel Stenberg |
2017-06-16 | tests: stabilize test 2032 and 2033 | Daniel Stenberg |
2017-06-03 | libtest: fix int-in-bool-context warnings | Marcel Raad |
2016-11-24 | checksrc: code style: use 'char *name' style | 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 |
2013-07-22 | libtest: fix data type of some *_setopt() 'long' arguments | Yang Tse |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
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-12-19 | libntlmconnect.c: fix compiler warnings and OOM handling | Yang Tse |
2012-12-05 | libtest: fix some compiler warnings | Yang Tse |
2012-11-19 | Get test 2032 working when using valgrind | Fabian Keil |
2012-11-19 | test2032: spurious failure caused by premature termination | Kamil Dudka |
2012-09-11 | libntlmconnect.c: Fixed typo and conversion | Marc Hoersken |
2012-09-11 | libntlmconnect.c: Fixed warning: curl_easy_getinfo expects long pointer | Marc Hoersken |
2012-09-11 | libntlmconnect.c: Fixed warning: comparison of signed/unsigned integer | Marc Hoersken |
2012-09-01 | Use MAX_EASY_HANDLES instead of hardcoding the number of handles twice | Joe Mason |
2012-08-31 | test2032: bail out after last transfer | Daniel Stenberg |
2012-08-31 | NTLM: verify multiple connections work | Joe Mason |