platform/upstream/curl.git
2005-01-17 Daniel Stenbergsupport the new --id command line option, that allows...
2005-01-17 Daniel Stenbergmention the name-prefix protocol guess thing
2005-01-17 Daniel Stenbergupdated the wording for -B/--use-ascii
2005-01-16 Daniel StenbergAlex aka WindEagle pointed out that when doing "curl...
2005-01-16 Daniel Stenbergmention --netrc in the -u description
2005-01-15 Gisle Vanemerrrno can by freak accident become EINTR on DOS or
2005-01-15 Daniel Stenbergoutput better error detection, like when ipv6 can't...
2005-01-14 Daniel StenbergAdded README.hostip
2005-01-14 Daniel Stenbergverify the protocol too
2005-01-13 Daniel StenbergInspired by Martijn Koster's patch and example source at
2005-01-12 Gisle VanemAdded dependencies.
2005-01-12 Gisle VanemAdded '-bd' option; target is a DLL.
2005-01-11 Daniel Stenbergsupport for retrieving used IP addresses
2005-01-11 Daniel StenbergDan Torop cleaned up a few no longer used variables...
2005-01-11 Gisle VanemRemoved CURLTOOLDEBUG. It caused libcurl_wc.dll
2005-01-11 Daniel StenbergRenamed easy.h and multi.h to easyif.h and multiif...
2005-01-11 Gisle Vanem".\lib\easy.h" shadows for <curl/easy.h> in Watcom.
2005-01-11 Gisle VanemFix '!if' expression.
2005-01-11 Gisle Vanem".\lib\multi.h" shadows for <curl/multi.h> in Watcom.
2005-01-11 Daniel StenbergCyrill Osterwalder posted a detailed analysis about...
2005-01-10 Daniel StenbergBruce Mitchener identified (bug report #1099640) the...
2005-01-10 Daniel StenbergUse Curl_easy_addmulti() to clear associations from...
2005-01-10 Daniel Stenbergedited wording
2005-01-10 Daniel StenbergPavel Orehov reported memory problems with the multi...
2005-01-10 Daniel StenbergHzhijun reported a memory leak in the SSL certificate...
2005-01-08 Gisle VanemNote about the static lib requirement; -DCURL_STATICLIB.
2005-01-08 Gisle VanemWatcom additions.
2005-01-08 Gisle VanemAdded Watcom targets.
2005-01-08 Gisle VanemNew file.
2005-01-08 Gisle VanemAdded Makefile.Watcom to EXTRA_DIST.
2005-01-07 Daniel Stenbergthree recent bug fixes
2005-01-07 Daniel Stenbergdisable the valgrind log checking
2005-01-07 Daniel Stenbergfixed the valgrind log check and make it possible to...
2005-01-07 Daniel Stenbergadded test 199
2005-01-06 Daniel Stenbergprevent a single byte read outside the string in test...
2005-01-06 Daniel Stenbergfixed #1097019, multiple GET posts (-G) error
2005-01-05 Daniel Stenbergrecent events
2005-01-04 Gisle VanemChanged curl.dll to libcurl.dll.
2005-01-04 Gisle VanemMinor comment fix.
2005-01-04 Daniel Stenbergjust narrowed some text to fit within 80 cols
2005-01-04 Gisle VanemRemoved _WIN32_WINNT to support IPv6 under Win-2K.
2005-01-03 Daniel StenbergMarty Kuhrt's VMS update
2005-01-02 Daniel Stenbergreverted the bad naming of the implib names
2005-01-02 Daniel StenbergAlex Neblett's minor update
2004-12-26 Daniel Stenbergnah, don't use the system's getpass() function since...
2004-12-25 Daniel Stenbergissue 54 - this takes sweat
2004-12-25 Daniel StenbergTest case 241 fails on all systems that support IPv6...
2004-12-25 Daniel Stenberg--protocols, license, src/config.h.in
2004-12-25 Daniel Stenberg./src/config.h.in is now removed from CVS. It is copied...
2004-12-25 Daniel StenbergMy reimplementation and cleanup of the getpass source...
2004-12-24 Daniel Stenbergmention the new --protocols
2004-12-24 Daniel StenbergDavid Shaw added --protocols, and thus the --feature...
2004-12-23 Dan FandrichAdded LDAP library issue.
2004-12-23 Daniel Stenbergrecent changes
2004-12-23 Daniel StenbergDavid Shaw fixed the disable variables so that curl...
2004-12-22 Daniel Stenbergissue 47 in next release?
2004-12-22 Daniel StenbergRune Kleveland fixed a minor memory leak for received...
2004-12-22 Daniel StenbergMarcin Konicki provided two configure fixes and a sourc...
2004-12-22 Dan FandrichC ensures that static variables are initialized to 0
2004-12-22 Daniel Stenbergadded CURLINFO_HTTP_CONNECTCODE
2004-12-22 Daniel Stenberguh, fixed!
2004-12-22 Daniel StenbergAdded: 4 protocols we _could_ support and the CONNECT...
2004-12-21 Daniel Stenbergmore about error codes
2004-12-21 Daniel Stenbergtest enforced chunked encoding with PUT on a local...
2004-12-21 Daniel StenbergAdded test case 217 that verified CURLINFO_HTTP_CONNECT...
2004-12-21 Daniel Stenbergoops, variables first then code
2004-12-21 Daniel StenbergPrevent failf() from using the va_list variable more...
2004-12-21 Daniel Stenbergmention how the FTP code should be fixed one day
2004-12-21 Daniel Stenberginclude sys/types.h before sys/select.h
2004-12-21 Daniel Stenbergset debug curl too when -c is used
2004-12-21 Daniel StenbergHow do I list the root dir of an FTP server?
2004-12-20 Dan FandrichFixed a compile warning introduced by making the protoc...
2004-12-20 Dan FandrichMake some more arrays of pointers const.
2004-12-20 Dan Fandrichgcc 2.7 can't handle a few warning options that gcc...
2004-12-20 Daniel Stenbergstart working on 7.12.4
2004-12-20 Daniel Stenbergand we start all over again
2004-12-20 Daniel Stenberg7.12.3
2004-12-19 Gisle VanemOpenSSL updates; get CA_BUNDLE from env. Assume no
2004-12-19 Gisle VanemRemove 'data' initialiser.
2004-12-19 Daniel Stenbergclarified a few changes
2004-12-19 Daniel Stenbergfixed the solaris pkcs12 build problem
2004-12-19 Daniel Stenbergif the pkcs12.h header exists, include it already in...
2004-12-19 Daniel Stenbergcheck for openssl/pkcs12.h
2004-12-18 Daniel StenbergSamuel Listopad added support for PKCS12 formatted...
2004-12-18 Daniel StenbergSamuel Listopad fixed -E to support "C:/path" (with...
2004-12-18 Daniel Stenbergmention the new cookie api plans
2004-12-18 Daniel StenbergJean-Marc Ranger pointed out that the returned data...
2004-12-17 Dan FandrichRenamed a variable to avoid conflict with a C++ reserve...
2004-12-17 Gisle VanemWatcom has strtoll().
2004-12-17 Gisle VanemWatcom uses 'i64' suffix.
2004-12-17 Gisle Vanem<windows.h> required for Watcom.
2004-12-17 Gisle Vanems/_write/write/g
2004-12-17 Gisle VanemFix calling convention of wlap32.dll function. Watcom
2004-12-17 Gisle VanemWatcom has 'struct timeval'.
2004-12-17 Gisle VanemAdd libidn.a and iconv libraries if USE_IDNA=1.
2004-12-17 Gisle VanemAdded option for using C-ares and libidn.
2004-12-17 Gisle Vanemgetdate.c is gone.
2004-12-17 Gisle VanemPrint true netrc name (.netrc/_netrc).
2004-12-17 Daniel Stenbergavoid an extra malloc
2004-12-17 Daniel Stenbergduplicate ! typo
next