platform/upstream/curl.git
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...
2004-02-12 Daniel Stenbergstop doing the weirdo symlinks
2004-02-12 Daniel Stenbergremoved the subchar variable, it was only set and never...
2004-02-12 Daniel Stenbergremoved the ldaptext variable, it was only set and...
2004-02-12 Daniel Stenbergremoved the nth variable, it was only set and never...
2004-02-12 Daniel StenbergNo longer receive the return code in ConnectionKillOne...
2004-02-11 Daniel StenbergAndrés García's additional fix to make the OpenSSL...
2004-02-11 Daniel Stenberg#if-check for SIGALRM before assuming it is present
2004-02-11 Daniel Stenberguse libtoolize --force to overwrite existing (older...
2004-02-11 Daniel Stenberginstall ares_version.h as well
2004-02-11 Daniel StenbergDirk Manske's fix to install ares_version.h as well
2004-02-09 Daniel Stenbergmondays are busy days catching up with the patches...
2004-02-09 Daniel StenbergDominick Meglio's update
2004-02-09 Daniel Stenbergrecent updates
2004-02-09 Daniel StenbergModified the default HTTP Accept: header to only be...
2004-02-09 Daniel StenbergRemoved, this was only used to work out what went wrong...
2004-02-09 Daniel StenbergOops. I broke the flow with the previous commit.
2004-02-09 Daniel StenbergP R Schaffner updated this to work for 7.11.0
2004-02-09 Daniel StenbergDominick Meglio's added share interface documentation
2004-02-09 Daniel Stenbergremoved the state file renaming I accidentally left...
2004-02-09 Daniel Stenbergsome annoying compilers warn about "(void)foo;" lines...
2004-02-09 Daniel StenbergMake param2text() take an int argument, as that is...
2004-02-09 Daniel Stenberguse VAR_NONE instead of 0 in the table to prevent compi...
2004-02-09 Daniel Stenbergreturn 'res' to better discover test failures and to...
2004-02-09 Daniel StenbergUninitialized variable set.
2004-02-09 Daniel StenbergTor Arntsen's patch for working around a notorious...
2004-02-09 Daniel StenbergKen Rastatter's fixes to improve portability of this...
2004-02-06 Daniel Stenbergmingw configure fix, host: fix, compiler warnings in...
2004-02-06 Daniel Stenbergupdated with recent fixes
next