- Feb 06, 2019
-
-
Daniel Gustafsson authored
The Kerberos subsection was mistakenly a subsubsection under FTP, and the curlx subsection was missing an anchor for the TOC link. Closes #3529 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-
- Jan 03, 2019
-
-
Daniel Stenberg authored
Closes #3431
-
- Nov 01, 2018
-
-
Daniel Stenberg authored
As has been outlined in the DEPRECATE.md document, the axTLS code has been disabled for 6 months and is hereby removed. Use a better supported TLS library! Assisted-by: Daniel Gustafsson Closes #3194
-
- Oct 05, 2018
-
-
Jay Satiro authored
-
Daniel Gustafsson authored
The parameter reference <string> was causing rendering issues in the generated HTML page, as <string> isn't a valid HTML tag. Fix by back- tick escaping it. Closes #3099 Reviewed-by: Jay Satiro <raysatiro@yahoo.com> Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-
- Aug 21, 2018
-
-
Daniel Stenberg authored
Since the public pinning support was brought in e644866c. GnuTLS 2.11.3 was released in October 2010. Figured out in #2890
-
- Nov 14, 2017
-
-
Daniel Stenberg authored
-
- Nov 05, 2017
-
-
Patrick Monnerat authored
This uses the brotli external library (https://github.com/google/brotli). Brotli becomes a feature: additional curl_version_info() bit and structure fields are provided for it and CURLVERSION_NOW bumped. Tests 314 and 315 check Brotli content unencoding with correct and erroneous data. Some tests are updated to accomodate with the now configuration dependent parameters of the Accept-Encoding header.
-
Patrick Monnerat authored
This is implemented as an output streaming stack of unencoders, the last calling the client write procedure. New test 230 checks this feature. Bug: https://github.com/curl/curl/pull/2002 Reported-By: Daniel Bankhead
-
- Oct 30, 2017
-
-
Daniel Stenberg authored
-
- Oct 28, 2017
-
-
Daniel Bankhead authored
Closes #2002
-
- Aug 08, 2017
-
-
Viktor Szakats authored
Closes #1741
-
- Feb 15, 2017
-
-
Daniel Stenberg authored
Builds with axTLS 2.1.2. This then also breaks compatibility with axTLS < 2.1.0 (the older API) ... and fix the session_id mixup brought in 04b4ee54 Fixes #1220
-
- Jan 24, 2017
-
-
railsnewbie257 authored
Closes #1226
-
- Nov 15, 2016
-
-
Alex Chan authored
-
- Oct 31, 2016
-
-
Jay Satiro authored
- Wrap more words with underscores in backticks. Follow-up to 13f49133.
-
- Oct 30, 2016
-
-
Daniel Stenberg authored
words with underscore need to be within `these` Bug: https://github.com/curl/curl-www/issues/19 Reported-by : Jay Satiro
-
- Aug 25, 2016
-
-
Daniel Stenberg authored
-
- Aug 09, 2016
-
-
Daniel Stenberg authored
-
- Jun 22, 2016
-
-
Daniel Stenberg authored
-
- Feb 01, 2016
-
-
Daniel Stenberg authored
-
- Jun 09, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and a conversion to markdown. Removed the lib/README.* files. The idea being to move toward having INTERNALS as the one and only "book" of internals documentation. Added a TOC to top of the document.
-
- May 19, 2015
-
-
Daniel Stenberg authored
-
- Dec 02, 2014
-
-
Steve Holme authored
Added the initial version of curl_sasl_gssapi.c and updated the project files in preparation for adding GSS-API based Kerberos V5 support.
-
- Nov 30, 2014
-
-
Bill Nagel authored
This patch updates the documentation for the SMB/CIFS protocol.
-
- Nov 15, 2014
-
-
Michael Osipov authored
-
- Oct 13, 2014
-
-
Patrick Monnerat authored
-
- Sep 10, 2014
-
-
Steve Holme authored
-
- Aug 26, 2014
-
-
Daniel Stenberg authored
-
- Jun 03, 2014
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/mail/lib-2014-06/0003.html Reported-by: Дмитрий Фалько
-
- Mar 17, 2014
-
-
Daniel Stenberg authored
Also fixed a function name change in the version requirement bump
-
- Mar 14, 2014
-
-
Dan Fandrich authored
-
- Jan 05, 2014
-
-
Marc Hoersken authored
-
- Dec 02, 2013
-
-
Kamil Dudka authored
This change introduces a dependency on NSS 3.14+.
-
- Aug 06, 2013
-
-
Daniel Stenberg authored
This is the first version of this new document, detailing the seven perhaps most important internal structs in libcurl source code: 1.1 SessionHandle 1.2 connectdata 1.3 Curl_multi 1.4 Curl_handler 1.5 conncache 1.6 Curl_share 1.7 CookieInfo
-
- Mar 12, 2013
-
-
Patrick Monnerat authored
-
- Jan 08, 2013
-
-
Daniel Stenberg authored
This reverts commit 7a6d8b1b. URL: http://curl.haxx.se/mail/lib-2013-01/0103.html
-
Daniel Stenberg authored
I ran the 2.59 version of autoupdate that updates obsoleted configure.ac constructs to the 2.59 standard. With a little hands-on fiddling I prevented it from ruining the quoting in AS_HELP_STRING() uses. I subsequently also bumped the required autoconf version to 2.59 (released in December 2003) as I don't have an older autoconf version around to test with and I can't be bothered to install one either... Inspired by: Björn Stenberg Related blog post: http://cazfi.livejournal.com/195108.html
-
- Jan 06, 2013
-
-
Yang Tse authored
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de00... build: make use of 76 lib/*.h renamed files ffd8e127... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374c... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bbf... build: make use of 93 lib/*.c renamed files 5b6e7927... build: rename 93 lib/*.c files 7d83dfff... build: commit 13606bbf follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
-