aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-24URL: update "file:" URL handlingMatthew Kerwin
2017-11-24metalink: fix memory-leak and NULL pointer dereferenceDaniel Stenberg
2017-11-24connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini
2017-11-24make: fix "make distclean"Daniel Stenberg
2017-11-23RELEASE-NOTES: synced with 31f18d272Daniel Stenberg
2017-11-23connect: improve the bind error messageJay Satiro
2017-11-23examples/rtsp: clear RANGE again after useDaniel Stenberg
2017-11-22test1264: verify URL with space in host name being rejectedMichael Kaufmann
2017-11-22url: reject ASCII control characters and space in host namesDaniel Stenberg
2017-11-21Curl_open: fix OOM return error correctlyDaniel Stenberg
2017-11-21http2: fix "Value stored to 'end' is never read" scan-build errorDaniel Stenberg
2017-11-21http2: fix "Value stored to 'hdbuf' is never read" scan-build errorDaniel Stenberg
2017-11-21openssl: fix "Value stored to 'rc' is never read" scan-build errorDaniel Stenberg
2017-11-21mime: fix "Value stored to 'sz' is never read" scan-build errorDaniel Stenberg
2017-11-21Curl_llist_remove: fix potential NULL pointer derefDaniel Stenberg
2017-11-21ntlm: remove unnecessary NULL-check to please scan-buildDaniel Stenberg
2017-11-20BUGS: spellcheckedDaniel Stenberg
2017-11-18examples/curlx: Fix code stylefmmedeiros
2017-11-17resolve: allow IP address within [] bracketsDaniel Stenberg
2017-11-15macOS: Fix missing connectx function with Xcode version older than 9.0Pavol Markovic
2017-11-15openssl: fix too broad use of HAVE_OPAQUE_EVP_PKEYDirk Feytons
2017-11-14TODO: ignore private IP addresses in PASV responseDaniel Stenberg
2017-11-14RELEASE-NOTES: synced with ae7369b6dDaniel Stenberg
2017-11-14URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann
2017-11-14INTERNALS: we may use libidn2 now, not libidnDaniel Stenberg
2017-11-13zlib/brotli: only include header files in modules needing themPatrick Monnerat
2017-11-13SMB: fix uninitialized local variableDaniel Stenberg
2017-11-12connect.c: remove executable bit on fileOrgad Shaneh
2017-11-12README.md: fixed layouthsiao yi
2017-11-10setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg
2017-11-10cmake: Add missing setmode checkJohn Starks
2017-11-10curl_share_setopt: va_end was not called if conncache errorsDaniel Stenberg
2017-11-10cmake: Correctly include curl.rc in Windows builds (#2064)John Starks
2017-11-09RELEASE-NOTES: synced with 32828cc4fDaniel Stenberg
2017-11-09--interface: add support for Linux VRFLuca Boccassi
2017-11-09curl_share_setopt.3: document CURL_LOCK_DATA_CONNECTDaniel Stenberg
2017-11-09examples: add shared-connection-cacheDaniel Stenberg
2017-11-09test1554: verify connection cache sharingDaniel Stenberg
2017-11-09share: add support for sharing the connection cacheDaniel Stenberg
2017-11-09imap: deal with commands case insensitivelyDaniel Stenberg
2017-11-09connect: store IPv6 connection status after valid connectionDaniel Stenberg
2017-11-09curl_multi_fdset.3: emphasize curl_multi_timeoutDaniel Stenberg
2017-11-09content_encoding: fix inflate_stream for no bytes availableJay Satiro
2017-11-07content_encoding: do not write 0 length dataPatrick Monnerat
2017-11-06fnmatch: remove dead codeDaniel Stenberg
2017-11-06url: remove unncessary NULL-checkDaniel Stenberg
2017-11-06src/Makefile.m32: fix typo in brotli lib customizationViktor Szakats
2017-11-05Makefile.m32: allow to customize brotli libsViktor Szakats
2017-11-05travis: add a job with brotli enabledPatrick Monnerat
2017-11-05Makefile.m32: add brotli supportViktor Szakats