- Oct 17, 2006
-
-
Daniel Stenberg authored
could very well cause a negate number get passed in and thus cause reading outside of the array usually used for this purpose. We avoid this by using the uppercase macro versions introduced just now that does some extra crazy typecasts to avoid byte codes > 127 to cause negative int values.
-
Daniel Stenberg authored
#1579171
-
Daniel Stenberg authored
present, so there's no use to doing it again in this script!
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
even when using curl_multi_socket() or even using the multi_perform() when relying on multi_timeout() to be good.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
c-ares name resolves, but now we do!
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Oct 16, 2006
-
-
Daniel Stenberg authored
cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes.
-
- Oct 15, 2006
-
-
Yang Tse authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Oct 14, 2006
- Oct 13, 2006
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
to the CURLOPT_DEBUGFUNCTION callback has been fixed (it was erroneously included as part of the header). A message was also added to the command line tool to show when data is being sent, enabled when --verbose is used.
-
Daniel Stenberg authored
for it
-
Daniel Stenberg authored
-
Daniel Stenberg authored
function, this is only meant to allow easier tracking of the internal handle's state and what sockets they use. Only for research and development.
-
Yang Tse authored
-
- Oct 12, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned.
-
Daniel Stenberg authored
supported
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to be sure we have the correct timeout set. Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another callback the app can set to get to know when the general timeout time changes and thus for an application like hiperfifo.c it makes everything a lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in good old libcurl tradition.
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Oct 11, 2006
-
-
Yang Tse authored
-
- Oct 10, 2006
-
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
API with glib2
-
Daniel Stenberg authored
-
- Oct 09, 2006
-
-
Daniel Stenberg authored
with multi interface and pipelining. This test just works and did not repeat the problem his test code showed, but could still serve as a useful test.
-
Daniel Stenberg authored
-