summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cookies: allow secure override when done over HTTPSDaniel Stenberg2019-01-101-2/+2
* multi: multiplexing improvementsDaniel Stenberg2019-01-102-104/+136
* cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA2019-01-091-1/+2
* timediff: fix math for unsigned time_tDaniel Stenberg2019-01-091-3/+3
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-074-17/+61
* Revert "http_negotiate: do not close connection until negotiation is completed"Daniel Stenberg2019-01-072-10/+3
* schannel: fix compiler warningMarcel Raad2019-01-061-3/+3
* printf: introduce CURL_FORMAT_TIMEDIFF_TRikard Falkeborn2019-01-043-12/+17
* printf: fix format specifiersRikard Falkeborn2019-01-044-8/+8
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-011-3/+5
* urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson2018-12-301-2/+5
* hostip: support wildcard hostsClaes Jakobsson2018-12-272-0/+31
* url: fix incorrect indentationDaniel Gustafsson2018-12-271-1/+1
* Revert "libssh: no data pointer == nothing to do"Daniel Stenberg2018-12-231-10/+1
* disconnect: set conn->data for protocol disconnectDaniel Stenberg2018-12-231-0/+3
* timeval: Use high resolution timestamps on WindowsPavel P2018-12-231-17/+24
* libssh: no data pointer == nothing to dobagder/connection-easy-detachDaniel Stenberg2018-12-221-1/+10
* conncache_unlock: avoid indirection by changing input argument typeDaniel Stenberg2018-12-223-8/+8
* disconnect: separate connections and easy handles betterDaniel Stenberg2018-12-224-13/+13
* libssh: free sftp_canonicalize_path() data correctlyDaniel Stenberg2018-12-221-6/+10
* http: added options for allowing HTTP/0.9 responsesDaniel Stenberg2018-12-214-0/+16
* if2ip: remove unused function Curl_if_is_interface_nameDaniel Stenberg2018-12-212-37/+1
* http2: clear pause stream id if it gets closedDaniel Stenberg2018-12-201-0/+4
* wolfssl: Perform cleanupDavid Garske2018-12-201-1/+7
* mbedtls: follow-up VERIFYHOST fix from f097669248Daniel Stenberg2018-12-201-9/+9
* cookies: extend domain checks to non psl buildsDaniel Gustafsson2018-12-191-5/+8
* smb: fix incorrect path in request if connection reusedMatus Uzak2018-12-191-6/+3
* mbedtls: use VERIFYHOSTDaniel Stenberg2018-12-171-3/+5
* pingpong: change default response timeout to 120 secondsDaniel Stenberg2018-12-171-1/+1
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-176-24/+29
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-145-21/+224
* darwinssl: accept setting max-tls with default min-tlsDaniel Stenberg2018-12-141-2/+1
* gopher: fix memory leak from 9026083ddb2a9Daniel Stenberg2018-12-131-0/+1
* gopher: always include the entire gopher-path in requestLeonardo Taccari2018-12-131-2/+15
* urlapi: distinguish possibly empty queryLeonardo Taccari2018-12-131-3/+3
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-134-12/+56
* urlapi: Fix port parsing of eol colonDaniel Gustafsson2018-12-121-16/+16
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-121-5/+15
* multi: convert two timeout variables to timediff_tDaniel Stenberg2018-12-111-2/+2
* tests: add urlapi unittestDaniel Gustafsson2018-12-112-2/+13
* urlapi: fix portnumber parsing for ipv6 zone indexDaniel Gustafsson2018-12-111-6/+20
* http: fix HTTP auth to include query in URIJay Satiro2018-12-111-4/+13
* http: don't set CURLINFO_CONDITION_UNMET for http status code 204Michael Kaufmann2018-12-111-7/+7
* ldap: fix LDAP URL parsing regressionsSamuel Surtees2018-12-111-5/+10
* (lib)curl.rc: fixup for minor bugsStefan Kanthak2018-12-101-6/+6
* cookies: expire "Max-Age=0" immediatelyDaniel Stenberg2018-12-091-1/+4
* Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1Johannes Schindelin2018-12-083-0/+32
* openssl: fix unused variable compiler warning with old opensslBen Greear2018-12-071-0/+1
* NTLM: force the connection to HTTP/1.1Johannes Schindelin2018-12-071-0/+6
* curl_global_sslset(): id == -1 is not necessarily an errorJohannes Schindelin2018-12-071-1/+8