summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* slist.c, slist.h, cookie.c: new internal procedure Curl_slist_append_nodup()Patrick Monnerat2013-07-153-25/+50
* sslgen.c: fix unreleased Curl_rand() infinite recursionYang Tse2013-07-151-3/+4
* url.c: fix parse_url_login() OOM handlingYang Tse2013-07-141-3/+15
* http_digest.c: SIGSEGV and OOM handling fixesYang Tse2013-07-121-47/+17
* url.c: fix parse_login_details() OOM handlingYang Tse2013-07-121-2/+7
* setup-vms.h: sk_pop symbol tweakJohn E. Malmberg2013-07-121-0/+1
* getinfo.c: fix enumerated type mixed with another typeYang Tse2013-07-111-5/+5
* url.c: fix SIGSEGVYang Tse2013-07-111-0/+2
* dotdot.c: fix global declaration shadowingYang Tse2013-07-111-13/+13
* easy.c: fix global declaration shadowingYang Tse2013-07-111-12/+13
* Added winssl-zlib target to VC builds.Guenter Knauf2013-07-081-17/+30
* Synced Makefile.vc6 with recent changes.Guenter Knauf2013-07-081-1/+1
* darwinssl: SSLv2 connections are aborted if unsupported by the OSNick Zitzmann2013-07-021-3/+15
* url: restore the functionality of 'curl -u :'Kamil Dudka2013-06-301-0/+7
* digest: append the timer to the random for the nonceDaniel Stenberg2013-06-251-2/+5
* digest: improve nonce generationDaniel Stenberg2013-06-251-6/+3
* formpost: better random boundariesDaniel Stenberg2013-06-2512-135/+115
* printf: make sure %x are treated unsignedDaniel Stenberg2013-06-251-8/+8
* SIGPIPE: don't use 'data' in sigpipe restoreDaniel Stenberg2013-06-241-12/+18
* c-ares: improve error message on failed resolveDaniel Stenberg2013-06-231-37/+13
* ossl_recv: check for an OpenSSL error, don't assumeDaniel Stenberg2013-06-231-6/+12
* Merge branch 'master' of https://github.com/bagder/curlNick Zitzmann2013-06-221-0/+56
|\
| * SIGPIPE: ignored while inside the libraryDaniel Stenberg2013-06-221-0/+56
* | darwinssl: fix crash that started happening in LionNick Zitzmann2013-06-221-5/+10
|/
* darwinssl: reform OS-specific #definesNick Zitzmann2013-06-221-64/+99
* dotdot: introducing dot file path cleanupDaniel Stenberg2013-06-224-12/+223
* Curl_urldecode: no peeking beyond end of input bufferDaniel Stenberg2013-06-221-2/+3
* multi_socket: react on socket close immediatelyDaniel Stenberg2013-06-203-2/+53
* CURLOPT_COOKIELIST: take cookie share lockDaniel Stenberg2013-06-171-18/+21
* curl_easy_perform: avoid busy-loopingDaniel Stenberg2013-06-131-0/+25
* cookies: follow-up fix for path checkingYAMADA Yasuharu2013-06-122-21/+125
* axtls: now done non-blockingEric Hu2013-06-123-81/+177
* Curl_output_digest: support auth-int for empty entity bodyDaniel Stenberg2013-06-111-5/+9
* multi_socket: reduce timeout inaccuracy marginDaniel Stenberg2013-06-111-2/+24
* cert_stuff: avoid double free in the PKCS12 codeDaniel Stenberg2013-06-101-2/+13
* cert_stuff: remove code duplication in the pkcs12 logicDaniel Stenberg2013-06-101-24/+12
* axtls: honor disabled VERIFYHOSTAleksey Tulinov2013-06-081-10/+18
* curl_multi_wait: only use internal timer if not -1Daniel Stenberg2013-06-041-2/+3
* curl_multi_wait: reduce timeout if the multi handle wants toDaniel Stenberg2013-06-031-0/+9
* multi_runsingle: switch an if() condition for readabilityDaniel Stenberg2013-06-031-1/+1
* curl_schannel.c: Removed variable unused since 35874298e4Marc Hoersken2013-06-021-1/+0
* curl_setup.h: Fixed redefinition warning using mingw-w64Marc Hoersken2013-06-021-0/+2
* multi_runsingle: add braces to clarify the codeDaniel Stenberg2013-05-301-7/+8
* Digest auth: escape user names with \ or " in themDaniel Stenberg2013-05-271-2/+47
* ossl_recv: SSL_read() returning 0 is an error tooMike Giancola2013-05-221-1/+1
* ossl_send: SSL_write() returning 0 is an error tooMike Giancola2013-05-221-1/+1
* Curl_cookie_add: handle IPv6 hostsDaniel Stenberg2013-05-211-65/+24
* cookies: only consider full path matchesYAMADA Yasuharu2013-05-181-4/+29
* axtls: prevent memleaks on SSL handshake failuresEric Hu2013-05-161-1/+19
* Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg2013-05-125-69/+2