platform/upstream/curl.git
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...
2004-02-17 Daniel Stenbergfix the help text for --manual if built without manual
2004-02-17 Daniel Stenbergignore more
2004-02-17 Daniel Stenbergmemdebug build, 'make' no longer builds the demo tools
2004-02-17 Daniel Stenberg'make all' also builds the demos
2004-02-17 Daniel Stenberginclude ares_private.h to make sure we get the memdebug...
2004-02-17 Daniel StenbergIf CURLDEBUG is set we use the libcurl internal memdebu...
2004-02-16 Daniel Stenbergonly build adig and ahost if 'make demos' is used
2004-02-16 Daniel Stenbergsupport closesocket() for closing sockets as well,...
2004-02-16 Daniel StenbergMake realloc() support NULL as pointer. Made to allow...
2004-02-16 Daniel Stenbergitem 24 fixed, edited a few issues
2004-02-16 Daniel StenbergMake the 'areschannel' get created in the curl_easy_ini...
2004-02-16 Daniel Stenbergupdates
2004-02-16 Daniel Stenbergverbose-fix, socks5-fix, dnscache-fix, configure-winmml...
2004-02-16 Daniel StenbergFix verbosconnect() when ipv6-enabled to not assume...
2004-02-16 Daniel Stenbergremoved usage of a silly macro instead of the actual...
2004-02-16 Daniel StenbergJeff Lawson pointed out that we need to check for a...
2004-02-15 Daniel StenbergAndrés García added a check for lwinmm for Mingw/sys
2004-02-15 Daniel StenbergMark the dns entry 'inuse' properly even when used...
2004-02-15 Daniel Stenberganother case which should use CURLcode and not int
2004-02-15 Daniel StenbergUse the was_iface variable when binding a socket locall...
2004-02-15 Daniel Stenbergbind interface and large file fixes
2004-02-15 Daniel Stenbergrecent fixes
2004-02-15 Daniel Stenberg(void) functions we don't check the return code for
2004-02-15 Daniel StenbergCURLcode/int cleanup to reduce IRIX warnings
2004-02-15 Daniel Stenbergspell!
2004-02-15 Daniel Stenbergdon't assume we can use gcc 2.96+ options
2004-02-13 Daniel Stenbergin the socks code, make sure we receive Curl_read resul...
2004-02-13 Daniel Stenbergremoved usage of unset variables (by a function that...
2004-02-13 Daniel Stenbergreturn an int
2004-02-13 Daniel Stenbergreturn an int, not a CURLcode
2004-02-13 Daniel Stenberguse CURLcode, not int, prevents picky compilers to...
2004-02-13 Daniel Stenbergthe now and start variables were never really used
2004-02-13 Daniel StenbergBen Greear's SO_BINDTODEVICE patch that binds to a...
2004-02-13 Daniel StenbergTor Arntsen made the ares build warnings etc get includ...
2004-02-13 Daniel StenbergGreg Hewgill found out 'contentlength' wasn't big enoug...
2004-02-13 Daniel Stenbergmake the path const
2004-02-13 Daniel StenbergI made the same fix here, that Tor already did in the...
2004-02-13 Daniel StenbergTor Arntsen's fix for the bad (64bit wise) typecast...
2004-02-12 Daniel StenbergMake hostcache_fixoffset() take a long for offset,...
2004-02-12 Daniel Stenbergup to date with recent fixes
2004-02-12 Daniel StenbergIf no nroff tool is found, or if no command line switch...
2004-02-12 Daniel Stenbergsupport configure --disable-manual
2004-02-12 Daniel Stenbergadded --enable/disable-manual
2004-02-12 Daniel Stenbergno need to run make test in the data dir anymore
2004-02-12 Daniel Stenbergprovide a source path to the servers to make them find...
next