aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-01-07HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs
2011-01-06SSH: speedcheck clobbered existing errorDaniel Stenberg
2011-01-05SSH: acknowledge speedcheckDaniel Stenberg
2011-01-04Curl_timeleft: s/conn/data in first argumentDaniel Stenberg
2011-01-04nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slashKamil Dudka
2011-01-04get_cert_chain: support larger data setsDaniel Stenberg
2011-01-03unittesting: build a separate static libDaniel Stenberg
2011-01-03SSH: avoid PATH_MAX with allocDaniel Stenberg
2011-01-02Curl_nss_connect: avoid PATH_MAXDaniel Stenberg
2011-01-01SFTP: make pwd output result to header callbackDaniel Stenberg
2011-01-01pubkey_show: allocate buffer to fit any-size resultDaniel Stenberg
2010-12-30ssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo optionLuke Amery
2010-12-28IDN: use win32 API if told toPierre Joye
2010-12-27c-ares: fix cancelled resolvesDaniel Stenberg
2010-12-23cookies: tricked dotcounter fixedDaniel Stenberg
2010-12-23multi: connect fail => use next IP addressDaniel Stenberg
2010-12-23ossl_seed: no more RAND_screenDaniel Stenberg
2010-12-22multi: inhibit some verbose outputsDaniel Stenberg
2010-12-22SMTP: add brackets for MAIL FROMBrad Hards
2010-12-22Added support for axTLS to NetWare build.Guenter Knauf
2010-12-22Fixed include: memory.h -> curl_memory.h.Guenter Knauf
2010-12-21Typo fixes.Brad Hards
2010-12-21build: sort configuration hunks in lib/Makefile.vc6Yang Tse
2010-12-20loadhostpairs: return errorcodeDaniel Stenberg
2010-12-20build: refactoring of msvc makefiles to allow overriding of library filenames.Yang Tse
2010-12-19ftp_parselist: fix compiler warningDaniel Stenberg
2010-12-18Curl_do: avoid using stale conn pointerPasha Kuznetsov
2010-12-18ares: ask for both IPv4 and IPv6 addressesTommie Gannert
2010-12-18Trival comment fix.Brad Hards
2010-12-15axtls_connect: allow connect without peer verificationDaniel Stenberg
2010-12-15axTLS: allow "default" SSL version as wellDaniel Stenberg
2010-12-15axtls.c: cleanupDaniel Stenberg
2010-12-15urldate: undef hideous memory definesDaniel Stenberg
2010-12-15Minor fixes to pass tests 301 and 306 with a patched axTLS.Eric Hu
2010-12-15Initial axTLS integration. Connections can be made and some tests pass.Eric Hu
2010-12-15Preparing for axTLS. Actual SSL API functions are only stubbed.Eric Hu
2010-12-13IsPipeliningPossible: only for HTTPDaniel Stenberg
2010-12-13multi_runsingle: don't timeout completed handlesDaniel Stenberg
2010-12-07easy: fix compiler warning: end-of-loop code not reachedYang Tse
2010-12-06disconnect: pass on the dead_connection argumentDaniel Stenberg
2010-12-06ossl_connect_common: detect connection re-useHeinrich Ko
2010-12-06url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka
2010-12-06ssh: fix a download resume point calculationYang Tse
2010-12-05Curl_wait_for_resolv: correct timeoutDaniel Stenberg
2010-12-05Curl_send/recv_plain: return errno on failureDaniel Stenberg
2010-12-05Updated OpenSSL version.Guenter Knauf
2010-12-04fix compiler warning: conversion may lose significant bitsYang Tse
2010-12-03fix compiler warning: assignment within conditional expressionYang Tse
2010-12-03fix getinfo CURLINFO_LOCAL* for reused connections (take 2) follow-upYang Tse
2010-12-03build: provide SIZEOF_SIZE_T DOS definitionYang Tse