- Aug 04, 2008
-
-
Yang Tse authored
Third version of the patch fixing a failure to chose a proper data type submitted to the mailing list 2008-08-04.
-
Yang Tse authored
Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. But, autoconf 2.62 version of AC_AIX defines _ALL_SOURCE along with other four preprocessor symbols no matter if the system is AIX or not. To keep the traditional behaviour, as well as an uniform one, across autoconf versions AC_AIX is replaced with our own internal macro.
-
- Aug 03, 2008
-
-
Daniel Stenberg authored
with -C - sent garbage in the Content-Range: header. I fixed this problem by making sure libcurl always sets the size of the _entire_ upload if an app attemps to do resumed uploads since libcurl simply cannot know the size of what is currently at the server end. Test 1041 is no longer disabled.
-
Daniel Stenberg authored
-
Yang Tse authored
Rebooting the Solaris system, releasing allocated memory and swap, has allowed buildconf and configure to complete sucessfully. Further tests on the system might allow determination of the problem origin. Solaris AutoBuilds suceeded on August 2 and 3.
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
- Aug 02, 2008
-
-
Yang Tse authored
when we have been doing this since revision 1.47 of configure.ac 4 years and 5 months ago when cross-compiling a Windows target. We actually don't use any function from the Windows GDI (Graphics Device Interface) related with drawing or graphics-related operations.
-
- Aug 01, 2008
-
-
Dan Fandrich authored
relative to end of file.
-
Yang Tse authored
Proper definition of HAVE_function if function is found deeper.
-
Yang Tse authored
Sorting of function names. Proper definition of HAVE_function if function is found deeper.
-
Dan Fandrich authored
support this so it goes untested.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
not been in use since revision 1.81 of configure.in 6 years, 9 months ago.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed in test 279 (was KNOWN_ISSUE #54).
-
Dan Fandrich authored
--disable-http
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Jul 31, 2008
-
-
Dan Fandrich authored
being mangled when passed to proxies when CURLOPT_PORT is also set (reported by Pramod Sharma).
-
Dan Fandrich authored
as well as IPv4 addresses in IPv6 format. Also, better handle the case of a malformatted IPv6 address (avoid empty and NULL strings).
-
Yang Tse authored
submitted to the mailing list 2008-07-31. Awaiting Ok to commit.
-
Patrick Monnerat authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Dan Fandrich authored
an URL in a Location: header didn't have the scope ID removed, so an invalid host name was used. Second, when the scope ID was removed, it also removed any port number that may have existed in the URL.
-
Yang Tse authored
-
Yang Tse authored
-
Dan Fandrich authored
Factored out unslashquote. Added some 'const's in function parameters.
-
- Jul 30, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
145 - Phil Blundell's CURLOPT_SCOPE patch/work
-
Daniel Stenberg authored
-
Daniel Stenberg authored
parser to allow numerical IPv6-addresses to be specified with the scope given, as per RFC4007 - with a percent letter that itself needs to be URL escaped. For example, for an address of fe80::1234%1 the HTTP URL is: "http://[fe80::1234%251]/"
-
Daniel Stenberg authored
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL.
-