dasimx
|
920f73a690
FTP: fix typo in recursive callback detection for seeking
|
6 years ago |
Daniel Stenberg
|
535432c0ad
FTP: reject path components with control codes
|
6 years ago |
Viktor Szakats
|
7e35eb7729
spelling fixes
|
6 years ago |
Björn Stenberg
|
b46cfbc068
TODO fixed: Detect when called from within callbacks
|
6 years ago |
Daniel Stenberg
|
ddd31dc5dd
time_t-fixes: remove typecasts to 'long' for info.filetime
|
6 years ago |
Max Dymond
|
e04417d98f
Curl_range: commonize FTP and FILE range handling
|
6 years ago |
Daniel Stenberg
|
0d85eed3df
Curl_timeleft: change return type to timediff_t
|
7 years ago |
Max Dymond
|
7b11c5dbe6
wildcards: don't use with non-supported protocols
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |
Daniel Stenberg
|
769647e714
ftp: reject illegal IP/port in PASV 227 response
|
7 years ago |
Daniel Stenberg
|
ecf21c551f
FTP: URL decode path for dir listing in nocwd mode
|
7 years ago |
Daniel Stenberg
|
a69a4d222d
ftp: UBsan fixup 'pointer index expression overflowed'
|
7 years ago |
Daniel Stenberg
|
5ff2c5ff25
FTP: zero terminate the entry path even on bad input
|
7 years ago |
Daniel Stenberg
|
87501e57f1
code style: remove wrong uses of multiple spaces
|
7 years ago |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
7 years ago |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 years ago |
Daniel Stenberg
|
c95eff4a11
ftp: fix CWD when doing multicwd then nocwd on same connection
|
7 years ago |
Daniel Stenberg
|
ff50fe0348
strtoofft: reduce integer overflow risks globally
|
7 years ago |
Daniel Stenberg
|
2ccd65af3b
FTP: skip unnecessary CWD when in nocwd mode
|
7 years ago |
Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 years ago |
Daniel Stenberg
|
efc83d6d54
http-proxy: only attempt FTP over HTTP proxy
|
7 years ago |
Daniel Stenberg
|
5113ad0424
http-proxy: do the HTTP CONNECT process entirely non-blocking
|
7 years ago |
Daniel Stenberg
|
e9fd794a61
multi: assign IDs to all timers and make each timer singleton
|
7 years ago |
Daniel Stenberg
|
e40e9d7f0d
buffer: use data->set.buffer_size instead of BUFSIZE
|
7 years ago |
Daniel Stenberg
|
f535f4f5fc
buffer_size: make sure it always has the correct size
|
7 years ago |
Daniel Stenberg
|
349789e645
ftp: use private buffer for temp storage, not receive buffer
|
7 years ago |
Daniel Stenberg
|
55c3c02e59
http-proxy: remove unused argument from Curl_proxyCONNECT()
|
7 years ago |
Daniel Stenberg
|
e60fe20fdf
llist: replace Curl_llist_alloc with Curl_llist_init
|
7 years ago |