d5112c0d | 24-Aug-2001 |
Daniel Stenberg |
include setup.h properly, not config.h |
aace68c9 | 24-Aug-2001 |
Daniel Stenberg |
extern declarations no longer done on windows (T. Bharath's patch) |
4034f318 | 24-Aug-2001 |
Daniel Stenberg |
cleanups |
5323340c | 24-Aug-2001 |
Daniel Stenberg |
Kevin Roth's comments about -G have been addressed: o -G -I works on the same command line and makes HEAD instead of GET o -G with an already present question mark in the URL makes an ampersa
Kevin Roth's comments about -G have been addressed: o -G -I works on the same command line and makes HEAD instead of GET o -G with an already present question mark in the URL makes an ampersand get added as a separator instead
show more ...
|
3aae2ec5 | 24-Aug-2001 |
Daniel Stenberg |
Tim Costello's bug report #454856 |
df09214c | 24-Aug-2001 |
Daniel Stenberg |
strcasecmp() is banned from our code, should be strequal() everywhere! Tim Costello reported bug report #454858. |
12acab9b | 23-Aug-2001 |
Daniel Stenberg |
When setting *_URL or *_PROXY in *_setopt(), it is important that we check and possibly free the existing pointer first, and then clear the "allocated" bit. We previously mistakenly could fre
When setting *_URL or *_PROXY in *_setopt(), it is important that we check and possibly free the existing pointer first, and then clear the "allocated" bit. We previously mistakenly could free the new pointer passed to us by the friendly user...!
show more ...
|
c9c21150 | 23-Aug-2001 |
Daniel Stenberg |
started working on a function for writing (all) cookies, made it possible to read multiple cookie files, no longer writes to the URL string passed to the _add() function. The new stuff is now
started working on a function for writing (all) cookies, made it possible to read multiple cookie files, no longer writes to the URL string passed to the _add() function. The new stuff is now conditionally compiled on the COOKIE define. Changed the _init() proto.
show more ...
|
d73d28a7 | 23-Aug-2001 |
Daniel Stenberg |
added FTPS to the list of supported protocols |
13bf964b | 23-Aug-2001 |
Daniel Stenberg |
item 4.6 is now an indication of a crash, not a timeout |
3fb9c572 | 23-Aug-2001 |
Daniel Stenberg |
As Steve Lhomme pointed out, this generates 'libcurl.dll' now instead of the previous 'curl.dll' |
b69f33ed | 23-Aug-2001 |
Daniel Stenberg |
Nico's update: "modified the build procedure to restore to the right current directory where the build was started and it will autosense where is was run from and set up the correct default d
Nico's update: "modified the build procedure to restore to the right current directory where the build was started and it will autosense where is was run from and set up the correct default directory at start of the script."
show more ...
|
56e8d073 | 23-Aug-2001 |
Daniel Stenberg |
curl_formadd() using example, the 7.9 style of building rfc1867 form posts |
83a8786f | 23-Aug-2001 |
Daniel Stenberg |
I want Sterling to be my friend, so I wasted some time on splitting up the huge monster function _ftp() into more little functions. There are still more that can be done, but this is at least
I want Sterling to be my friend, so I wasted some time on splitting up the huge monster function _ftp() into more little functions. There are still more that can be done, but this is at least improving readability and maintainability... :-)
show more ...
|
e3d7cc89 | 22-Aug-2001 |
Daniel Stenberg |
Georg Huettenegger's fixes, man pages converted to HTML pages and included in release archive |
0f425b01 | 22-Aug-2001 |
Daniel Stenberg |
CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the new |
c5a4b52d | 22-Aug-2001 |
Daniel Stenberg |
libcurl.3 has the info now |
fc2d2410 | 22-Aug-2001 |
Daniel Stenberg |
CURLOPT_POST isn't needed these days |
6704d44d | 22-Aug-2001 |
Daniel Stenberg |
updated |
3d9aeccc | 22-Aug-2001 |
Daniel Stenberg |
libcurl.3 is the man page |
08655d8d | 21-Aug-2001 |
Daniel Stenberg |
Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 |
3e5dbac7 | 21-Aug-2001 |
Daniel Stenberg |
added test44 formpost without Expect:, modified test9 |
05d9c9b8 | 21-Aug-2001 |
Daniel Stenberg |
run 'make clean' before 'make dist' to make sure the HTML files are up-to-date |
4c2fb64e | 21-Aug-2001 |
Daniel Stenberg |
added a 'html' target that builds HTML versions from the man page sources. It requires 'gnroff' and 'man2html' for now. 'make html' will be invoked by the 'maketgz' script and the HTML files
added a 'html' target that builds HTML versions from the man page sources. It requires 'gnroff' and 'man2html' for now. 'make html' will be invoked by the 'maketgz' script and the HTML files are included in release archives.
show more ...
|
46a897f6 | 21-Aug-2001 |
Daniel Stenberg |
make html runs make html in the docs dir |