9befc682 | 26-Apr-2004 |
Daniel Stenberg |
added many comments |
fbeb6744 | 26-Apr-2004 |
Daniel Stenberg |
major update of the error strings |
af641d20 | 26-Apr-2004 |
Daniel Stenberg |
added comments |
d0258775 | 26-Apr-2004 |
Daniel Stenberg |
added function headers and comments |
241a4b3d | 26-Apr-2004 |
Daniel Stenberg |
--with-libidn[=PATH] is now supported |
496e81a2 | 26-Apr-2004 |
Daniel Stenberg |
the next release is planned to become 7.12.0 |
f39b0812 | 26-Apr-2004 |
Daniel Stenberg |
start all over again |
c96f7f13 | 26-Apr-2004 |
Daniel Stenberg |
7.11.2 coming today |
1bdc4b20 | 25-Apr-2004 |
Daniel Stenberg |
updated the warning text when SSL is explicitly disabled |
3915fecf | 25-Apr-2004 |
Daniel Stenberg |
USE_MANUAL is now defined by default |
f94f0682 | 25-Apr-2004 |
Daniel Stenberg |
moved older changes to the CHANGES.2003 file |
2ddbf897 | 25-Apr-2004 |
Daniel Stenberg |
disable-manual |
68a3cbe3 | 25-Apr-2004 |
Daniel Stenberg |
make the generated hugehelp.c file use the USE_MANUAL define so that it will be properly built with configure --disable-manual even if the source file is already present |
b9432d12 | 24-Apr-2004 |
Daniel Stenberg |
test164 HTTP range with multiple ranges |
e202a29a | 23-Apr-2004 |
Daniel Stenberg |
removed a memory leak when doing a windows threaded resolve and it failed |
3755bffc | 23-Apr-2004 |
Daniel Stenberg |
Gisle Vanem found and fixed a memory leak when doing (failing) Windows threaded name resolves. |
2a0a3053 | 23-Apr-2004 |
Daniel Stenberg |
only a minor comment/format change |
70e2aadc | 23-Apr-2004 |
Daniel Stenberg |
Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only use for it. It saves one extra copy of the header. I also added comments for several functions in formdata.c |
a1c8aaf6 | 23-Apr-2004 |
Daniel Stenberg |
o --proxy-ntlm now checks if libcurl supports NTLM before using it o minor --fail with authentication bugfix |
8ee470aa | 23-Apr-2004 |
Daniel Stenberg |
--proxy-ntlm fix and test case 163 |
37e4858c | 23-Apr-2004 |
Daniel Stenberg |
Made --proxy-ntlm check if the underlying library actually supports NTLM |
a27072be | 23-Apr-2004 |
Daniel Stenberg |
minor format fix |
47059f45 | 23-Apr-2004 |
Daniel Stenberg |
added test 163 - a simple test case that use -F field<file, to verify that we can pass on "odd" characters (newline, CR, tab) like this. |
daced804 | 23-Apr-2004 |
Daniel Stenberg |
No longer uses the valgrind option '--logfile-fd', we use the --logfile option instead (even though it appends the pid to the file name, making it harder to figure out its name to parse it af
No longer uses the valgrind option '--logfile-fd', we use the --logfile option instead (even though it appends the pid to the file name, making it harder to figure out its name to parse it after a test has run). Also made sure we only use valgrind for the actual test command command lines, not when for example running curl to detect if there are any already running servers are present etc.
show more ...
|
b053ae6a | 23-Apr-2004 |
Daniel Stenberg |
define the obsolete options to different values to prevent "duplicate case" situtations in bindings that still have switch() cases for them |