- Apr 20, 2007
-
-
Daniel Stenberg authored
changed at build time (from command line or similar)
-
Yang Tse authored
'pending_ms' may be used uninitialized in this function
-
Yang Tse authored
Curl_socket_ready(), Curl_poll() and Curl_select() when these are called with a zero timeout or a timeout value indicating a blocking call should be performed. These unnecessary calls to gettimeofday() got introduced in 7.16.2 when fixing 'timeout would restart when signal caught while awaiting socket events' on 20 March 2007. - Move some loop breaking logic from the while clause into the loop, avoiding compiler warning 'assignment within conditional expression'
-
- Apr 19, 2007
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Apr 18, 2007
-
-
Dan Fandrich authored
directly to ftpserver.cmd and removing unneeded empty sections.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
per second.
-
Dan Fandrich authored
-
- Apr 16, 2007
-
-
Guenter Knauf authored
-
Gisle Vanem authored
Added ares_getopt.o to program sample objects.
-
Daniel Stenberg authored
function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl what action that was found in the socket that it passes in. This gives a significant performance boost as it allows libcurl to avoid a call to poll()/select() for every call to curl_multi_socket*().
-
Yang Tse authored
-
Guenter Knauf authored
-
Guenter Knauf authored
ares_getopt() command-line parser function does not belong to actual c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
-
Daniel Stenberg authored
-
Yang Tse authored
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
-
Yang Tse authored
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c
-
- Apr 15, 2007
-
-
Dan Fandrich authored
-
- Apr 14, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Apr 13, 2007
-
-
Dan Fandrich authored
-
Yang Tse authored
of a new host on the net with the same silly domain the test was using for a host which was supposed not to exist.
-
Yang Tse authored
-
Yang Tse authored
without the curl memory debugging leak detection code enabled.
-
Yang Tse authored
-
- Apr 12, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
name longer than the name field of the ifreq struct (typically 6 bytes), as then it wouldn't close the used dummy socket.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Original file name getopt.c Initial import into the c-ares source tree on 2007-04-11. Lifted from version 5.2 of the 'Open Mash' project with the modified BSD license, BSD license without the advertising clause.
-
Dan Fandrich authored
returning an error code, to allow connections to be torn down cleanly since this function can be called AFTER an OOM situation has already been reached.
-