2004-02-25 |
Daniel Stenberg | use %ld when printfing longs |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | disable the use of long double, we don't use it |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | if ares is present, run aclocal in that dir before... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | added the better debug option logic from curl by adding... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | Based on a patch by Greg Hewgill I modified how long... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | set debug options when using the icc compiler |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | better formatting of the share options |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | mark the function name |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | added CURLOPT_SHARE |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | Moved most of the set-debug-options-depending-on-compil... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | Output $CC and $CFLAGS as well. A Tor Arntsen patch. |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | Don't check for HAVE_ defines in this header file,... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | fix |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Daniel Stenberg | Dan Fandrich fixed a minor flaw in Dominick's fix! |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | check for a few basic header files |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | include sys/select.h |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | fixed some warnings in the (both new and old) base64... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | features no one seem to care much about are now moved... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | make newer MSCV7 compilers use _strtoi64() as a strtoll... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | limit rate and windows timeouts |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | ares_free_errmem is gone |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | unused and now removed |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | Removed getpass from here. The fact this still was... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | curl_off_t is 8 bytes big on windows |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | switch the arguments according to the c source |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | oops, the decode() function got its arguments reversed... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | correct the input data structs |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | use size_t to keep strlen() results |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | simplied how create_hostcache_id() is used, and also... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | adjusted to the modified base64 protos |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | More size_t cleanups in the base64 functions. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | The base64 encode function now takes a size_t for size... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | more int vs long/size_t fixes after icc compiler warnings |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | more int/long fixes after icc "remarks" |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | next_id is an unsigned short, typecast the assign to... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | typecase the bitfiddling results since we get a long... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | make ares_expand_name() take a long * instead of an... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | strlen() returns a size_t, which might be larger than... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | argh, use single-quotes instead of double ones to make... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | use the proper source header, and set the version strin... |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Daniel Stenberg | cd back to the root path before removing the build... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Daniel Stenberg | Dominick Meglio's fix for supporting multiple names... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Daniel Stenberg | this code uses no long long, so we can have warnings... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
Daniel Stenberg | the missing part of Gisle Vanem's connect-timeout fix... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Daniel Stenberg | -Wno-format-nonliteral does not exist in my gcc 2.96... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Daniel Stenberg | mention in --limit-rate that --speed-limit might ruin... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Daniel Stenberg | David Byron's fix to allow the speed-limit logic work... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Daniel Stenberg | added some extra typecasts to prevent compiler warnings... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Daniel Stenberg | inlcude krb4.h to get the proto for Curl_krb_kauth... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | Gisle Vanem brings name resolving timeout possibilities... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | that icc attempt in configure |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | Some compilers warn on completely empty source files... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | Convert functions to ANSI-style declaration to prevent... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | When the built-in manual is disabled, we generate a... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | No longer support Z as a flag to print size_t, it isn... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | cool.haxx.se, no longer sourceforge |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | Only use -Wstrict-prototypes with gcc 3.3 or later. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | include sys/select.h to prevent picky compiler warnings... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | we call the macro CURLMAX() isntead of MAX(), just... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | oops, missed a define when I changed from Curl_ to... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | fix protos to prevent warnings |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | added getpart.h for the spitout() proto |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | %HTTPPORT supported in subVariables |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | mention what ports the test suite uses |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Daniel Stenberg | When trying to see if there's a friendly http server... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | -Wcast-align is a bit too annoying |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | Anything that looks like gcc 5.0 or more is no longer... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | refer to FILEFORMAT |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | When --enable-debug is used, for every -I provided... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | Tor Arntsen's tiny fix! |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | if not yacc or bison is found, check if we *really... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | fixed the no-ssl version to return int as well |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | provide protos to the functions to prevent warnings |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | typecast the type to an int on return |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | return int from test() |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | provide a test() proto |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | use a die and a log function to die and log texts |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | remove the build.log too at exit, and also use the... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | very minor phrase edit |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | fixes from the recent days |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | check for standard headers when --enable-debug is used |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | Doug Porter's patch that changes the order of preferenc... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | If --enable-debug is used and gcc, we figure out which... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | item 19 is considered fixed until we get to hear differ... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | Use the strtoofft.h header file from the lib directory... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Daniel Stenberg | Remade to use curlx_-prefix. This means this function... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | AIX and Tru64 have what Tor calls "horribly broken... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | removed some "jhrg" from comments |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | I removed the socklen_t requirement from memdebug.h... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | Made curl_accept() take a 'void *' instead of 'socklen_... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | Modified curl_accept() to take a 'void *' in the 2nd... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | No longer uses the 'ret' variable in the plain ipv4... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | The --enable-debug option really requires this to be... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | simplified and better commented config.h include logic |
commit | commitdiff | tree | snapshot |
2004-02-18 |
Daniel Stenberg | Make sure dns cache timeout -1 really means forever... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | fix the help text for --manual if built without manual |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | ignore more |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | memdebug build, 'make' no longer builds the demo tools |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | 'make all' also builds the demos |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Daniel Stenberg | include ares_private.h to make sure we get the memdebug... |
commit | commitdiff | tree | snapshot |
next |