summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tool_helpers.c: fix comment typo (#989)Mark Hamilton2016-09-031-1/+1
* curl: allow "pkcs11:" prefix for client certificatesDavid Woodhouse2016-08-171-2/+5
* CURLOPT_TCP_NODELAY: now enabled by defaultDaniel Stenberg2016-08-053-4/+6
* tool_urlglob: fix off-by-one error in glob_parse()Kamil Dudka2016-06-031-1/+1
* makefile.m32: add crypt32 for winssl buildsViktor Szakats2016-06-011-0/+4
* curl: fix -q [regression]Daniel Stenberg2016-05-311-1/+1
* http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts2016-05-301-1/+23
* tool_cb_hdr: Fix --remote-header-name with schemeless URLJay Satiro2016-05-012-7/+5
* curl -J: make it work even without http:// scheme on URLJay Satiro2016-04-291-1/+4
* curl: show the long option version of -q in the -h listDaniel Stenberg2016-04-291-1/+1
* curl: remove "--socks" as "--socks5" turned 8Daniel Stenberg2016-04-291-3/+0
* curl: remove --http-requestDaniel Stenberg2016-04-291-2/+0
* curl: mention --ntlm-wb in -h listDaniel Stenberg2016-04-291-0/+1
* curl: -h output lacked --proxy-headerDaniel Stenberg2016-04-291-1/+2
* curl: use --telnet-option as documentedDaniel Stenberg2016-04-291-2/+1
* getparam: remove support for --ftpportDaniel Stenberg2016-04-291-2/+0
* curl: make --disable work as long form of -qDaniel Stenberg2016-04-291-1/+3
* aliases: remove trailing space from capath stringDaniel Stenberg2016-04-291-1/+1
* cmdline parse: only single letter options have single-letter stringsDaniel Stenberg2016-04-291-9/+8
* curl: make --ftp-create-dirs retry on failureDaniel Stenberg2016-04-221-2/+5
* src/checksrc.whitelist: removedDaniel Stenberg2016-04-192-5/+1
* tool_operate: switch to inline checksrc ignoreDaniel Stenberg2016-04-191-0/+1
* tool: add --tcp-fastopen optionAlessandro Ghedini2016-04-184-0/+10
* checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg2016-04-181-1/+2
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+1
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-175-0/+13
* makefile.vc6: use d suffix on debug objectDaniel Stenberg2016-04-171-3/+3
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-094-17/+8
* url: Corrected comments following 9d89a0387Steve Holme2016-04-091-3/+3
* checksrc: Fix issue with the autobuilds not picking up the whitelistSteve Holme2016-04-081-1/+1
* lib/src: fix the checksrc invokeDaniel Stenberg2016-04-031-2/+2
* code: style updatesDaniel Stenberg2016-04-034-13/+13
* http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes2016-03-312-0/+6
* tool_operate: remove mixed declarationJay Satiro2016-03-281-1/+2
* curl: warn for --capath use if not supported by libcurlDaniel Stenberg2016-03-281-3/+13
* curl: glob_range: no need to check unsigned variable for negativeDaniel Stenberg2016-03-141-3/+2
* makefile.m32: add missing libs for static -winssl-ssh2 buildsViktor Szakats2016-03-051-0/+5
* makefile.m32: fix to allow -ssh2-winssl combinationViktor Szakats2016-03-051-0/+2
* makefile.m32: allow to pass .dll/.exe-specific LDFLAGSViktor Szakats2016-03-011-1/+1
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-234-1/+11
* src/Makefile.m32: add CURL_{LD,C}FLAGS_EXTRAS supportViktor Szakats2016-02-201-8/+8
* tool_doswin: Support for literal path prefix \\?\Jay Satiro2016-02-091-4/+11
* tool_urlglob: Allow reserved dos device names (Windows)Jay Satiro2016-02-081-1/+2
* tool_operhlp: Check for backslashes in get_url_file_nameJay Satiro2016-02-081-1/+5
* tool_doswin: Use type SANITIZEcode in sanitize_file_nameJay Satiro2016-02-051-7/+7
* tool_doswin: Improve sanitization processingJay Satiro2016-02-057-128/+424
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-0392-97/+97
* tool_operate: Don't sanitize --output path (Windows)Jay Satiro2016-02-011-11/+0
* tool_doswin: silence unused function warningViktor Szakats2016-01-281-0/+4
* curl: avoid local drive traversal when saving file (Windows)Ray Satiro2016-01-264-58/+187