platform/upstream/curl.git
2004-10-19 Daniel StenbergCURLINFO_NUM_CONNECTS and more
2004-10-19 Gisle Vanemdjgpp has locale.h and setlocale().
2004-10-19 Gisle VanemAll Win compilers have locale.h + setlocale().
2004-10-19 Daniel Stenbergbug 1049275 fixes test 165
2004-10-18 Daniel StenbergPeter Wullinger pointed out that curl should call setlo...
2004-10-18 Daniel Stenbergstart over on 7.12.3
2004-10-18 Daniel Stenberg7.12.2
2004-10-17 Daniel Stenbergnew mirror
2004-10-16 Daniel Stenbergtoday's changes
2004-10-16 Daniel StenbergAlexander Krasnostavsky made the CURLOPT_FTP_CREATE_MIS...
2004-10-16 Daniel Stenberglibcurl leaked memory for cookies with the "max-age...
2004-10-16 Gisle VanemChanges for issue 50
2004-10-16 Gisle VanemOpen "debugit" in binary mode ("rb").
2004-10-16 Gisle VanemAdded Traian Nicolescu's patches for threaded resolver on
2004-10-14 Daniel StenbergEric Vergnaud pointed out that libcurl didn't treat...
2004-10-14 Daniel Stenberguse quotes to make gdb usage on this easier
2004-10-14 Daniel Stenberglet's fix this too
2004-10-13 Gisle VanemSet errno = ENOMEM on faild countcheck().
2004-10-13 Daniel Stenberg.NET binding
2004-10-12 Daniel Stenbergcorrection
2004-10-12 Daniel Stenberg#include "strerror.h" to get the strerror proto
2004-10-12 Daniel Stenbergrecent fixes
2004-10-12 Daniel Stenbergone item fixed, one added for 7.12.2 and two more for...
2004-10-12 Daniel Stenbergadd proper error message when send() fails
2004-10-11 Daniel Stenbergremoved trailing whitespace
2004-10-11 Daniel StenbergSO_NOSIGPIPE
2004-10-10 Daniel Stenberganother lame attempt to avoid the "warning: will never...
2004-10-10 Gisle VanemMSVC uses 'i64' suffix for 64-bit sizes.
2004-10-10 Daniel Stenbergattempt to make the configure output appear in the...
2004-10-10 Daniel Stenbergset the SIZEOF_LONG define to get the new lib/strtoofft...
2004-10-10 Daniel StenbergIf long is 8 bytes we can use strtol() to get 64 bit...
2004-10-10 Daniel StenbergPrevent a longjmp warning by moving the rc assign withi...
2004-10-10 Daniel StenbergUse LL suffix for long long constants if the compiler...
2004-10-10 Daniel StenbergIf long long is supported, check if [num]LL is supporte...
2004-10-08 Daniel Stenberg--enable-ares on AIX has problem
2004-10-08 Daniel StenbergUse 'struct lifreq' and SIOCGLIFADDR
2004-10-08 Daniel Stenbergkilled trailing whitespace
2004-10-08 Daniel Stenbergif basename was found, check for a prototype and if...
2004-10-08 Daniel Stenbergprevent warning with comparison between signed and...
2004-10-07 Daniel Stenberguse curlx_strnequal() from the private lib sources...
2004-10-07 Daniel Stenberguse curl_strnequal(), not strncasecmp()
2004-10-07 Daniel StenbergGisle's new fix, the old file:// leak
2004-10-07 Daniel Stenberguse tld_strerror() only if previously detected, since...
2004-10-07 Daniel Stenbergcheck for tld_strerror
2004-10-06 Gisle VanemAdded tld_check_name().
2004-10-06 Gisle VanemFixed tld_check_name(). idna_to_unicode_lzlz() should...
2004-10-06 Gisle VanemUSE_LIBIDN: Added Top-level-domain (TLD) check for...
2004-10-06 Daniel Stenbergtest resume and redirect
2004-10-06 Daniel StenbergChih-Chung Chang reported that if you use CURLOPT_RESUM...
2004-10-06 Gisle Vanem*** empty log message ***
2004-10-06 Daniel Stenbergupdates of today
2004-10-06 Daniel Stenbergavoid warnings on systems with this member set const
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-10-06 Daniel StenbergDan Fandrich fix for hosts that need both -lnsl and...
2004-10-06 Daniel Stenberguntabify
2004-10-05 Gisle Vanemdjgpp has basename()
2004-10-05 Daniel Stenbergminor edit to re-use a variable and to hopefully avoid...
2004-10-05 Daniel Stenbergrecent fixes
2004-10-05 Daniel Stenbergmake the given path to --with-libidn override any other...
2004-10-05 Daniel Stenbergavoid warning for unused variable
2004-10-05 Daniel Stenberguse idna_strerror() if it is available (only in libidn...
2004-10-05 Daniel StenbergOnly include libgen.h if we have a basename as well.
2004-10-05 Daniel Stenberglet our basename() be static
2004-10-04 Daniel Stenbergname mix fix
2004-10-04 Daniel Stenbergclosing in on release
2004-10-04 Daniel StenbergMade the dns entry remain locked while a connection...
2004-10-03 Daniel Stenbergset async.done to TRUE last in the addrinfo callback...
2004-10-03 Daniel StenbergReplaced the use of isspace() with our own version...
2004-10-03 Daniel Stenbergwhen building with libidn support, check for idna_strer...
2004-10-03 Daniel Stenbergadded info about how users get info (like the CURLcode...
2004-10-03 Daniel Stenbergremoved trailing whitespace
2004-10-02 Daniel StenbergGisle Vanem provided code that displays an error messag...
2004-10-02 Daniel Stenbergremoved weird preprocessor juggling not needed
2004-10-01 Daniel Stenbergsomeone should hit me
2004-10-01 Daniel StenbergAleksandar Milivojevic reported a problem in the Redhat...
2004-10-01 Daniel Stenbergfixed the basename() replacement, reported by Gisle
2004-10-01 Daniel Stenbergmention when this option was added
2004-10-01 Daniel Stenbergreflect the last few changes
2004-10-01 Daniel Stenberg- Based on Fedor Karpelevitch's formpost path basename...
2004-09-30 Daniel Stenberg- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_g...
2004-09-30 Daniel Stenbergkilled trailing whitespace
2004-09-30 Daniel StenbergGünter Knauf and Casey O'Donnell worked out an extra...
2004-09-30 Daniel StenbergJean-Philippe Barrette-LaPierre made buildconf run...
2004-09-30 Daniel Stenberg--max-redirs is _not_ -Z
2004-09-30 Daniel Stenberg48 - Harshal Pradhan's isspace() fix for 8bit cookie...
2004-09-30 Daniel Stenbergissue 47 - Peter Sylvester's patch related to the new...
2004-09-30 Daniel Stenbergfix the multi.h too
2004-09-30 Daniel Stenbergadded issue 45 "Chris' suspected race condition in...
2004-09-30 Daniel Stenbergadded five things I want fixed before the next release
2004-09-29 Daniel StenbergFixed an error message: we use CWD, we don't cd into...
2004-09-28 Daniel StenbergBertrand Demiddelaer fixed curl_easy_reset() so that...
2004-09-28 Daniel Stenberg- Henrik Stoerner fix: got a report that Tru64 Unix...
2004-09-28 Daniel Stenbergrecent stuff
2004-09-28 Daniel Stenbergmade pkg-config not get used if a path is given with...
2004-09-28 Daniel StenbergOnly active the engine code if ssl is enabled. This...
2004-09-26 Daniel Stenberg- Henrik Stoerner: found out that C-ARES does not look...
2004-09-26 Daniel StenbergDominick Meglio host file path discovery patch for...
2004-09-26 Daniel StenbergBen Greear's minor fix to build (better) with cross...
2004-09-25 Daniel Stenbergallow setting CURLOPT_SSLENGINE to NULL even if no...
2004-09-22 Daniel StenbergDan Fandrich patched three tests
next