- Jan 18, 2002
-
-
Daniel Stenberg authored
--enable-debug uses even stricter options now
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
where BLA is undefined
-
Daniel Stenberg authored
-
Daniel Stenberg authored
should anyone ever want a good printf() clone
-
Daniel Stenberg authored
use them anyway and they cause warnings in lib/mprint.c
-
Daniel Stenberg authored
on the left side of comparisons...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
boxes.
-
Daniel Stenberg authored
-
- Jan 17, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
text, fixed dns cache problem, made it compile with openssl before 0.9.5 again and extended libcurl-the-guide a bit more
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
0.9.5
-
Daniel Stenberg authored
all platforms, I also edited a few data types slightly to prevent my compiler from warning on comparisions between signed and unsigned values
-
Sterling Hughes authored
fine..
-
Sterling Hughes authored
host:port, so accessing curl.haxx.se on port 80 would yield a key value of :: curl.haxx.se:80
-
Daniel Stenberg authored
chapter
-
- Jan 16, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
now.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
- made a separate buffer for uploads (due to the non-blocking stuff) - added two connectdata struct fields for non-blocking uploads
-
Daniel Stenberg authored
Curl_write().
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cases where EWOULDBLOCK or equivalent is returned. We must not block.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
again. THIS IS NOT A NICE FIX.
-
Daniel Stenberg authored
again. THIS IS NOT A NICE FIX. We should/must make a select() then and only retry when we can write to the socket again.
-
Daniel Stenberg authored
to compile libcurl stuff without any prior knowledge: cc=`curl-config --cc` cflags=`curl-config --cflags` libs=`curl-config --libs` $cc $flags $libs -o example example.c Or if you prefer, the oh-so-cool single-line version: `curl-config --cc --cflags --libs` -o example example.c
-
Daniel Stenberg authored
on unix-like systems
-