summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* summary of the current outstanding issues for upcoming and the subsequentDaniel Stenberg2008-05-241-1/+21
* Christopher Palow's multi interface docs updatesDaniel Stenberg2008-05-242-11/+10
* Nikolai Kondrashov for his man page updateDaniel Stenberg2008-05-241-1/+1
* Nikolai Kondrashov provided a clarification for CURLOPT_HEADERFUNCTIONDaniel Stenberg2008-05-241-0/+6
* list all local sources the (demo) tools need, add a few missing scripts toDaniel Stenberg2008-05-231-6/+6
* this is not used (anymore)Daniel Stenberg2008-05-231-35/+0
* Added some more to do items and a known bug.Dan Fandrich2008-05-232-10/+44
* Dan Fandrich pointed out that this is the way we should increase the numberDaniel Stenberg2008-05-231-1/+1
* Made sure to pass longs in to curl_easy_setopt where necessary in theDan Fandrich2008-05-2236-88/+92
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-2228-61/+63
* we bump the SO "revision" for next release due to the new functions addedDaniel Stenberg2008-05-221-1/+1
* Fixed some include file problems on Windows reported by David RosenstrauchDan Fandrich2008-05-222-0/+6
* make sure the configure.ac file with the correct version number is shippedDaniel Stenberg2008-05-221-3/+3
* MSVC6+ clean-up targets must also remove acountry.exeYang Tse2008-05-221-1/+2
* sync with realityYang Tse2008-05-221-1/+7
* Renamed MSDOS_FILESYSTEM to avoid conflict with MIT GSSDan Fandrich2008-05-211-5/+5
* Removed some duplicated #includesDan Fandrich2008-05-212-6/+0
* fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when emptyYang Tse2008-05-212-6/+2
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-214-12/+2
* fix: socklen_t definition commentYang Tse2008-05-218-14/+8
* When unable to properly detect gethostbyname_r() usage, configureYang Tse2008-05-201-4/+12
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-204-376/+571
* Adapting last changes to OS400:Patrick Monnerat2008-05-2011-28/+230
* fix underquoting of AC_LANG_PROGRAM argumentsYang Tse2008-05-203-189/+189
* if'def out private function ares__tvdiff(), it is not in use yet.Yang Tse2008-05-202-0/+4
* update several macros using AC_TRY_LINK with AC_LINK_IFELSEYang Tse2008-05-203-163/+212
* - When trying to repeat a multi interface problem I fell over a few multiDaniel Stenberg2008-05-192-0/+18
* with pipelining disabled, the state should never be set to WAITDO but ratherDaniel Stenberg2008-05-191-29/+50
* when the multi handle was in DO and DOING states, the HTTP and HTTPS protocolDaniel Stenberg2008-05-191-2/+18
* change the code style to be more curlish, and changed some of the outputDaniel Stenberg2008-05-191-14/+19
* better select() function detection that worksYang Tse2008-05-192-33/+199
* fix socklen_t equivalent detection when cross compiling Windows targetYang Tse2008-05-192-26/+48
* if WINSOCK2 API is used link with 'ws2_32', elseYang Tse2008-05-192-7/+21
* on winsock systems linking is done using library 'ws2_32' whenYang Tse2008-05-182-32/+80
* minor change for wince-cegcc and wince-mingw32ce supportYang Tse2008-05-173-4/+4
* removed lots of warningsDaniel Stenberg2008-05-161-23/+29
* millisecond resolution support followupYang Tse2008-05-152-3/+3
* Included stdint.h to get the intptr_t type (needed on OpenBSD at least).Dan Fandrich2008-05-151-0/+1
* ten days with no further response or feedback, removing:Daniel Stenberg2008-05-151-3/+0
* Replaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".Gisle Vanem2008-05-151-4/+5
* sync with realityYang Tse2008-05-151-1/+12
* remove compilation time generated filesYang Tse2008-05-151-3/+2
* use same time source for timeout initialization and processingYang Tse2008-05-151-1/+4
* Reduced the required stack size.Dan Fandrich2008-05-142-3/+11
* Move the CURLDEBUG check after setup.h so it can be set there if necessary.Dan Fandrich2008-05-142-1/+7
* Improve toolchain detection for WinCE cross compilation:Yang Tse2008-05-142-10/+10
* remove duplicate checkYang Tse2008-05-141-2/+0
* skip checks for Windows specific header filesYang Tse2008-05-144-53/+109
* WinCE cross compilation adjustments:Yang Tse2008-05-142-4/+4
* wait for all 129 bytesDaniel Stenberg2008-05-131-1/+1