platform/upstream/curl.git
2004-12-13 Gisle VanemSupport for "--engine list" option.
2004-12-13 Gisle VanemAdded handling of CURLINFO_SSL_ENGINES;
2004-12-13 Gisle VanemHandle new type CURLINFO_SLIST.
2004-12-13 Gisle VanemAdded CURLcode CURLE_SSL_ENGINE_INITFAILED,
2004-12-13 Gisle VanemFixed missing braces warning.
2004-12-13 Daniel Stenberglarge file file:// resumes on windows
2004-12-13 Daniel StenbergGisle's fix for resuming large file:// files on windows...
2004-12-13 Daniel StenbergDan Fandrich did minor corrections to his SSL cleanup...
2004-12-13 Daniel StenbergDan Fandrich added libcurl.pc.in to the dist
2004-12-12 Daniel Stenbergwhen failing to verify a HTTP server, display what...
2004-12-12 Gisle VanemMissing 'in6addr_any' in MingW's lib. ld bug?
2004-12-11 Daniel Stenbergmodified to use the current error code name, not the...
2004-12-11 Daniel Stenbergundef more obsolete defines if CURL_NO_OLDIES is defined
2004-12-11 Daniel StenbergHTTP IPv6 support added to the test suite
2004-12-11 Daniel Stenbergprovide an error string when resuming fails - and use...
2004-12-11 Daniel Stenbergfixed error message
2004-12-11 Daniel StenbergDan Fandrich:
2004-12-11 Daniel StenbergDan F's initial pkg-config file (not installed yet)
2004-12-11 Daniel Stenbergmention the maybe-missing initial zero in the vernum...
2004-12-10 Daniel StenbergDan Fandrich: added some missing files. "I can't try...
2004-12-10 Daniel StenbergDan Fandrich corrects spelling mistakes
2004-12-10 Daniel StenbergDan Fandrich extended the cross compile section and...
2004-12-10 Daniel Stenberguntabified
2004-12-10 Daniel Stenbergusername and IPv6 numerical address URL parser fix
2004-12-10 Daniel StenbergDavid Byron's debug build fix
2004-12-10 Daniel Stenbergmove the port number extraction to after the extraction...
2004-12-10 Daniel Stenbergtwo new test cases for proxy-CONNECT with NTLM (one...
2004-12-10 Daniel Stenbergdon't try the rewind if no http struct is allocated yet
2004-12-10 Daniel Stenbergconfigure and curl-config fixes
2004-12-10 Daniel StenbergAdded two chapters: Custom Request Elements and Debug.
2004-12-09 Daniel Stenbergignore the getpart tool
2004-12-09 Daniel Stenbergclose the connection when a bad test number was requested
2004-12-09 Daniel StenbergTon Voon provided a configure fix that should fix the...
2004-12-09 Daniel StenbergBryan Henderson pointed out in bug report #1081788...
2004-12-08 Daniel Stenbergupdate the version numbers in the libcurl.plist automat...
2004-12-08 Daniel StenbergMatt Veenstra updated to 7.12.3. Starting now, we'll...
2004-12-08 Daniel StenbergMatt Veenstra:
2004-12-07 Daniel StenbergRene Bernhardt found and fixed a buffer overrun in...
2004-12-07 Daniel Stenbergminor updates
2004-12-07 Daniel StenbergNORECURSE clarification, minor formatting update
2004-12-07 Daniel StenbergCURLFTPSSL_ALL should make sure that the transfer fails...
2004-12-06 Daniel StenbergFixed so that the final error message is sent to the...
2004-12-06 Daniel StenbergGisle Vanem's fix for better info messages when failing...
2004-12-06 Gisle Vanem'crypto_engine' not used.
2004-12-06 Gisle VanemReplace MINGW32 with built-in __MINGW32__.
2004-12-06 Daniel StenbergHTTP PUT a to a FTP URL with username+password - over...
2004-12-05 Daniel StenbergDan Fandrich added the --disable-cookies option to...
2004-12-05 Daniel StenbergRichard Atterer fixed libcurl's way of dealing with...
2004-12-03 Daniel StenbergCURLOPT_FTPSSLAUTH was added in 7.12.2
2004-12-03 Daniel Stenbergcredit where credit is due
2004-12-03 Daniel StenbergBug report #1078066: when a chunked transfer was pre...
2004-12-02 Daniel Stenbergmade the intended one hour default timeout in the CONNE...
2004-12-02 Daniel Stenbergcomment cleanup
2004-12-02 Daniel Stenbergtest 206 - HTTP proxy CONNECT auth Digest
2004-12-02 Daniel Stenbergadded comment about port number in CONNECT string being...
2004-12-02 Daniel Stenbergprevent an initial "(nil)" to get sent in the initial...
2004-12-01 Gisle VanemUse "HAVE_SYS_TYPES_H".
2004-12-01 Daniel Stenbergmake the "check" actually open all those file desciptor...
2004-11-30 Gisle Vanemalarm() works unreliable on djgpp 2.03. Don't use it.
2004-11-30 Daniel Stenbergrecent changes
2004-11-30 Daniel Stenbergfixed test case errors
2004-11-30 Daniel Stenbergthree new compress test cases
2004-11-30 Daniel StenbergFixed the array comparison function even more, made...
2004-11-30 Daniel StenbergDan Fandrich's fix for libz 1.1 and "extra field" usage...
2004-11-30 Daniel Stenbergno longer use the MIME::Base64.pm package as it seems...
2004-11-29 Daniel Stenbergadded test 221 to test a broken gzip content download
2004-11-29 Daniel Stenbergadded test 220 - simple gzip auto decompress
2004-11-29 Daniel Stenberg--disable-epsv when connecting to an IPv6 ftp server
2004-11-29 Daniel Stenbergremoved comment
2004-11-29 Daniel Stenberginclude setup.h first
2004-11-29 Daniel StenbergAs reported in Mandrake's bug tracker bug 12285
2004-11-29 Daniel Stenbergzero terminate the buffer spitout() returns, as the...
2004-11-29 Daniel Stenbergmake it possible for a test case to depend on the featu...
2004-11-29 Daniel Stenbergkilled trailing whitespace
2004-11-29 Daniel StenbergEnable test cases to provide sections base64-encoded...
2004-11-29 Daniel Stenbergutility to base encode data passed on stdin
2004-11-29 Daniel Stenbergstricter newline policy
2004-11-29 Daniel Stenbergspell
2004-11-29 Daniel Stenbergif gmtime() returns NULL, this returns -1 to bail out...
2004-11-28 Daniel Stenbergremoved one we won't do, removed the CWD optimize as...
2004-11-28 Daniel Stenbergadd more info to the stderr output
2004-11-27 Daniel Stenbergtypecast the coversion from long to int
2004-11-26 Daniel Stenbergprogress meter newline
2004-11-26 Gisle VanemI changed my mind. Remove ioctl() macro in setup.h...
2004-11-26 Gisle VanemAdded anyauthput.exe.
2004-11-26 Gisle VanemRenamed urldata.h members 'ioctl*' to 'ioctrl*' due to
2004-11-26 Daniel StenbergAs reported in Mandrake's bug tracker bug 12289
2004-11-26 Daniel Stenbergremoved no longer used variable
2004-11-26 Daniel Stenberglast-second-before-commit changes corrected
2004-11-25 Daniel StenbergFTP improvements:
2004-11-25 Daniel Stenbergmade the code fit within 80 cols
2004-11-24 Daniel Stenbergmingw _has_ a ftruncate() but it doesn't work with...
2004-11-24 Gisle VanemProvide a 64-bit capable ftruncate(). MingW has one...
2004-11-24 Daniel Stenbergadded missing new error string
2004-11-24 Daniel Stenbergmingw has a ftruncate() function
2004-11-24 Daniel StenbergHTTP "auth done right". See lib/README.httpauth
2004-11-24 Daniel Stenbergdecided to skip the MSVC makefile fixes, nobody seems...
2004-11-24 Daniel StenbergAndrés García fixed the configure script to detect...
2004-11-24 Gisle VanemClarify the static vs. import lib issue on Win32.
2004-11-23 Daniel Stenbergadded a bunch of people who really deserve to be here
next