summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pause: when changing pause state, update socket stateDaniel Stenberg2018-03-163-1/+12
* rate-limit: use three second window to better handle high speedsDaniel Stenberg2018-03-163-44/+62
* cleanup: misc typos in strings and commentsluz.paz2018-03-165-5/+5
* http2: fixes typoKobi Gurkan2018-03-151-1/+1
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-151-1/+1
* FTP: fix typo in recursive callback detection for seekingdasimx2018-03-141-1/+1
* Revert "hostip: fix compiler warning: 'variable set but not used'"Daniel Stenberg2018-03-121-1/+1
* limit-rate: fix compiler warningMichael Kaufmann2018-03-121-1/+1
* checksrc.pl: add -i and -m optionsViktor Szakats2018-03-121-6/+18
* http2: mark the connection for close on GOAWAYDaniel Stenberg2018-03-123-21/+26
* openldap: white space changes, fixed up the copyright yearsDaniel Stenberg2018-03-121-18/+19
* openldap: check ldap_get_attribute_ber() results for NULL before usingDaniel Stenberg2018-03-121-4/+4
* FTP: reject path components with control codesDaniel Stenberg2018-03-121-4/+4
* readwrite: make sure excess reads don't go beyond buffer endDaniel Stenberg2018-03-121-2/+7
* limit-rate: kick in even before "limit" data has been receivedDaniel Stenberg2018-03-112-23/+29
* Curl_range: fix FTP-only and FILE-only buildsMichael Kaufmann2018-03-111-1/+1
* hostip: fix compiler warning: 'variable set but not used'Michael Kaufmann2018-03-111-1/+1
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-115-85/+93
* http2: verbose output new MAX_CONCURRENT_STREAMS valuesDaniel Stenberg2018-03-101-1/+2
* WolfSSL: adding TLSv1.3sergii.kavunenko2018-03-051-1/+11
* krb5: use nondeprecated functionsMarcel Raad2018-03-041-3/+3
* NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg2018-03-041-1/+9
* curl_ctype: fix macro redefinition warningsMarcel Raad2018-03-031-0/+8
* unit1309: fix warning on Windows x64Marcel Raad2018-02-282-12/+8
* spelling fixesViktor Szakats2018-02-2312-17/+18
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-213-0/+31
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-211-1/+1
* sasl: prefer PLAIN mechanism over LOGINPatrick Monnerat2018-02-211-10/+10
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-205-4/+12
* hostip: fix 'potentially uninitialized variable' warningJay Satiro2018-02-201-2/+2
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-203-35/+102
* header callback: don't chop headers into smaller piecesDaniel Stenberg2018-02-163-33/+33
* http: fix the max header length detection logicDaniel Stenberg2018-02-161-11/+10
* ssh: add two missing state namesDaniel Stenberg2018-02-161-0/+5
* non-ascii: fix implicit declaration warningJay Satiro2018-02-151-0/+1
* nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka2018-02-151-1/+11
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-1518-18/+165
* curl_gssapi: make sure this file too uses our *printf()Daniel Stenberg2018-02-131-1/+6
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-121-0/+5
* sha256: avoid redefineDaniel Stenberg2018-02-121-6/+2
* sha256: build with OpenSSL < 0.9.8 tooDouglas Mencken2018-02-121-0/+12
* http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING onPatrick Monnerat2018-02-121-7/+7
* get_posix_time: only check for overflows if they can happen!Daniel Stenberg2018-02-091-0/+2
* schannel: fix "no previous prototype" compiler warningMichael Kaufmann2018-02-091-8/+8
* content_encoding: Add "none" alias to "identity"Mohammad AlSaleh2018-02-091-1/+1
* schannel: fix compiler warningsMichael Kaufmann2018-02-081-10/+13
* curl_addrinfo.c: Allow Unix Domain Sockets to compile under WindowsSteve Holme2018-02-072-2/+11
* fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat2018-02-071-13/+18
* openssl: Don't add verify locations when verifypeer==0Patrick Schlangen2018-02-061-16/+15
* formdata: use the mime-content type functionDaniel Stenberg2018-02-053-65/+17