platform/upstream/curl.git
2007-01-17 Daniel Stenbergmore reported bugs we need to address at some point...
2007-01-17 Daniel Stenbergclarify the INFILESIZE option(s)
2007-01-16 Daniel StenbergDavid McCreedy fixed a flaw from his previous non-ascii...
2007-01-16 Daniel Stenberg- Armel Asselin improved libcurl to behave a lot better...
2007-01-16 Daniel Stenbergrestore previous addition to the amount of data that...
2007-01-16 Dan FandrichAdded simple OpenSSL crypto engine tests.
2007-01-16 Dan FandrichFixed a small memory leak in tftp uploads discovered...
2007-01-15 Dan FandrichAdded TFTP upload tests.
2007-01-15 Dan FandrichLeave the TFTPD test server running after a file upload.
2007-01-14 Daniel Stenberg- David McCreedy provided libcurl changes for doing...
2007-01-13 Daniel Stenberg4GB download and cookielist "ALL" fixes
2007-01-13 Daniel Stenbergfixed bad variable use when getting the size which...
2007-01-13 Daniel Stenbergmake Curl_cookie_clearall() survive getting called...
2007-01-10 Dan FandrichAdded test for TFTP retrieve of boundary case 512 byte...
2007-01-10 Dan FandrichDisplay crypto engine name correctly in debug message.
2007-01-10 Dan FandrichAdded test of TFTP server error reporting.
2007-01-09 Daniel Stenbergcorrected example
2007-01-08 Linus Nielsen... Correct error code for CCC/SSL shutdown failure
2007-01-08 Linus Nielsen... Removed unused variable in Curl_ossl_shutdown()
2007-01-08 Daniel Stenbergno suprise really, but it works fine on SH4 as well...
2007-01-06 Linus Nielsen... Fix compilation errors when building without SSL
2007-01-05 Daniel Stenberg- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc...
2007-01-05 Gisle VanemInclude <dos.h> for delay() on MSDOS.
2007-01-04 Daniel Stenbergprevent compiler warning since we use base64.h from...
2007-01-03 Daniel Stenbergone issue less before release
2007-01-03 Daniel Stenberg- David McCreedy made changes to allow base64 encoding...
2007-01-03 Daniel Stenbergnew year
2007-01-03 Daniel Stenberg- Matt Witherspoon fixed the flaw which made libcurl...
2007-01-02 Daniel Stenberg- Victor Snezhko helped us fix bug report #1603712
2007-01-02 Daniel Stenberg- Modified libcurl.pc.in to use Libs.private for the...
2006-12-31 Daniel Stenbergcurl_easy_cleanup kills this memory too
2006-12-29 Daniel Stenbergcurl_easy_duphandle() sets the magic number in the...
2006-12-25 Daniel Stenbergmention the no_proxy work
2006-12-22 Daniel Stenberg- Robert Foreman provided a prime example snippet showi...
2006-12-22 Daniel StenbergCurl_getinfo() now checks for a NULL SessionHandle...
2006-12-22 Daniel Stenberg- David McCreedy fixed a bad call to getsockname()...
2006-12-22 Daniel StenbergWhen setting a proxy with environment variables and...
2006-12-21 Daniel Stenbergminor indent fix
2006-12-21 Daniel Stenbergremoved unused variables
2006-12-21 Daniel StenbergRobson Braga Araujo reported bug #1618359
2006-12-21 Daniel StenbergCURLOPT_CAPATH is OpenSSL-only
2006-12-19 Daniel Stenberg* removed the SSH-based protocols as they are now being...
2006-12-19 Daniel Stenberg37. Having more than one connection to the same host...
2006-12-16 Daniel Stenbergrecv() doesn't take MSG_NOSIGNAL in its forth argument...
2006-12-16 Daniel StenbergBrendan Jurd provided a fix that now prevents libcurl...
2006-12-16 Daniel StenbergBrendan Jurd pointed out these typos
2006-12-15 Gisle VanemPlug more leaks.
2006-12-15 Gisle VanemFix typo.
2006-12-14 Daniel Stenbergminor syntax mistake
2006-12-14 Gisle VanemFree 'config->iface' if set.
2006-12-11 Gisle Vanemahost.exe needs getopt.obj.
2006-12-11 Daniel StenbergAlexey Simak found out that when doing FTP with the...
2006-12-11 Daniel StenbergPROT_CLOSEACTION doesn't have to be its own bit but...
2006-12-07 Daniel Stenbergfixed the printf formatting after I changed the type...
2006-12-06 Daniel Stenberg7.16.1 knows SFTP too
2006-12-06 Daniel Stenbergclarify --limit-rate somewhat: it might send away/recei...
2006-12-06 Daniel StenbergSebastien Willemijns reported bug #1603712
2006-12-05 Daniel StenbergStefan Krause pointed out a compiler warning with a...
2006-12-05 Daniel Stenbergremoved the final traces of the closepolicy option
2006-12-05 Daniel Stenbergupdate after today's work
2006-12-05 Daniel StenbergSh Diao reported that CURLOPT_CLOSEPOLICY doesn't work...
2006-12-05 Daniel StenbergJared Lundell filed bug report #1604956
2006-12-05 Daniel Stenbergbetter preprocessor check for recent MSVC versions
2006-12-05 Daniel StenbergCURLOPT_FORBID_REUSE works again with a cleaned up...
2006-12-05 Daniel Stenbergoops, fix belonging to the previous curl_getdate()...
2006-12-05 Daniel StenbergMartin Skinner brought back bug report #1230118 to...
2006-12-05 Daniel StenbergAlexey Simak filed bug report #1600447
2006-12-05 Daniel StenbergMatt Witherspoon fixed a problem case when the CPU...
2006-12-05 Daniel Stenbergcurl.dsmirror.nl is another mirror
2006-12-05 Daniel Stenbergfixed in CVS
2006-12-03 Daniel Stenbergfix the libssh2 include path somewhat when --with-libss...
2006-12-01 Daniel StenbergCURLOPT_CLOSEPOLICY can't be set
2006-12-01 Daniel StenbergToon Verwaest reported that there are servers that...
2006-11-30 Daniel Stenbergthe extra copy of downloads should be fixed too
2006-11-29 Daniel Stenbergtwo more
2006-11-29 Daniel StenbergIs CURLOPT_FORBID_REUSE broken?
2006-11-27 Daniel Stenbergadding notes of what to work on and fix before next...
2006-11-27 Daniel Stenbergno need to access it with conn->data since data is...
2006-11-25 Daniel Stenbergadded the new test 282
2006-11-25 Daniel StenbergVenkat Akella found out that libcurl did not like HTTP...
2006-11-25 Daniel StenbergJames Housley fixed SCP downloading by setting the...
2006-11-25 Yang TseMake sure RETSIGTYPE is properly defined
2006-11-24 Daniel StenbergJames Housley did lots of work and introduced SFTP...
2006-11-24 Yang TseDefine HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_AT...
2006-11-22 Daniel StenbergMichael Wallner fixed this problem: When I set domains...
2006-11-22 Daniel StenbergInstall ares_dns.h too
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-11-21 Daniel Stenbergnew french mirror
2006-11-20 Yang TseRevert ftpserver.pl back to revision 1.74 Adding change...
2006-11-20 Yang TseRevert runtests.pl back to revision 1.212
2006-11-20 Yang TseRevert ftp.pm back to revision 1.5 Adding copyright...
2006-11-20 Yang TseAdd some message logging
2006-11-20 Yang Tsestop slaves before stopping servers
2006-11-20 Yang TseRevert to KILL test servers until all test servers
2006-11-19 Daniel Stenberglog the sleep, like when done in test 190
2006-11-19 Daniel StenbergFrank Teo provided an updated, mostly docs changed
2006-11-19 Yang TseAvoid passing child pid and test server pid, using...
2006-11-19 Yang TseComment out the use of the "warnings" module now that...
2006-11-18 Daniel Stenbergnew ruby binding, new tclcurl release
2006-11-18 Yang TseAvoid keeping dupe pids When forked pid and test server...
next