summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* FEATURES: Removed erroneous whitespaceSteve Holme2013-02-061-2/+2
* FEATURES: Added SSPI to list of NTLM librariesSteve Holme2013-02-061-2/+2
* FEATURES: Added Secure Transport and qssl to list of SSL librariesSteve Holme2013-02-061-1/+2
* FEATURES: Added email feature setSteve Holme2013-02-061-0/+41
* FAQ: clarify 5.13 How do I stop an ongoing transferDaniel Stenberg2013-02-041-1/+1
* Updated date.Guenter Knauf2013-01-301-1/+1
* Fixed debug.c to work again unchanged.Guenter Knauf2013-01-291-0/+3
* FAQ: "Darwinssl" is AKA "Secure Transport" and supports NTLMNick Zitzmann2013-01-281-5/+6
* docs: fix typos in man pagesKamil Dudka2013-01-282-2/+2
* docs: update the comments about loading CA certs with NSSKamil Dudka2013-01-282-7/+4
* Updated dependency libs.Guenter Knauf2013-01-283-3/+3
* Fixed simple.c to work again unchanged.Guenter Knauf2013-01-281-1/+3
* FAQ: update the SSL lib list and wording in question 2.2Daniel Stenberg2013-01-231-4/+8
* formpost: support quotes, commas and semicolon in file namesUlion2013-01-221-0/+11
* FAQ: 3.22 curl -X gives me HTTP problemsDaniel Stenberg2013-01-211-0/+28
* curl_easy_send.3: document return codesDaniel Stenberg2013-01-191-1/+4
* curl_easy_recv.3: document return codesDaniel Stenberg2013-01-191-3/+8
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-12/+2
* TODO: Updated following IMAP SASL additionsSteve Holme2013-01-141-90/+79
* BUGS: update bug tracker URLDaniel Stenberg2013-01-131-2/+2
* docs: the --with-darwinssl option is available on Apple OSesNick Zitzmann2013-01-091-1/+34
* build: fix circular header inclusion with other packagesYang Tse2013-01-092-2/+2
* Revert "configure: update req to 2.59"Daniel Stenberg2013-01-081-1/+1
* configure: update req to 2.59Daniel Stenberg2013-01-081-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-063-57/+56
* mk-ca-bundle.1: convert syntax to what's used elsewhereDaniel Stenberg2013-01-061-47/+55
* mk-ca-bundle.1: mention new -f, fix outputfile outputDaniel Stenberg2013-01-051-9/+20
* writeout: -w now supports remote_ip/port and local_ip/portDaniel Stenberg2013-01-031-0/+14
* INTERNALS: remove "footnote" never usedDaniel Stenberg2013-01-031-3/+0
* FAQ: Can I write a server with libcurl?Daniel Stenberg2013-01-031-0/+10
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-032-55/+56
* INSTALL: unify the SSL library textsDaniel Stenberg2013-01-031-11/+8
* examples/certinfo.c: fix compiler warningYang Tse2012-12-291-7/+12
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* curl.1: extend the -X, --request descriptionDaniel Stenberg2012-12-271-0/+8
* curl tool: renaming hugehelp files to tool_hugehelpYang Tse2012-12-263-7/+7
* examples/simplessl.c: fix compiler warningYang Tse2012-12-111-2/+3
* examples/externalsocket.c: fix SunPro compilation issueYang Tse2012-12-101-0/+4
* examples/simplessl.c: fix compiler warningYang Tse2012-12-101-2/+2
* examples/anyauthput.c: fix Tru64 compilation issueYang Tse2012-12-101-2/+2
* examples: fix compilation issues - commit 7332a7cafb follow-upYang Tse2012-12-052-11/+11
* examples: fix compilation issues - commit 23f8dca6fb follow-upYang Tse2012-12-053-7/+13
* examples: fix compilation issuesYang Tse2012-12-053-8/+12
* build: explain current role of LIBS in our Makefile.am filesYang Tse2012-12-041-1/+1
* build: prevent global LIBS from influencing examples build targetsYang Tse2012-11-301-2/+11
* FAQ: clarify the 3.4 sectionDaniel Stenberg2012-11-251-3/+4
* examples: Updated asiohiper.cpp to remove connect from opensocketLijo Antony2012-11-251-36/+23
* DOCS: Updated CURLOPT_CONNECT_ONLY to reflect usage in other protocolsSteve Holme2012-11-231-4/+5
* htmltitle: use .cpp extension for C++ examplesDaniel Stenberg2012-11-212-1/+1
* examples: Added a c++ example of using multi with boost::asioLijo Antony2012-11-212-1/+468