platform/upstream/curl.git
2004-11-02 Daniel Stenbergrecent changes
2004-11-02 Daniel Stenberguse ifdef not if
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-11-02 Daniel Stenbergdocumented the current --retry options
2004-11-02 Daniel Stenbergmodified to not use realloc() on a NULL pointer
2004-11-01 Daniel StenbergWhen cross-compiling, the configure script no longer...
2004-10-28 Gisle VanemFixed _write() arguments.
2004-10-28 Gisle Vanem*** empty log message ***
2004-10-28 Daniel Stenberguse longs
2004-10-27 Daniel StenbergDan Fandrich's gzip handling fix
2004-10-27 Daniel StenbergAdded --retry and --retry-delay first attempt with...
2004-10-27 Daniel Stenberglog client disconnects
2004-10-26 Daniel StenbergTesting to define _REENTRANT unconditionally in here.
2004-10-26 Daniel Stenbergmention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH...
2004-10-26 Daniel Stenbergmention incompatibilities with ares
2004-10-25 Daniel StenbergTomas Pospisek filed bug report #1053287 that proved...
2004-10-25 Daniel Stenbergjust nicer output when this is seen
2004-10-25 Daniel Stenbergthe array sizes _can_ differ and the arrays can still...
2004-10-25 Daniel Stenbergformat update
2004-10-24 Daniel StenbergMohun Biswas found out that formposting a zero-byte...
2004-10-24 Daniel Stenbergignore this
2004-10-24 Daniel Stenbergmaketgz now creates a ares_version.h.dist file with...
2004-10-21 Daniel StenbergDan Fandrich's better ifdef for include fix
2004-10-20 Daniel Stenberg1.2.1 release time
2004-10-19 Daniel Stenbergthis change was reverted since it broke on solaris
2004-10-19 Daniel Stenbergiconv 2.1.3 is considered bad for test case 165
2004-10-19 Daniel Stenbergrevert the charset fix as it broke the solaris tests...
2004-10-19 Daniel StenbergRalph Mitchell fixed: input field with NAME= and VALUE...
2004-10-19 Daniel StenbergAlexander Krasnostavsky made it possible to make FTP...
2004-10-19 Daniel Stenbergsnart isn't really used these days so we cut out the...
2004-10-19 Daniel Stenbergadded num_connects
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...
next