summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Curl_fillreadbuffer: avoid double-free trailer buf on errorbagder/trailer-buf-freeDaniel Stenberg2019-09-093-12/+17
* tool_setopt: handle a libcurl build without netrc supportDaniel Stenberg2019-09-091-0/+10
* security:read_data fix bad realloc()Daniel Stenberg2019-09-091-4/+2
* tftp: Alloc maximum blksize, and use default unless OACK is receivedThomas Vegas2019-09-091-3/+9
* tftp: return error when packet is too small for optionsThomas Vegas2019-09-091-20/+33
* KNOWN_BUGS/TODO: cleanup and remove outdated issuesDaniel Stenberg2019-09-052-258/+32
* RELEASE-NOTES: syncedDaniel Stenberg2019-09-041-5/+20
* netrc: free 'home' on errorDaniel Stenberg2019-09-031-7/+12
* urldata: avoid 'generic', use dedicated pointersDaniel Stenberg2019-09-033-22/+25
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-035-229/+220
* smtp: check for and bail out on too short EHLO responseDaniel Stenberg2019-09-031-1/+5
* smb: init *msg to NULL in smb_send_and_recv()Daniel Stenberg2019-09-021-0/+1
* ROADMAP: updated after recent user pollDaniel Stenberg2019-09-021-16/+33
* THANKS: remove duplicateDaniel Stenberg2019-08-312-1/+1
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-315-16/+24
* CMake: remove needless newlines at end of gss variablesRolf Eike Beer2019-08-311-0/+4
* CI: remove duplicate configure flag for LGTM.comRolf Eike Beer2019-08-311-1/+1
* CMake: use platform dependent name for dlopen() libraryRolf Eike Beer2019-08-311-1/+1
* quiche: expire when poll returned dataDaniel Stenberg2019-08-301-0/+3
* quiche: decrease available buffer size, don't assign it!Daniel Stenberg2019-08-301-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-291-9/+15
* curl: fix include conditionslufia2019-08-292-1/+5
* plan9: fix installation instructionslufia2019-08-291-4/+4
* ngtcp2: on h3 stream close, call expireDaniel Stenberg2019-08-291-1/+1
* ngtcp2: build latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-292-140/+8
* ngtcp2: set flow control window to stream buffer sizeDaniel Stenberg2019-08-281-3/+4
* CURLOPT_HEADERFUNCTION.3: clarifyChristopher Head2019-08-281-1/+4
* CURLINFO docs: mention that in redirects times are addedDaniel Stenberg2019-08-2812-12/+37
* travis: enable ngtcp2 builds againDaniel Stenberg2019-08-281-15/+15
* HTTP3: switched openssl branch to useDaniel Stenberg2019-08-271-1/+1
* ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-276-1189/+218
* http2: when marked for closure and wanted to close == OKDaniel Stenberg2019-08-261-0/+5
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-261-6/+26
* build-openssl: fix build with Visual Studio 2019Daniel Stenberg2019-08-261-1/+18
* vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka2019-08-263-3/+3
* KNOWN_BUGS: USE_UNIX_SOCKETS on WindowsDaniel Stenberg2019-08-261-0/+8
* quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg2019-08-261-1/+10
* travis: disable ngtcp2 builds (temporarily)Daniel Stenberg2019-08-261-14/+14
* ngtcp2: add support for SSLKEYLOGFILEDaniel Stenberg2019-08-251-0/+18
* ngtcp2: improve h3 response receivingDaniel Stenberg2019-08-251-9/+26
* ngtcp2: use nghttp3_version()Daniel Stenberg2019-08-251-1/+2
* ngtcp2: sync with upstream API changesDaniel Stenberg2019-08-253-114/+80
* scp: fix directory name length used in memcpyKyle Abramowitz2019-08-241-1/+1
* http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg2019-08-242-7/+1
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-235-19/+153
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-2313-332/+332
* travis: add a build using ngtcp2 + nghttp3 (and a patched OpenSSL)Daniel Stenberg2019-08-221-0/+36
* travis: bump to using nghttp2 version 1.39.2Daniel Stenberg2019-08-211-5/+5
* docs/examples/curlx: fix errorsGisle Vanem2019-08-211-3/+3
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-203-12/+2