Ayesh Karunaratne
|
4484270afc
misc: typo and grammar fixes
|
2 years ago |
Daniel Stenberg
|
6f9fb7ec2d
misc: ISSPACE() => ISBLANK()
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
78fc6522c2
lib: fix type of len passed to *printf's %*s
|
3 years ago |
Harry Sintonen
|
6201f5c699
Curl_input_digest: require space after Digest
|
3 years ago |
Daniel Stenberg
|
46620b9743
http: use credentials from transfer, not connection
|
3 years ago |
Patrick Monnerat
|
ecb13416e3
lib: remove conn->data uses
|
3 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
e15e51384a
http: move header storage to Curl_easy from connectdata
|
4 years ago |
Daniel Stenberg
|
f3d501dc67
build: disable more code/data when built without proxy support
|
4 years ago |
Steve Holme
|
52dfab65d6
auth: Rename the various authentication clean up functions
|
5 years ago |
Marcel Raad
|
773cef4fae
lib: fix MSVC compiler warnings
|
8 years ago |
Daniel Stenberg
|
1c3e8bbfed
checksrc: warn for assignments within if() expressions
|
8 years ago |
Alex Rousskov
|
cb4e2be7c6
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
|
8 years ago |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
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 |
Steve Holme
|
58a7bc96ec
vauth: Refactored function names after move to new vauth directory
|
8 years ago |
Steve Holme
|
51358a3f40
vauth: Moved the DIGEST authentication code to the new vauth directory
|
9 years ago |
Viktor Szakats
|
d49881cb19
URLs: change more http to https
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Steve Holme
|
70100d5509
http_digest: Post SSPI support tidy up
|
10 years ago |
Steve Holme
|
1033acd92d
http_digest: Added required SSPI based variables to digest structure
|
10 years ago |
Steve Holme
|
783c7f97ba
http_digest: Fixed memory leaks from commit 6f8d8131b1
|
10 years ago |
Steve Holme
|
f697d7fdd5
http_digest: Fixed compilation errors from commit 6f8d8131b1
|
10 years ago |
Steve Holme
|
6f8d8131b1
http_digest: Moved response generation into SASL module
|
10 years ago |
Steve Holme
|
7e6d51a73c
http_digest: Moved challenge decoding into SASL module
|
10 years ago |
Steve Holme
|
25264131e2
http_digest: Moved clean-up function into SASL module
|
10 years ago |