summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Curl_read() now returns a negative return code if EWOULDBLOCK or similarDaniel Stenberg2002-01-146-20/+53
* a memory leak when name lookup failed is now removedDaniel Stenberg2002-01-141-3/+4
* Remove erreaneous include, setup.h is included one line aboveSterling Hughes2002-01-141-2/+0
* Cris Bailiff found out that when the SSL session cache was filled, libcurlDaniel Stenberg2002-01-091-2/+3
* added a missing failf() before returning an error codeDaniel Stenberg2002-01-081-2/+4
* this seems to correct the SSL reading problem introduced when switchingDaniel Stenberg2002-01-081-5/+20
* added two typecasts to prevent compiler (gcc3) warningsDaniel Stenberg2002-01-081-2/+2
* 1) the dns_cache_timeout should be an integer, not a boolSterling Hughes2002-01-082-2/+3
* Add support for DNS cache timeouts via the CURLOPT_DNS_CACHE_TIMEOUT option.Sterling Hughes2002-01-083-13/+59
* As identified in bug report #495290, the last "name=value" pair in aDaniel Stenberg2002-01-071-0/+5
* the bool typedef is now made unsigned, to make sure it stays that on allDaniel Stenberg2002-01-071-1/+1
* removed silly check for >=0 of a supposedly unsigned value!Daniel Stenberg2002-01-071-1/+1
* Probably not necessary, but good practice.Sterling Hughes2002-01-071-0/+1
* Make cach'ing work with threads now, there are now three cases:Sterling Hughes2002-01-078-16/+86
* Modified to use non-blocking sockets all the time.Daniel Stenberg2002-01-072-7/+75
* added proper breaks in the switch()Daniel Stenberg2002-01-071-0/+2
* HTTP response 204 should be treated similar to 304, that is we must notDaniel Stenberg2002-01-071-7/+15
* added precautions to not go insane when two matching cookies end up in theDaniel Stenberg2002-01-071-1/+8
* Add hash and llist to VC dsp filesm2002-01-041-0/+8
* Add hash and llist to VC makefilesm2002-01-041-19/+20
* replaced printf() => Curl_sendf()Daniel Stenberg2002-01-041-29/+29
* removed a commented lineDaniel Stenberg2002-01-041-1/+0
* fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available.Daniel Stenberg2002-01-041-35/+34
* an unconditional occurance of inet_ntoa() now uses inet_ntoa_r() on allDaniel Stenberg2002-01-041-1/+13
* #include the local "inet_ntoa_r.h" file if no proto was found in the globalDaniel Stenberg2002-01-041-0/+4
* The buffer in ftp_pasv_verbose(), used for gethostbyaddr_r(), is now definedDaniel Stenberg2002-01-041-1/+5
* The FTP response lines are now passed to the function callback registered forDaniel Stenberg2002-01-041-4/+18
* merged the multi-dev branch back into MAIN againDaniel Stenberg2002-01-038-742/+925
* Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg2002-01-0311-29/+648
* minor changespre-host-cacheDaniel Stenberg2002-01-031-2/+2
* pass an 'int' as the third argument to bind()Daniel Stenberg2002-01-031-1/+1
* Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed.Daniel Stenberg2002-01-023-6/+7
* *cool* fix by Björn Stenberg, makes proxy transfers work better...! :-)Daniel Stenberg2001-12-201-0/+1
* If nobody is set we won't download any FTP file. If include_header is set,Daniel Stenberg2001-12-202-10/+21
* Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg2001-12-175-15/+220
* Marcus Webster's newly added CURLFORM_CONTENTHEADERDaniel Stenberg2001-12-142-15/+45
* minor changesDaniel Stenberg2001-12-132-11/+18
* solaris 2.5.1 needs the sys/types.h file before the sys/socket.hDaniel Stenberg2001-12-111-0/+3
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-118-22/+23
* corrected the comment above gmtime_rDaniel Stenberg2001-12-071-2/+0
* added gmtime_r checkDaniel Stenberg2001-12-071-1/+1
* Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assignDaniel Stenberg2001-12-051-1/+3
* Eric's #include fixes for better macos compilesDaniel Stenberg2001-12-044-4/+12
* i'm soooo funnyDaniel Stenberg2001-12-041-1/+1
* more commentsDaniel Stenberg2001-12-041-5/+10
* As Eric Lavigne pointed out, the ftp response reader MUST cache data thatDaniel Stenberg2001-12-032-17/+57
* Eric nailed a but in strnequal() for macintoshDaniel Stenberg2001-12-031-0/+3
* more careful re-use of connections when SSL is used over proxiesDaniel Stenberg2001-12-022-8/+14
* SM renamed the debug DLLDaniel Stenberg2001-12-021-1/+1
* disabling EPSV is now possibleDaniel Stenberg2001-11-291-0/+1