platform/upstream/curl.git
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
2004-02-06 Daniel StenbergThe Curl_strtoll() issue
2004-02-06 Daniel Stenbergupdated
2004-02-06 Daniel StenbergRewrote the gethostbyname() check after Andrés García...
2004-02-06 Daniel StenbergAdded documentation of a few command line options that...
2004-02-06 Daniel StenbergA custom Host: header is only considered if the request...
2004-02-06 Daniel StenbergThe MIPSPro compiler complains on constructs such as...
2004-02-06 Daniel StenbergMake sure DynaGetFunction() returns a function pointer...
2004-02-06 Daniel StenbergRemove the attempt to detect if we already tested the...
2004-02-05 Daniel Stenbergnumerous things went in today
2004-02-05 Daniel Stenbergadded the missing stdin section
2004-02-05 Daniel StenbergAn attempt to only set both libz-related defines at...
2004-02-05 Daniel StenbergAndrés García's updates
2004-02-05 Daniel Stenbergif an empty 'transfer-encoding:' header is provided...
2004-02-05 Daniel StenbergMade a test that sends data on stdin to PUT, with a...
2004-02-05 Daniel StenbergGisle Vanem fixed a windows compiler warning
2004-02-05 Daniel Stenbergchanged the test() function to return type int
2004-02-05 Daniel Stenberginclude process.h to get the _getpid() proto
2004-02-05 Daniel Stenbergwhen using --enable-debug and gcc, provide the -Wno...
2004-02-05 Daniel Stenbergoptions we get as longs need to be typecasted when...
2004-02-05 Daniel Stenbergfix return type to silence compiler warnings
2004-02-05 Daniel Stenbergprevent warning from that picky MIPSpro compiler
2004-02-05 Daniel Stenbergcompiler warning fix, compare struct pointers of the...
2004-02-05 Daniel Stenberguse the timeout options when waiting for the server...
2004-02-05 Daniel Stenberghide the pack_hostent proto if ipv6 is enabled, as...
2004-02-05 Daniel StenbergFix the socklen_t type too. Needed only when built...
2004-02-04 Daniel Stenbergfixed "comparison between signed and unsigned" complaints
2004-02-04 Daniel Stenbergdon't use 'sin' as variable name as the picky compiler...
2004-02-04 Daniel Stenbergfixing
2004-02-04 Daniel Stenbergprevent a compiler warning about a macro definition
2004-02-04 Daniel Stenbergprevent the windows version to use global symbol names
2004-02-04 Daniel Stenbergwe use the more aggressive compiler warnings
2004-02-04 Daniel Stenbergmade more pointers unsigned, as they were mostly used...
2004-02-04 Daniel Stenbergtypecast comparision between signed and unsigned
2004-02-04 Daniel Stenbergtry_config() takes a second parameter as const, to...
2004-02-04 Daniel Stenbergtakes a void *, not a char * anymore
2004-02-04 Daniel Stenbergares_free_string() now takes a void * instead
2004-02-04 Daniel Stenbergdon't compare signed and unsigned
2004-02-04 Daniel Stenbergadded a tags target
2004-02-04 Daniel Stenbergnew configure file
2004-02-04 Daniel Stenberguse configure.ac instead of configure.in
2004-02-04 Daniel Stenbergstop a compiler warning
2004-02-03 Daniel Stenbergno one uses libcurl before 7.7 anyway...
2004-02-03 Daniel Stenberglibcares.a is here
2004-02-03 Daniel Stenberglink with libcares instead of libares
2004-02-03 Daniel StenbergWe now produce 'libcares.a' instead, to make it possibl...
2004-02-03 Daniel Stenbergthe configure and memdebug fixes of yday
2004-02-03 Daniel Stenbergthe unused quit-function didn't pass a correct variable...
2004-02-03 Daniel Stenbergadd link to the new cares web site
next