summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg2004-04-075-17/+60
* New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg2004-04-066-41/+92
* the pack_hostent() proto isn't used/needed with ipv6 is enabled.Daniel Stenberg2004-04-061-1/+6
* Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan.Daniel Stenberg2004-04-061-32/+41
* Added the curl source header and changed some commentsDaniel Stenberg2004-04-061-6/+24
* Gisle Vanem caught me breaking the windows version of Curl_strerror()Daniel Stenberg2004-04-061-1/+3
* provide these functions as curlx_* ones as this enables the curl app toDaniel Stenberg2004-04-062-6/+21
* up-to-date with realityDaniel Stenberg2004-04-061-30/+27
* remove the general use of sys_nerrDaniel Stenberg2004-04-061-22/+34
* Dirk Manske's feedback:Daniel Stenberg2004-04-021-10/+8
* Andrés García's updated mingw makefilesDaniel Stenberg2004-04-021-1/+1
* Dirk Manske's fix that makes sure we cancel the ares resolve when we time outDaniel Stenberg2004-04-011-1/+6
* removed my previously attempted fix for ares timeouts, not neededDaniel Stenberg2004-04-011-10/+0
* Use the new HAVE_NI_WITHSCOPEID define instead of merely checking for theDaniel Stenberg2004-03-312-2/+2
* Roy Shan fixed a case that prevented ares name resolve timeouts to occur.Daniel Stenberg2004-03-311-2/+3
* Remove the elapsed time from the most recent select() only.Daniel Stenberg2004-03-311-1/+1
* The asynch name resolve methods now all use CURL_TIMEOUT_RESOLVE forDaniel Stenberg2004-03-311-6/+10
* Dirk Manske found out the Curl_wait_for_resolv() timed out too early.Daniel Stenberg2004-03-311-13/+7
* added include to fix warningDaniel Stenberg2004-03-311-0/+1
* * Fixed a memory leak when doing repeated re-negotiations.Daniel Stenberg2004-03-311-19/+29
* Moved the NI_WITHSCOPEID magic #ifdef to the top of the file and made sureDaniel Stenberg2004-03-311-11/+7
* Fixed how the user name is extracted from http_proxy environment variableDaniel Stenberg2004-03-311-2/+7
* Andrés García fixed a warning in the ioctlsocket() usage.Daniel Stenberg2004-03-311-1/+1
* CURLDIGEST_BADALGO is a new return code from the digest codeDaniel Stenberg2004-03-311-0/+1
* typecast setsockopt()'s 4th argument to void * to make compilers complainDaniel Stenberg2004-03-301-1/+2
* adjusted to the new dns cache function to hide more hostip internalsDaniel Stenberg2004-03-305-11/+8
* Lots of comments added an clarified. Added timeout for the ares versionDaniel Stenberg2004-03-301-48/+211
* added stale boolean to the digest structDaniel Stenberg2004-03-301-0/+1
* first attempt to support stale=trueDaniel Stenberg2004-03-301-10/+30
* if 0'ed out a code section that uses __FUNCTION__ etc, used for debuggingDaniel Stenberg2004-03-301-0/+2
* init the dns pointer to NULL for clarityDaniel Stenberg2004-03-301-1/+1
* added more comments for what the functions returnDaniel Stenberg2004-03-301-3/+7
* David Byron made CURLOPT_FAILONERROR work with authentications such as NTLMDaniel Stenberg2004-03-303-30/+129
* 'authdone' was added to the sessionhandle and thus was removed from theDaniel Stenberg2004-03-302-6/+7
* David Byron added 'authdone' to the SessionHandle.Daniel Stenberg2004-03-301-0/+2
* The select() timeout is better not static since some implementation actuallyDaniel Stenberg2004-03-291-1/+1
* Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg2004-03-292-101/+135
* re-indented to use curl-standard source formattingDaniel Stenberg2004-03-291-162/+160
* netinet/tcp.h may require netinet/in.h to be include beforeDaniel Stenberg2004-03-291-0/+5
* Tor fixed a left-over from the ip argument to setnodelayDaniel Stenberg2004-03-271-1/+0
* Gisle Vanem:Daniel Stenberg2004-03-261-0/+11
* check for netinet/tcp.h precense before actually including itDaniel Stenberg2004-03-261-0/+2
* removed the ip number from the notcpdelay functionDaniel Stenberg2004-03-261-5/+4
* only output one line about the nodelay even if it failsDaniel Stenberg2004-03-251-1/+2
* win32 doesn't need and even doesn't build if we extern declare sys_nerrDaniel Stenberg2004-03-251-0/+2
* include the strerror.h file without curl_ prefixDaniel Stenberg2004-03-253-3/+3
* strerror without prefixDaniel Stenberg2004-03-251-1/+1
* cut off 'curl_' from the strerror file namesDaniel Stenberg2004-03-253-1/+1
* tcp-nodelay patch by Joe HalpinDaniel Stenberg2004-03-253-0/+35
* so there are at least two different strerror_r() versions and our brandDaniel Stenberg2004-03-251-0/+7