5305c9f1 | 01-Jul-2006 |
Yang Tse |
Get qualifier of arg 1 for getnameinfo apart. Take 3. |
b1022ea4 | 01-Jul-2006 |
Yang Tse |
Get qualifier of arg 1 for getnameinfo apart. |
380a74a4 | 01-Jul-2006 |
Yang Tse |
Get qualifier of arg 1 for getnameinfo apart. Take 2. |
ff709848 | 30-Jun-2006 |
Yang Tse |
Get qualifier of arg 1 for getnameinfo apart. |
279dd6d8 | 30-Jun-2006 |
Daniel Stenberg |
typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_t |
2e0ad842 | 30-Jun-2006 |
Yang Tse |
Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO |
a3949c77 | 29-Jun-2006 |
Daniel Stenberg |
with a very recent yassl, we now can display 'yassl' when the OpenSSL API is in fact provided by yassl instead |
23206062 | 28-Jun-2006 |
Daniel Stenberg |
changed wording on the curl_multi_fdset() problem and moved the -K change from bugfixes |
b01286d2 | 28-Jun-2006 |
Yang Tse |
fix better minor compiler warning |
64f72c22 | 28-Jun-2006 |
Yang Tse |
fix minor compiler warning |
856114d0 | 28-Jun-2006 |
Yang Tse |
fix minor compiler warning |
98b8c4b0 | 26-Jun-2006 |
Daniel Stenberg |
include config-win32.h in release archives |
01f5f0be | 26-Jun-2006 |
Daniel Stenberg |
changed wording slightly, and added standard boiler-plate header |
eb6d4047 | 24-Jun-2006 |
Daniel Stenberg |
Wallner's update |
c508ab1a | 24-Jun-2006 |
Daniel Stenberg |
Added README.pipelining but also extracted the "docs" files to a separate list to get a better overview |
0793dc92 | 24-Jun-2006 |
Daniel Stenberg |
thoughts and ideas as posted to the list the other day |
00a41ab2 | 24-Jun-2006 |
Daniel Stenberg |
corrected introduction version number |
37f4877e | 24-Jun-2006 |
Daniel Stenberg |
Michael Wallner added curl_formget(), which allows an application to extract (serialise) a previously built formpost (as with curl_formadd()). |
a6fc45c0 | 24-Jun-2006 |
Daniel Stenberg |
1.3.1 |
25411e01 | 24-Jun-2006 |
Daniel Stenberg |
Provide a libcurl API for setting mutex callbacks in the underlying SSL library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used. |
a8ac6f1d | 23-Jun-2006 |
Daniel Stenberg |
Arve Knudsen found a flaw in curl_multi_fdset() for systems where curl_socket_t is unsigned (like Windows) that could cause it to wrongly return a max fd of -1. |
dfe1884c | 22-Jun-2006 |
Daniel Stenberg |
Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command
Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command line tool's option --limit-rate to the library. The rate limiting logic in the curl app is now removed and is instead provided by libcurl itself. Transfer rate limiting will now also work for -d and -F, which it didn't before.
show more ...
|
3e5dcc8b | 21-Jun-2006 |
Daniel Stenberg |
minor language edits bug reports 1510080 1510098 |
ff819007 | 20-Jun-2006 |
Daniel Stenberg |
the D binding link is dead but we know of no new one! |
4cb30a30 | 20-Jun-2006 |
Daniel Stenberg |
bad syntax |