summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse2013-07-185-2/+69
* curl_multi_wait: set revents for extra fdsEvgeny Turnaev2013-07-181-1/+4
* asyn-ares: Don't blank ares servers if none configured.Ben Greear2013-07-171-2/+13
* cmake: Fix for MSVC2010 project generationSergei Nikulov2013-07-171-8/+4
* slist.c: Curl_slist_append_nodup() OOM handling fixYang Tse2013-07-161-2/+1
* curl_slist_append(): fix error detectionPatrick Monnerat2013-07-151-1/+1
* slist.c: fix indentationPatrick Monnerat2013-07-151-4/+4
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-1512-12/+1088
* config-os400.h: enable system strdup(), strcmpi(), etc.Patrick Monnerat2013-07-151-5/+11
* x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extractPatrick Monnerat2013-07-156-17/+1319
* ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSLPatrick Monnerat2013-07-153-86/+90
* Merge branch 'master' of github.com:bagder/curlPatrick Monnerat2013-07-151-31/+29
|\
| * sslgen.c: fix Curl_rand() compiler warningYang Tse2013-07-151-31/+29
* | 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