History log of /curl/ (Results 32151 – 32175 of 33760)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d5112c0d24-Aug-2001 Daniel Stenberg

include setup.h properly, not config.h

aace68c924-Aug-2001 Daniel Stenberg

extern declarations no longer done on windows (T. Bharath's patch)

4034f31824-Aug-2001 Daniel Stenberg

cleanups

5323340c24-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 ...

3aae2ec524-Aug-2001 Daniel Stenberg

Tim Costello's bug report #454856

df09214c24-Aug-2001 Daniel Stenberg

strcasecmp() is banned from our code, should be strequal() everywhere!
Tim Costello reported bug report #454858.

12acab9b23-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 ...

c9c2115023-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 ...

d73d28a723-Aug-2001 Daniel Stenberg

added FTPS to the list of supported protocols

13bf964b23-Aug-2001 Daniel Stenberg

item 4.6 is now an indication of a crash, not a timeout

3fb9c57223-Aug-2001 Daniel Stenberg

As Steve Lhomme pointed out, this generates 'libcurl.dll' now instead of
the previous 'curl.dll'

b69f33ed23-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 ...

56e8d07323-Aug-2001 Daniel Stenberg

curl_formadd() using example, the 7.9 style of building rfc1867 form posts

83a8786f23-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 ...

e3d7cc8922-Aug-2001 Daniel Stenberg

Georg Huettenegger's fixes, man pages converted to HTML pages and included
in release archive

0f425b0122-Aug-2001 Daniel Stenberg

CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the new

c5a4b52d22-Aug-2001 Daniel Stenberg

libcurl.3 has the info now

fc2d241022-Aug-2001 Daniel Stenberg

CURLOPT_POST isn't needed these days

6704d44d22-Aug-2001 Daniel Stenberg

updated

3d9aeccc22-Aug-2001 Daniel Stenberg

libcurl.3 is the man page

08655d8d21-Aug-2001 Daniel Stenberg

Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819

3e5dbac721-Aug-2001 Daniel Stenberg

added test44 formpost without Expect:, modified test9

05d9c9b821-Aug-2001 Daniel Stenberg

run 'make clean' before 'make dist' to make sure the HTML files are up-to-date

4c2fb64e21-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 ...

46a897f621-Aug-2001 Daniel Stenberg

make html runs make html in the docs dir

1...<<1281128212831284128512861287128812891290>>...1351