platform/upstream/curl.git
2004-02-27 Daniel Stenbergupdated with recent events
2004-02-27 Daniel Stenbergissue 21 is now history
2004-02-27 Daniel StenbergJoe Halpin made the FTP code send 'QUIT' on the control...
2004-02-26 Daniel Stenbergwe need to hide this warning since it otherwise appears...
2004-02-26 Daniel StenbergKill the server when this test is done, as other FTP...
2004-02-26 Daniel Stenbergfixed a "comparison between signed and unsigned" warning
2004-02-26 Daniel StenbergDavid Byron's fixes to make the latest curl build fine...
2004-02-26 Daniel Stenbergthis works like buildconf + configure does on unixes
2004-02-26 Daniel Stenbergadjusted to work with the modified fopen() line and...
2004-02-26 Daniel StenbergGisle Vanem's added support calloc()-debugging and...
2004-02-26 Daniel Stenberguse calloc instead of malloc and we won't have to memse...
2004-02-26 Daniel StenbergWhen this is verified to be a CVS tree, we remove the...
2004-02-26 Daniel StenbergClear up int/long/size_t/ssize_t usage a bit
2004-02-26 Daniel Stenbergminor fixes to avoid MIPSPro pedantic warnings
2004-02-26 Daniel Stenbergdon't mix int and size_t, it generates warnings!
2004-02-26 Daniel StenbergMake icc ignore "invalid format string conversion"...
2004-02-26 Daniel Stenberguse %ld when printf()ing long variables (and removed...
2004-02-26 Daniel Stenbergadded the ever-present source header
2004-02-26 Daniel StenbergDon't call the lock/unlock functions if they are NULL...
2004-02-26 Daniel StenbergUse __INTEL_COMPILER instead of __ICC to the cpp to...
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()
next