Sebastian Neubauer
|
a5dd9435ee
smpt: fix starttls
|
8 months ago |
Stefan Eissing
|
3755153571
lib: Curl_read/Curl_write clarifications
|
9 months ago |
Stefan Eissing
|
5929822114
lib: send rework
|
9 months ago |
Daniel Stenberg
|
c2d973627b
pingpong: stop using the download buffer
|
9 months ago |
Daniel Stenberg
|
7309b9cbbf
lib: strndup/memdup instead of malloc, memcpy and null-terminate
|
11 months ago |
Stefan Eissing
|
8898257446
lib: disambiguate Curl_client_write flag semantics
|
1 year ago |
Stefan Eissing
|
2485547da0
http: fix sending of large requests
|
1 year ago |
Daniel Stenberg
|
83319e0271
pingpong: don't use *bump_headersize
|
1 year ago |
Daniel Stenberg
|
3ee79c1674
http: return error when receiving too large header set
|
1 year ago |
Stefan Eissing
|
b0edf0b7da
pingpong: fix compiler warning "assigning an enum to unsigned char"
|
1 year ago |
Daniel Stenberg
|
2bc1d775f5
copyright: update all copyright lines and remove year ranges
|
1 year ago |
Stefan Eissing
|
af22c2a546
vtls: localization of state data in filters
|
2 years ago |
Stefan Eissing
|
dafdb20a26
lib: connection filters (cfilter) addition to curl:
|
2 years ago |
Daniel Stenberg
|
5e259d7b23
pingpong: extend the response reading error with errno
|
2 years ago |
Daniel Stenberg
|
3fa343a35c
urldata: make 'buffer_size' an unsigned int
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
5a9d7c4e68
pop3/smtp: return *WEIRD_SERVER_REPLY when not understood
|
2 years ago |
Daniel Stenberg
|
2610142139
lib: remove support for CURL_DOES_CONVERSIONS
|
2 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Daniel Stenberg
|
7173fe98ba
pingpong: remove the 'conn' struct member
|
3 years ago |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
d70a5b5a0f
sendf: move the verbose-check into Curl_debug
|
4 years ago |
Daniel Stenberg
|
675eeb1c94
pingpong: use a dynbuf for the *_pp_sendf() function
|
4 years ago |
Daniel Stenberg
|
0548ecaf6a
pingpong: remove a malloc per Curl_pp_vsendf call
|
4 years ago |
Daniel Stenberg
|
032e838b73
terminology: call them null-terminated strings
|
4 years ago |
Daniel Stenberg
|
842f73de58
timeouts: change millisecond timeouts to timediff_t from time_t
|
4 years ago |
Daniel Stenberg
|
b1616dad8f
timediff: make it 64 bit (if possible) even with 32 bit time_t
|
5 years ago |
Daniel Stenberg
|
a55faf33d4
cleanup: remove the 'numsocks' argument used in many places
|
5 years ago |