index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
transfer.c
Age
Commit message (
Expand
)
Author
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-11-09
setopt: add CURLOPT_CURLU
Jim Fuller
2018-11-06
libcurl: stop reading from paused transfers
Sangamkar
2018-11-02
Curl_follow: accept non-supported schemes for "fake" redirects
Daniel Stenberg
2018-10-23
Fix for compiling with lwIP (3)
Gisle Vanem
2018-10-23
Curl_follow: return better errors on URL problems
Daniel Stenberg
2018-10-23
Curl_follow: remove remaining free(newurl)
Daniel Stenberg
2018-10-19
multi: avoid double-free
Daniel Stenberg
2018-10-13
Curl_follow: Always free the passed new URL
Michael Kaufmann
2018-10-10
transfer: fix typo in comment
Daniel Gustafsson
2018-09-24
Curl_retry_request: fix memory leak
Daniel Stenberg
2018-09-22
url: use the URL API internally as well
Daniel Stenberg
2018-09-08
URL-API
Daniel Stenberg
2018-09-06
CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
Daniel Stenberg
2018-09-01
all: s/int/size_t cleanup
Daniel Stenberg
2018-08-21
curl-compilers: enable -Wimplicit-fallthrough=4 for GCC
Marcel Raad
2018-08-18
upload: change default UPLOAD_BUFSIZE to 64KB
Daniel Stenberg
2018-08-18
upload: allocate upload buffer on-demand
Daniel Stenberg
2018-08-08
windows: follow up to the buffer-tuning 1ba1dba7
Daniel Stenberg
2018-08-08
windows: implement send buffer tuning
Daniel Jelinski
2018-07-31
HTTP: Don't attempt to needlessly decompress redirect body
Harry Sintonen
2018-06-12
Curl_debug: remove dead printhost code
Daniel Stenberg
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-05-11
setup_transfer: deal with both sockets being -1
Daniel Stenberg
2018-05-04
transfer: don't unset writesockfd on setup of multiplexed conns
Daniel Stenberg
2018-05-03
URL: fix ASCII dependency in strcpy_url and strlen_url
Stephan Mühlstrasser
2018-04-25
strcpy_url: only %-encode values >= 0x80
Daniel Stenberg
2018-04-24
ctype: restore character classification for non-ASCII platforms
Stephan Mühlstrasser
2018-04-20
http2: handle GOAWAY properly
Daniel Stenberg
2018-03-15
transfer: make HTTP without headers count correct body size
Daniel Stenberg
2018-03-12
readwrite: make sure excess reads don't go beyond buffer end
Daniel Stenberg
2018-03-11
HTTP: allow "header;" to replace an internal header with a blank one
Daniel Stenberg
2018-02-15
TODO fixed: Detect when called from within callbacks
Björn Stenberg
2017-11-05
HTTP: support multiple Content-Encodings
Patrick Monnerat
2017-10-26
transfer: Fix chunked-encoding upload bug
Jay Satiro
2017-10-26
wildcards: don't use with non-supported protocols
Max Dymond
2017-10-25
time: rename Curl_tvnow to Curl_now
Daniel Stenberg
2017-10-25
timediff: return timediff_t from the time diff functions
Daniel Stenberg
2017-09-15
conversions: fix several compiler warnings
Daniel Stenberg
2017-09-12
code style: remove wrong uses of multiple spaces
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-11
Curl_checkheaders: make it available for IMAP and SMTP too
Daniel Stenberg
2017-09-05
mime: unified to use the typedef'd mime structs everywhere
Daniel Stenberg
2017-09-02
mime: new MIME API.
Patrick Monnerat
2017-08-15
progress: Track total times following redirects
Ryan Winograd
2017-08-13
redirect: skip URL encoding for host names
Salah-Eddin Shaban
2017-07-03
url: make the original string get used on subsequent transfers
Daniel Stenberg
2017-05-30
transfer: init the infilesize from the postfields...
Daniel Stenberg
2017-05-23
redirect: store the "would redirect to" URL when max redirs is reached
Daniel Stenberg
[next]