Patrick Monnerat
|
1a3f4c1991
mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().
|
7 years ago |
Patrick Monnerat
|
ce0881edee
mime: new MIME API.
|
7 years ago |
Marcel Raad
|
b875250e32
formdata: fix -Wcomma warning
|
7 years ago |
Daniel Stenberg
|
158d701641
formboundary: convert assert into run-time check
|
7 years ago |
Jay Satiro
|
1cafede9f2
rand: treat fake entropy the same regardless of endianness
|
7 years ago |
Marcel Raad
|
b851421642
lib: remove unused code
|
7 years ago |
Sylvestre Ledru
|
66de563482
Improve code readbility
|
7 years ago |
Alexis La Goutte
|
cbff751e95
build: fix gcc7 implicit fallthrough warnings
|
7 years ago |
Daniel Stenberg
|
86f566078b
formdata: check for EOF when reading from stdin
|
7 years ago |
Daniel Stenberg
|
e50abe6478
formdata: use NULL, not 0, when returning pointers
|
8 years ago |
Daniel Stenberg
|
1c3e8bbfed
checksrc: warn for assignments within if() expressions
|
8 years ago |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
8 years ago |
Daniel Stenberg
|
6832c1d4b2
checksrc: move open braces to comply with function declaration style
|
8 years ago |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 years ago |
Daniel Stenberg
|
f682156a4f
Curl_rand: fixed and moved to rand.c
|
8 years ago |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 years ago |
Daniel Stenberg
|
9885c9508e
formpost: avoid silent snprintf() truncation
|
8 years ago |
Daniel Stenberg
|
bdf162af25
formpost: trying to attach a directory no longer crashes
|
8 years ago |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 years ago |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 years ago |
Daniel Stenberg
|
a71012c03e
code: style updates
|
8 years ago |
Daniel Stenberg
|
36b5dff030
formdata: use appropriate fopen() macros
|
8 years ago |
Steve Holme
|
7e312bdfdd
formdata.c: Fixed compilation warning
|
8 years ago |
Daniel Stenberg
|
c2a809cd26
formpost: fix memory leaks in AddFormData error branches
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Jay Satiro
|
738b0ba09e
formdata: Check if length is too large for memory
|
9 years ago |
Daniel Stenberg
|
ca5f9341ef
formadd: support >2GB files on windows
|
9 years ago |
Daniel Stenberg
|
49a991346e
curl.h: s/HTTPPOST_/CURL_HTTPOST_
|
9 years ago |
Tatsuhiro Tsujikawa
|
119037325d
build: fix failures with -Wcast-align and -Werror
|
9 years ago |
Daniel Stenberg
|
33ee411848
checksrc: detect fopen() for text without the FOPEN_* macros
|
9 years ago |