Age | Commit message (Expand) | Author |
2017-12-22 | curl/system.h: fix compilation with gcc on AIX PPC and IA64 HP-UX | Dimitrios Apostolou |
2017-12-22 | examples/rtsp: fix error handling macros | Mattias Fornander |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-20 | content_encoding: rework zlib_inflate | Patrick Monnerat |
2017-12-20 | brotli: allow compiling with version 0.6.0. | Patrick Monnerat |
2017-12-13 | CURLOPT_READFUNCTION.3: refer to argument with correct name | Daniel Stenberg |
2017-12-13 | rand: add a clang-analyzer work-around | Daniel Stenberg |
2017-12-13 | krb5: fix a potential access of uninitialized memory | Daniel Stenberg |
2017-12-12 | conncache: fix a return code [regression] | Daniel Stenberg |
2017-12-12 | curl: support >256 bytes warning messsages | Daniel Stenberg |
2017-12-12 | libssh: fix a syntax error in configure.ac | Michael Kaufmann |
2017-12-12 | examples/smtp-mail.c: use separate defines for options and mail | Daniel Stenberg |
2017-12-12 | THANKS: added missing names | Daniel Stenberg |
2017-12-12 | mailmap: added/clarified several names | Daniel Stenberg |
2017-12-12 | setopt: less *or equal* than INT_MAX/1000 should be fine | Daniel Stenberg |
2017-12-12 | vtls: replaced getenv() with curl_getenv() | dmitrykos |
2017-12-11 | RELEASE-NOTES: synced with 3b9ea70ee | Daniel Stenberg |
2017-12-11 | TODO: Expose tried IP addresses that failed | Daniel Stenberg |
2017-12-11 | curl.1: mention http:// and https:// as valid proxy prefixes | Daniel Stenberg |
2017-12-11 | curl.1: documented two missing valid exit codes | Daniel Stenberg |
2017-12-11 | CURLOPT_DNS_LOCAL_IP4.3: fixed the seel also to not self-reference | Daniel Stenberg |
2017-12-11 | Revert "curl: don't set CURLOPT_INTERLEAVEDATA" | Daniel Stenberg |
2017-12-10 | tests: mark data files as non-executable in git | Michael Kaufmann |
2017-12-10 | tests: update .gitignore for libtests | Michael Kaufmann |
2017-12-10 | multi_done: prune DNS cache | Daniel Stenberg |
2017-12-10 | mailmap: fixup two old git Author "aliases" | Daniel Stenberg |
2017-12-10 | openssl: Disable file buffering for Win32 SSLKEYLOGFILE | Jay Satiro |
2017-12-10 | RESOLVE: output verbose text when trying to set a duplicate name | Daniel Stenberg |
2017-12-09 | CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVE | Daniel Stenberg |
2017-12-09 | sftp: allow quoted commands to use relative paths | John DeHelian |
2017-12-08 | CURLOPT_PRIVATE.3: fix grammar | richardthe3rd |
2017-12-08 | curl: remove __EMX__ #ifdefs | Daniel Stenberg |
2017-12-08 | openssl: improve data-pending check for https proxy | Jay Satiro |
2017-12-08 | curl: don't set CURLOPT_INTERLEAVEDATA | Daniel Stenberg |
2017-12-08 | curl.h: remove incorrect comment about ERRORBUFFER | Daniel Stenberg |
2017-12-08 | configure: add AX_CODE_COVERAGE only if using gcc | Michael Felt |
2017-12-07 | curl: limit -# update frequency for unknown total size | Daniel Stenberg |
2017-12-07 | BINDINGS: another PostgreSQL client | Daniel Stenberg |
2017-12-07 | CONNECT: keep close connection flag in http_connect_state struct | Zachary Seguin |
2017-12-07 | include: get netinet/in.h before linux/tcp.h | Per Malmberg |
2017-12-06 | openldap: fix checksrc nits | Daniel Stenberg |
2017-12-06 | openldap: add commented out debug possibilities | Stepan Broz |
2017-12-06 | examples: move threaded-shared-conn.c to the "complicated" ones | Daniel Stenberg |
2017-12-06 | RELEASE-NOTES: synced with b261c44e8 | Daniel Stenberg |
2017-12-06 | URL: tolerate backslash after drive letter for FILE: | Jan-E |
2017-12-06 | tests: added netinet/in6.h includes in test servers | Randall S. Becker |
2017-12-06 | configure: check for netinet/in6.h | Randall S. Becker |
2017-12-06 | curl-config: add --ssl-backends | Daniel Stenberg |
2017-12-05 | conncache: only allow multiplexing within same multi handle | Daniel Stenberg |
2017-12-05 | threaded-shared-conn.c: fixed typo in commenta | Daniel Stenberg |