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-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
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2017-05-01
buffer: use data->set.buffer_size instead of BUFSIZE
Daniel Stenberg
2017-05-01
upload: UPLOAD_BUFSIZE is now for the upload buffer
Daniel Stenberg
2017-05-01
transfer: fix minor buffer_size mistake
Daniel Stenberg
2017-04-25
transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()
Daniel Stenberg
2017-04-04
llist: replace Curl_llist_alloc with Curl_llist_init
Daniel Stenberg
2017-03-26
spelling fixes
klemens
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-02-07
transfer: only retry nobody-requests for HTTP
Markus Westerlind
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-09-11
http: refuse to pass on response body with NO_NODY was set
Daniel Stenberg
2016-09-05
http2: return EOF when done uploading without known size
Daniel Stenberg
2016-09-04
speed caps: not based on average speeds anymore
Olivier Brunel
2016-08-11
HTTP: retry failed HEAD requests too
Daniel Stenberg
2016-08-04
transfer: return without select when the read loop reached maxcount
Daniel Stenberg
[next]