Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected copyright year | Daniel Stenberg | 2005-05-02 | 1 | -1/+1 |
| | |||||
* | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg | 2005-04-25 | 1 | -4/+4 |
| | | | | | .netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix. | ||||
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -49/+49 |
| | |||||
* | 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. | ||||
* | curl_strequal() returns int, keep return variables in an int | Daniel Stenberg | 2004-03-23 | 1 | -2/+2 |
| | |||||
* | Doug Porter's patch that changes the order of preferences on how to find the | Daniel Stenberg | 2004-02-19 | 1 | -12/+14 |
| | | | | | | default netrc file. We now read and uses HOME _before_ we use getpwuid() to better allow users to move around HOME to use different .netrc files without having to rely on even blacker magic. | ||||
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -0/+1 |
| | | | | warnings. Minor edits by me. | ||||
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | windows build fix based on a patch by Gisle Vanem | Daniel Stenberg | 2003-11-24 | 1 | -3/+4 |
| | |||||
* | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | 2003-11-11 | 1 | -48/+45 |
| | |||||
* | removed the goto and re-indented slightly | Daniel Stenberg | 2003-08-20 | 1 | -7/+11 |
| | |||||
* | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | 2003-06-26 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
| | |||||
* | James Cone's efforts to add another netrc parsing "mode" | Daniel Stenberg | 2002-05-21 | 1 | -6/+46 |
| | |||||
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | #if [undefined] => #ifdef [undefined] | Daniel Stenberg | 2002-01-18 | 1 | -1/+1 |
| | |||||
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
| | |||||
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
| | |||||
* | Nico's VMS fixes | Daniel Stenberg | 2001-08-06 | 1 | -2/+9 |
| | |||||
* | include strtok.h to get the prototype | Daniel Stenberg | 2001-05-30 | 1 | -0/+1 |
| | |||||
* | strtok() replaced with strtok_r() | Daniel Stenberg | 2001-05-29 | 1 | -2/+3 |
| | |||||
* | added memdebug.h include | Daniel Stenberg | 2001-03-16 | 1 | -0/+5 |
| | |||||
* | hm, don't free the home dir and append the .netrc part properly | Daniel Stenberg | 2001-03-14 | 1 | -7/+9 |
| | |||||
* | uses getpwuid() to find user's home dir | Daniel Stenberg | 2001-03-14 | 1 | -9/+33 |
| | |||||
* | no longer #includes "getenv.h" | Daniel Stenberg | 2001-02-07 | 1 | -1/+2 |
| | |||||
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -4/+4 |
| | |||||
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -40/+11 |
| | |||||
* | #include "setup.h" moved first of all includes | Daniel Stenberg | 2000-08-24 | 1 | -1/+2 |
| | |||||
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-06-20 | 1 | -4/+4 |
| | |||||
* | made getenv() more threadsafe for win32 | Daniel Stenberg | 2000-05-29 | 1 | -1/+8 |
| | |||||
* | moved here from the newlib branch | Daniel Stenberg | 2000-05-22 | 1 | -0/+1 |
| | |||||
* | Initial revision | Daniel Stenberg | 1999-12-29 | 1 | -0/+182 |