platform/upstream/curl.git
2005-04-30 Daniel Stenbergthere cannot be chunked problem when no_body (HEAD...
2005-04-30 Daniel Stenbergsingleipconnect() returns a socket descriptor, not...
2005-04-29 Daniel Stenbergmore fixes
2005-04-28 Daniel StenbergUpdated with (new and old) default config file search...
2005-04-28 Daniel StenbergSet mode text on the section that is written by curl...
2005-04-28 Daniel Stenbergbasic signal handler for sigint and sigkill
2005-04-28 Daniel Stenbergfixed the attribute parser to better handle multiple...
2005-04-28 Daniel Stenbergmoved two functions to ftp.pm, made some more changes...
2005-04-28 Daniel Stenbergmoved in functions from runtests.pl to enable the ftpse...
2005-04-28 Daniel StenbergAF_INET6 for ipv6 addresses!
2005-04-28 Daniel Stenbergno, the kill servers messages need to be verbose, they...
2005-04-28 Daniel Stenbergdisplay killed pids to make it easier to see for autobu...
2005-04-28 Daniel Stenberghistoric thing we will not use
2005-04-28 Daniel Stenbergremoved ftpsserver.pl
2005-04-28 Daniel StenbergWhen staring a HTTP server, use the pidfile preferably...
2005-04-28 Daniel Stenbergignore more generated files
2005-04-28 Daniel Stenbergremove unused ftps-server code and fixed two warnings
2005-04-28 Daniel Stenbergif diff -u makes zero output, try diff -c instead
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
next