8755a6d1 | 11-Mar-2003 |
Daniel Stenberg |
Richard Gorton improved the random_the_seed() function for systems where we don't find/know of a good random source. This way, we get a better randomness which in turn should make SSL connect
Richard Gorton improved the random_the_seed() function for systems where 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.
show more ...
|
9f723061 | 11-Mar-2003 |
Daniel Stenberg |
don't check for netinet/if_ether.h, we don't include it and it causes configure warnings on many systems |
652683fc | 11-Mar-2003 |
Daniel Stenberg |
Martin C. Martin's fix to produce an error message in case of failure in the Curl_is_connected() function. |
83a46389 | 10-Mar-2003 |
Daniel Stenberg |
added things to fix at the next major release/change |
957b618f | 10-Mar-2003 |
Daniel Stenberg |
clarify |
ebe5191b | 10-Mar-2003 |
Daniel Stenberg |
no the data is not freed, this is left for the app to do when needed |
c426234d | 10-Mar-2003 |
Daniel Stenberg |
AAAARG 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
AAAARG 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.
show more ...
|
8c3a1039 | 10-Mar-2003 |
Daniel Stenberg |
Include sys/types.h as well. Ray DeGennaro reports successful compiling on AIX when this fix is applied and I cannot see how this will break any systems. |
d0e44946 | 07-Mar-2003 |
Daniel Stenberg |
figure out the path to a 'sed' as otherwise libtool gets crazy |
46a593d9 | 07-Mar-2003 |
Daniel Stenberg |
libtoolize 1.4.3 brought these |
eb0cc349 | 04-Mar-2003 |
Daniel Stenberg |
Removed define, risc os build, POST-GET bug fixed, AIX 4.3 problems solved and two makefiles fixed. |
1c7dfda4 | 03-Mar-2003 |
Daniel Stenberg |
output the md5sum as the last step |
3c0e4a2f | 03-Mar-2003 |
Daniel Stenberg |
Added share.obj |
c753072a | 03-Mar-2003 |
Daniel Stenberg |
moved the disable-thread warning to the switch code so that the AIX 4.3 automatic disable won't cause a warning |
243942a7 | 03-Mar-2003 |
Daniel Stenberg |
Detect AIX 4.3 or later, and if found disable the check for the thread-safe *_r() functions as they're not needed (and if fact mess things up for us). Brought to our attention by the friendly
Detect AIX 4.3 or later, and if found disable the check for the thread-safe *_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.
show more ...
|
8d5ac8b4 | 03-Mar-2003 |
Daniel Stenberg |
AIX 4.3 or later should use gethostbyname() and not the *_r() version. |
17962b3d | 03-Mar-2003 |
Daniel Stenberg |
Added typecast to please the MSVC compiler. |
f70acd59 | 03-Mar-2003 |
Daniel Stenberg |
another typecast added to please the borland compiler |
ffe5c462 | 03-Mar-2003 |
Daniel Stenberg |
Add (void) on our uses of the swrite() macro when we don't read the return code as this makes compiler warnings. We *should* fix the code to deal with the return codes instead... |
3242ea5f | 02-Mar-2003 |
Daniel Stenberg |
Init postdata properly before issuing a request, so that there isn't any lingering POST-stuff that confuses GET requests. Juan F. Codagnone reported this problem in bug report #653859. |
39a282bf | 02-Mar-2003 |
Daniel Stenberg |
moved a variable declaration to remove a compiler warnings with the MSVC compiler, mentioned by Andi Jahja |
29583004 | 28-Feb-2003 |
Daniel Stenberg |
include the engine stuff |
0a1a1858 | 28-Feb-2003 |
Daniel Stenberg |
Andres Garcia Garcia updated to build with the most recent OpenSSL and the recent libcurl changes. |
8f809e2a | 28-Feb-2003 |
Daniel Stenberg |
James Bursa made it compile on RISC OS as well. |
f216059b | 28-Feb-2003 |
Daniel Stenberg |
James Bursa wrote a section about cross-compiling for RISC OS |