Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-24 | CURLOPT_RANGE: for HTTP servers, range support is optional | Daniel Stenberg | |
2015-12-15 | curl --expect100-timeout: added | Daniel Stenberg | |
This is the new command line option to set the value for the existing libcurl option CURLOPT_EXPECT_100_TIMEOUT_MS | |||
2015-12-14 | ROADMAP: implemented HTTP2 for HTTPS-only | Daniel Stenberg | |
2015-12-14 | HTTP2.md: spell fix and remove TODO now implemented | Daniel Stenberg | |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg | |
... and stick to 1.1 for HTTP. This is in line with what browsers do and should have very little risk. | |||
2015-12-07 | version: Add flag CURL_VERSION_PSL for libpsl | Gisle Vanem | |
2015-12-01 | THANKS: new contributors from the 7.46.0 release | Daniel Stenberg | |
2015-12-01 | THANKS-filter: single Tim Rühsen spelling | Daniel Stenberg | |
2015-12-01 | docs/examples: gitignore some more built examples | Daniel Stenberg | |
2015-11-25 | examples/README: cut out the incomplete list | Daniel Stenberg | |
... and add a generic explanation for them instead. Each example file should contain its own description these days. | |||
2015-11-23 | CURLOPT_HEADERFUNCTION.3: fix typo | Daniel Stenberg | |
Refer to _HEADERDATA not _WRITEDATA. Reported-by: Michał Piechowski | |||
2015-11-23 | TODO: TCP Fast Open | Daniel Stenberg | |
2015-11-22 | examples: Added website parse-able descriptions to the e-mail examples | Steve Holme | |
2015-11-21 | TODO: Added another 'multi-interface' idea | Steve Holme | |
2015-11-21 | examples: Fixed compilation warnings | Steve Holme | |
pop3-multi.c:96:5: warning: implicit declaration of function 'memset' imap-multi.c:96:5: warning: implicit declaration of function 'memset' http2-download.c:226:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' | |||
2015-11-20 | TODO: remove duplicated title | Daniel Stenberg | |
2015-11-20 | TODO: added two more libcurl ideas | Daniel Stenberg | |
Moved some ideas from "next major" to just ordinary ideas since we can always add new things while keeping the old without doing a "next major". | |||
2015-11-20 | build: Fix theoretical infinite loops | Daniel Shahaf | |
Add error-checking to 'cd' in a few cases where omitting the checks might result in an infinite loop. Closes #535 | |||
2015-11-18 | FAQ: Grammar changes | MaxGiting | |
Closes https://github.com/bagder/curl/pull/533 | |||
2015-11-16 | CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first header | Daniel Stenberg | |
... if there are more than one using the same name | |||
2015-11-13 | symbols-in-versions: Added new CURLOPTTYPE_STRINGPOINT alias | Steve Holme | |
...following commit aba281e762 to fix test 1119. | |||
2015-11-09 | ROADMAP: remove two items already done | Daniel Stenberg | |
2015-11-07 | opts: Corrected TLS protocols list to include POP3S rather than POP3 | Steve Holme | |
2015-11-06 | curl.1: remove the overlap --range example | Daniel Stenberg | |
... it is just weird to include by default even if it still works. | |||
2015-11-02 | symbols-in-version: add all CURL_HTTPPOST_* symbols | Daniel Stenberg | |
2015-11-02 | formadd: support >2GB files on windows | Daniel Stenberg | |
Closes #425 | |||
2015-10-28 | curl.1: -E: s/private certificate/client certificate | Daniel Stenberg | |
... as the certificate is strictly speaking not private. Reported-by: John Levon | |||
2015-10-26 | DISTRO-DILEMMA: removed | Daniel Stenberg | |
Out of date and not kept accurate. It was sort of a problem of the past anyway. | |||
2015-10-23 | curl.1: --ignore-content-length now works for FTP too | Daniel Stenberg | |
2015-10-23 | ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size | Kurt Fankhauser | |
This allows FTP transfers with growing (or shrinking) files without causing a transfer error. Closes #480 | |||
2015-10-23 | CURLOPT_STREAM_WEIGHT.3: call argument 'weight' too | Daniel Stenberg | |
... and add a little example of what the weight actually means. "Relative proportion of bandwidth". | |||
2015-10-23 | http2: add stream options to dist and curl_easy_setopt.3 | Daniel Stenberg | |
2015-10-23 | http2: s/priority/weight | Daniel Stenberg | |
2015-10-23 | http2: added three stream prio/deps options | Daniel Stenberg | |
CURLOPT_STREAM_DEPENDS CURLOPT_STREAM_DEPENDS_E CURLOPT_STREAM_PRIORITY | |||
2015-10-20 | copyrights: update Gisle Vanem's email | Daniel Stenberg | |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg | |
closes #496 | |||
2015-10-12 | docs/INSTALL: Updated example minimal binary sizes | Dan Fandrich | |
2015-10-08 | curl_easy_recv.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET | Svyatoslav Mishyn | |
Closes #479 | |||
2015-10-08 | curl_easy_send.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET | Svyatoslav Mishyn | |
2015-10-08 | CURLOPT_CONNECT_ONLY.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKET | Svyatoslav Mishyn | |
2015-10-08 | CURLOPT_CERTINFO.3: fix reference to CURLINFO_CERTINFO | Daniel Stenberg | |
2015-10-07 | RELEASE-PROCEDURE: add the github HTTPS download step | Daniel Stenberg | |
2015-10-07 | THANKS: 19 new contributors from the 7.45.0 announcement | Daniel Stenberg | |
2015-10-04 | hiperfifo: fix the pointer passed to WRITEDATA | rouzier | |
Closes https://github.com/bagder/curl/pull/471 | |||
2015-09-27 | docs: fix unescaped '\n' in man pages | Svyatoslav Mishyn | |
Closes https://github.com/bagder/curl/pull/459 | |||
2015-09-25 | curl_easy_getinfo.3: Add brief description for each CURLINFO | Jay Satiro | |
2015-09-22 | CURLINFO_TLS_SESSION: always return backend info | Daniel Stenberg | |
... even for those that don't support providing anything in the 'internals' struct member since it offers a convenient way for applications to figure this out. | |||
2015-09-22 | CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment | Richard van den Berg | |
Closes #449 | |||
2015-09-22 | TODO: 5.7 More compressions | Daniel Stenberg | |
Like for example brotli, as being implemented in Firefox now. | |||
2015-09-20 | CURLOPT_PINNEDPUBLICKEY.3: replace test.com with example.com | Viktor Szakats | |
closes #443 |