platform/upstream/curl.git
2004-02-26 Daniel Stenbergruntests.pl now provides the srcdir to the ftpserver...
2004-02-26 Daniel Stenbergmodified loadtest() to produce better error message...
2004-02-26 Daniel StenbergThe build logs were created in the "wrong" dir and...
2004-02-25 Daniel Stenbergtoday's work
2004-02-25 Daniel Stenbergtypecast to int when printfing CURLcode
2004-02-25 Daniel Stenberguse %ld when printfing longs
2004-02-25 Daniel Stenbergdisable the use of long double, we don't use it
2004-02-25 Daniel Stenbergif ares is present, run aclocal in that dir before...
2004-02-25 Daniel Stenbergadded the better debug option logic from curl by adding...
2004-02-25 Daniel StenbergBased on a patch by Greg Hewgill I modified how long...
2004-02-25 Daniel Stenbergset debug options when using the icc compiler
2004-02-25 Daniel Stenbergbetter formatting of the share options
2004-02-25 Daniel Stenbergmark the function name
2004-02-25 Daniel Stenbergadded CURLOPT_SHARE
2004-02-25 Daniel StenbergMoved most of the set-debug-options-depending-on-compil...
2004-02-25 Daniel StenbergOutput $CC and $CFLAGS as well. A Tor Arntsen patch.
2004-02-25 Daniel StenbergDon't check for HAVE_ defines in this header file,...
2004-02-25 Daniel Stenbergfix
2004-02-25 Daniel StenbergDan Fandrich fixed a minor flaw in Dominick's fix!
2004-02-23 Daniel Stenbergcheck for a few basic header files
2004-02-23 Daniel Stenberginclude sys/select.h
2004-02-23 Daniel Stenbergfixed some warnings in the (both new and old) base64...
2004-02-23 Daniel Stenbergfeatures no one seem to care much about are now moved...
2004-02-23 Daniel Stenbergmake newer MSCV7 compilers use _strtoi64() as a strtoll...
2004-02-23 Daniel Stenberglimit rate and windows timeouts
2004-02-23 Daniel Stenbergares_free_errmem is gone
2004-02-23 Daniel Stenbergunused and now removed
2004-02-23 Daniel StenbergRemoved getpass from here. The fact this still was...
2004-02-23 Daniel Stenbergcurl_off_t is 8 bytes big on windows
2004-02-23 Daniel Stenbergswitch the arguments according to the c source
2004-02-23 Daniel Stenbergoops, the decode() function got its arguments reversed...
2004-02-23 Daniel Stenbergcorrect the input data structs
2004-02-23 Daniel Stenberguse size_t to keep strlen() results
2004-02-23 Daniel Stenbergsimplied how create_hostcache_id() is used, and also...
2004-02-23 Daniel Stenbergadjusted to the modified base64 protos
2004-02-23 Daniel StenbergMore size_t cleanups in the base64 functions.
2004-02-23 Daniel StenbergThe base64 encode function now takes a size_t for size...
2004-02-23 Daniel Stenbergmore int vs long/size_t fixes after icc compiler warnings
2004-02-23 Daniel Stenbergmore int/long fixes after icc "remarks"
2004-02-23 Daniel Stenbergnext_id is an unsigned short, typecast the assign to...
2004-02-23 Daniel Stenbergtypecase the bitfiddling results since we get a long...
2004-02-23 Daniel Stenbergmake ares_expand_name() take a long * instead of an...
2004-02-23 Daniel Stenbergstrlen() returns a size_t, which might be larger than...
2004-02-23 Daniel Stenbergargh, use single-quotes instead of double ones to make...
2004-02-23 Daniel Stenberguse the proper source header, and set the version strin...
2004-02-23 Daniel Stenbergcd back to the root path before removing the build...
2004-02-22 Daniel StenbergDominick Meglio's fix for supporting multiple names...
2004-02-22 Daniel Stenbergthis code uses no long long, so we can have warnings...
2004-02-22 Daniel Stenbergthe missing part of Gisle Vanem's connect-timeout fix...
2004-02-21 Daniel Stenberg-Wno-format-nonliteral does not exist in my gcc 2.96...
2004-02-21 Daniel Stenbergmention in --limit-rate that --speed-limit might ruin...
2004-02-21 Daniel StenbergDavid Byron's fix to allow the speed-limit logic work...
2004-02-21 Daniel Stenbergadded some extra typecasts to prevent compiler warnings...
2004-02-21 Daniel Stenberginlcude krb4.h to get the proto for Curl_krb_kauth...
2004-02-20 Daniel StenbergGisle Vanem brings name resolving timeout possibilities...
2004-02-20 Daniel Stenbergthat icc attempt in configure
2004-02-20 Daniel StenbergSome compilers warn on completely empty source files...
2004-02-20 Daniel StenbergConvert functions to ANSI-style declaration to prevent...
2004-02-20 Daniel StenbergWhen the built-in manual is disabled, we generate a...
2004-02-20 Daniel StenbergNo longer support Z as a flag to print size_t, it isn...
2004-02-20 Daniel Stenbergcool.haxx.se, no longer sourceforge
2004-02-20 Daniel StenbergOnly use -Wstrict-prototypes with gcc 3.3 or later.
2004-02-20 Daniel Stenberginclude sys/select.h to prevent picky compiler warnings...
2004-02-20 Daniel Stenbergwe call the macro CURLMAX() isntead of MAX(), just...
2004-02-20 Daniel Stenbergoops, missed a define when I changed from Curl_ to...
2004-02-20 Daniel Stenbergfix protos to prevent warnings
2004-02-20 Daniel Stenbergadded getpart.h for the spitout() proto
2004-02-20 Daniel Stenberg%HTTPPORT supported in subVariables
2004-02-20 Daniel Stenbergmention what ports the test suite uses
2004-02-20 Daniel StenbergWhen trying to see if there's a friendly http server...
2004-02-19 Daniel Stenberg-Wcast-align is a bit too annoying
2004-02-19 Daniel StenbergAnything that looks like gcc 5.0 or more is no longer...
2004-02-19 Daniel Stenbergrefer to FILEFORMAT
2004-02-19 Daniel StenbergWhen --enable-debug is used, for every -I provided...
2004-02-19 Daniel StenbergTor Arntsen's tiny fix!
2004-02-19 Daniel Stenbergif not yacc or bison is found, check if we *really...
2004-02-19 Daniel Stenbergfixed the no-ssl version to return int as well
2004-02-19 Daniel Stenbergprovide protos to the functions to prevent warnings
2004-02-19 Daniel Stenbergtypecast the type to an int on return
2004-02-19 Daniel Stenbergreturn int from test()
2004-02-19 Daniel Stenbergprovide a test() proto
2004-02-19 Daniel Stenberguse a die and a log function to die and log texts
2004-02-19 Daniel Stenbergremove the build.log too at exit, and also use the...
2004-02-19 Daniel Stenbergvery minor phrase edit
2004-02-19 Daniel Stenbergfixes from the recent days
2004-02-19 Daniel Stenbergcheck for standard headers when --enable-debug is used
2004-02-19 Daniel StenbergDoug Porter's patch that changes the order of preferenc...
2004-02-19 Daniel StenbergIf --enable-debug is used and gcc, we figure out which...
2004-02-19 Daniel Stenbergitem 19 is considered fixed until we get to hear differ...
2004-02-19 Daniel StenbergUse the strtoofft.h header file from the lib directory...
2004-02-19 Daniel StenbergRemade to use curlx_-prefix. This means this function...
2004-02-18 Daniel StenbergAIX and Tru64 have what Tor calls "horribly broken...
2004-02-18 Daniel Stenbergremoved some "jhrg" from comments
2004-02-18 Daniel StenbergI removed the socklen_t requirement from memdebug.h...
2004-02-18 Daniel StenbergMade curl_accept() take a 'void *' instead of 'socklen_...
2004-02-18 Daniel StenbergModified curl_accept() to take a 'void *' in the 2nd...
2004-02-18 Daniel StenbergNo longer uses the 'ret' variable in the plain ipv4...
2004-02-18 Daniel StenbergThe --enable-debug option really requires this to be...
2004-02-18 Daniel Stenbergsimplified and better commented config.h include logic
2004-02-18 Daniel StenbergMake sure dns cache timeout -1 really means forever...
next