aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-16configure: remove the --enable/disable-nonblocking optionsDaniel Stenberg
2012-08-15MANUAL reviewAnt Bryan
2012-08-10curl.1: shorten lines, avoid referring to libcurl instead of curlDaniel Stenberg
2012-08-10curl.1: fix more consistent wordingAnt Bryan
2012-08-10ssh: use the libssh2 agent API conditionallyDaniel Stenberg
2012-08-10white space fix: shorten long lineDaniel Stenberg
2012-08-09docs: update the links to cipher-suites supported by NSSKamil Dudka
2012-08-09nss: do not print misleading NSS error codesKamil Dudka
2012-08-08RELEASE-NOTES: synced with 0774386b23Daniel Stenberg
2012-08-08docs: mention CURLSSH_AUTH_AGENTArmel Asselin
2012-08-08SSH: added agent based authenticationArmel Asselin
2012-08-08bump version to 7.28.0Daniel Stenberg
2012-08-08RELEASE-NOTES: added missing linkDaniel Stenberg
2012-08-08curl_version: fixed Value stored to 'len' is never readDaniel Stenberg
2012-08-08TODO-RELEASE: the (nil) bug is fixedDaniel Stenberg
2012-08-08add_next_timeout: minor restructure of codeDaniel Stenberg
2012-08-08verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg
2012-08-08metalink: Un-broke the build when building --with-darwinsslNick Zitzmann
2012-08-08Fix some compiler warnings.Guenter Knauf
2012-08-08TODO-RELEASE: two bugs fixedDaniel Stenberg
2012-08-08curl.1: minor format fix for --data-asciiDaniel Stenberg
2012-08-07curl man page cleanupAnt Bryan
2012-08-07Avoid leak of local device string when reusing connectionMike Crowe
2012-08-07Curl_socket_check: fix timeout return value for select usersDaniel Stenberg
2012-08-07Curl_socket_check: fix return code for timeoutMaxime Larocque
2012-08-07RELEASE-NOTES: synced with b4a558041fdf65c0Daniel Stenberg
2012-08-07TODO-RELEASE: fixed another bugDaniel Stenberg
2012-08-07WSAPoll: disabled on all windows buildsDaniel Stenberg
2012-08-07retry request: only access the HTTP data if in fact HTTPDaniel Stenberg
2012-08-07TODO: support DANE, we already support gnutls without gcryptDaniel Stenberg
2012-08-07curl-config: parentheses fixDaniel Stenberg
2012-08-07VC build: add define for opensslDaniel Stenberg
2012-08-07TODO-RELEASE: two bugs fixed!Daniel Stenberg
2012-08-07globbing: fix segfault when >9 globs were usedDaniel Stenberg
2012-08-07sws: close sockets properlyJoe Mason
2012-08-07Remove debug logs that were accidentally checked inJoe Mason
2012-08-07Use select in sws, which has better cross-platform support than pollJoe Mason
2012-08-07Use cross-platform curlx_nonblock instead of fcntl in swsJoe Mason
2012-08-06operate: fix clang-analyzer warnings for never read variablesDaniel Stenberg
2012-08-06operate: fix clang-analyzer warningDaniel Stenberg
2012-08-06metalink: change code order to build with gnutls-nettleDaniel Stenberg
2012-08-06gtls: fix build failure by including nettle-specific headersDaniel Stenberg
2012-08-06Fixed compiler warning - argument is type long.Guenter Knauf
2012-08-06DISABLED: disable the new tests that do NTLMDaniel Stenberg
2012-08-03Add tests of auth retriesJoe Mason
2012-08-03Cleanup handshake after clean NTLM failureJoe Mason
2012-08-03Zero out auth structs before transferJoe Mason
2012-08-02Add a polling loop in main to read from more than one socket at once. Add the...Joe Mason
2012-08-02Change return values of get_request, accept_connection and service_connection...Joe Mason
2012-08-02Hoist the loop out of get_request, and make sure that it can be reentered whe...Joe Mason