2005-04-19 |
Daniel Stenberg | added typecast when converting from long to unsigned... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Daniel Stenberg | indented source to look more like other ares code, |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Daniel Stenberg | sortlist_alloc() is never used on win32, so ifdef out... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Daniel Stenberg | only define _REENTRANT if not already defined, and... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Daniel Stenberg | Check for and config for the ca cert bundle properly... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Daniel Stenberg | when --with-gnutls is used, we assume a bin/libgnutls... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Daniel Stenberg | remove the warning for a lacking crypto lib since it... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Daniel Stenberg | added CURLOPT_PORT test when using proxy |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | two bugfixes of today |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | Olivier reported that even though he used CURLOPT_PORT... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | Toshiyuki Maezawa reported that when doing a POST with... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | digest works in the proxyauth too |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | Initial curl_multi_socket() stuff, #ifdef'ed out for... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | better fix for the socket -1 case |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | ignore sockfilt |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | safety measure to avoid using -1 as socket |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | allow some more time |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | ARGH my stupidity is endless. Ipv4-only hosts don't... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | Modified the FTP server to use the new 'sockfilt' progr... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Daniel Stenberg | Modified to not mix ordinary print to STDOUT with a... pre-sockfilt |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Daniel Stenberg | somewhat clarified that this only sets the fd_sets... |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Daniel Stenberg | keywords added |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Daniel Stenberg | minor edits, report the test cases without keywords |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Daniel Stenberg | starting to produce a summary in HTML |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Daniel Stenberg | avoid warning on windows |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Daniel Stenberg | clarify that > in the verbose output can contain newlines |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Daniel Stenberg | keywords added |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Daniel Stenberg | initial tool to report info/keywords of the test cases |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Daniel Stenberg | started adding "keywords" for each test, to better... |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Daniel Stenberg | add needed include |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Dominick Meglio | Attempted to fix c-ares not building on non-IPv6 systems |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Daniel Stenberg | if libgnutls-config isn't found in the given path,... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Daniel Stenberg | Two new slowdown tests for better testing of the FTP... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Daniel Stenberg | make the ftp server support reply/servercmd, and make... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Daniel Stenberg | oops, only negative numbers are errors |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Dan Fandrich | Mention GnuTLS and fix a few spelling errors. |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Daniel Stenberg | don't bail out just because the ca file has a problem... |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Daniel Stenberg | fix port number |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Daniel Stenberg | GnuTLS support |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Daniel Stenberg | extended the multi-thread explanation |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Daniel Stenberg | fix compiler warning |
commit | commitdiff | tree | snapshot |
2005-04-13 |
Dan Fandrich | Allow environment variables to override default autotools. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Daniel Stenberg | next release will be version 7.14.0 thanks to the added... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Daniel Stenberg | Provides an unconditional strlcat() proto even if strlc... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Daniel Stenberg | requires OpenSSL, as our GnuTLS doesn't provide support for |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Daniel Stenberg | support tests that requires 'OpenSSL' specificly |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Daniel Stenberg | credits |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Daniel Stenberg | refresh |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Daniel Stenberg | 5.12 Can I make libcurl fake or hide my real IP address? |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Daniel Stenberg | HTTP 304 response with Content-Length: header |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Dominick Meglio | Removed usage of u_int and u_char |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Daniel Stenberg | Blah, revert my removal of the extra check since the... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Daniel Stenberg | OK, I must've been halucinating or something because... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Dominick Meglio | Made sortlist support IPv6 (this can probably use some... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Dominick Meglio | Made sortlist support CIDR matching for IPv4 |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Dominick Meglio | Added preliminary IPv6 support to ares_gethostbyname |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Daniel Stenberg | fixed the 304 response-with-content-length problem... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Dominick Meglio | Added include for inet_net_pton.h to ares__get_hostent.c |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Dominick Meglio | Made ares_gethostbyaddr support IPv6 by specifying... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Daniel Stenberg | re-arrange some code to prevent warnings on unreachable... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Daniel Stenberg | include sys/types.h too when checking for headers as... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Marty Kuhrt | updated instructions |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Marty Kuhrt | fixed control_y trap problem |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Marty Kuhrt | cast the call to Curl_inet_ntop for DECC compiler squawk |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | Unfortunately, if a ca file name is set the function... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | one down |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | set LD_LIBRARY_PATH when GnuTLS has been found |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | cut 'n paste error |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | GnuTLS updates |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | GnuTLS! |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | added new files |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | fixed to build after the GnuTLS fixes |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | added some blurb about the GnuTLS license |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | GnuTLS support added. There's now a "generic" SSL layer... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | ssl_version_num is not used anymore |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | ssl_version_num won't be used anymore since we will... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | Add support for --with-gnutls. If configure detects... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | bail out if perl is missing, it is needed for building... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | check for libtoolize and aclocal to doublecheck the... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | Try harder to see if arpa/nameser_compat.h REALLY is... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Daniel Stenberg | add SSPI |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Daniel Stenberg | Tupone Alfredo fixed includes of arpa/nameser_compat... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Daniel Stenberg | better errno constant replacements, as mentioned by... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Gisle Vanem | Include inet_net_pton.h for 'struct in6_addr'. Ideally... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Gisle Vanem | Moved inet_net_pton.h to HHEADERS. |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Daniel Stenberg | check for struct sizes and use those sizes if the NS_... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Daniel Stenberg | moved the *_inet_pton protos to inet_net_pton.h instead |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Daniel Stenberg | made the ares_inet_net_pton() proto use size_t size... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Dan Fandrich | Removed extraneous comma |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | too late hacking error |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | test time-conditioned FTP uploads |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | Christophe Legry's fix to grok time-conditoned uploads |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | with these changes, it builds on my win32 cross-compiler |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | check for another arpa header |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | check for the arpa/* headers |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Dominick Meglio | Provided implementations of inet_net_pton and inet_pton... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | 7.13.3 in progress |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | 5.11 How do I make libcurl not receive the whole HTTP... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | two more actual FAQs |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Daniel Stenberg | restart with a blank page again |
commit | commitdiff | tree | snapshot |
next |