Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-13 | 62. CURLOPT_TIMEOUT does not work properly with the regular multi and | Daniel Stenberg | |
multi_socket interfaces. The work-around for apps is to simply remove the easy handle once the time is up. See also: http://curl.haxx.se/bug/view.cgi?id=2501457 | |||
2009-01-12 | make this example not only replace an internal header but also add a totally | Daniel Stenberg | |
new and non-standard one | |||
2009-01-12 | Mohun Biswas clarified | Daniel Stenberg | |
2009-01-08 | Added a few more issues | Dan Fandrich | |
2008-12-29 | further clarifcation based on input from Anthony Bryan | Daniel Stenberg | |
2008-12-28 | Anthony Bryan's man page cleanup in language and spelling | Daniel Stenberg | |
2008-12-28 | Anthony Bryan reported quirks, I updated | Daniel Stenberg | |
2008-12-28 | Anthony Bryan reported and I corrected two typos. | Daniel Stenberg | |
2008-12-28 | The CURLOPT_KRBLEVEL description wasn't properly formatted and thus was | Daniel Stenberg | |
corrupted in ouputs. Another report from Anthony Bryan. | |||
2008-12-28 | Anthony Bryan reported this outputs wrong in the PDF and I've now tried to | Daniel Stenberg | |
escape these letters what I think is the correct way. | |||
2008-12-22 | - Anthony Bryan provided a set of patches that cleaned up manual language, | Daniel Stenberg | |
corrected spellings and more. | |||
2008-12-19 | expand the CURLOPT_POSTREDIR explanation | Daniel Stenberg | |
2008-12-10 | - Internet Explorer had a broken HTTP digest authentication before v7 and | Daniel Stenberg | |
there are servers "out there" that relies on the client doing this broken Digest authentication. Apache even comes with an option to work with such broken clients. The difference is only for URLs that contain a query-part (a '?'-letter and text to the right of it). libcurl now supports this quirk, and you enable it by setting the CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or CURLOPT_PROXYAUTH options. They are thus individually controlled to server and proxy. | |||
2008-12-09 | Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs. | Dan Fandrich | |
2008-12-03 | filled in SONAME number bump info, after some CVS digging | Daniel Stenberg | |
2008-12-01 | added some more entries for stuff done the last ~2 years | Daniel Stenberg | |
2008-11-30 | People have successfully ran libcurl on iphone | Daniel Stenberg | |
2008-11-21 | Markus Koetter's adaptation of hiperfifo.c to instead use libev | Daniel Stenberg | |
2008-11-19 | and now it compiles too! | Daniel Stenberg | |
2008-11-19 | I updated this example to use the modern paradigms of the socket API where | Daniel Stenberg | |
*_socket_all() and *_socket() aren't used at all but only *_socket_action() is. | |||
2008-11-17 | curl also builds fine for microblaze uclinux | Daniel Stenberg | |
2008-11-17 | libcurl has been built and ran on Cell OS on the Cell processor (playstation 3) | Daniel Stenberg | |
2008-11-17 | pipelining for PUT is a good idea | Daniel Stenberg | |
2008-11-17 | Fixed an outdated mention of having keep strings around in curl_easy_setopt | Dan Fandrich | |
calls. Added a paragraph explaining that libcurl takes care of low-level protocol details. Made a few minor edits. | |||
2008-11-14 | Added some more examples of options to reduce binary size. Added x86_64 Linux | Dan Fandrich | |
as a known-working environment. | |||
2008-11-13 | curl runs fine on Linux on Cell (PS3) | Daniel Stenberg | |
2008-11-11 | cleaned up entries that have been implemented already or are deemed not really | Daniel Stenberg | |
wanted anyway | |||
2008-11-09 | 11 new contributors from the 7.19.1 release | Daniel Stenberg | |
2008-11-05 | mention the speed unit for the _SPEED_LARGE options from bug #2226722 | Daniel Stenberg | |
2008-10-29 | --ftp-method was added in 7.15.1. This mention ends up a bit oddly formatted | Daniel Stenberg | |
but I'm not in the mood to fight nroff right now... | |||
2008-10-28 | Mention more restrictions on timeouts when using signals | Dan Fandrich | |
2008-10-28 | Philippe Vaucher pointed out this use of an outdated option name... | Daniel Stenberg | |
2008-10-22 | Updated example sizes and disable key words | Dan Fandrich | |
2008-10-17 | remove some spurious line-endings | Yang Tse | |
2008-10-16 | CURLOPT_POST301 => CURLOPT_POSTREDIR | Dan Fandrich | |
2008-10-16 | - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then | Daniel Stenberg | |
make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding these new options is that they have no problems with the colon separator that the CURLOPT_PROXYUSERPWD option does. | |||
2008-10-16 | mention the openssl requirement for the certinfo data | Daniel Stenberg | |
2008-10-16 | correct version number for the certinfo addition | Daniel Stenberg | |
2008-10-16 | Added CURLINFO_CERTINFO | Daniel Stenberg | |
2008-10-14 | Added signal-based resolver timeout issue | Dan Fandrich | |
2008-10-09 | Fixed a leftover reference to CURLOPT_FTP_SSL (thanks to Carlos Alloatti | Dan Fandrich | |
for spotting it). | |||
2008-10-09 | Update docs now that SFTP supports file ranges. | Dan Fandrich | |
2008-10-08 | - Igor Novoseltsev brought a patch that introduced two new options to | Daniel Stenberg | |
curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of deprecates the good old CURLOPT_USERPWD since they allow applications to set the user name and password independently and perhaps more importantly allow both to contain colon(s) which CURLOPT_USERPWD doesn't fully support. | |||
2008-10-07 | Document how to disable tests when certain --disable-* flags are used. | Dan Fandrich | |
2008-10-07 | oops, counted one of them twice! | Daniel Stenberg | |
2008-10-07 | two more bindings | Daniel Stenberg | |
2008-09-24 | 4.16 My HTTP POST or PUT requests are slow! | Daniel Stenberg | |
2008-09-24 | Added "5.14 Using C++ non-static functions for callbacks?" | Daniel Stenberg | |
2008-09-22 | Argument to CURLMOPT_MAXCONNECTS must be a long | Dan Fandrich | |
2008-09-10 | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich | |
examples that I found in the FreeBSD ports system. |