Age | Commit message (Expand) | Author |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-05 | libtest: fix some compiler warnings | Yang Tse |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-11-30 | build: prevent global LIBS from influencing libtest build targets | Yang Tse |
2012-11-28 | build: fix Windows build targets damaged since commit 550e403f00 | Yang Tse |
2012-11-28 | build: avoid linkage of directly unused libraries | Yang Tse |
2012-11-26 | avoid mixing of enumerated type with another type | 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-11-18 | fixed memory leak: CURLOPT_RESOLVE with multi interface | Daniel Stenberg |
2012-11-16 | Fix the libauthretry changes from 7c0cbcf2f61 | Fabian Keil |
2012-11-13 | fixed Visual Studio 2010 compilation | Sergei Nikulov |
2012-11-08 | Fix compilation of lib1501 | Fabian Keil |
2012-11-06 | uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES | Dave Reisner |
2012-11-06 | libauthretry.c: shorten lines to fit within 80 cols | Daniel Stenberg |
2012-11-04 | FTP: prevent the multi interface from blocking | Daniel Stenberg |
2012-09-16 | curl_multi_wait: Add parameter to return number of active sockets | Sara Golemon |
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 | Unit test for curl_multi_wait() | Sara Golemon |
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 |
2012-08-06 | Fixed compiler warning - argument is type long. | Guenter Knauf |
2012-08-03 | Add tests of auth retries | Joe Mason |
2012-07-20 | Fixed CR issue with Win32 version on MSYS. | Guenter Knauf |
2012-07-20 | Fixed CR issue with Win32 version on MSYS. | Guenter Knauf |
2012-07-05 | lib503: enable verbose to ease debugging this | Daniel Stenberg |
2012-06-28 | lib582.c: fix conversion warning | Yang Tse |
2012-06-07 | lib554.c: use curl_formadd() properly | Daniel Stenberg |
2012-06-05 | tests 1334 to 1363 revisited. | Yang Tse |
2012-05-27 | test1013.pl: filter out Metalink | Daniel Stenberg |
2012-04-18 | Some explicit conversion to 'long' of curl_easy_setopt() third argument | Yang Tse |
2012-04-17 | build adjustments: commit 9e24b9c7 follow-up | Yang Tse |
2012-04-11 | build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config files | Yang Tse |
2012-04-11 | build adjustments: functionally revert commits 4d3fb91f and bbfe1182 | Yang Tse |
2012-04-10 | libtests: build adjustment | Yang Tse |
2012-04-09 | configure: Windows cross-compilation fixes | Yang Tse |
2012-04-04 | lib599.c: fix compiler warning | Yang Tse |
2012-04-01 | HTTP: reset expected DL/UL sizes on redirects | Daniel Stenberg |
2012-03-22 | test #598: OOM handling fixes | Yang Tse |
2012-03-22 | fix several compiler warnings | Yang Tse |
2012-03-20 | fix several compiler warnings | Yang Tse |
2012-02-07 | curl_easy_reset: reset the referer string | Daniel Stenberg |
2012-01-19 | testtrace.c: fix compiler warning | Yang Tse |
2012-01-17 | tests: enable time tracing on tests 500, 573 and 585 | Yang Tse |
2012-01-17 | tests: testtrace.[ch] provides debug callback for libtest usage | Yang Tse |
2011-12-30 | removed trailing whitespace | Yang Tse |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |