platform/upstream/curl.git
2005-04-21 Daniel Stenbergadded missing headers
2005-04-20 Gunter Knaufchanges for building with IPV6 and LDAP.
2005-04-19 Daniel Stenbergprevent compiler warning
2005-04-19 Daniel Stenbergadded typecast when converting from long to unsigned...
2005-04-19 Daniel Stenbergindented source to look more like other ares code,
2005-04-19 Daniel Stenbergsortlist_alloc() is never used on win32, so ifdef out...
2005-04-19 Daniel Stenbergonly define _REENTRANT if not already defined, and...
2005-04-19 Daniel StenbergCheck for and config for the ca cert bundle properly...
2005-04-19 Daniel Stenbergwhen --with-gnutls is used, we assume a bin/libgnutls...
2005-04-19 Daniel Stenbergremove the warning for a lacking crypto lib since it...
2005-04-19 Daniel Stenbergadded CURLOPT_PORT test when using proxy
2005-04-18 Daniel Stenbergtwo bugfixes of today
2005-04-18 Daniel StenbergOlivier reported that even though he used CURLOPT_PORT...
2005-04-18 Daniel StenbergToshiyuki Maezawa reported that when doing a POST with...
2005-04-18 Daniel Stenbergdigest works in the proxyauth too
2005-04-18 Daniel StenbergInitial curl_multi_socket() stuff, #ifdef'ed out for...
2005-04-18 Daniel Stenbergbetter fix for the socket -1 case
2005-04-18 Daniel Stenbergignore sockfilt
2005-04-18 Daniel Stenbergsafety measure to avoid using -1 as socket
2005-04-18 Daniel Stenbergallow some more time
2005-04-18 Daniel StenbergARGH my stupidity is endless. Ipv4-only hosts don't...
2005-04-18 Daniel StenbergModified the FTP server to use the new 'sockfilt' progr...
2005-04-18 Daniel StenbergModified to not mix ordinary print to STDOUT with a...
2005-04-17 Daniel Stenbergsomewhat clarified that this only sets the fd_sets...
2005-04-16 Daniel Stenbergkeywords added
2005-04-16 Daniel Stenbergminor edits, report the test cases without keywords
2005-04-16 Daniel Stenbergstarting to produce a summary in HTML
2005-04-16 Daniel Stenbergavoid warning on windows
2005-04-16 Daniel Stenbergclarify that > in the verbose output can contain newlines
2005-04-16 Daniel Stenbergkeywords added
2005-04-15 Daniel Stenberginitial tool to report info/keywords of the test cases
2005-04-15 Daniel Stenbergstarted adding "keywords" for each test, to better...
2005-04-15 Daniel Stenbergadd needed include
2005-04-15 Dominick MeglioAttempted to fix c-ares not building on non-IPv6 systems
2005-04-15 Daniel Stenbergif libgnutls-config isn't found in the given path,...
2005-04-14 Daniel StenbergTwo new slowdown tests for better testing of the FTP...
2005-04-14 Daniel Stenbergmake the ftp server support reply/servercmd, and make...
2005-04-13 Daniel Stenbergoops, only negative numbers are errors
2005-04-13 Dan FandrichMention GnuTLS and fix a few spelling errors.
2005-04-13 Daniel Stenbergdon't bail out just because the ca file has a problem...
2005-04-13 Daniel Stenbergfix port number
2005-04-13 Daniel StenbergGnuTLS support
2005-04-13 Daniel Stenbergextended the multi-thread explanation
2005-04-13 Daniel Stenbergfix compiler warning
2005-04-13 Dan FandrichAllow environment variables to override default autotools.
2005-04-12 Daniel Stenbergnext release will be version 7.14.0 thanks to the added...
2005-04-12 Daniel StenbergProvides an unconditional strlcat() proto even if strlc...
2005-04-12 Daniel Stenbergrequires OpenSSL, as our GnuTLS doesn't provide support for
2005-04-12 Daniel Stenbergsupport tests that requires 'OpenSSL' specificly
2005-04-11 Daniel Stenbergcredits
2005-04-11 Daniel Stenbergrefresh
2005-04-11 Daniel Stenberg5.12 Can I make libcurl fake or hide my real IP address?
2005-04-10 Daniel StenbergHTTP 304 response with Content-Length: header
2005-04-09 Dominick MeglioRemoved usage of u_int and u_char
2005-04-09 Daniel StenbergBlah, revert my removal of the extra check since the...
2005-04-09 Daniel StenbergOK, I must've been halucinating or something because...
2005-04-09 Dominick MeglioMade sortlist support IPv6 (this can probably use some...
2005-04-09 Dominick MeglioMade sortlist support CIDR matching for IPv4
2005-04-08 Dominick MeglioAdded preliminary IPv6 support to ares_gethostbyname
2005-04-08 Daniel Stenbergfixed the 304 response-with-content-length problem...
2005-04-08 Dominick MeglioAdded include for inet_net_pton.h to ares__get_hostent.c
2005-04-08 Dominick MeglioMade ares_gethostbyaddr support IPv6 by specifying...
2005-04-08 Daniel Stenbergre-arrange some code to prevent warnings on unreachable...
2005-04-08 Daniel Stenberginclude sys/types.h too when checking for headers as...
2005-04-08 Marty Kuhrtupdated instructions
2005-04-08 Marty Kuhrtfixed control_y trap problem
2005-04-08 Marty Kuhrtcast the call to Curl_inet_ntop for DECC compiler squawk
2005-04-07 Daniel StenbergUnfortunately, if a ca file name is set the function...
2005-04-07 Daniel Stenbergone down
2005-04-07 Daniel Stenbergset LD_LIBRARY_PATH when GnuTLS has been found
2005-04-07 Daniel Stenbergcut 'n paste error
2005-04-07 Daniel StenbergGnuTLS updates
2005-04-07 Daniel StenbergGnuTLS!
2005-04-07 Daniel Stenbergadded new files
2005-04-07 Daniel Stenbergfixed to build after the GnuTLS fixes
2005-04-07 Daniel Stenbergadded some blurb about the GnuTLS license
2005-04-07 Daniel StenbergGnuTLS support added. There's now a "generic" SSL layer...
2005-04-07 Daniel Stenbergssl_version_num is not used anymore
2005-04-07 Daniel Stenbergssl_version_num won't be used anymore since we will...
2005-04-07 Daniel StenbergAdd support for --with-gnutls. If configure detects...
2005-04-07 Daniel Stenbergbail out if perl is missing, it is needed for building...
2005-04-07 Daniel Stenbergcheck for libtoolize and aclocal to doublecheck the...
2005-04-07 Daniel StenbergTry harder to see if arpa/nameser_compat.h REALLY is...
2005-04-07 Daniel Stenbergadd SSPI
2005-04-06 Daniel StenbergTupone Alfredo fixed includes of arpa/nameser_compat...
2005-04-06 Daniel Stenbergbetter errno constant replacements, as mentioned by...
2005-04-06 Gisle VanemInclude inet_net_pton.h for 'struct in6_addr'. Ideally...
2005-04-06 Gisle VanemMoved inet_net_pton.h to HHEADERS.
2005-04-06 Daniel Stenbergcheck for struct sizes and use those sizes if the NS_...
2005-04-06 Daniel Stenbergmoved the *_inet_pton protos to inet_net_pton.h instead
2005-04-06 Daniel Stenbergmade the ares_inet_net_pton() proto use size_t size...
2005-04-06 Dan FandrichRemoved extraneous comma
2005-04-05 Daniel Stenbergtoo late hacking error
2005-04-05 Daniel Stenbergtest time-conditioned FTP uploads
2005-04-05 Daniel StenbergChristophe Legry's fix to grok time-conditoned uploads
2005-04-05 Daniel Stenbergwith these changes, it builds on my win32 cross-compiler
2005-04-05 Daniel Stenbergcheck for another arpa header
2005-04-05 Daniel Stenbergcheck for the arpa/* headers
2005-04-05 Dominick MeglioProvided implementations of inet_net_pton and inet_pton...
2005-04-05 Daniel Stenberg7.13.3 in progress
next