summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-3125-66/+53
* ftp: check for previous patch must be case sensitive!Daniel Stenberg2016-10-311-1/+1
* SSH: check md5 fingerprint case sensitivelyDaniel Stenberg2016-10-311-1/+1
* connectionexists: use case sensitive user/password comparisonsDaniel Stenberg2016-10-311-6/+6
* base64: check for integer overflow on large inputDaniel Stenberg2016-10-311-0/+5
* krb5: avoid realloc(0)Daniel Stenberg2016-10-311-3/+6
* aprintf: detect wrap-around when growing allocationDaniel Stenberg2016-10-311-3/+6
* parsedate: handle cut off numbers betterDaniel Stenberg2016-10-311-5/+7
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-317-86/+90
* unescape: avoid integer overflowDaniel Stenberg2016-10-312-7/+13
* cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg2016-10-313-24/+43
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-316-197/+34
* urlparse: accept '#' as end of host nameDaniel Stenberg2016-10-311-5/+5
* mk-ca-bundle.vbs: Fix UTF-8 outputJay Satiro2016-10-302-55/+119
* mbedtls: stop using deprecated include fileDaniel Stenberg2016-10-261-1/+1
* nss: fix tight loop in non-blocking TLS handhsake over proxyMartin Frodl2016-10-251-1/+4
* mk-ca-bundle: Update the vbscript versionJay Satiro2016-10-252-18/+101
* mk-ca-bundle: Change URL retrieval to HTTPS-only by defaultJay Satiro2016-10-241-38/+83
* multi: force connections to get closed in close_all_connectionsDaniel Stenberg2016-10-221-0/+2
* curl_multi_remove_handle: fix a double-freeAnders Bakken2016-10-221-0/+1
* curl_multi_add_handle: set timeouts in closure handlesDaniel Stenberg2016-10-191-0/+8
* s/cURL/curlDaniel Stenberg2016-10-184-9/+9
* polarssl: indented code, removed unused variablesDaniel Stenberg2016-10-181-30/+21
* polarssl: reduce #ifdef madness with a macroDaniel Stenberg2016-10-181-17/+6
* polarssl: fix unaligned SSL session-id lockDaniel Stenberg2016-10-181-1/+2
* Curl_polarsslthreadlock_thread_setup: clear array at initDaniel Stenberg2016-10-181-2/+2
* gopher: properly return error for poll failuresDaniel Stenberg2016-10-181-13/+14
* select: switch to macros in uppercaseDaniel Stenberg2016-10-1822-46/+50
* select: use more proper macro-looking namesDaniel Stenberg2016-10-181-14/+13
* Curl_socket_check: add extra check to avoid integer overflowDaniel Stenberg2016-10-181-0/+6
* url: skip to-be-closed connections when pipelining (follow-up)Jay Satiro2016-10-171-3/+4
* win: fix Universal Windows Platform buildMarcel Raad2016-10-162-4/+33
* url: skip to-be-closed connections when pipeliningRider Linden2016-10-141-1/+3
* vtls: only re-use session-ids using the same schemeDaniel Stenberg2016-10-132-0/+3
* cmake: add nghttp2 supportRemo E2016-10-101-0/+3
* resolve: add error message when resolving using SIGALRMAndreas Streichardt2016-10-101-2/+5
* smb: properly check incoming packet boundariesTobias Stoeckmann2016-10-091-5/+5
* mprintf: return error on too many argumentsDaniel Stenberg2016-10-081-5/+12
* ftp: fix Curl_ftpsendf()Daniel Stenberg2016-10-084-12/+16
* formpost: avoid silent snprintf() truncationDaniel Stenberg2016-10-082-10/+26
* memdup: use 'void *' as return and source typeDaniel Stenberg2016-10-042-4/+4
* formpost: trying to attach a directory no longer crashesDaniel Stenberg2016-10-041-7/+8
* cookies: same domain handling changed to match browser behaviorSergei Kuzmin2016-10-031-1/+2
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-223-6/+20
* nss: add chacha20-poly1305 cipher suites if supported by NSSKamil Dudka2016-09-221-0/+9
* nss: add cipher suites using SHA384 if supported by NSSKamil Dudka2016-09-221-0/+10
* nss: fix typo in ecdhe_rsa_null cipher suite stringKamil Dudka2016-09-221-1/+1
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-203-5/+18
* darwinssl: Fix typo in commentDaniel Gustafsson2016-09-191-1/+1
* libressl: fix version outputBernard Spil2016-09-191-0/+7