72f80b88 | 19-Jun-2006 |
Daniel Stenberg |
make -K on a bad file now displays a warning |
3008d813 | 19-Jun-2006 |
William Ahern |
Remove "big endian" DNS section and RR data integer parser macros from ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C operate on logical values. And in any event the o
Remove "big endian" DNS section and RR data integer parser macros from ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C operate on logical values. And in any event the octets are already in big-endian (aka network) byte order so they're being reversed (thus the source of the breakage).
show more ...
|
4524618b | 19-Jun-2006 |
William Ahern |
Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and UDP even when a poll(2) or select(2) suggest otherwise. |
55d22ba1 | 16-Jun-2006 |
Daniel Stenberg |
when mentioning the default config file, point back to the actual description of how to write such a file |
76cf0207 | 15-Jun-2006 |
Daniel Stenberg |
select_res is not a socket, it should be a plain int |
f13ac35e | 13-Jun-2006 |
Dan Fandrich |
Check whether gcc supports --enable-hidden-symbols before allowing it. |
59582a9d | 12-Jun-2006 |
Dan Fandrich |
Implemented --enable-hidden-symbols configure option to enable -fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the
Implemented --enable-hidden-symbols configure option to enable -fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table.
show more ...
|
6246bbc6 | 12-Jun-2006 |
Daniel Stenberg |
oops |
1b028b41 | 12-Jun-2006 |
Daniel Stenberg |
added contributors from the 7.15.4 release |
4c6c7684 | 12-Jun-2006 |
Daniel Stenberg |
starting the journey towards the next release |
1d3969b2 | 12-Jun-2006 |
Daniel Stenberg |
7.15.4 coming up |
94116d9e | 12-Jun-2006 |
Daniel Stenberg |
Nah, we refer people to the generic site that lists the mirrors instead of trying to maintain an accurate list in this file (too). |
cc5174a8 | 10-Jun-2006 |
Gisle Vanem |
Fix "'x' might be used uninitialized in this function" warnings. |
31552100 | 09-Jun-2006 |
Daniel Stenberg |
sync with existing list of up-to-date mirrors |
8df5dcb1 | 09-Jun-2006 |
Daniel Stenberg |
proper use of newlines |
79296007 | 09-Jun-2006 |
Daniel Stenberg |
stricter type use to please compilers |
a05ea124 | 09-Jun-2006 |
Daniel Stenberg |
oops, serious breakage in the fdset() function |
6a03ab3a | 08-Jun-2006 |
Daniel Stenberg |
lib525.c does a FTP upload with PORT using multi interface |
6a151c13 | 08-Jun-2006 |
Daniel Stenberg |
corrected the CURLINFO_TOTAL_TIME description |
990e56fb | 08-Jun-2006 |
Daniel Stenberg |
Brian Dessent's fixes for cygwin builds |
2bd3033f | 07-Jun-2006 |
Daniel Stenberg |
NTLM2 session response support |
fe105a07 | 31-May-2006 |
Daniel Stenberg |
two new mirrors and a recount of them |
a5782def | 31-May-2006 |
Daniel Stenberg |
Added config-tpf.h to the release package |
bcccd2fe | 30-May-2006 |
Daniel Stenberg |
Removed a few fixed issues and a few issues currently in progress in the Hiper project. Also added a few obvious ones. |
404e2373 | 28-May-2006 |
Daniel Stenberg |
correct explicit/implicit terms for FTPS |