platform/upstream/curl.git
2007-08-07 Daniel Stenbergadd URL to more "generated public config.h" details
2007-08-07 Patrick MonneratSome #if --> #ifdef
2007-08-07 Dan FandrichFixed some icc compiler warnings.
2007-08-06 Gunter KnaufPeteris Krumins pointed out that MingW32 doesnt provide...
2007-08-06 Daniel Stenbergontributors from the 7.16.4 release notes and a removed...
2007-08-06 Daniel Stenbergremoved the rsaglue hint since it doesn't apply to...
2007-08-06 Daniel Stenbergwe now support GSS/Kerberos 5 for ftp file transfers!
2007-08-05 Daniel StenbergPatrick Monnerat updated the _FORM_DEBUG-enabled code...
2007-08-04 Gunter Knaufchanged to use libssh2 0.16;
2007-08-04 Daniel Stenberganother mirror
2007-08-04 Daniel StenbergPatrick Monnerat fixed curl_easy_escape() and curlx_str...
2007-08-04 Dan FandrichFixed a couple of compiler warnings.
2007-08-03 Dan FandrichRefactored CreateConnection() somewhat to reduce its...
2007-08-03 Gunter Knauffixed small fix issue I introduced with my previous...
2007-08-03 Gunter Knaufsome more makefile fixes/changes.
2007-08-03 James HousleyStart adding some expanded error conversion of libssh2...
2007-08-03 James HousleyThe previous commit to force the use of libssh2-0.16...
2007-08-03 Gunter Knaufchanged 'rm -f' to 'del /f' so it works without GnuUtil...
2007-08-03 Gunter KnaufPeteris Krumins pointed out some MingW32 related build...
2007-08-03 Gunter KnaufPeteris Krumins pointed out that the standard MingW32...
2007-08-03 Daniel StenbergSCP and SFTP support now requires libssh2 0.16 or later
2007-08-03 Daniel Stenbergremove left-over partly support for libssh2 0.14
2007-08-03 Daniel StenbergThe SSH code now only works with libssh2 0.16 or later...
2007-08-02 Daniel StenbergScott Cantor filed bug report #1766320
2007-08-02 Dan FandrichFixed a compiler warning.
2007-08-02 Daniel StenbergPatrick Monnerat's cleanup fix after my alloc-strings...
2007-08-02 Daniel StenbergDmitriy Sergeyev reported a regression: resumed file...
2007-08-02 Daniel Stenbergclarify that setting POSTFIELDS to NULL or "" is not...
2007-08-02 Daniel Stenbergargh, Greg Morse pointed out that the NTLM POST fix...
2007-08-01 Daniel StenbergPatrick Monnerat and I modified libcurl so that now...
2007-08-01 Daniel StenbergGreg Morse reported a problem with POSTing using ANYAUT...
2007-07-30 Daniel StenbergAIX 4 and 5 get to use non-blocking sockets
2007-07-30 Daniel StenbergPeter O'Gorman pointed out (and fixed) that the non...
2007-07-30 Daniel Stenbergusers should use the CURLMOPT_TIMERFUNCTION rather...
2007-07-30 Daniel Stenbergless blocking these days
2007-07-30 Daniel Stenbergupdated based on suggestion from Jeff Pohlmeyer
2007-07-30 Daniel StenbergPatrick Monnerat restored qssl successful compilation...
2007-07-30 Daniel Stenberggive credit to Greg Zavertnik
2007-07-30 Dan FandrichProperly set USE_SSL on OS/400
2007-07-30 Dan FandrichFixed compiler warning on non-SSL builds
2007-07-29 Daniel StenbergAdded "4.15 FTPS doesn't work" and updated a few other...
2007-07-29 Daniel StenbergBug report #1759542 (curl.haxx.se/bug/view.cgi?id=17595...
2007-07-27 Daniel Stenbergadded missing part for the qsossl support
2007-07-26 Daniel Stenbergadded initial pkg-config file (attempt)
2007-07-24 Dan FandrichRemoved unused variable.
2007-07-23 Daniel Stenberg#if that should be #ifdef
2007-07-23 Daniel StenbergImplemented the parts of Patrick Monnerat's OS/400...
2007-07-23 Dan FandrichImplemented only the parts of Patrick Monnerat's OS...
2007-07-23 Dan FandrichLog the "<CMD> wasn't handled" error normally since...
2007-07-23 Gunter Knaufadded 2 system libs necessary for linking OpenSSL 0...
2007-07-22 Daniel Stenbergfix mess added in my previous commit
2007-07-22 Daniel StenbergHTTP Digest auth fix on a re-used connection
2007-07-22 Daniel StenbergAdded test case 354 that makes a simple FTP retrieval...
2007-07-21 Daniel Stenbergtest and verify curl -I on a single FTP file somewhat...
2007-07-21 Daniel StenbergTo allow more flexibility in FTP test cases, I've remov...
2007-07-21 Daniel Stenbergnews
2007-07-21 Dan FandrichMake the pointers of a few static const arrays const...
2007-07-20 Gunter Knaufadded curl include for debug builds.
2007-07-20 Dan FandrichDocument pwd as an sftp quote command for curl(1),...
2007-07-20 Gunter Knaufadded lf to Win32 getpass_r() so that next output...
2007-07-20 Daniel StenbergPWD for SFTP is fixed
2007-07-20 Daniel Stenbergthe "libssh2 owns the memory don't free it" case
2007-07-20 Daniel StenbergRalf S. Engelschall filed bug report #1757328
2007-07-20 James HousleyFix a loop with PWD
2007-07-20 Dan FandrichMade some const arrays static to avoid unnecessary...
2007-07-19 Daniel Stenbergminor addition, re-count of the number of lines of...
2007-07-19 Daniel Stenberglibssh2 fix
2007-07-19 Dan FandrichRevert the 512 change since newer versions of OpenSSH...
2007-07-18 James HousleySFTP also supports PWD
2007-07-18 Dan FandrichAdded the list of sftp quote commands.
2007-07-18 James HousleyAs has been pointed out, err_msg should not be freed...
2007-07-18 Dan FandrichUse 512 bit keys to reduce the time taken to generate...
2007-07-17 Dan FandrichFixed test cases 613 and 614 by improving the log postp...
2007-07-17 Daniel StenbergJofell Gallardo posted a libcurl log using FTP that...
2007-07-16 Daniel Stenbergmake it do all three requests on the same connection
2007-07-16 Dan FandrichFixed some more simple compile warnings in the examples.
2007-07-16 Daniel Stenberg45. libcurl built to support ipv6 uses getaddrinfo...
2007-07-15 Daniel Stenbergconvert test case 540 to use a custom Host: header...
2007-07-15 Daniel Stenberglet's just export the whole argc + argv pair globally...
2007-07-15 Gunter Knaufmake users use the latest OpenSSL and Zlib libraries;
2007-07-14 Daniel Stenbergadded another SEE ALSO
2007-07-14 Daniel StenbergAdded test case 540 and lib540.c, the 'proxyauth.c...
2007-07-14 Daniel Stenbergadd support for arg3 as the third argument...
2007-07-14 Daniel Stenbergadd some better logging when HTTP server start fails...
2007-07-14 Gunter Knauffor now unless we do better fixed LIBSSH2_APINO compare...
2007-07-14 Daniel StenbergBrad House's fix to hish a win32 compiler warning
2007-07-14 Daniel Stenbergadded Vlad's entire description of his valgrind fix
2007-07-14 Daniel StenbergVlad Dinulescu fixed two outstanding valgrind reports
2007-07-13 Dan FandrichThe examples don't need access to curl internal source...
2007-07-13 Daniel StenbergColin Hogben filed bug report #1750274
2007-07-13 Daniel StenbergDaniel Cater added the mentioning of CURL_DISABLE_TFTP
2007-07-13 Daniel StenbergDaniel Cater: libcurl-errors needs updating to reflect...
2007-07-13 Daniel StenbergDaniel Cater made libcurl build with CURL_NO_OLDIES...
2007-07-13 Daniel StenbergDaniel Cater made the vc8-generating line use double...
2007-07-12 Daniel StenbergMade the krb5 code build with Heimdal's GSSAPI lib
2007-07-12 Dan FandrichFixed some compile warnings and errors and improved...
2007-07-12 Daniel Stenbergmake it compile fine
2007-07-12 Daniel Stenbergfix include path
2007-07-12 Dan FandrichCompile most of the example apps in docs/examples when...
2007-07-12 Daniel StenbergShmulik Regev found an (albeit rare) case where the...
next