Age | Commit message (Collapse) | Author |
|
post a non-existing file should include nothing, not an error text!
|
|
--enable-debug uses even stricter options now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
where BLA is undefined
|
|
|
|
should anyone ever want a good printf() clone
|
|
use them anyway and they cause warnings in lib/mprint.c
|
|
on the left side of comparisons...
|
|
|
|
|
|
boxes.
|
|
|
|
|
|
text, fixed dns cache problem, made it compile with openssl before 0.9.5
again and extended libcurl-the-guide a bit more
|
|
|
|
|
|
0.9.5
|
|
all platforms, I also edited a few data types slightly to prevent my
compiler from warning on comparisions between signed and unsigned values
|
|
fine..
|
|
host:port, so accessing curl.haxx.se on port 80 would yield a key value
of ::
curl.haxx.se:80
|
|
chapter
|
|
|
|
|
|
now.
|
|
|
|
|
|
- made a separate buffer for uploads (due to the non-blocking stuff)
- added two connectdata struct fields for non-blocking uploads
|
|
Curl_write().
|
|
|
|
cases where EWOULDBLOCK or equivalent is returned. We must not block.
|
|
|
|
again. THIS IS NOT A NICE FIX.
|
|
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.
|
|
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
|
|
on unix-like systems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|