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 |
2004-02-17 |
Daniel Stenberg | If CURLDEBUG is set we use the libcurl internal memdebu... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | only build adig and ahost if 'make demos' is used |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | support closesocket() for closing sockets as well,... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | Make realloc() support NULL as pointer. Made to allow... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | item 24 fixed, edited a few issues |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | Make the 'areschannel' get created in the curl_easy_ini... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | updates |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | verbose-fix, socks5-fix, dnscache-fix, configure-winmml... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | Fix verbosconnect() when ipv6-enabled to not assume... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | removed usage of a silly macro instead of the actual... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Daniel Stenberg | Jeff Lawson pointed out that we need to check for a... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | Andrés García added a check for lwinmm for Mingw/sys |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | Mark the dns entry 'inuse' properly even when used... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | another case which should use CURLcode and not int |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | Use the was_iface variable when binding a socket locall... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | bind interface and large file fixes |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | recent fixes |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | (void) functions we don't check the return code for |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | CURLcode/int cleanup to reduce IRIX warnings |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | spell! |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Daniel Stenberg | don't assume we can use gcc 2.96+ options |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Daniel Stenberg | in the socks code, make sure we receive Curl_read resul... |
commit | commitdiff | tree | snapshot |
next |