2260c8aa | 15-Oct-2006 |
Gisle Vanem |
Replace ";;" with ";". |
97eb62af | 15-Oct-2006 |
Gisle Vanem |
Rearranged target HAVE_x section. |
1855fc35 | 14-Oct-2006 |
Yang Tse |
Declare our own timeval struct if HAVE_STRUCT_TIMEVAL is not defined |
dc3ed353 | 14-Oct-2006 |
Yang Tse |
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support |
6b868df5 | 13-Oct-2006 |
Daniel Stenberg |
Prevent ares_getsock() to overflow if more than 16 sockets are used. |
5ccbbe40 | 13-Oct-2006 |
Dan Fandrich |
The tagging of application/x-www-form-urlencoded POST body data sent to the CURLOPT_DEBUGFUNCTION callback has been fixed (it was erroneously included as part of the header). A message was a
The tagging of application/x-www-form-urlencoded POST body data sent 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.
show more ...
|
86f93a53 | 13-Oct-2006 |
Daniel Stenberg |
print the actual (externally known) easy handle and not the internal container for it |
f5334763 | 13-Oct-2006 |
Daniel Stenberg |
Added comments about checking return code and the maxfd counter |
efe3cb6e | 13-Oct-2006 |
Daniel Stenberg |
Added curl_multi_dump() when built with CURLDEBUG - this is not a stable public function, this is only meant to allow easier tracking of the internal handle's state and what sockets they use.
Added curl_multi_dump() when built with CURLDEBUG - this is not a stable public 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.
show more ...
|
32ac4ede | 13-Oct-2006 |
Yang Tse |
Check for struct timeval at configuration time |
4c04c091 | 12-Oct-2006 |
Daniel Stenberg |
ghiper now uses the timer callback in the multi interface |
47ea80ba | 12-Oct-2006 |
Daniel Stenberg |
avoid an overflow if an excessive amount of servers are used |
95c3fa83 | 12-Oct-2006 |
Daniel Stenberg |
clarify more |
ab60a124 | 12-Oct-2006 |
Daniel Stenberg |
Starting now, adding an easy handle to a multi stack that was already added to a multi stack will cause CURLM_BAD_EASY_HANDLE to get returned. |
2d38e518 | 12-Oct-2006 |
Daniel Stenberg |
deleted #19 since it concerted FTP third party transfers and they are no longer supported |
a5dda669 | 12-Oct-2006 |
Daniel Stenberg |
we've cut out third party transfers |
3c4f3a68 | 12-Oct-2006 |
Daniel Stenberg |
point out the sslcert web page for -k/--insecure |
b61c0638 | 12-Oct-2006 |
Daniel Stenberg |
Jeff Pohlmeyer has been working with the hiperfifo.c example source code, and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward sin
Jeff Pohlmeyer has been working with the hiperfifo.c example source code, 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.
show more ...
|
e7742bfb | 12-Oct-2006 |
Daniel Stenberg |
the textual arraw for "Send SSL data" was the wrong way |
22307ae0 | 12-Oct-2006 |
Yang Tse |
Inclusion of time header files based on header existance |
e150150d | 11-Oct-2006 |
Yang Tse |
Remove redundant __CYGWIN__ symbol check |
943f0733 | 10-Oct-2006 |
Yang Tse |
Compiler warning fix |
8274447d | 10-Oct-2006 |
Yang Tse |
Call curl_global_cleanup() in all code paths before exiting test |
083a84e5 | 10-Oct-2006 |
Daniel Stenberg |
repair id string |
d5eb386d | 10-Oct-2006 |
Daniel Stenberg |
Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket() API with glib2 |