Go to file
Daniel Gustafsson e2ef8d6fa1
cookies: support creation-time attribute for cookies
According to RFC6265 section 5.4, cookies with equal path lengths
SHOULD be sorted by creation-time (earlier first). This adds a
creation-time record to the cookie struct in order to make cookie
sorting more deterministic. The creation-time is defined as the
order of the cookies in the jar, the first cookie read fro the
jar being the oldest. The creation-time is thus not serialized
into the jar. Also remove the strcmp() matching in the sorting as
there is no lexicographic ordering in RFC6265. Existing tests are
updated to match.

Closes #2524
2018-08-31 14:11:37 +02:00
.github
CMake cmake: link curl to the OpenSSL targets instead of lib absolute paths 2018-08-08 09:35:27 +02:00
docs CURLOPT_SSL_CTX_FUNCTION.3: clarify connection reuse warning 2018-08-29 10:08:16 -04:00
include
lib cookies: support creation-time attribute for cookies 2018-08-31 14:11:37 +02:00
m4 Enable more GCC warnings 2018-08-21 18:53:46 +02:00
packages
projects projects: Improve Windows perl detection in batch scripts 2018-08-11 16:33:12 -04:00
scripts
src curl: fix time-of-check, time-of-use race in dir creation 2018-08-25 23:38:08 +02:00
tests cookies: support creation-time attribute for cookies 2018-08-31 14:11:37 +02:00
winbuild
.dir-locals.el
.gitattributes
.gitignore
.lgtm.yml
.mailmap mailmap: Daniel Jelinski 2018-07-31 17:22:44 +02:00
.travis-iconv-env.sh
.travis.yml travis: revert back to gcc-7 for coverage builds 2018-08-15 15:54:09 +02:00
acinclude.m4 configure: conditionally enable pedantic-errors 2018-08-21 18:53:44 +02:00
appveyor.yml CMake: Respect BUILD_SHARED_LIBS 2018-08-08 09:39:05 +02:00
buildconf
buildconf.bat
CHANGES
CMakeLists.txt CMake: Respect BUILD_SHARED_LIBS 2018-08-08 09:39:05 +02:00
configure.ac configure: conditionally enable pedantic-errors 2018-08-21 18:53:44 +02:00
COPYING
curl-config.in
GIT-INFO
libcurl.pc.in
MacOSX-Framework
Makefile.am cmake: link curl to the OpenSSL targets instead of lib absolute paths 2018-08-08 09:35:27 +02:00
Makefile.dist
maketgz
README
README.md README: add appveyor build badge [ci skip] 2018-08-24 13:25:24 +02:00
RELEASE-NOTES RELEASE-NOTES: synced 2018-08-27 23:33:45 +02:00

curl logo

CII Best Practices Coverity passed Travis-CI Build Status AppVeyor Build Status Coverage Status Backers on Open Collective Sponsors on Open Collective Language Grade: C/C++

Curl is a command-line tool for transferring data specified with URL syntax. Find out how to use curl by reading the curl.1 man page or the MANUAL document. Find out how to install Curl by reading the INSTALL document.

libcurl is the library curl is using to do its job. It is readily available to be used by your software. Read the libcurl.3 man page to learn how!

You find answers to the most frequent questions we get in the FAQ document.

Study the COPYING file for distribution terms and similar. If you distribute curl binaries or other binaries that involve libcurl, you might enjoy the LICENSE-MIXING document.

Contact

If you have problems, questions, ideas or suggestions, please contact us by posting to a suitable mailing list.

All contributors to the project are listed in the THANKS document.

Website

Visit the curl web site for the latest news and downloads.

Git

To download the very latest source from the Git server do this:

git clone https://github.com/curl/curl.git

(you'll get a directory named curl created, filled with the source code)

Notice

Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the distribution terms.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]