aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-07-08Synced Makefile.vc6 with recent changes.Guenter Knauf
2013-07-02darwinssl: SSLv2 connections are aborted if unsupported by the OSNick Zitzmann
2013-06-30url: restore the functionality of 'curl -u :'Kamil Dudka
2013-06-25digest: append the timer to the random for the nonceDaniel Stenberg
2013-06-25digest: improve nonce generationDaniel Stenberg
2013-06-25formpost: better random boundariesDaniel Stenberg
2013-06-25printf: make sure %x are treated unsignedDaniel Stenberg
2013-06-24SIGPIPE: don't use 'data' in sigpipe restoreDaniel Stenberg
2013-06-23c-ares: improve error message on failed resolveDaniel Stenberg
2013-06-23ossl_recv: check for an OpenSSL error, don't assumeDaniel Stenberg
2013-06-22Merge branch 'master' of https://github.com/bagder/curlNick Zitzmann
2013-06-22darwinssl: fix crash that started happening in LionNick Zitzmann
2013-06-22SIGPIPE: ignored while inside the libraryDaniel Stenberg
2013-06-22darwinssl: reform OS-specific #definesNick Zitzmann
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