]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2017-09-22  Viktor Szakatsmetalink: fix NSS issue in MultiSSL builds 1848/head
2017-09-22  Viktor Szakatsntlm: use strict order for SSL backend #if branches
2017-09-22  Daniel Stenbergsymbols-in-versions: add CURLSSLSET_NO_BACKENDS
2017-09-22  Daniel Stenbergimap: quote atoms properly when escaping characters
2017-09-22  Daniel Stenbergtests: make the imap server not verify user+password
2017-09-22  Daniel Stenbergvtls: provide curl_global_sslset() even in non-SSL...
2017-09-22  Patrick Monneratform/mime: field names are not allowed to contain zero...
2017-09-21  Dirk Feytonsopenssl: only verify RSA private key if supported
2017-09-21  Marcel Raadexamples/post-callback: use long for CURLOPT_POSTFIELDSIZE
2017-09-20  Patrick Monneratmime: rephrase the multipart output state machine ...
2017-09-20  Patrick Monneratmime: fix an explicit null dereference (#1899)
2017-09-20  Daniel Stenbergcurl: check fseek() return code and bail on error
2017-09-20  Daniel Stenbergsmtp: fix memory leak in OOM
2017-09-20  Daniel StenbergRELEASE-NOTES: synced with 5fe85587c
2017-09-19  Pavel Pcookies: use lock when using CURLINFO_COOKIELIST
2017-09-18  Max Dymondossfuzz: changes before merging the generated corpora
2017-09-18  Daniel Stenbergmime:escape_string minor clarification change
2017-09-18  Max Dymondossfuzz: don't write out to stdout
2017-09-18  Daniel Stenbergcookies: reject oversized cookies
2017-09-18  Daniel Stenbergtravis: on mac, don't install openssl or libidn
2017-09-18  Daniel Stenbergcurl: make str2udouble not return values on error
2017-09-18  Jay Satirosocks: fix incorrect port number in SOCKS4 error message
2017-09-16  Marc Aldorasischannel: Support partial send for when data is too...
2017-09-16  David Benjaminopenssl: add missing includes
2017-09-15  Daniel Stenbergconversions: fix several compiler warnings
2017-09-15  Daniel Stenbergserver/getpart: provide dummy function to build convers...
2017-09-15  Daniel Stenbergnon-ascii: use iconv() with 'char **' argument
2017-09-15  Daniel Stenbergescape.c: error: pointer targets differ in signedness
2017-09-15  Daniel Stenbergdocs: clarify the CURLOPT_INTERLEAVE* options behavior
2017-09-15  Max Dymondrtsp: Segfault in rtsp.c when using WRITEDATA
2017-09-15  Isaac Boukristests: enable gssapi in travis-ci linux build
2017-09-15  Isaac Boukristests: add initial gssapi test using stub implementation
2017-09-15  Daniel Stenbergtest1150: verify same host fetch using different ports...
2017-09-14  Daniel StenbergURL: on connection re-use, still pick the new remote...
2017-09-12  Daniel StenbergRELEASE-NOTES: synced with 87501e57f
2017-09-12  Daniel Stenbergcode style: remove wrong uses of multiple spaces
2017-09-12  Daniel Stenbergchecksrc: detect and warn for multiple spaces
2017-09-12  Daniel Stenbergcode style: use space after semicolon
2017-09-12  Daniel Stenbergchecksrc: verify space after semicolons
2017-09-11  Daniel Stenbergcode style: use spaces around pluses
2017-09-11  Daniel Stenbergchecksrc: detect and warn for lack of spaces next to...
2017-09-11  Daniel Stenbergcode style: use spaces around equals signs
2017-09-11  Daniel Stenbergchecksrc: verify spaces around equals signs
2017-09-10  Daniel StenbergCurl_checkheaders: make it available for IMAP and SMTP too
2017-09-10  Daniel Stenbergtravis: add build without HTTP/SMTP/IMAP
2017-09-10  Jay Satirombedtls: enable CA path processing
2017-09-08  Daniel Stenbergrtsp: do not call fwrite() with NULL pointer FILE *
2017-09-08  Daniel Stenbergconfigure: use -Wno-varargs on clang 3.9[.X] debug...
2017-09-08  Max Dymondossfuzz: add some more handled CURL options
2017-09-07  Daniel Stenbergconfigure: check for C++ compiler after C, to make...
2017-09-07  Patrick Monneratform API: add new test 650.
2017-09-07  Jay Satiroconfigure: fix curl_off_t check's include order
2017-09-07  Jakub ZakrzewskiKNOWN_BUGS: Remove CMake symbol hiding issue
2017-09-07  Daniel Stenberghttp-proxy: when not doing CONNECT, that phase is done...
2017-09-07  Johannes SchindelinOpenSSL: fix yet another mistake while encapsulating...
2017-09-07  Johannes SchindelinOpenSSL: fix erroneous SSL backend encapsulation
2017-09-07  Jay Satirovtls: fix memory corruption
2017-09-07  Daniel Stenbergvtls: switch to CURL_SHA256_DIGEST_LENGTH define
2017-09-07  Daniel Stenbergtravis: add c-ares enabled builds linux + osx
2017-09-07  Daniel StenbergHISTORY: added some recent items
2017-09-06  Jay SatiroSSL: fix unused parameter warnings
2017-09-06  Patrick Monneratmime: drop internal FILE * support.
2017-09-06  Daniel Stenbergconfigure: remove --enable-soname-bump and SONAME_BUMP
2017-09-06  Gisle Vanemvtls: select ssl backend case-insensitive (follow-up)
2017-09-06  Jay Satiroopenssl: Integrate Peter Wu's SSLKEYLOGFILE implementation
2017-09-05  Patrick Monneratmime: fix a trivial warning.
2017-09-05  Patrick Monneratmime: replace 'struct Curl_mimepart' by 'curl_mimepart...
2017-09-05  Patrick Monneratmime: implement encoders.
2017-09-05  Patrick Monneratruntests.pl: support attribute "nonewline" in part...
2017-09-05  Daniel Stenbergfixup data/test1135
2017-09-05  Daniel Stenbergmime: unified to use the typedef'd mime structs everywhere
2017-09-05  Daniel Stenbergcurl.h: use lower case curl_mime* as for all public...
2017-09-05  Daniel Stenbergdocs/curl_mime_*.3: use correct variable types in examples
2017-09-05  Kamil Dudkaopenssl: use OpenSSL's default ciphers by default
2017-09-05  Viktor Szakatsexamples/mime: minor example code fixes
2017-09-05  Daniel Stenbergdocs/curl_mime_*.3: added examples
2017-09-05  Daniel Stenbergconfigure: add MultiSSL to FEATURES when enabled
2017-09-05  Daniel Stenberghttp-proxy: treat all 2xx as CONNECT success
2017-09-05  Daniel StenbergMAIL-ETIQUETTE: added "1.9 Your emails are public"
2017-09-04  Daniel Stenbergcurl.h: fix "unused checksrc ignore", remove dangling...
2017-09-04  Viktor Szakatsdocs: Update to secure URL versions
2017-09-04  Viktor Szakatsmime: use CURL_ZERO_TERMINATED in examples
2017-09-04  Daniel Stenbergschannel: return CURLE_SSL_CACERT on failed verification
2017-09-04  Daniel Stenbergtest1135: fixed after bd8070085f9
2017-09-04  Daniel Stenbergexamples/post-callback: stop returning one byte at...
2017-09-04  Daniel StenbergRELEASE-NOTES: fixed the function counter script
2017-09-04  Daniel Stenbergcurl.h: make the curl_strequal() protos use the same...
2017-09-04  Daniel Stenbergdocs: curl_mime_*.3 man page formatting edits
2017-09-04  Daniel StenbergRELEASE-NOTES: synced with 1ab9e9b50
2017-09-03  Patrick Monneratlib: bump version info (soname). Adapt and reenable...
2017-09-03  Daniel Stenbergheaders: move the global_sslset() proto from multi...
2017-09-03  Patrick Monneratmime: fix signed/unsigned conversions.
2017-09-03  Jay Satirotool_formparse: fix some trivial warnings
2017-09-03  Patrick Monneratmime: use size_t instead of ssize_t in public API inter...
2017-09-03  Patrick Monneratmime: remove support "-" stdin pseudo-file name in...
2017-09-03  Patrick Monneratmime: fix some implicit curl_off_t --> size_t conversio...
2017-09-02  Patrick Monneratmime: tests and examples.
2017-09-02  Patrick Monneratmime: use in curl cli tool instead of form API.
2017-09-02  Patrick Monneratmime: new MIME API.
2017-09-02  Patrick Monnerattest564: Add a warning comment about shell profile...
next