platform/upstream/curl.git
2005-04-28 Daniel Stenbergkill slave processes when they fail
2005-04-28 Daniel Stenberg1. no longer ask the server for the HTTPS pid, as it...
2005-04-27 Daniel StenbergPaul Moore made curl check for the .curlrc file (_curlr...
2005-04-27 Daniel Stenberglisten(..., 1) as 0 doesn't work on Tru64!
2005-04-27 Daniel Stenbergdisplay listening port in log
2005-04-27 Daniel Stenbergshow what error codes we test for too, and show 10...
2005-04-27 Daniel Stenbergkeyword update
2005-04-27 Daniel Stenbergdetect SSL library properly and display it on startup
2005-04-26 Daniel Stenbergfixing
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2005-04-26 Daniel StenbergSince Windows doesn't have/use the POSIX prototype...
2005-04-26 Daniel Stenbergadding a bunch of comments for each #endif
2005-04-25 Daniel StenbergFred New reported a bug where we used Basic auth and...
2005-04-25 Daniel Stenbergbe specific about what max_fd contains after a call
2005-04-24 Daniel StenbergBased on feedback from Cory Nelson, I added some prepro...
2005-04-23 Daniel Stenberg2 days, 4 fixes
2005-04-23 Daniel StenbergAlex Suykov's ftp upload show progress meter patch...
2005-04-23 Gunter Knauffix for recent changes.
2005-04-22 Daniel Stenbergshow up to 5 (random) test cases using the keyword
2005-04-22 Daniel Stenbergkeywords added
2005-04-22 Daniel StenbergDave Dribin: set CURL_STATICLIB when it builds static...
2005-04-22 Daniel StenbergAndres Garcia's fix for building static curl on windows.
2005-04-22 Daniel StenbergFixed the CN extraction
2005-04-22 Daniel Stenbergupdate the copyright year
2005-04-22 Daniel Stenbergmodified this year
2005-04-22 Daniel Stenbergignore the memdump file when showing files after a...
2005-04-22 Daniel Stenbergcopyright this year
2005-04-22 Daniel StenbergFixed for Mac OS X builds based on excellent feedback...
2005-04-22 Gunter Knaufchanges for building with IPV6.
2005-04-22 Daniel Stenbergmodified the test case success reporting, added "test...
2005-04-22 Daniel Stenbergtest 256 is like test 38 but with proxy + proxy auth
2005-04-22 Daniel Stenbergkeywords
2005-04-22 Daniel StenbergSet the retry delay variables after the option parsing...
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
next