d3b89e11 | 02-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 ...
|
aeddea2b | 01-Mar-2007 |
Daniel Stenberg |
remove unncessary and wrong remark |
cef5b14b | 01-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. |
82d310d0 | 01-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. |
4fdb4237 | 28-Feb-2007 |
Yang Tse |
proper symbol definition check for Novell NetWare |
be8a5d0a | 28-Feb-2007 |
Yang Tse |
proper symbol definition check for all AmigaOS flavours |
dd433679 | 28-Feb-2007 |
Daniel Stenberg |
clarify that -K files are expected to have one option per line |
99dcd33f | 28-Feb-2007 |
Yang Tse |
protect from themselves those who need it |
e817eb6c | 27-Feb-2007 |
Yang Tse |
log a 1120 chars long string to aid in quoted-printable and soft line break detection in daily build logs. |
060f7ca2 | 27-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 ...
|
638c715a | 27-Feb-2007 |
Gisle Vanem |
Added "CSOURCES = $(CURL_SOURCES)". |
af9a6328 | 27-Feb-2007 |
Gisle Vanem |
Added TOPDIR variable. Put dependencies in external file. Added -DHAVE_STRUCT_TIMEVAL to CFLAGS. |
00f36c5f | 27-Feb-2007 |
Gisle Vanem |
Remove $(CURL_SOURCES). |
e69d82a5 | 27-Feb-2007 |
Gisle Vanem |
Added TOPDIR variable. Put dependencies in external file. config.h includes ../lib/config.dos. |
d165da07 | 27-Feb-2007 |
Gisle Vanem |
Added TOPDIR variable. Put dependencies in external file. |
15363cd6 | 27-Feb-2007 |
Gisle Vanem |
Added TOPDIR variable. Updated package locations. Simplified dependency generation. |
b3272fd7 | 27-Feb-2007 |
Daniel Stenberg |
HTTP Digest header parsing fix |
fa313359 | 27-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 |
acc4cf87 | 27-Feb-2007 |
Yang Tse |
no proxy support if libcurl is built with HTTP disabled |
74443426 | 26-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... |
ee1235a7 | 26-Feb-2007 |
Gisle Vanem |
Removed inclusion of <sys/types.h> in .c-files since it's already included through "setup.h". |
c514a2a8 | 26-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". |
e2f0580d | 26-Feb-2007 |
Gisle Vanem |
Removed unneeded 'HAVE_x' defines. |
d165bed2 | 26-Feb-2007 |
Gisle Vanem |
Fix typo. |
802a5b61 | 25-Feb-2007 |
Gisle Vanem |
Constify some arguments. |