- Mar 11, 2003
-
-
Daniel Stenberg authored
we don't find/know of a good random source. This way, we get a better randomness which in turn should make SSL connections more secure.
-
Daniel Stenberg authored
configure warnings on many systems
-
Daniel Stenberg authored
in the Curl_is_connected() function.
-
- Mar 10, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libtool 1.4.3 is scary as hell and caused just about every build on all sorts of platforms to stop working, thanks to the fact that it ruquires a SED variables somehow set by the configure script. It works fine on my linux running autoconf 2.57 and automake 1.7 but others seem not to do as fine. Reverting back to the ltmain.sh we had previously, which I believe is 1.4.2 including handmade patches for FreeBSD. ALERT ALERT ALERT before we try 1.4.3 or similar versions again, check the ${SED} stuff and similar carefully.
-
Daniel Stenberg authored
AIX when this fix is applied and I cannot see how this will break any systems.
-
- Mar 07, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 04, 2003
-
-
Daniel Stenberg authored
and two makefiles fixed.
-
- Mar 03, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
automatic disable won't cause a warning
-
Daniel Stenberg authored
*_r() functions as they're not needed (and if fact mess things up for us). Brought to our attention by the friendly Troels Walsted Hansen in bug report #696217.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code as this makes compiler warnings. We *should* fix the code to deal with the return codes instead...
-
- Mar 02, 2003
-
-
Daniel Stenberg authored
lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported this problem in bug report #653859.
-
Daniel Stenberg authored
compiler, mentioned by Andi Jahja
-
- Feb 28, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the recent libcurl changes.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 27, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
looks like.
-
Daniel Stenberg authored
when SIZE is used on the file while being in BINARY mode. To work around that (stupid) behavior, we attempt to parse the RETR response even if the SIZE returned size zero. Debugging help from Salvatore Sorrentino on February 26, 2003.
-
- Feb 26, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
include size in the 150-reply
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
function, as this could easily end up looping for a very long time (more or less until the whole transfer was done) and no library-using app would want that. Found thanks to a report by Kyle Sallee.
-