Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed security.h since it shadows an include file mingw needs when building | Daniel Stenberg | 2005-03-14 | 1 | -1/+2 |
| | | | | for SSPI support. The contents of the file has been moved into the krb4.h file. | ||||
* | krb4 fixed | Daniel Stenberg | 2005-02-22 | 1 | -6/+8 |
| | |||||
* | Make some arrays of pointers const, too. | Dan Fandrich | 2004-12-15 | 1 | -2/+2 |
| | |||||
* | Add 'const' to immutable arrays. | Dan Fandrich | 2004-12-15 | 1 | -3/+3 |
| | |||||
* | use curl_strnequal(), not strncasecmp() | Daniel Stenberg | 2004-10-07 | 1 | -1/+1 |
| | |||||
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -9/+9 |
| | |||||
* | removed trailing whitespace, free a missing malloc when returning error | Daniel Stenberg | 2004-06-30 | 1 | -39/+41 |
| | |||||
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+1 |
| | | | | memory.h is included everywhere for this. | ||||
* | use the HAVE_KRB4 define instead of just KRB4 | Daniel Stenberg | 2003-12-02 | 1 | -3/+3 |
| | |||||
* | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
| | | | | way for emacs, and vim users should provide a similar non-polluting style | ||||
* | removed unused code | Daniel Stenberg | 2003-01-09 | 1 | -74/+2 |
| | |||||
* | Curl_GetFTPResponse() takes a different set of parameters and now return a | Daniel Stenberg | 2002-12-03 | 1 | -7/+5 |
| | | | | | proper CURLcode. The default timeout for reading one response is now also possible to change while running. | ||||
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
| | |||||
* | failf() calls should not have newlines in the message string! | Daniel Stenberg | 2001-12-11 | 1 | -4/+4 |
| | |||||
* | check Curl_ftpsendf return codes | Daniel Stenberg | 2001-10-31 | 1 | -3/+8 |
| | |||||
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
| | |||||
* | improved readability slightly | Daniel Stenberg | 2001-09-28 | 1 | -25/+29 |
| | |||||
* | fixed the missing getftpresponse edits | Daniel Stenberg | 2001-09-28 | 1 | -2/+1 |
| | |||||
* | removed the socket argument from some functions that always passed in the | Daniel Stenberg | 2001-09-28 | 1 | -8/+6 |
| | | | | same socket and it was available from the passed-in struct anyway! | ||||
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
| | |||||
* | a few more struct fixes | Daniel Stenberg | 2001-08-30 | 1 | -10/+10 |
| | |||||
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -11/+11 |
| | | | | be posted in a minute to the libcurl list. | ||||
* | removed dead/unused code | Daniel Stenberg | 2001-08-17 | 1 | -149/+59 |
| | | | | | removed use of global variables removed name space pollutions (added Curl_ prefixes) | ||||
* | cleaned up some picky compiler warnings and indented the code curl style | Daniel Stenberg | 2001-08-14 | 1 | -147/+116 |
| | |||||
* | multiple connection support initial commit | Daniel Stenberg | 2001-02-20 | 1 | -6/+6 |
| | |||||
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -16/+26 |
| | |||||
* | added memory debugging include file | Daniel Stenberg | 2000-10-09 | 1 | -0/+4 |
| | |||||
* | include base64.h instead of base64_krb.h | Daniel Stenberg | 2000-09-28 | 1 | -3/+3 |
| | |||||
* | Martin Hedenfalk added sec_fflush_fd() | Daniel Stenberg | 2000-09-25 | 1 | -0/+14 |
| | |||||
* | new for kerberos support | Daniel Stenberg | 2000-09-21 | 1 | -0/+641 |