Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Dan Fandrich
|
484d549ece
Marked with TODO comments a number of problems in the Kerberos code detected
|
16 years ago |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
Daniel Stenberg
|
6c14c96e71
added include to make the krb4 code compile again
|
16 years ago |
Dan Fandrich
|
bab5183820
Created Curl_raw_nequal() which does a C-locale string case comparison.
|
16 years ago |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 years ago |
Yang Tse
|
d6f8f16068
fix: preprocessor complaining about macro redefinition
|
16 years ago |
Dan Fandrich
|
4aa176c127
Fixed some include file problems on Windows reported by David Rosenstrauch
|
16 years ago |
Michal Marek
|
e2b82b4325
- Make Curl_write and it's callees accept a const pointer, in preparation
|
16 years ago |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 years ago |
Daniel Stenberg
|
74ad8516d7
Thomas J. Moore made it build with less warnings
|
17 years ago |
Daniel Stenberg
|
54967d2a3a
Thomas J. Moore provided a patch that introduces Kerberos5 support in
|
17 years ago |
Daniel Stenberg
|
be0d17e812
cleaned up Curl_write() and the sub functions it uses for various protocols.
|
18 years ago |
Daniel Stenberg
|
62970da675
Removed security.h since it shadows an include file mingw needs when building
|
19 years ago |
Daniel Stenberg
|
f8b4ba80e0
krb4 fixed
|
20 years ago |
Dan Fandrich
|
a28b32aa45
Make some arrays of pointers const, too.
|
20 years ago |
Dan Fandrich
|
1ba47e7af9
Add 'const' to immutable arrays.
|
20 years ago |
Daniel Stenberg
|
62f97f1817
use curl_strnequal(), not strncasecmp()
|
20 years ago |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 years ago |
Daniel Stenberg
|
6c3759d78d
removed trailing whitespace, free a missing malloc when returning error
|
20 years ago |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
800052dc50
use the HAVE_KRB4 define instead of just KRB4
|
21 years ago |
Daniel Stenberg
|
308bc9d919
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
21 years ago |
Daniel Stenberg
|
a7c72b7abf
removed the local variables for emacs and vim, use the new sample.emacs
|
22 years ago |
Daniel Stenberg
|
a15133f5cf
removed unused code
|
22 years ago |
Daniel Stenberg
|
d0b97f7e1f
Curl_GetFTPResponse() takes a different set of parameters and now return a
|
22 years ago |
Daniel Stenberg
|
08ef208fb7
added disable-[protocol] support, largely provided by Miklos Nemeth
|
22 years ago |
Daniel Stenberg
|
e192261788
failf() calls should not have newlines in the message string!
|
23 years ago |
Daniel Stenberg
|
4118c68df1
check Curl_ftpsendf return codes
|
23 years ago |
Sterling Hughes
|
8e91d5de8e
looks nicer and is better compatible with older vim versions
|
23 years ago |