Age | Commit message (Expand) | Author |
2016-01-26 | curl: avoid local drive traversal when saving file (Windows) | Ray Satiro |
2015-12-23 | Makefile.inc: s/curl_SOURCES/CURL_FILES | Daniel Stenberg |
2015-12-15 | curl --expect100-timeout: added | Daniel Stenberg |
2015-12-13 | curl: use 2TLS by default | Daniel Stenberg |
2015-12-03 | curl: remove keepalive #ifdef checks done on libcurl's behalf | Daniel Stenberg |
2015-11-27 | tool_paramhlp: Fixed display of URL index in password prompt for --next | Steve Holme |
2015-11-24 | curl: expanded the -XHEAD warning text | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | curl: mark two more options strings for --libcurl output | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-11-09 | oauth2: Use OAuth 2.0 rather than XOAUTH2 in comments | Steve Holme |
2015-11-08 | tool: Fixed a memory leak on OOM introduced in 19cb0c4a | Dan Fandrich |
2015-10-31 | curl.h: s/HTTPPOST_/CURL_HTTPOST_ | Daniel Stenberg |
2015-10-20 | copyrights: update Gisle Vanem's email | Daniel Stenberg |
2015-10-18 | curl: slist_wc: remove curl_memory.h inclusion | Daniel Stenberg |
2015-10-18 | tool: Generate easysrc with last cache linked-list | Daniel Hwang |
2015-10-17 | cookies: Add support for Mozilla's Publix Suffix List | Tim Rühsen |
2015-10-02 | tool_setopt: fix c_escape truncated octal | Maksim Stsepanenka |
2015-09-22 | tool: remove redundant libcurl check | Daniel Hwang |
2015-09-21 | tool_operate: Don't call easysrc cleanup unless --libcurl | Jay Satiro |
2015-09-20 | tool: generate easysrc only on --libcurl | Daniel Lee Hwang |
2015-09-11 | curl: customrequest_helper: deal with NULL custom method | Daniel Stenberg |
2015-09-11 | curl: point out unnecessary uses of -X in verbose mode | Daniel Stenberg |
2015-09-03 | gitignore: ignore more generated VC Makefiles | Daniel Stenberg |
2015-09-02 | tool_sdecls.h: Fixed compilation warning from commit 4a889441d3 | Steve Holme |
2015-08-30 | makefiles: Added our standard copyright header | Steve Holme |
2015-08-25 | curl: point out the conflicting HTTP methods if used | Daniel Stenberg |
2015-08-25 | curl: clarify that users can only specify one _METHOD_ | Daniel Stenberg |
2015-08-23 | tool: fix memory leak with --proto-default option | Dan Fandrich |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot |
2015-08-18 | gitignore: Sort for readability | Jay Satiro |
2015-08-10 | build: refer to fixed libidn versions | Viktor Szakats |
2015-07-26 | comment: fix comment about adding new option support | Daniel Stenberg |
2015-07-25 | tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPS | Jay Satiro |
2015-07-17 | SSL: Add an option to disable certificate revocation checks | Jay Satiro |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-06-25 | tool_header_cb: fflush the header stream | Daniel Stenberg |
2015-06-21 | tool_help: fix --tlsv1 help text to use >= for TLSv1 | Lior Kaplan |
2015-06-18 | tool: always provide negotiate/kerberos options | Daniel Stenberg |
2015-06-08 | help: Add --proxy-service-name and --service-name to the --help output | Linus Nielsen |
2015-06-02 | checksrc: detect fopen() for text without the FOPEN_* macros | Daniel Stenberg |
2015-06-01 | curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT | Jay Satiro |
2015-05-22 | curl: fix potential NULL dereference | Daniel Stenberg |
2015-05-19 | build: bump version in default nghttp2 paths | Viktor Szakats |
2015-05-08 | tool_help: fix formatting for --next option | Alessandro Ghedini |
2015-04-30 | build: update depedency versions, urls, example makefiles | Viktor Szakats |
2015-04-28 | Negotiate: custom service names for SPNEGO. | Linus Nielsen |
2015-04-25 | tool: New option --data-raw to HTTP POST data, '@' allowed. | Anthony Avina |
2015-04-23 | curl -z: do not write empty file on unmet condition | Kamil Dudka |