96e217b4 | 11-Aug-2003 |
Daniel Stenberg |
the new cookie functions that require 'data' passed in |
2dd1518d | 11-Aug-2003 |
Daniel Stenberg |
support sending off cookies without contents |
168703b7 | 11-Aug-2003 |
Daniel Stenberg |
Added some infof() calls, that require the data pointer so now several cookie functions need that. I also fixed the cookie loader to properly load and deal with cookies without conte
Added some infof() calls, that require the data pointer so now several cookie functions need that. I also fixed the cookie loader to properly load and deal with cookies without contents (or rather with a blank content).
show more ...
|
0f2d680f | 11-Aug-2003 |
Daniel Stenberg |
added Dirk Manske |
b7930b6e | 11-Aug-2003 |
Daniel Stenberg |
removed the dashes |
8fa43b46 | 11-Aug-2003 |
Daniel Stenberg |
documenting the share interface |
894e52f6 | 11-Aug-2003 |
Daniel Stenberg |
removed the BUGS section |
3c294691 | 11-Aug-2003 |
Daniel Stenberg |
remove the BUGS section |
acbf9328 | 11-Aug-2003 |
Daniel Stenberg |
fix lines that start with " |
26f5c53b | 11-Aug-2003 |
Daniel Stenberg |
test case 506 added, written by Dirk Manske |
8dd06960 | 11-Aug-2003 |
Daniel Stenberg |
Dirk Manske's bugfix for the share stuff |
5dadbd09 | 10-Aug-2003 |
Daniel Stenberg |
don't claim the PASV connect is connected unless it *really* is! |
514a8739 | 08-Aug-2003 |
Daniel Stenberg |
make sure the string is long enough |
12e78a08 | 08-Aug-2003 |
Daniel Stenberg |
Gisle Vanem fixed a single-byte overflow |
9273096a | 08-Aug-2003 |
Daniel Stenberg |
David Byron's fix for file:// URLs with drive letters included. |
686c6133 | 08-Aug-2003 |
Daniel Stenberg |
chmod the cabundle file before we attempt to write to it, to make make distcheck run fine |
1d1276cc | 08-Aug-2003 |
Daniel Stenberg |
ftp create dirs work done |
d987676e | 08-Aug-2003 |
Daniel Stenberg |
added CURLOPT_FTP_CREATE_MISSING_DIRS |
6e4658c8 | 08-Aug-2003 |
Daniel Stenberg |
ftp-create-dirs test when MKD fails |
b7cbcf74 | 08-Aug-2003 |
Daniel Stenberg |
--ftp-create-dirs |
e347d06a | 08-Aug-2003 |
Daniel Stenberg |
introducing --ftp-create_dirs |
2077e936 | 08-Aug-2003 |
Daniel Stenberg |
--ftp-create-dirs test |
6e3adc9b | 08-Aug-2003 |
Daniel Stenberg |
Support COUNT in the control file, to set the number of times the custom REPLY is to be sent back before getting blanked and reverted to the built-in action. Now, we can make CWD fail once an
Support COUNT in the control file, to set the number of times the custom REPLY is to be sent back before getting blanked and reverted to the built-in action. Now, we can make CWD fail once and then succeed when retried.
show more ...
|
7954eee6 | 08-Aug-2003 |
Daniel Stenberg |
re-arranged the cwd/mkd stuff a bit |
f9f1f0e3 | 08-Aug-2003 |
Daniel Stenberg |
Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied |