Daniel Stenberg
|
032e838b73
terminology: call them null-terminated strings
|
4 years ago |
xquery
|
b950120b2d
socks: remove unreachable breaks in socks.c and mime.c
|
4 years ago |
Daniel Stenberg
|
8df455479f
source cleanup: remove all custom typedef structs
|
4 years ago |
Daniel Stenberg
|
66b0775763
checksrc: enhance the ASTERISKSPACE and update code accordingly
|
4 years ago |
Patrick Monnerat
|
d7471c1369
mime: properly check Content-Type even if it has parameters
|
4 years ago |
Patrick Monnerat
|
e5b366c0b5
mime: fix the binary encoder to handle large data properly
|
4 years ago |
Patrick Monnerat
|
1e4cb333ef
mime: do not perform more than one read in a row
|
4 years ago |
Patrick Monnerat
|
96972ec1c0
mime: latch last read callback status.
|
4 years ago |
Daniel Stenberg
|
0b3e3644e0
formdata/mime: copyright year range update
|
4 years ago |
Daniel Stenberg
|
8cd4e6d81f
Revert "mime: latch last read callback status."
|
4 years ago |
Daniel Stenberg
|
d7242f4757
Revert "mime: do not perform more than one read in a row"
|
4 years ago |
Daniel Stenberg
|
e002f6c0cb
Revert "mime: fix the binary encoder to handle large data properly"
|
4 years ago |
Patrick Monnerat
|
b2caaa0681
mime: fix the binary encoder to handle large data properly
|
4 years ago |
Patrick Monnerat
|
ed0f357f7d
mime: do not perform more than one read in a row
|
4 years ago |
Patrick Monnerat
|
87869e38d7
mime: latch last read callback status.
|
4 years ago |
Daniel Stenberg
|
2ba62322a7
mime: make Curl_mime_duppart() assert if called without valid dst
|
5 years ago |
Daniel Stenberg
|
ac58c51b29
mime: when disabled, avoid C99 macro
|
5 years ago |
Daniel Stenberg
|
b95456f4e2
mime: acknowledge CURL_DISABLE_MIME
|
5 years ago |
Marcel Raad
|
6b3dde7fe6
build: fix "clarify calculation precedence" warnings
|
5 years ago |
Daniel Stenberg
|
179927c12a
mime: put the boundary buffer into the curl_mime struct
|
5 years ago |
Daniel Stenberg
|
d390541944
mime: check Curl_rand_hex's return code
|
6 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
cb529b713f
checksrc: make sure sizeof() is used *with* parentheses
|
6 years ago |
Daniel Stenberg
|
ba67f7d65a
mime: avoid NULL pointer dereference risk
|
6 years ago |
Eric Gallager
|
a19fefb070
build: add picky compiler warning flags for gcc 6 and 7
|
6 years ago |
luz.paz
|
236402fc2d
cleanup: misc typos in strings and comments
|
6 years ago |
Daniel Stenberg
|
84ad1fd304
formdata: use the mime-content type function
|
6 years ago |
Patrick Monnerat
|
e44ddfd477
mime: clone mime tree upon easy handle duplication.
|
6 years ago |
Daniel Stenberg
|
cd79b53191
mime: fix "Value stored to 'sz' is never read" scan-build error
|
7 years ago |
Patrick Monnerat
|
cea27d3454
mime: do not reuse previously computed multipart size
|
7 years ago |