summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ftp_done: don't clobber the passed in error codeDaniel Stenberg2016-11-021-4/+5
* ftp: remove dead code in ftp_doneDaniel Stenberg2016-11-021-2/+0
* file: fix compiler warningMichael Kaufmann2016-11-011-1/+1
* strcase: fixed Metalink builds by redefining checkprefix()Dan Fandrich2016-11-011-1/+1
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-2/+0
* gskit, nss: do not include strequal.hKamil Dudka2016-10-312-2/+2
* strcasecompare: include curl.h in strcase.cDan Fandrich2016-10-311-0/+3
* strcase: fix the remaining rawstr usersDaniel Stenberg2016-10-311-1/+1
* strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich2016-10-315-5/+4
* digest_sspi: fix includeMarcel Raad2016-10-311-1/+1
* ldap: fix includeDaniel Stenberg2016-10-311-1/+0
* url: remove unconditional idn2.h includeDaniel Stenberg2016-10-311-2/+0
* curl_strequal: part of public API/ABI, needs to be keptDaniel Stenberg2016-10-313-8/+19
* strcase: s/strequal/strcasecompareDaniel Stenberg2016-10-312-14/+14
* ldap: fix strcase useDaniel Stenberg2016-10-311-1/+1
* cookie: replace use of fgets() with custom versionDaniel Stenberg2016-10-311-1/+30
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-3143-378/+259
* 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