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 |
Daniel Stenberg
|
88e21894c7
improved readability slightly
|
23 years ago |
Daniel Stenberg
|
09da2c1767
fixed the missing getftpresponse edits
|
23 years ago |
Daniel Stenberg
|
ae2ecfc5cb
removed the socket argument from some functions that always passed in the
|
23 years ago |
Sterling Hughes
|
6147879837
Added formatting sections for emacs and vim
|
23 years ago |
Daniel Stenberg
|
47e7a3e678
a few more struct fixes
|
23 years ago |
Daniel Stenberg
|
0ece1b5c34
Major rename and redesign of the internal "backbone" structs. Details will
|
23 years ago |
Daniel Stenberg
|
a2688b6ca1
removed dead/unused code
|
23 years ago |
Daniel Stenberg
|
8e1f95ac7d
cleaned up some picky compiler warnings and indented the code curl style
|
23 years ago |
Daniel Stenberg
|
a1d6ad2610
multiple connection support initial commit
|
24 years ago |
Daniel Stenberg
|
4031104404
Internal symbols that aren't static are now prefixed with 'Curl_'
|
24 years ago |