- Jul 13, 2005
-
-
Daniel Stenberg authored
-
- Jul 12, 2005
-
-
Daniel Stenberg authored
trailer is then sent to the normal header callback/stream.
-
- Jul 05, 2005
-
-
Daniel Stenberg authored
seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment is enabled. This made curl_getdate() return wrong value, and it also concerned internal cookie expirations etc.
-
- Jul 04, 2005
-
-
Daniel Stenberg authored
-
- Jul 03, 2005
-
-
Daniel Stenberg authored
fix the CONNECT authentication code with multi-pass auth methods (such as NTLM) as it didn't previously properly ignore response-bodies - in fact it stopped reading after all response headers had been received. This could lead to libcurl sending the next request and reading the body from the first request as response to the second request. (I also renamed the function, which wasn't strictly necessary but...) The best fix would to once and for all make the CONNECT code use the ordinary request sending/receiving code, treating it as any ordinary request instead of the special-purpose function we have now. It should make it better for multi-interface too. And possibly lead to less code... Added test case 265 for this. It doesn't work as a _really_ good test case since the test proxy is too stupid, but the test case helps when running the debugger to verify.
-
- Jun 22, 2005
-
-
Daniel Stenberg authored
-
- Jun 19, 2005
-
-
Daniel Stenberg authored
-
- Jun 13, 2005
-
-
Daniel Stenberg authored
-
- Jun 06, 2005
-
-
Daniel Stenberg authored
1) findtool does look per tool in PATH and think ./perl is the perl executable, while is just a local directory (I have . in the PATH) 2) I got several warning for head -1 deprecated in favour of head -n 1 3) ares directory is missing some file (missing is missing :-) ) because automake and friends is not run. (Let's hope number 2 doesn't break somewhere "out there", if so we can always search/replace that back.)
-
- Jun 03, 2005
-
-
Daniel Stenberg authored
-
- May 31, 2005
-
-
Daniel Stenberg authored
address was not possible to use. It is now, but requires it written RFC2732-style, within brackets - which incidently is how you enter numerical IPv6 addresses in URLs. Test case 263 added to verify.
-
- May 29, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
binary zeroes within the headers. They confused libcurl to do wrong so the downloaded headers become incomplete. The fix is now verified with test case 262.
-
- May 24, 2005
-
-
Daniel Stenberg authored
-
- May 18, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't set (since it _had_ found a strerror_r).
-
- May 16, 2005
-
-
Daniel Stenberg authored
-
- May 13, 2005
-
-
Daniel Stenberg authored
-
- May 12, 2005
-
-
Daniel Stenberg authored
-
- May 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 02, 2005
-
-
Daniel Stenberg authored
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled.
-
Daniel Stenberg authored
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
-
Daniel Stenberg authored
-
- Apr 29, 2005
-
-
Daniel Stenberg authored
-
- Apr 27, 2005
-
-
Daniel Stenberg authored
more places. First, CURL_HOME is a new environment variable that is used instead of HOME if it is set, to point out where the default config file lives. If there's no config file in the dir pointed out by one of the environment variables, the Windows version will instead check the same directory the executable curl is located in.
-
- Apr 26, 2005
-
-
Daniel Stenberg authored
-
- Apr 25, 2005
-
-
Daniel Stenberg authored
.netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix.
-
- Apr 24, 2005
-
-
Daniel Stenberg authored
*/setup.h and */config-win32.h to build fine with VS2005 on x64.
-
- Apr 23, 2005
-
-
Daniel Stenberg authored
-
- Apr 18, 2005
-
-
Daniel Stenberg authored
used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix.
-
Daniel Stenberg authored
libcurl didn't properly send an Expect: 100-continue header. It does now.
-
- Apr 10, 2005
-
-
Daniel Stenberg authored
-
- Apr 07, 2005
-
-
Daniel Stenberg authored
-
- Apr 05, 2005
-
-
Daniel Stenberg authored
-
- Apr 04, 2005
-
-
Daniel Stenberg authored
-
- Apr 03, 2005
-
-
Daniel Stenberg authored
also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this.
-
- Mar 30, 2005
-
-
Daniel Stenberg authored
-
- Mar 29, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-