- Jan 17, 2002
-
-
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
-
- Jan 15, 2002
-
-
Daniel Stenberg authored
-
- Jan 14, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Sterling Hughes authored
-
- Jan 13, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 10, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
reporting bugs
-
- Jan 09, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
would crash. This corrects the problem.
-
- Jan 08, 2002
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
over to non-blocking sockets, but this loops very nastily. We should return back to the select() and wait there until more data arrives, not just blindly attempt again and again...
-
Daniel Stenberg authored
that it won't create an empty file if the remote file doesn't exist
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
ranges
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-