History log of /curl/ (Results 25701 – 25725 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2260c8aa15-Oct-2006 Gisle Vanem

Replace ";;" with ";".

97eb62af15-Oct-2006 Gisle Vanem

Rearranged target HAVE_x section.

1855fc3514-Oct-2006 Yang Tse

Declare our own timeval struct if HAVE_STRUCT_TIMEVAL is not defined

dc3ed35314-Oct-2006 Yang Tse

Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support

6b868df513-Oct-2006 Daniel Stenberg

Prevent ares_getsock() to overflow if more than 16 sockets are used.

5ccbbe4013-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 ...

86f93a5313-Oct-2006 Daniel Stenberg

print the actual (externally known) easy handle and not the internal container
for it

f533476313-Oct-2006 Daniel Stenberg

Added comments about checking return code and the maxfd counter

efe3cb6e13-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 ...

32ac4ede13-Oct-2006 Yang Tse

Check for struct timeval at configuration time

4c04c09112-Oct-2006 Daniel Stenberg

ghiper now uses the timer callback in the multi interface

47ea80ba12-Oct-2006 Daniel Stenberg

avoid an overflow if an excessive amount of servers are used

95c3fa8312-Oct-2006 Daniel Stenberg

clarify more

ab60a12412-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.

2d38e51812-Oct-2006 Daniel Stenberg

deleted #19 since it concerted FTP third party transfers and they are no longer
supported

a5dda66912-Oct-2006 Daniel Stenberg

we've cut out third party transfers

3c4f3a6812-Oct-2006 Daniel Stenberg

point out the sslcert web page for -k/--insecure

b61c063812-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 ...

e7742bfb12-Oct-2006 Daniel Stenberg

the textual arraw for "Send SSL data" was the wrong way

22307ae012-Oct-2006 Yang Tse

Inclusion of time header files based on header existance

e150150d11-Oct-2006 Yang Tse

Remove redundant __CYGWIN__ symbol check

943f073310-Oct-2006 Yang Tse

Compiler warning fix

8274447d10-Oct-2006 Yang Tse

Call curl_global_cleanup() in all code paths before exiting test

083a84e510-Oct-2006 Daniel Stenberg

repair id string

d5eb386d10-Oct-2006 Daniel Stenberg

Added ghiper.c, Jeff Pohlmeyer's example code using the curl_multi_socket()
API with glib2

1...<<1021102210231024102510261027102810291030>>...1351