summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added http_ntlm.[ch] and inet_pton.[ch], pointed out by WatzDaniel Stenberg2004-03-171-0/+16
* Günter Knauf's update, mainly converted to plain old C comments.Daniel Stenberg2004-03-171-14/+11
* new netware-related files added to the distributionDaniel Stenberg2004-03-171-1/+2
* Günter Knauf's NetWare changes.Daniel Stenberg2004-03-179-2/+1165
* removed the min() macro defineDaniel Stenberg2004-03-161-4/+0
* if the global_init() is called from within curl_easy_init() and returnsDaniel Stenberg2004-03-151-2/+6
* Initial commit of the first attempt to make three new *strerror() functions.Daniel Stenberg2004-03-151-0/+296
* fix signed and unsigned warningsDaniel Stenberg2004-03-141-2/+2
* postsize is off_t now, so we typecase it to int before doing normal printfDaniel Stenberg2004-03-131-1/+1
* the postsize is an off_t so use the proper printf format to output theDaniel Stenberg2004-03-131-1/+1
* more variable type fixing for the huge postsDaniel Stenberg2004-03-123-4/+4
* more variable type fixes for the large POST supportDaniel Stenberg2004-03-122-4/+4
* Made the 'postsize' variable an off_t type to be able to hold large fileDaniel Stenberg2004-03-121-2/+3
* Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of theDaniel Stenberg2004-03-122-5/+12
* dl and ulspeed are now curl_off_t so typecast them to double when weDaniel Stenberg2004-03-111-2/+2
* Made max5data() take a curl_off_t size as argument instead of double. ShouldDaniel Stenberg2004-03-112-19/+21
* Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.Daniel Stenberg2004-03-117-21/+24
* don't let the EINTR stuff build on windowsDaniel Stenberg2004-03-111-1/+1
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-108-37/+37
* curl_socket_t mistakes cleanupDaniel Stenberg2004-03-107-14/+18
* turn niflags into a define named NIFLAGSDaniel Stenberg2004-03-101-4/+5
* Nah, ignore the OS define in here. This is being included by ares and itDaniel Stenberg2004-03-101-4/+0
* Minor edit to avoid an unreachable break and to remove the extra {} bodyDaniel Stenberg2004-03-101-9/+6
* keep the number of bytes read in a size_t variableDaniel Stenberg2004-03-101-1/+1
* strequal() returns int so we typecast the return to bool when we store theDaniel Stenberg2004-03-101-3/+3
* store times in time_tDaniel Stenberg2004-03-101-2/+2
* Jeff Lawson fixed the SSL connection to deal with received signals during theDaniel Stenberg2004-03-101-12/+23
* Now requires an OS string defined by the config*.h fileDaniel Stenberg2004-03-101-5/+1
* make windows builds use the OS string "i386-pc-win32" instead of just "win32"Daniel Stenberg2004-03-101-1/+1
* Make sure SIZEOF_CURL_OFF_T is defined before we check for it being > 4.Daniel Stenberg2004-03-101-5/+8
* removed the #if 0'ed pragmas that disable warnings on msvcDaniel Stenberg2004-03-101-28/+0
* moved the curl_socket_t typedef downwardsDaniel Stenberg2004-03-101-8/+9
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-0915-46/+59
* only build with the windows threading trace code ifDaniel Stenberg2004-03-091-2/+10
* explicit typecast to visualize that we really want the result of theDaniel Stenberg2004-03-091-1/+1
* Tor Arntsen's fix to a AIX build problemDaniel Stenberg2004-03-091-5/+0
* added HAVE_IOCTLSOCKET hereDaniel Stenberg2004-03-091-0/+3
* don't compare signed/unsignedDaniel Stenberg2004-03-081-1/+1
* Commented the Curl_read() arguments.Daniel Stenberg2004-03-081-5/+5
* size_t/int fixDaniel Stenberg2004-03-081-1/+1
* strlen() returns size_tDaniel Stenberg2004-03-081-3/+3
* waitconnect() takes the timeout argument as a longDaniel Stenberg2004-03-081-1/+1
* store size as size_tDaniel Stenberg2004-03-081-4/+4
* don't use 'register'Daniel Stenberg2004-03-081-13/+21
* size_t/int/long fixesDaniel Stenberg2004-03-081-4/+4
* we must not only support long long for Largefile to work, we must haveDaniel Stenberg2004-03-081-1/+1
* issue 12 fixDaniel Stenberg2004-03-051-15/+38
* another include to prevent warningsDaniel Stenberg2004-03-051-0/+1
* more fixing to make the progress/getinfo stuff to work properly when doingDaniel Stenberg2004-03-052-3/+11
* clearly tell that these are ftp response timeoutsDaniel Stenberg2004-03-051-2/+2