summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oops, the decode() function got its arguments reversed in my cleanupDaniel Stenberg2004-02-231-1/+1
* correct the input data structsDaniel Stenberg2004-02-232-3/+3
* use size_t to keep strlen() resultsDaniel Stenberg2004-02-231-1/+1
* simplied how create_hostcache_id() is used, and also its function somewhatDaniel Stenberg2004-02-231-17/+9
* adjusted to the modified base64 protosDaniel Stenberg2004-02-231-3/+3
* More size_t cleanups in the base64 functions.Daniel Stenberg2004-02-233-49/+44
* The base64 encode function now takes a size_t for size, not an int asDaniel Stenberg2004-02-233-4/+4
* more int vs long/size_t fixes after icc compiler warningsDaniel Stenberg2004-02-231-2/+3
* more int/long fixes after icc "remarks"Daniel Stenberg2004-02-231-2/+2
* next_id is an unsigned short, typecast the assign to prevent picky compilersDaniel Stenberg2004-02-231-1/+2
* typecase the bitfiddling results since we get a long and we store an int,Daniel Stenberg2004-02-231-4/+4
* make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg2004-02-236-7/+11
* strlen() returns a size_t, which might be larger than int on some platformsDaniel Stenberg2004-02-231-1/+2
* argh, use single-quotes instead of double ones to make $Revision appearDaniel Stenberg2004-02-231-1/+1
* use the proper source header, and set the version string to this file'sDaniel Stenberg2004-02-231-1/+23
* cd back to the root path before removing the build dir, since some systemsDaniel Stenberg2004-02-231-0/+2
* Dominick Meglio's fix for supporting multiple names in the Nameserver keyDaniel Stenberg2004-02-222-116/+171
* this code uses no long long, so we can have warnings about themDaniel Stenberg2004-02-221-1/+1
* the missing part of Gisle Vanem's connect-timeout fix for win32Daniel Stenberg2004-02-222-4/+6
* -Wno-format-nonliteral does not exist in my gcc 2.96, only use that withDaniel Stenberg2004-02-211-1/+6
* mention in --limit-rate that --speed-limit might ruin the limiting slightly.Daniel Stenberg2004-02-211-4/+7
* David Byron's fix to allow the speed-limit logic work even if you setDaniel Stenberg2004-02-211-1/+20
* added some extra typecasts to prevent compiler warnings when convertingDaniel Stenberg2004-02-211-4/+4
* inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy pickyDaniel Stenberg2004-02-211-0/+1
* Gisle Vanem brings name resolving timeout possibilities to windows people.Daniel Stenberg2004-02-203-20/+234
* that icc attempt in configureDaniel Stenberg2004-02-201-0/+8
* Some compilers warn on completely empty source files, we provide a blankDaniel Stenberg2004-02-201-1/+4
* Convert functions to ANSI-style declaration to prevent compiler warningsDaniel Stenberg2004-02-201-16/+11
* When the built-in manual is disabled, we generate a function doing nothingDaniel Stenberg2004-02-201-1/+3
* No longer support Z as a flag to print size_t, it isn't used by libcurlDaniel Stenberg2004-02-201-6/+7
* cool.haxx.se, no longer sourceforgeDaniel Stenberg2004-02-201-1/+1
* Only use -Wstrict-prototypes with gcc 3.3 or later.Daniel Stenberg2004-02-201-2/+2
* include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg2004-02-204-0/+16
* we call the macro CURLMAX() isntead of MAX(), just because it turned upDaniel Stenberg2004-02-202-8/+7
* oops, missed a define when I changed from Curl_ to curlx_Daniel Stenberg2004-02-201-1/+1
* fix protos to prevent warningsDaniel Stenberg2004-02-202-5/+30
* added getpart.h for the spitout() protoDaniel Stenberg2004-02-202-1/+27
* %HTTPPORT supported in subVariablesDaniel Stenberg2004-02-201-0/+1
* mention what ports the test suite usesDaniel Stenberg2004-02-201-0/+10
* When trying to see if there's a friendly http server on "our" port, weDaniel Stenberg2004-02-201-1/+1
* -Wcast-align is a bit too annoyingDaniel Stenberg2004-02-191-1/+4
* Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hopeDaniel Stenberg2004-02-191-25/+28
* refer to FILEFORMATDaniel Stenberg2004-02-191-6/+4
* When --enable-debug is used, for every -I provided to $CPPFLAGS we addDaniel Stenberg2004-02-191-1/+13
* Tor Arntsen's tiny fix!Daniel Stenberg2004-02-191-1/+1
* if not yacc or bison is found, check if we *really* need it, and if we doDaniel Stenberg2004-02-191-0/+14
* fixed the no-ssl version to return int as wellDaniel Stenberg2004-02-191-1/+1
* provide protos to the functions to prevent warningsDaniel Stenberg2004-02-191-0/+6
* typecast the type to an int on returnDaniel Stenberg2004-02-191-1/+1
* return int from test()Daniel Stenberg2004-02-191-1/+1