7278f17e | 03-Jan-2006 |
Daniel Stenberg |
killed trailing whitespace |
66c7427d | 03-Jan-2006 |
Daniel Stenberg |
Andres Garcia made the TFTP test server build with mingw ("I also had to copy the 'tftp.h' file from a linux box, since it doesn't come with mingw.") |
c1a06d85 | 03-Jan-2006 |
Daniel Stenberg |
CURLOPT_PROGRESSFUNCTION is really not a good idea when using the multi interface |
53b5fdbe | 03-Jan-2006 |
Daniel Stenberg |
fixed the prototype |
687cf023 | 03-Jan-2006 |
Daniel Stenberg |
modified to hush compiler warnings |
b6e9229c | 02-Jan-2006 |
Daniel Stenberg |
Removed inaccurate comment for upcoming curl_multi_socket() and family. Modified the callback proto used for it. |
089e4848 | 02-Jan-2006 |
Daniel Stenberg |
minor edits |
58d2e7c6 | 02-Jan-2006 |
Daniel Stenberg |
Initial description of the upcoming curl_multi_timeout() function |
fa18d6fb | 02-Jan-2006 |
Daniel Stenberg |
I removed the timeout argument from the socket callback and did some other cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately
I removed the timeout argument from the socket callback and did some other cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately got tedious to maintain the info on two places when I did major updates...
show more ...
|
4dcb9302 | 02-Jan-2006 |
Gisle Vanem |
Include <sys/ioctl.h> before redefining ioctl(). |
74a299fd | 02-Jan-2006 |
Daniel Stenberg |
1. sws now supports two new "commands" and 2. if built with CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hipe
1. sws now supports two new "commands" and 2. if built with CURL_SWS_FORK_ENABLED defined it forks for each new connection and thus can support any amount of connection clients (used for hiper tests and not for the standard plain curl test suite)
show more ...
|
532a560d | 02-Jan-2006 |
Daniel Stenberg |
we're working on 1.3.1 (or more) |
0040a605 | 30-Dec-2005 |
Marty Kuhrt |
fix questionable compare |
cc343427 | 30-Dec-2005 |
Marty Kuhrt |
fix questionable compare compiler error (unsigned can't be < 0) |
bdbf6e9d | 30-Dec-2005 |
Marty Kuhrt |
removed defunct email address |
db86f765 | 30-Dec-2005 |
Marty Kuhrt |
removed .h and .sdl |
b11dec5d | 30-Dec-2005 |
Marty Kuhrt |
putting back into dist |
86becc75 | 30-Dec-2005 |
Marty Kuhrt |
put back into dist to lessen build confusion for some |
8922bc03 | 30-Dec-2005 |
Marty Kuhrt |
put back into dist since most people didn't want to use SDL |
009f5790 | 30-Dec-2005 |
Marty Kuhrt |
changed HAVE_STRTOK to follow CRTL version |
0536b6c4 | 30-Dec-2005 |
Marty Kuhrt |
added TFTP errors to match curl.h |
0e3ebd98 | 23-Dec-2005 |
Daniel Stenberg |
Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build a static libcurl using openssl as dll. |
598965a6 | 23-Dec-2005 |
Daniel Stenberg |
clarified that curl_global_init() isn't thread-safe and that it might affect curl_easy_init() if you don't call curl_global_init() explicitly in your app |
d7a29388 | 23-Dec-2005 |
Dan Fandrich |
Mention that PKG_CONFIG_PATH is preferred to --with-ssl |
a6836586 | 22-Dec-2005 |
Daniel Stenberg |
This function was added in c-ares [version] |