summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* another example source addedcurl-7_9_3-pre1Daniel Stenberg2002-01-081-1/+1
* 7.9.3 pre-release commitDaniel Stenberg2002-01-083-3/+64
* non-blocking sockets, DNS caching updated, cookies corrected, bool is nowDaniel Stenberg2002-01-081-4/+18
* 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-084-13/+62
* 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-079-16/+89
* Modified to use non-blocking sockets all the time.Daniel Stenberg2002-01-072-7/+75
* VC++ makefile, HTTP 204, cookie fix, non-blocking socket for better SSLDaniel Stenberg2002-01-071-0/+15
* added proper breaks in the switch()Daniel Stenberg2002-01-071-0/+2
* Added David Bentham's notes about QNX and FD_SETSIZEDaniel Stenberg2002-01-071-3/+21
* 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
* -l lists all testsDaniel Stenberg2002-01-041-8/+19
* The former -c is "-C -" these daysDaniel Stenberg2002-01-041-3/+3
* dns cache, ftp response read, 64bit fixes, printf replaces, inet_ntoa_rDaniel Stenberg2002-01-041-0/+23
* 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
* multi stuff from the multi-dev branchDaniel Stenberg2002-01-032-1/+2
* multi interface example/test sources from the multi-dev branchDaniel Stenberg2002-01-034-0/+280
* 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-033-4/+11
* added required software and Guido Neitzer's Mac OS X build instructionsDaniel Stenberg2002-01-031-9/+31
* added a little percentage for "ok coverage"Daniel Stenberg2002-01-031-1/+2
* Changed how -I/--head works when --include is also used... Test case 104Daniel Stenberg2002-01-031-4/+17
* Philip Gladstone's fixesDaniel Stenberg2002-01-031-0/+4
* 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
* the changes from 1999 is now in CHANGES.1999Daniel Stenberg2001-12-211-835/+0
* moved the changes from 1999 into its own fileDaniel Stenberg2001-12-211-0/+835
* rewrote 3.9 to be more generic with more languages:Daniel Stenberg2001-12-211-15/+9
* spellDaniel Stenberg2001-12-211-2/+2
* recent fixesDaniel Stenberg2001-12-211-0/+18
* *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
* Added 4.5.6 "301 Moved Permanently", as a reply to bug report #495215Daniel Stenberg2001-12-191-1/+13
* Götz Babin-Ebell's contributed "simplessl.c" example source codeDaniel Stenberg2001-12-182-1/+112
* run automake lastDaniel Stenberg2001-12-181-1/+1