aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-06-22dotdot: introducing dot file path cleanupDaniel Stenberg
2013-06-22Curl_urldecode: no peeking beyond end of input bufferDaniel Stenberg
2013-06-20multi_socket: react on socket close immediatelyDaniel Stenberg
2013-06-17CURLOPT_COOKIELIST: take cookie share lockDaniel Stenberg
2013-06-13curl_easy_perform: avoid busy-loopingDaniel Stenberg
2013-06-12cookies: follow-up fix for path checkingYAMADA Yasuharu
2013-06-12axtls: now done non-blockingEric Hu
2013-06-11Curl_output_digest: support auth-int for empty entity bodyDaniel Stenberg
2013-06-11multi_socket: reduce timeout inaccuracy marginDaniel Stenberg
2013-06-10cert_stuff: avoid double free in the PKCS12 codeDaniel Stenberg
2013-06-10cert_stuff: remove code duplication in the pkcs12 logicDaniel Stenberg
2013-06-08axtls: honor disabled VERIFYHOSTAleksey Tulinov
2013-06-04curl_multi_wait: only use internal timer if not -1Daniel Stenberg
2013-06-03curl_multi_wait: reduce timeout if the multi handle wants toDaniel Stenberg
2013-06-03multi_runsingle: switch an if() condition for readabilityDaniel Stenberg
2013-06-02curl_schannel.c: Removed variable unused since 35874298e4Marc Hoersken
2013-06-02curl_setup.h: Fixed redefinition warning using mingw-w64Marc Hoersken
2013-05-30multi_runsingle: add braces to clarify the codeDaniel Stenberg
2013-05-27Digest auth: escape user names with \ or " in themDaniel Stenberg
2013-05-22ossl_recv: SSL_read() returning 0 is an error tooMike Giancola
2013-05-22ossl_send: SSL_write() returning 0 is an error tooMike Giancola
2013-05-21Curl_cookie_add: handle IPv6 hostsDaniel Stenberg
2013-05-18cookies: only consider full path matchesYAMADA Yasuharu
2013-05-16axtls: prevent memleaks on SSL handshake failuresEric Hu
2013-05-12Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg
2013-05-11Updated zlib version in build files.Guenter Knauf
2013-05-09nss: give PR_INTERVAL_NO_WAIT instead of -1 to PR_Recv/PR_SendDaniel Stenberg
2013-05-07servercert: allow empty subjectDaniel Stenberg
2013-05-05curl_schannel.c: Fixed invalid memory access during SSL shutdownMarc Hoersken
2013-05-04smtp: Fix trailing whitespace warningSteve Holme
2013-05-04smtp: Fix compilation warningSteve Holme
2013-05-04smtp: Updated RFC-2821 references to RFC-5321Steve Holme
2013-05-04smtp: Fixed sending of double CRLF caused by first in EOBSteve Holme
2013-05-01bindlocal: move brace out of #ifdefLars Johannesen
2013-04-30smtp: Tidy up to move the eob counter to the per-request structureSteve Holme
2013-04-29smtp: Fixed unknown percentage complete in progress barSteve Holme
2013-04-28email: Tidy up of *_perform_authenticate()Steve Holme
2013-04-28smtp: Updated limit check to be more readable like the check in pop3Steve Holme
2013-04-28pop3: Added 255 octet limit check when sending initial responseSteve Holme
2013-04-27darwinssl: add TLS crypto authenticationNick Zitzmann
2013-04-27imap: Added support for overriding the SASL initial responseSteve Holme
2013-04-27smtp: Added support for disabling the SASL initial responseSteve Holme
2013-04-27pop3: Added support for enabling the SASL initial responseSteve Holme
2013-04-27sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial responseSteve Holme
2013-04-26curl_easy_init: use less mallocsDaniel Stenberg
2013-04-26ftp_state_pasv_resp: connect through proxy also when set by envDaniel Stenberg
2013-04-26url: initialize speed-check data for file:// protocolZdenek Pavlas
2013-04-23url: Added smtp and pop3 hostnames to the protocol detection listSteve Holme
2013-04-22getinfo.c: reset timecond when clearing session-info variablesAlessandro Ghedini
2013-04-21url: Fixed missing length check in parse_proxy()Steve Holme