Revision tags: curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7, curl-7_21_6, curl-7_21_5 |
|
#
1aeb635c |
| 10-Mar-2011 |
Daniel Stenberg |
sources: update source headers All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disc
sources: update source headers All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
show more ...
|
Revision tags: curl-7_21_4 |
|
#
9583b4af |
| 17-Dec-2010 |
Daniel Stenberg |
examples: fix compiler warnings
|
Revision tags: curl-7_21_3, curl-7_21_2 |
|
#
18e7b52e |
| 05-Oct-2010 |
Daniel Stenberg |
examples: use example.com in example URLs
|
#
5fb4279e |
| 30-Sep-2010 |
Dirk Manske |
multi & hiper examples: updates and cleanups all multi and hiper examples: * don't loop curl_multi_perform calls, that was <7.20.0 style, currently the exported multi function
multi & hiper examples: updates and cleanups all multi and hiper examples: * don't loop curl_multi_perform calls, that was <7.20.0 style, currently the exported multi functions will not return CURLM_CALL_MULTI_PERFORM all hiper examples: * renamed check_run_count to check_multi_info * don't compare current running handle count with previous value, this was the wrong way to check for finished requests, simply call curl_multi_info_read * it's also safe to call curl_multi_remove_handle inside the curl_multi_info_read loop. ghiper.c: * replaced curl_multi_socket (that function is marked as obsolete) calls with curl_multi_socket_action calls (as in hiperfifo.c and evhiperfifo.c) ghiper.c and evhiperfifo.c: * be smart as hiperfifo.c, don't do uncessary curl_multi_* calls in new_conn and main
show more ...
|
Revision tags: curl-7_21_1 |
|
#
bc0699f2 |
| 13-Jul-2010 |
Constantine Sapuntzakis |
examples: add curl_multi_timeout Make the multi-interface using examples use curl_multi_timeout to properly educate users how to do things.
|
Revision tags: curl-7_21_0 |
|
#
d487ade7 |
| 24-Apr-2010 |
Kamil Dudka |
test536: do not fail with threaded DNS resolver Also tweaked comments in certain examples using curl_multi_fdset().
|
Revision tags: curl-7_20_1 |
|
#
2309b4e3 |
| 24-Mar-2010 |
Daniel Stenberg |
remove the CVSish $Id$ lines
|
Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6, curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0, curl-7_18_2, curl-7_18_1, curl-7_18_0, curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0 |
|
#
f5334763 |
| 13-Oct-2006 |
Daniel Stenberg |
Added comments about checking return code and the maxfd counter
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0 |
|
#
120394cc |
| 24-May-2004 |
Daniel Stenberg |
remove trailing whitespace
|
Revision tags: curl-7_11_2, c-ares-1_2_0 |
|
#
9d99af53 |
| 02-Apr-2004 |
Daniel Stenberg |
if select returns -1, bail out of the loop
|
Revision tags: curl-7_11_1, curl-7_11_0, curl-7_10_8, curl-7_10_7, curl-7_10_6, curl-7_10_5, curl-7_10_4, curl-7_10_3 |
|
#
16e0da2c |
| 09-Jan-2003 |
Daniel Stenberg |
call curl_multi_perform() correctly
|
Revision tags: curl-7_10_2, curl-7_10_1, curl-7_10, curl-7_9_8, curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6 |
|
#
28939dd4 |
| 19-Mar-2002 |
Daniel Stenberg |
fixed include and added header
|
Revision tags: curl-7_9_5 |
|
#
9fc62a8d |
| 04-Mar-2002 |
Daniel Stenberg |
multi interface using examples
|