summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removed some "jhrg" from commentsDaniel Stenberg2004-02-181-4/+3
* I removed the socklen_t requirement from memdebug.h, so we don't need toDaniel Stenberg2004-02-181-48/+0
* Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rdDaniel Stenberg2004-02-182-2/+3
* Modified curl_accept() to take a 'void *' in the 2nd argument instead ofDaniel Stenberg2004-02-182-3/+12
* No longer uses the 'ret' variable in the plain ipv4-version ofDaniel Stenberg2004-02-181-20/+27
* The --enable-debug option really requires this to be built as part of curl.Daniel Stenberg2004-02-181-2/+52
* simplified and better commented config.h include logicDaniel Stenberg2004-02-181-6/+4
* Make sure dns cache timeout -1 really means forever, as it is documented toDaniel Stenberg2004-02-181-0/+5
* fix the help text for --manual if built without manualDaniel Stenberg2004-02-171-3/+7
* ignore moreDaniel Stenberg2004-02-171-1/+1
* memdebug build, 'make' no longer builds the demo toolsDaniel Stenberg2004-02-171-0/+9
* 'make all' also builds the demosDaniel Stenberg2004-02-171-4/+4
* include ares_private.h to make sure we get the memdebug stuff includedDaniel Stenberg2004-02-173-1/+4
* If CURLDEBUG is set we use the libcurl internal memdebug system to trackDaniel Stenberg2004-02-171-0/+8
* only build adig and ahost if 'make demos' is usedDaniel Stenberg2004-02-161-1/+3
* support closesocket() for closing sockets as well, as then we can use thisDaniel Stenberg2004-02-161-0/+3
* Make realloc() support NULL as pointer. Made to allow us to use these routinesDaniel Stenberg2004-02-161-3/+6
* item 24 fixed, edited a few issuesDaniel Stenberg2004-02-161-8/+3
* Make the 'areschannel' get created in the curl_easy_init() and re-use thatDaniel Stenberg2004-02-162-25/+26
* updatesDaniel Stenberg2004-02-161-3/+9
* verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fixDaniel Stenberg2004-02-161-0/+13
* Fix verbosconnect() when ipv6-enabled to not assume that conn->serv_addrDaniel Stenberg2004-02-161-13/+23
* removed usage of a silly macro instead of the actual functions memcpyDaniel Stenberg2004-02-161-8/+4
* Jeff Lawson pointed out that we need to check for a '5' in the version fieldDaniel Stenberg2004-02-161-1/+18
* Andrés García added a check for lwinmm for Mingw/sysDaniel Stenberg2004-02-151-0/+19
* Mark the dns entry 'inuse' properly even when used from the cache. ThisDaniel Stenberg2004-02-151-3/+11
* another case which should use CURLcode and not intDaniel Stenberg2004-02-151-2/+2
* Use the was_iface variable when binding a socket locally, even if noDaniel Stenberg2004-02-151-14/+11
* bind interface and large file fixesDaniel Stenberg2004-02-151-1/+4
* recent fixesDaniel Stenberg2004-02-151-0/+29
* (void) functions we don't check the return code forDaniel Stenberg2004-02-151-2/+2
* CURLcode/int cleanup to reduce IRIX warningsDaniel Stenberg2004-02-151-7/+11
* spell!Daniel Stenberg2004-02-151-1/+1
* don't assume we can use gcc 2.96+ optionsDaniel Stenberg2004-02-151-1/+3
* in the socks code, make sure we receive Curl_read results in ints andDaniel Stenberg2004-02-131-8/+9
* removed usage of unset variables (by a function that does nothing!)Daniel Stenberg2004-02-132-8/+2
* return an intDaniel Stenberg2004-02-131-1/+1
* return an int, not a CURLcodeDaniel Stenberg2004-02-131-1/+1
* use CURLcode, not int, prevents picky compilers to warnDaniel Stenberg2004-02-131-1/+1
* the now and start variables were never really usedDaniel Stenberg2004-02-131-4/+0
* Ben Greear's SO_BINDTODEVICE patch that binds to a network interface "evenDaniel Stenberg2004-02-131-2/+32
* Tor Arntsen made the ares build warnings etc get included as wellDaniel Stenberg2004-02-131-1/+1
* Greg Hewgill found out 'contentlength' wasn't big enough to hold a large file!Daniel Stenberg2004-02-131-1/+1
* make the path constDaniel Stenberg2004-02-131-1/+1
* I made the same fix here, that Tor already did in the ftp.c code. To makeDaniel Stenberg2004-02-131-2/+3
* Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime()Daniel Stenberg2004-02-131-2/+3
* Make hostcache_fixoffset() take a long for offset, to fully work with 64bitDaniel Stenberg2004-02-121-4/+4
* up to date with recent fixesDaniel Stenberg2004-02-121-3/+9
* If no nroff tool is found, or if no command line switch to nroff that convertsDaniel Stenberg2004-02-121-11/+23
* support configure --disable-manualDaniel Stenberg2004-02-123-15/+26