Age | Commit message (Expand) | Author |
2017-06-16 | curl: prevent binary output spewed to terminal | Daniel Stenberg |
2017-06-16 | Makefile.m32: enable -W for MinGW32 build | Marcel Raad |
2017-06-15 | curl: allow --header and --proxy-header read from file | Daniel Stenberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-13 | urlglob: fix division by zero | Daniel Stenberg |
2017-06-11 | FindWin32CACert: Use a temporary buffer on the stack | Michael Kaufmann |
2017-06-07 | metalink: remove unused printf() argument | Daniel Stenberg |
2017-06-03 | tool_util: remove unused tvdiff_secs and remove tool_ prefix | Daniel Stenberg |
2017-06-02 | build: provide easy code coverage measuring | Daniel Stenberg |
2017-05-24 | time: fix type conversions and compiler warnings | Michael Kaufmann |
2017-05-17 | mkhelp.pl: do not add current time into curl binary | Bernhard M. Wiedemann |
2017-05-14 | curl: show the libcurl release date in --version output | Daniel Stenberg |
2017-05-09 | tool: fix remaining -Wcast-qual warnings | Marcel Raad |
2017-05-08 | curl: generate the --help output | Daniel Stenberg |
2017-05-08 | tool_msgs: remove wrong cast | Marcel Raad |
2017-05-07 | tool_parsecfg: fix -Wcast-qual warning | Marcel Raad |
2017-05-06 | curl: remove tool_writeenv.[ch] | Daniel Stenberg |
2017-05-04 | curl: fix warning "comma at end of enumerator list" | Daniel Stenberg |
2017-05-02 | curl: non-boolean command line args reject --no- prefixes | Daniel Stenberg |
2017-05-01 | tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONS | Jay Satiro |
2017-05-01 | tool_cb_prg: fix double-promotion warning | Marcel Raad |
2017-04-27 | tool_operate: use utimes instead of obsolescent utime when available | Dan Fandrich |
2017-04-25 | curl: set a 100K buffer size by default | Daniel Stenberg |
2017-04-24 | Makefile: avoid use of GNU-specific form of $< | Dan Fandrich |
2017-04-20 | Revert "src/Makefile.am: avoid explicit $<" | Daniel Stenberg |
2017-04-19 | src/Makefile.am: avoid explicit $< | Daniel Stenberg |
2017-04-11 | poll: prefer <poll.h> over <sys/poll.h> | Marcel Raad |
2017-04-05 | tool_operate: fix MinGW compiler warning | Marcel Raad |
2017-04-05 | tool_operate: move filetime code to its own function | Marcel Raad |
2017-04-04 | tool: fix Windows Unicode build | Marcel Raad |
2017-03-30 | curl: fix callback functions to match prototype | Hanno Böck |
2017-03-30 | gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool... | Alexis La Goutte |
2017-03-29 | curl: fix callback argument inconsistency | Hanno Böck |
2017-03-29 | make: use the variable MAKE for recursive calls | Maksim Stsepanenka |
2017-03-26 | spelling fixes | klemens |
2017-03-25 | curl: check for end of input in writeout backslash handling | Daniel Stenberg |
2017-03-23 | mkhelp: disable compression if the perl gzip module is unavailable | Dan Fandrich |
2017-03-21 | cmake: build manual pages (including curl.1) | Peter Wu |
2017-03-16 | tool_operate: Fix showing HTTPS-Proxy options on CURLE_SSL_CACERT | Jay Satiro |
2017-03-14 | build: removed redundant DEPENDENCIES from makefiles | Dan Fandrich |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-12 | tool_writeout: fixed a buffer read overrun on --write-out | Dan Fandrich |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-09 | build: fixed making man page in out-of-tree tarball builds | Dan Fandrich |
2017-03-09 | mkhelp: simplified the gzip code | Dan Fandrich |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-02-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-15 | tool_urlglob: Allow a glob range with the same start and stop | Jay Satiro |