- Nov 06, 2012
-
-
Daniel Stenberg authored
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 05, 2012
-
-
Dave Reisner authored
Since automake 1.12.4, the warnings are issued on running automake: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Avoid INCLUDES and roll these flags into AM_CPPFLAGS. Compile tested on: Ubuntu 10.04 (automake 1:1.11.1-1) Ubuntu 12.04 (automake 1:1.11.3-1ubuntu2) Arch Linux (automake 1.12.4)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Oops, my previous commit broke builds with krb support.
-
- Nov 04, 2012
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
As pointed out in Bug report #3579064, curl_multi_perform() would wrongly use a blocking mechanism internally for some commands which could lead to for example a very long block if the LIST response never showed. The solution was to make sure to properly continue to use the multi interface non-blocking state machine. The new test 1501 verifies the fix. Bug: http://curl.haxx.se/bug/view.cgi?id=3579064 Reported by: Guido Berhoerster
-
- Nov 01, 2012
-
-
Marc Hoersken authored
This patch restores the original behavior instead of always falling back to x86 if no MACHINE-type was specified.
-
Marc Hoersken authored
-
Sapien2 authored
-
Sapien2 authored
-
Sapien2 authored
-
Daniel Stenberg authored
The URL we used before is the one that goes directly to 'add' a bug report, but since you can only do that after first having logged in to sourceforge, the link often doesn't work for visitors. Bug: http://curl.haxx.se/bug/view.cgi?id=3582408 Reported by: Oscar Norlander
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=3582407 Reported by: Oscar Norlander
-
Guenter Knauf authored
Since libssh2 supports now agent stuff it also depends on user32.lib. Posted to the list by Jan Ehrhardt.
-
- Oct 23, 2012
-
-
Daniel Stenberg authored
When given a string as 'srp' it didn't work, but required 'SRP'. Starting now, the check disregards casing. Bug: http://curl.haxx.se/bug/view.cgi?id=3578418 Reported by: Jeff Connelly
-
Daniel Stenberg authored
Back in those days the public ares.h header didn't include the ares_version.h header so it needs to be included here. Bug: http://curl.haxx.se/bug/view.cgi?id=3577710
-
- Oct 22, 2012
-
-
Nick Zitzmann authored
Previously the Metalink code used Apple's CommonCrypto library only if curl was built using the --with-darwinssl option. Now we use CommonCrypto on all Apple operating systems including Tiger or later, or iOS 5 or later, so you don't need to build --with-darwinssl anymore. Also rolled out this change to libcurl's md5 code.
-
- Oct 18, 2012
-
-
Daniel Stenberg authored
-
Michał Kowalczyk authored
It does so in a streaming manner using the "Streaming HTML parser".
-
- Oct 16, 2012
-
-
Nick Zitzmann authored
The iOS build was broken by a reference to a function that only existed under OS X; fixed. Also fixed a hard-to-reproduce problem where, if the server disconnected before libcurl got the chance to hang up first and SecureTransport was in use, then we'd raise an error instead of failing gracefully.
-
- Oct 15, 2012
-
-
- Oct 12, 2012
-
-
Guenter Knauf authored
-
Guenter Knauf authored
The makefile is designed to build against a libmetalink devel package; therefore is does not matter what will change inside libmetalink. Add OpenSSL includes and defines for libmetalink-aware OpenSSL builds.
-
- Oct 10, 2012
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
One bug, one contributor. Getting ready for release.
-
- Oct 09, 2012
-
-
Daniel Stenberg authored
This is a minor change in behavior after having been pointed out by Mark Tully and discussed on the list. Initially this case would internally call poll() with no sockets and a timeout which would equal a sleep for that specified time. Bug: http://curl.haxx.se/mail/lib-2012-10/0076.html Reported by: Mark Tully
-
- Oct 08, 2012
-
-
Daniel Stenberg authored
one issue is now KNOWN_BUG #79 the other we just skip since nobody is working on it or is planning to start working on it anytime soon
-
Daniel Stenberg authored
-
Marc Hoersken authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 06, 2012
-
-
Marc Hoersken authored
Do not fill the decrypted data buffer with more data unless required in order to return the requested amount of data.
-
Marc Hoersken authored
Since there are servers that seem to return very big encrypted data packages, we need to be able to handle those without having an internal size limit. To avoid the buffer growing to fast to early the initial size was decreased and the minimum free space in the buffer was decreased as well.
-
- Oct 04, 2012
-
-
Marc Hoersken authored
-
Marc Hoersken authored
Streamlined variable names and types to avoid type conversions that may result in data being lost on non 32-bit systems.
-