History log of /curl/ (Results 25201 – 25225 of 33768)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d3b89e1102-Mar-2007 Daniel Stenberg

- Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8
makefiles that are included in the source release archives, generated from
the Makefile.vc6 files by the maket

- Robert A. Monat and Shmulik Regev helped out to fix the new */Makefile.vc8
makefiles that are included in the source release archives, generated from
the Makefile.vc6 files by the maketgz script. I also modified the root
Makefile to have a VC variable that defaults to vc6 but can be overridden to
allow it to be used for vc8 as well. Like this:

nmake VC=vc8 vc

show more ...

aeddea2b01-Mar-2007 Daniel Stenberg

remove unncessary and wrong remark

cef5b14b01-Mar-2007 Yang Tse

Reduce the posibility of leaving the sockfilter hanging around when
tearing down the test ftp server due to a read error condition.

82d310d001-Mar-2007 Yang Tse

Do not remove CURLM_STATE_WAITPROXYCONNECT from the CURLMstate enum
in builds with HTTP support disabled to keep consistent enum values
for CURLMstate in all kind of builds.

4fdb423728-Feb-2007 Yang Tse

proper symbol definition check for Novell NetWare

be8a5d0a28-Feb-2007 Yang Tse

proper symbol definition check for all AmigaOS flavours

dd43367928-Feb-2007 Daniel Stenberg

clarify that -K files are expected to have one option per line

99dcd33f28-Feb-2007 Yang Tse

protect from themselves those who need it

e817eb6c27-Feb-2007 Yang Tse

log a 1120 chars long string to aid in quoted-printable and soft
line break detection in daily build logs.

060f7ca227-Feb-2007 Daniel Stenberg

- Hang Kin Lau found and fixed: When I use libcurl to connect to an https
server through a proxy and have the remote https server port set using the
CURLOPT_PORT option, protocol gets res

- Hang Kin Lau found and fixed: When I use libcurl to connect to an https
server through a proxy and have the remote https server port set using the
CURLOPT_PORT option, protocol gets reset to http from https after the first
request.

User defined URL was modified internally by libcurl and subsequent reuse of
the easy handle may lead to connection using a different protocol (if not
originally http).

I found that libcurl hardcoded the protocol to "http" when it tries to
regenerate the URL if CURLOPT_PORT is set. I tried to fix the problem as
follows and it's working fine so far

show more ...

638c715a27-Feb-2007 Gisle Vanem

Added "CSOURCES = $(CURL_SOURCES)".

af9a632827-Feb-2007 Gisle Vanem

Added TOPDIR variable. Put dependencies in external file.
Added -DHAVE_STRUCT_TIMEVAL to CFLAGS.

00f36c5f27-Feb-2007 Gisle Vanem

Remove $(CURL_SOURCES).

e69d82a527-Feb-2007 Gisle Vanem

Added TOPDIR variable. Put dependencies in external file.
config.h includes ../lib/config.dos.

d165da0727-Feb-2007 Gisle Vanem

Added TOPDIR variable. Put dependencies in external file.

15363cd627-Feb-2007 Gisle Vanem

Added TOPDIR variable. Updated package locations.
Simplified dependency generation.

b3272fd727-Feb-2007 Daniel Stenberg

HTTP Digest header parsing fix

fa31335927-Feb-2007 Daniel Stenberg

Somewhat updated, changes include: I tried to be more agnostic about the
specific SSL library that might be used, and I cut out the closepolicy stuff
that we no longer support

acc4cf8727-Feb-2007 Yang Tse

no proxy support if libcurl is built with HTTP disabled

7444342626-Feb-2007 Daniel Stenberg

Jose Kahan pointed out a Digest server that provided the algorith last in the
header line without quotes and with a CRLF immediately following...

ee1235a726-Feb-2007 Gisle Vanem

Removed inclusion of <sys/types.h> in .c-files
since it's already included through "setup.h".

c514a2a826-Feb-2007 Gisle Vanem

Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".

e2f0580d26-Feb-2007 Gisle Vanem

Removed unneeded 'HAVE_x' defines.

d165bed226-Feb-2007 Gisle Vanem

Fix typo.

802a5b6125-Feb-2007 Gisle Vanem

Constify some arguments.

1...<<1001100210031004100510061007100810091010>>...1351