#
76627b32 |
| 16-Apr-2007 |
Daniel Stenberg |
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a function that deprecates the curl_multi_socket() function. Using the new function the application tell libcurl
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a 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*().
show more ...
|
#
8aa9f01e |
| 16-Apr-2007 |
Daniel Stenberg |
Jay Austin added "DH PARAMETERS" to the stunnel.pem certificate
|
#
9c369c69 |
| 14-Apr-2007 |
Daniel Stenberg |
updates
|
#
8d2a0fe8 |
| 13-Apr-2007 |
Yang Tse |
Fix test case 534 which started to fail 2007-04-13 due to the existance 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.
|
#
4b5a6545 |
| 12-Apr-2007 |
Daniel Stenberg |
update!
|
#
70ddabbf |
| 11-Apr-2007 |
Daniel Stenberg |
restart towards 7.16.3
|
Revision tags: curl-7_16_2 |
|
#
e4c28abd |
| 08-Apr-2007 |
Daniel Stenberg |
builds on QNX 6 again
|
#
990b15e4 |
| 03-Apr-2007 |
Daniel Stenberg |
Rob Jones fixed better #ifdef'ing for a bunch of #include lines.
|
#
20d33ad7 |
| 02-Apr-2007 |
Daniel Stenberg |
Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.
|
#
5e7164f8 |
| 01-Apr-2007 |
Daniel Stenberg |
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmo
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly by letting configure check for setmode and ifdef on HAVE_SETMODE. NOTE: non- configure platforms that havve setmode() needs their hard-coded config.h files fixed. I fixed the src/config-win32.h.
show more ...
|
#
fce4dccc |
| 31-Mar-2007 |
Daniel Stenberg |
26 flaws identified by coverity.com
|
#
1f236ba1 |
| 31-Mar-2007 |
Daniel Stenberg |
"Pixel" fixed a problem that appeared when you used -f with user+password embedded in the URL.
|
#
eed47311 |
| 27-Mar-2007 |
Yang Tse |
New Internal wrapper function Curl_select() around select (2), it uses poll() when a fine poll() is available, so now libcurl can be built without select() support at all if a fine poll() is
New Internal wrapper function Curl_select() around select (2), it uses poll() when a fine poll() is available, so now libcurl can be built without select() support at all if a fine poll() is available.
show more ...
|
#
12ef1035 |
| 25-Mar-2007 |
Daniel Stenberg |
added Daniel Johnson
|
#
0043e870 |
| 23-Mar-2007 |
Dan Fandrich |
Added --pubkey option to curl and made --key also work for SCP/SFTP, plus made --pass work on an SSH private key as well.
|
#
e4b754f6 |
| 20-Mar-2007 |
Yang Tse |
Fixed: When a signal was caught awaiting for an event using Curl_select() or Curl_poll() with a non-zero timeout both functions would restart the specified timeout. This could even lead to th
Fixed: When a signal was caught awaiting for an event using Curl_select() or Curl_poll() with a non-zero timeout both functions would restart the specified timeout. This could even lead to the extreme case that if a signal arrived with a frecuency lower to the specified timeout neither function would ever exit. Added experimental symbol definition check CURL_ACKNOWLEDGE_EINTR in Curl_select() and Curl_poll(). When compiled with CURL_ACKNOWLEDGE_EINTR defined both functions will return as soon as a signal is caught. Use it at your own risk, all calls to these functions in the library should be revisited and checked before fully supporting this feature.
show more ...
|
#
072a8b29 |
| 19-Mar-2007 |
Yang Tse |
Bryan Henderson fixed the progress function so that it can get called more frequently allowing same calling frecuency for the client progress callback, while keeping the once a second frecuen
Bryan Henderson fixed the progress function so that it can get called more frequently allowing same calling frecuency for the client progress callback, while keeping the once a second frecuency for speed calculations and internal display of the transfer progress.
show more ...
|
#
ee332e0c |
| 13-Mar-2007 |
Dan Fandrich |
--ftp-ssl-control is now honoured on ftps:// URLs
|
#
c8cd1333 |
| 11-Mar-2007 |
Daniel Stenberg |
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html
|
#
09c70dec |
| 10-Mar-2007 |
Daniel Stenberg |
Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the multi interface
|
#
0dc57086 |
| 10-Mar-2007 |
Daniel Stenberg |
Bryan Henderson
|
#
dbaf4f93 |
| 10-Mar-2007 |
Daniel Stenberg |
- Bryan Henderson introduces two things: 1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal
|
#
43357506 |
| 10-Mar-2007 |
Daniel Stenberg |
pycurl 7.16.1
|
#
1e55ed5c |
| 09-Mar-2007 |
Daniel Stenberg |
- Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6.
|
#
3789e2e6 |
| 09-Mar-2007 |
Daniel Stenberg |
- Justin Fletcher fixed a file descriptor leak in the curl tool when trying to upload a file it couldn't open. Bug #1676581 (http://curl.haxx.se/bug/view.cgi?id=1676581)
|