summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Updated dependency lib versions.Guenter Knauf2012-04-203-9/+9
|
* examples: fix compiler warningsYang Tse2012-04-1310-68/+41
|
* nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka2012-04-131-1/+1
| | | | This bumps the minimal supported version of NSS to 3.12.x.
* Added section for Android configure cross-compile.Guenter Knauf2012-04-131-1/+24
|
* Updated dependency lib versions (2nd try).Guenter Knauf2012-04-121-1/+1
|
* Updated dependency lib versions.Guenter Knauf2012-04-121-5/+5
|
* configure: Windows cross-compilation fixesYang Tse2012-04-091-6/+6
| | | | | | BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-3/+3
| | | | | | | | | | | Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists.
* CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu2012-04-052-3/+5
| | | | As it turns out, some people do want that after all.
* MAIL-ETIQUETTE: Added "How to unsubscribe"Daniel Stenberg2012-04-041-0/+15
| | | | ... as it seems to hard for some people
* curl tool: add filename_effective token for --write-outDave Reisner2012-04-011-0/+5
| | | | | | | By modifying the parameter list for ourWriteOut() and passing the OutStruct that collects data in tool_operate, we get access to the remote name that we're writing to. Shell scripters should find this useful when used in conjuntion with the --remote-header-name option.
* SSH: public key can now be an empty stringArmel Asselin2012-04-011-0/+3
| | | | | | | If an empty string is passed to CURLOPT_SSH_PUBLIC_KEYFILE, libcurl will pass no public key to libssh2 which then tries to compute it from the private key. This is known to work when libssh2 1.4.0+ is linked against OpenSSL.
* DOCS: Added information regarding POP3 commands to CURLOPT_CUSTOMREQUESTSteve Holme2012-03-311-16/+22
|
* TODO: Corrected POP3 section headingSteve Holme2012-03-281-2/+2
|
* TODO: Added SMTP and POP3 specific featuresSteve Holme2012-03-271-76/+134
|
* docs: clarify -z/--time-cond with filename (mention mtime)Rodrigo Silva (MestreLion)2012-03-231-6/+6
| | | | | | | Original wording could lead users in thinking it tries to somehow parse the filename for a date expression (like news_2012_03_05.html). It never mentions that it actually reads the mtime of the file in filesystem.
* THANKS: 8 new contributors from 7.25.0Daniel Stenberg2012-03-221-0/+8
|
* CURLSSH_OPT_AUTH: documented it has no effectArmel Asselin2012-03-101-2/+2
|
* CONTRIB: Please don't send pull requestsDaniel Stenberg2012-03-051-0/+25
|
* libcurl docs: version correctionsDaniel Stenberg2012-02-252-6/+6
| | | | | | | Correct some inconsistencies in which version some things were added. Bug: http://curl.haxx.se/bug/view.cgi?id=3494091 Reported by: "curlybugs"
* SMTP: Added support for returning SMTP response codesSteve Holme2012-02-231-6/+8
| | | | | | Set the conn->data->info.httpcode variable in smtp_statemach_act() to allow Curl_getinfo() to return the SMTP response code via the CURLINFO_RESPONSE_CODE action.
* curl.1: updated --libcurlDaniel Stenberg2012-02-231-5/+1
| | | | | With Colin Hogben's recent work, --libcurl now also works with -F and more. Remove the previous caveat.
* CURLOPT_MAIL_AUTH: added in 7.25.0Daniel Stenberg2012-02-211-0/+1
| | | | Brought in commit 0cf0ab6f300
* CURLE_FTP_PRET_FAILED: listed twiceDaniel Stenberg2012-02-171-7/+5
| | | | Make sure it is mentioned once and with the correct description
* --mail-auth documentedDaniel Stenberg2012-02-161-1/+7
|
* docs: mention that NTLM works with NSS, tooKamil Dudka2012-02-161-2/+2
|
* DOCS: Added information for CURLOPT_MAIL_AUTH.Steve Holme2012-02-151-27/+50
| | | | | | | | | | Added information relating to the new CURLOPT_MAIL_AUTH parameter and reworked CURLOPT_MAIL_FROM and CURLOPT_MAIL_RCPT to be a clearer. Fixed inconsistencies of "vocalisation of the abbreviation" versus "vocalisation of the first word" for all abbreviations. Corrected a typo in CURLOPT_NOPROXY.
* cyassl: update to CyaSSL 2.0.x APItoddouska2012-02-141-1/+1
| | | | | | | | Modify configure.ac to test for new CyaSSL Init function and remove default install path to system. Change to CyaSSL OpenSSL header and proper Init in code as well. Note that this no longer detects or works with CyaSSL before v2
* s/7.24.1/7.25.0Daniel Stenberg2012-02-132-10/+6
| | | | We will go straight to 7.25.0 due to the new additions
* --ssl-allow-beast addedDaniel Stenberg2012-02-091-0/+6
| | | | | | This new option tells curl to not work around a security flaw in the SSL3 and TLS1.0 protocols. It uses the new libcurl option CURLOPT_SSL_OPTIONS with the CURLSSLOPT_ALLOW_BEAST bit set.
* CURLOPT_SSL_OPTIONS: addedDaniel Stenberg2012-02-092-0/+12
| | | | | | | | | | | | | | | | | | Allow an appliction to set libcurl specific SSL options. The first and only options supported right now is CURLSSLOPT_ALLOW_BEAST. It will make libcurl to disable any work-arounds the underlying SSL library may have to address a known security flaw in the SSL3 and TLS1.0 protocol versions. This is a reaction to us unconditionally removing that behavior after this security advisory: http://curl.haxx.se/docs/adv_20120124B.html ... it did however cause a lot of programs to fail because of old servers not liking this work-around. Now programs can opt to decrease the security in order to interoperate with old servers better.
* curl: use new library-side TCP_KEEPALIVE optionsDave Reisner2012-02-091-1/+2
| | | | | | Use the new library CURLOPT_TCP_KEEPALIVE rather than disabling this via the sockopt callback. If --keepalive-time is used, apply the value to CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL.
* add library support for tuning TCP_KEEPALIVEDave Reisner2012-02-092-0/+21
| | | | | | | | | | | | This adds three new options to control the behavior of TCP keepalives: - CURLOPT_TCP_KEEPALIVE: enable/disable probes - CURLOPT_TCP_KEEPIDLE: idle time before sending first probe - CURLOPT_TCP_KEEPINTVL: delay between successive probes While not all operating systems support the TCP_KEEPIDLE and TCP_KEEPINTVL knobs, the library will still allow these options to be set by clients, silently ignoring the values.
* THANKS: imported contributors from 7.24.0 RELEASE-NOTESDaniel Stenberg2012-01-251-0/+21
|
* curl_easy_setopt.3: Fixed SEEKDATA & CLOSESOCKETDATA descriptionsDan Fandrich2012-01-241-2/+2
|
* CURLOPT_ACCEPTTIMEOUT_MS: spellfixDaniel Stenberg2012-01-221-1/+1
|
* examples: updated README with two new example programsDan Fandrich2012-01-201-0/+2
|
* curl.1: improve --stderr wordingDaniel Stenberg2012-01-191-3/+2
| | | | | | | | As is pointed out in this bug report, there can indeed be situation where --stderr has a point even when the "real" stderr can be redirected. Remove the superfluous and wrong comment. bug: http://curl.haxx.se/bug/view.cgi?id=3476020
* KNOWN_BUGS: can't receive zero bytes file properlyDaniel Stenberg2012-01-181-0/+5
| | | | http://curl.haxx.se/bug/view.cgi?id=3438362
* url2file: new simple exampleDaniel Stenberg2012-01-163-1/+83
| | | | | | | Just showing how to download the contents of a given URL into a local file. Based on a suggestion and example code by Georg Potthast
* imap.c: a dead simple imap exampleDaniel Stenberg2012-01-163-1/+46
| | | | Just to show that IMAP is used just like other protocols
* OpenSSL: remove reference to openssl internal structPeter Sylvester2012-01-041-2/+1
| | | | | With this change, curl compiles with the new OPENSSL_NO_SSL_INTERN cflag. This flag might become the default in some distant future.
* KNOWN_BUGS: #77 CURLOPT_FORBID_REUSE kills NTLMDaniel Stenberg2012-01-041-0/+4
|
* curl_easy_setopt: refer to the most recent URI RFCDaniel Stenberg2012-01-031-3/+3
|
* curl_easy_strerror.3: minor synopsis edit of the lookDaniel Stenberg2012-01-021-4/+4
|
* examples: update README, Makefile.inc and gitignore with pop3s examplesAlessandro Ghedini2011-12-303-1/+5
|
* examples: add a couple of simple pop3s examplesAlessandro Ghedini2011-12-302-0/+136
| | | | | | | | These examples show how to fetch a single message (RETR command) and how to list all the messages in a given mailbox (LIST command), with authentication via SSL. They were both based on the https.c example.
* removed execute file permissionYang Tse2011-12-302-0/+0
|
* removed trailing whitespaceYang Tse2011-12-303-3/+3
|
* Require a less ancient version of perlColin Hogben2011-12-231-1/+1
| | | | | | The INTERNALS document suggested that compatibility should be maintained with perl version 4, but this was untrue - scripts such as chksource.pl and runtests.pl use perl5-isms.