summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-2433-144/+564
* decided to skip the MSVC makefile fixes, nobody seems to really want themDaniel Stenberg2004-11-241-3/+0
* Andrés García fixed the configure script to detect select properly when runDaniel Stenberg2004-11-242-0/+18
* Clarify the static vs. import lib issue on Win32.Gisle Vanem2004-11-241-1/+17
* added a bunch of people who really deserve to be hereDaniel Stenberg2004-11-231-0/+10
* oops, use the precheck too!Daniel Stenberg2004-11-231-1/+6
* cut out release with no issue to fixDaniel Stenberg2004-11-231-2/+0
* introducing the client/precheck concept to allow test 518 to *only* run whenDaniel Stenberg2004-11-233-12/+49
* yet another bindingDaniel Stenberg2004-11-232-1/+13
* David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg2004-11-226-11/+99
* trying a version with URLs for all function callsDaniel Stenberg2004-11-221-0/+5
* issue 52 is fixed, I work on 51Daniel Stenberg2004-11-221-4/+2
* removed trailing whitespaceDaniel Stenberg2004-11-221-4/+4
* removed unused variable and trailing whitespaceDaniel Stenberg2004-11-221-8/+7
* remove curl_ prefix from functions not present in libcurlDaniel Stenberg2004-11-221-7/+7
* re-indented to curl styleDaniel Stenberg2004-11-221-325/+351
* renamed curl_thread to my_thread to avoid confusionDaniel Stenberg2004-11-221-2/+2
* add URLs in comments for all libcurl function callsDaniel Stenberg2004-11-221-0/+35
* Curl_select's timeout arg is an intDaniel Stenberg2004-11-222-2/+2
* the FD_SETSIZE problem is fixedDaniel Stenberg2004-11-211-4/+0
* The FD_SETSIZE issue is already sorted, at least internally. We still needDaniel Stenberg2004-11-211-3/+0
* added comment for windows people about READFUNCTION being neededDaniel Stenberg2004-11-211-0/+6
* Dan Fandrich fix to compile with libc5Daniel Stenberg2004-11-201-0/+7
* Enable >2GB files for MingW.Gisle Vanem2004-11-191-1/+1
* Suppress signed vs. unsigned warnings on Win32Gisle Vanem2004-11-192-5/+7
* Curl_select() now uses curl_socket_t on socket argumentsDaniel Stenberg2004-11-192-5/+3
* ifdef for portable "/dev/null".Gisle Vanem2004-11-191-2/+8
* Winsock sockets are not in range 0..FD_SETSIZE.Gisle Vanem2004-11-191-2/+8
* add select.objDaniel Stenberg2004-11-191-0/+1
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-1916-180/+468
* Dan Fandrich fix: eliminates some pedantic CodeWarrior compiler warnings andDaniel Stenberg2004-11-184-9/+14
* Added revision tag.Gisle Vanem2004-11-161-0/+2
* Added README.httpauth to the distDaniel Stenberg2004-11-161-7/+7
* saved for the futureDaniel Stenberg2004-11-161-0/+69
* mention the openssl callbacks for SSL multithreadDaniel Stenberg2004-11-161-10/+16
* added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg2004-11-154-2/+100
* tiny format fix for nicer man outputDaniel Stenberg2004-11-151-1/+1
* clean up start time and t_startsingle use so that redirect_time works properlyDaniel Stenberg2004-11-156-16/+28
* new -w variables supportedDaniel Stenberg2004-11-152-0/+23
* Added top_srcdir.Gisle Vanem2004-11-151-0/+2
* Added revision id, test for USE_ARES.Gisle Vanem2004-11-151-5/+13
* binding for RDaniel Stenberg2004-11-151-2/+7
* Changes for static/dynamic linking of libcurl.Gisle Vanem2004-11-141-15/+13
* Borland doesn't have <sys/utime.h>, utime() norGisle Vanem2004-11-142-1/+8
* Borland doesn't have <sys/utime.h> nor utime().Gisle Vanem2004-11-141-1/+5
* Static lib is libcurl.lib and import lib libcurl_imp.lib.Gisle Vanem2004-11-141-17/+22
* Dan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for older gcc versions sinceDaniel Stenberg2004-11-131-2/+4
* MingW/djgpp: Use GNU make's internal 'cd' to avoid shell-troubles.Gisle Vanem2004-11-131-8/+8
* Fix location of timeval.c.Gisle Vanem2004-11-131-2/+2
* Update comment.Gisle Vanem2004-11-131-1/+1