platform/upstream/curl.git
2005-05-07 Daniel StenbergDEBUGF() is a new conveniant macro to add infof() calls...
2005-05-07 Daniel StenbergAdded an active disconnected state, to make the code...
2005-05-07 Daniel Stenbergremoved unnecessary logging to ease REAL debuggin
2005-05-06 Daniel Stenbergone more command line option, fixed the AIX 4.3 enabled...
2005-05-06 Daniel StenbergAdded two test cases for multipart formpost over a...
2005-05-06 Daniel StenbergWhen a server is clearly running, curl is now invoked...
2005-05-05 Daniel Stenberguse calloc instead of malloc to save a call to memset()
2005-05-04 Daniel Stenbergnow add --trace-time by default for curl tests
2005-05-04 Daniel Stenbergremoved lots of (now) redundant logging
2005-05-04 Daniel Stenbergmodify a value we are allowed to
2005-05-04 Daniel Stenbergimproved logging (all FTP protocol data, both ways...
2005-05-04 Daniel Stenbergtowards 7.14.0 - really
2005-05-04 Daniel Stenbergprevent memory leak when built SSL disabled
2005-05-03 Daniel Stenberg*MAN* was this hard to track down. Had I just read...
2005-05-03 Daniel Stenbergadd more info to the log to ease debugging
2005-05-02 Daniel Stenbergimproved failf() error messages
2005-05-02 Daniel Stenbergthe new functions and the upcoming ipv6 calls for the...
2005-05-02 Daniel Stenbergcorrected copyright years
2005-05-02 Daniel Stenbergcorrected copyright year
2005-05-02 Daniel StenbergSort of "fixed" KNOWN_BUGS #4: curl now builds IPv6...
2005-05-02 Daniel StenbergNow configure checks for struct sockaddr_storage and...
2005-05-02 Daniel Stenberganother <case> converted to sysread
2005-05-02 Daniel Stenbergread from the open2 filehandle with sysread, not <handle>
2005-05-02 Daniel StenbergFixed the FTP server read stuff when waiting for a...
2005-05-02 Daniel Stenbergfix the server for the slow response case
2005-05-02 Daniel StenbergAdded --trace-time that when used adds a time stamp...
2005-05-02 Daniel StenbergWhen starting the ftp server, wait a few seconds to...
2005-05-02 Daniel StenbergMake sure there's no pidfile if we cannot start the...
2005-05-02 Daniel Stenbergtwo bugfixes, one change and one test script modification
2005-05-02 Daniel Stenbergtwo bugs, one change
2005-05-02 Daniel Stenbergblank a few more environment variables before running...
2005-05-02 Daniel StenbergMade curl recognize the environment variables Lynx...
2005-05-02 Daniel StenbergBryan Henderson's fine update of SSL_VERIFYPEER and...
2005-05-01 Daniel Stenbergprevent two compiler warnings on comparisons between...
2005-05-01 Daniel Stenbergfixed to use fork()+exec() to start test servers
2005-05-01 Daniel Stenbergalways use the libcurl-provided *printf() functions
2005-05-01 Daniel Stenbergutil.h added as "source" to make it get added in dist...
2005-04-30 Daniel Stenberglogfile name is const
2005-04-30 Daniel StenbergMoved common code to util.[ch] instead of having it...
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...
next