platform/upstream/curl.git
2005-05-12 Daniel Stenbergoops, found by bug reported in bug report #1200661
2005-05-12 Daniel Stenbergspell
2005-05-12 Daniel Stenbergtypecast to fix warning on 64bit systems
2005-05-12 Daniel Stenbergwarn about bad -z syntax
2005-05-11 Daniel StenbergMatrixSSL and yaSSL are two free libs we _could_ support
2005-05-11 Daniel Stenbergmention the select() error fix as well
2005-05-11 Daniel Stenbergthe new HTTP headers
2005-05-11 Daniel Stenbergremoved duplicate
2005-05-11 Daniel StenbergModified the default HTTP headers used by libcurl:
2005-05-11 Daniel Stenbergprevent NS_IN6ADDRSZ from getting set to zero if the...
2005-05-10 Daniel StenbergHm, this doesn't feel right. The error bits returned...
2005-05-10 Daniel Stenbergme stupid, errno is not set for mere select()-exceptions
2005-05-10 Daniel Stenberginclude protos to fix warnings
2005-05-10 Daniel StenbergIf Curl_select() returns with the error bit set, bail...
2005-05-10 Daniel Stenbergprevent 64bit warnings
2005-05-10 Daniel Stenbergallow the ares/config.h display to fail
2005-05-09 Daniel StenbergJeremy Brown's OpenSSL thread-locking example
2005-05-09 Daniel Stenbergnew counter
2005-05-09 Daniel StenbergJamie Lokier added. And I now recounted the amount...
2005-05-09 Daniel Stenbergupdate the "PORTS" section a little
2005-05-09 Daniel Stenbergadd multi-thread details for GnuTLS
2005-05-09 Daniel Stenbergnew mirror, added amount of contributors
2005-05-09 Daniel StenbergJeff is short for Jeffrey
2005-05-09 Daniel Stenbergupdated with the current RELEASE-NOTES names
2005-05-09 Daniel StenbergI decided to make this list more complete. I took the...
2005-05-09 Daniel Stenbergno need to display src/config.h anymore since it is...
2005-05-08 Daniel Stenbergsilence compiler warnings
2005-05-07 Daniel Stenbergfix warnings about unused variables for non-debug builds
2005-05-07 Daniel Stenbergfix
2005-05-07 Daniel StenbergJanuary 2003. Started working on the distributed curl...
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...
next