aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-11stupid mistake rectified by Jeff PohlmeyerDaniel Stenberg
2006-09-10Compiler warning fixYang Tse
2006-09-10Compiler warning fixYang Tse
2006-09-10curl_multi_socket() fix thanks to Jeff's test codeDaniel Stenberg
2006-09-10 Jeff Pohlmeyer presented a *multi_socket()-using program that exposed aDaniel Stenberg
2006-09-10Added a useful debug function within #if 0. The function makes it easy toDaniel Stenberg
2006-09-10Added select_test() function to allow selecting on no sockets onGisle Vanem
2006-09-09SIGALARM -> SIGALRM.Gisle Vanem
2006-09-09#ifdef around alarmfunc() to supress warning.Gisle Vanem
2006-09-09iconv-data needs to be fully reallocated (to prevent a double-free).Gisle Vanem
2006-09-09Print usage in case 'arg2 == NULL'.Gisle Vanem
2006-09-09Duplicate iconv-data too in curl_easy_duphandle().Gisle Vanem
2006-09-09Compiler warning fixYang Tse
2006-09-09Michele Bini fixed how the hostname is put in NTLM packages. As serversDaniel Stenberg
2006-09-09tab => spaceDaniel Stenberg
2006-09-08Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. SomeDaniel Stenberg
2006-09-08signal() returns 'void (*)(int)'.Gisle Vanem
2006-09-08Mention that CURLOPT_MAX_RECV/SEND* were added in 7.15.5Daniel Stenberg
2006-09-08Update comment reflecting structure change.Gisle Vanem
2006-09-08removed the comment that isn't valid for this file, just a copy'n paste errorDaniel Stenberg
2006-09-08Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle.Gisle Vanem
2006-09-08test 530 is the first ever HTTP pipelining test for libcurlDaniel Stenberg
2006-09-08Compilation fixYang Tse
2006-09-07Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg
2006-09-07Fix compiler warningYang Tse
2006-09-06Invoke memanalyze from the source path and hush up about killing the FTPDaniel Stenberg
2006-09-05added some fresh new blurbDaniel Stenberg
2006-09-04spell fix and added JariDaniel Stenberg
2006-09-04Jari Sundell's minor cleanup, added comments and some extra error-checkingsDaniel Stenberg
2006-09-04I fell over a new libtool that starts with a newline so we need to fetchDaniel Stenberg
2006-09-04oops, we're on the .6 track nowDaniel Stenberg
2006-09-04proper creditDaniel Stenberg
2006-09-03- "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch thatDaniel Stenberg
2006-09-03Mohun Biswas' improvements and clarifications about the options and how to useDaniel Stenberg
2006-09-03Simplified #ifdef on WIN32; the statementGisle Vanem
2006-09-03Watcom lacks <sys/time.h>.Gisle Vanem
2006-08-31added missing testDaniel Stenberg
2006-08-31Dmitriy Sergeyev found and fixed a multi interface flaw when using asynchDaniel Stenberg
2006-08-30Added HAVE_SYS_TIME_H for djgpp and HighC.Gisle Vanem
2006-08-30Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem
2006-08-30Added support for more MS-DOS compilers.Gisle Vanem
2006-08-29Avoid Metaware's High-C warning "'=' encountered where '==' may have been int...Gisle Vanem
2006-08-29Watcom lacks <sys/time.h>.Gisle Vanem
2006-08-29Added support for Watcom/DOS.Gisle Vanem
2006-08-29Updated dependency section.Gisle Vanem
2006-08-29Don't include zlib headers in dependency output.Gisle Vanem
2006-08-29Renamed config.dj -> config.dos.Gisle Vanem
2006-08-29Use config.dos instead. Updated generated dependencies.Gisle Vanem
2006-08-29Removed. New file is config.dos.Gisle Vanem
2006-08-29Renamed config.dj -> config.dos. Added #ifdef-section for djgpp.Gisle Vanem