Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -2/+2 |
| | |||||
* | fix OOM problem reported by Jim Meyering | Daniel Stenberg | 2008-11-16 | 1 | -0/+2 |
| | |||||
* | Replace inet_ntoa and inet_ntoa_r with Curl_inet_ntop | Yang Tse | 2008-09-23 | 1 | -11/+4 |
| | |||||
* | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse | 2008-08-17 | 1 | -1/+1 |
| | |||||
* | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek | 2008-05-09 | 1 | -3/+6 |
| | | | | of tetetest's patch for curl_easy_send() | ||||
* | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg | 2008-01-15 | 1 | -2/+2 |
| | | | | function itself adds that. Fixed on 50 or something strings! | ||||
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -5/+5 |
| | | | | | while () => while() and some other minor re-indentings | ||||
* | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg | 2007-01-03 | 1 | -3/+4 |
| | | | | non-ASCII platforms. | ||||
* | updated source header | Daniel Stenberg | 2006-01-26 | 1 | -7/+9 |
| | |||||
* | Removed security.h since it shadows an include file mingw needs when building | Daniel Stenberg | 2005-03-14 | 1 | -2/+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 | -5/+5 |
| | |||||
* | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg | 2005-02-22 | 1 | -4/+18 |
| | |||||
* | Dan Fandrich added --disable-verbose | Daniel Stenberg | 2004-11-11 | 1 | -3/+3 |
| | |||||
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -3/+3 |
| | |||||
* | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg | 2004-06-24 | 1 | -17/+17 |
| | | | | | linked list for name resolved data, even on hosts/systems with only IPv4 stacks as this simplifies a lot of code. | ||||
* | 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. | ||||
* | the new way of accessing the host name | Daniel Stenberg | 2004-04-28 | 1 | -2/+2 |
| | |||||
* | fixed some warnings in the (both new and old) base64 usage | Daniel Stenberg | 2004-02-23 | 1 | -4/+4 |
| | |||||
* | inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky | Daniel Stenberg | 2004-02-21 | 1 | -0/+1 |
| | | | | compilers | ||||
* | based on Gisle's comment, I removed the use of syslog() and fixed the | Daniel Stenberg | 2003-12-04 | 1 | -65/+67 |
| | | | | netdb.h include, then I re-indented some code to use curl-style | ||||
* | use the HAVE_KRB4 define instead of just KRB4 | Daniel Stenberg | 2003-12-02 | 1 | -2/+2 |
| | |||||
* | adjusted code to the new socket fields in the sessionhandle struct | Daniel Stenberg | 2003-11-24 | 1 | -1/+1 |
| | |||||
* | krb4-fixes for the moved user+password fields within the structs | Daniel Stenberg | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg | 2003-07-19 | 1 | -1/+1 |
| | | | | of the sessionhandle struct, as that was not good. | ||||
* | 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 the long-living compiler warnings on the des_pcbc_encrypt() function | Daniel Stenberg | 2003-01-27 | 1 | -7/+12 |
| | | | | calls! | ||||
* | Curl_GetFTPResponse() takes a different set of parameters and now return a | Daniel Stenberg | 2002-12-03 | 1 | -23/+29 |
| | | | | | 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 |
| | |||||
* | use the hostname pointer instead of using IPv4-only info from a struct | Daniel Stenberg | 2002-04-25 | 1 | -2/+2 |
| | |||||
* | fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available. | Daniel Stenberg | 2002-01-04 | 1 | -35/+34 |
| | | | | I also replaced all printf() calls with calls to Curl_failf() | ||||
* | failf() calls should not have newlines in the message string! | Daniel Stenberg | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | check Curl_ftpsendf return codes | Daniel Stenberg | 2001-10-31 | 1 | -4/+6 |
| | |||||
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
| | |||||
* | sessionhandle->hp => hostaddr | Daniel Stenberg | 2001-10-01 | 1 | -3/+3 |
| | |||||
* | fixed the missing getftpresponse edits | Daniel Stenberg | 2001-09-28 | 1 | -4/+2 |
| | |||||
* | removed the socket argument from some functions that always passed in the | Daniel Stenberg | 2001-09-28 | 1 | -5/+5 |
| | | | | 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 | -10/+10 |
| | | | | be posted in a minute to the libcurl list. | ||||
* | Curl_ prefix added to a few function calls | Daniel Stenberg | 2001-08-17 | 1 | -7/+7 |
| | |||||
* | use the Curl_ name space | Daniel Stenberg | 2001-08-17 | 1 | -117/+14 |
| | | | | | removed unused code removed use of global variable(s) | ||||
* | fixed picky compiler warnings, unused arguments, const at proper places and | Daniel Stenberg | 2001-08-14 | 1 | -195/+192 |
| | | | | I also indented the source code to fit curl "standard" | ||||
* | Sterling Hughes suggested we set 'static' before size_t... | Daniel Stenberg | 2001-05-31 | 1 | -1/+1 |
| | |||||
* | strlcpy() turned static | Daniel Stenberg | 2001-05-18 | 1 | -2/+2 |
| | |||||
* | multiple connection support initial commit | Daniel Stenberg | 2001-02-20 | 1 | -7/+7 |
| | |||||
* | removed two compiler warnings | Daniel Stenberg | 2001-01-25 | 1 | -5/+3 |
| | |||||
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -15/+20 |
| | |||||
* | added memory debugging include file | Daniel Stenberg | 2000-10-09 | 1 | -0/+5 |
| |