]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2017-12-08  Daniel Stenbergcurl: don't set CURLOPT_INTERLEAVEDATA
2017-12-08  Daniel Stenbergcurl.h: remove incorrect comment about ERRORBUFFER
2017-12-08  Michael Feltconfigure: add AX_CODE_COVERAGE only if using gcc
2017-12-07  Daniel Stenbergcurl: limit -# update frequency for unknown total size
2017-12-07  Daniel StenbergBINDINGS: another PostgreSQL client
2017-12-07  Zachary SeguinCONNECT: keep close connection flag in http_connect_sta...
2017-12-07  Per Malmberginclude: get netinet/in.h before linux/tcp.h
2017-12-06  Daniel Stenbergopenldap: fix checksrc nits
2017-12-06  Stepan Brozopenldap: add commented out debug possibilities
2017-12-06  Daniel Stenbergexamples: move threaded-shared-conn.c to the "complicat...
2017-12-06  Daniel StenbergRELEASE-NOTES: synced with b261c44e8
2017-12-05  Jan-EURL: tolerate backslash after drive letter for FILE:
2017-12-05  Randall S.... tests: added netinet/in6.h includes in test servers
2017-12-05  Randall S.... configure: check for netinet/in6.h
2017-12-05  Daniel Stenbergcurl-config: add --ssl-backends
2017-12-05  Daniel Stenbergconncache: only allow multiplexing within same multi...
2017-12-05  Daniel Stenbergthreaded-shared-conn.c: fixed typo in commenta
2017-12-05  Daniel Stenbergthreaded-shared-conn.c: new example
2017-12-05  Daniel Stenbergconncache: fix several lock issues
2017-12-05  Daniel Stenberglibssh: remove dead code in sftp_qoute
2017-12-05  Daniel Stenbergsasl_getmesssage: make sure we have a long enough strin...
2017-12-04  Daniel Stenberglibssh2: remove dead code from SSH_SFTP_QUOTE
2017-12-04  Daniel Stenbergssh-libssh.c: please checksrc
2017-12-04  Nikos Mavrogiannopouloslibssh: fixed dereference in statvfs access 2149/head
2017-12-04  GuitaredRESOURCES: update spec names
2017-12-03  Nikos Mavrogiannopouloslibssh: corrected use of sftp_statvfs() in SSH_SFTP_QUO... 2144/head
2017-12-03  Nikos Mavrogiannopouloslibssh: no need to call sftp_get_error as ssh_get_error...
2017-12-02  Daniel Stenberglibssh: fix minor static code analyzer nits
2017-12-02  Daniel Stenbergopenssl: pkcs12 is supported by boringssl
2017-12-02  Jay Satirotravis: use pip2 instead of pip
2017-12-01  Nikos Mavrogiannopouloslib582: do not verify host for SFTP
2017-12-01  Nikos Mavrogiannopouloslibssh: added SFTP support
2017-12-01  Nikos Mavrogiannopoulossymbols-in-versions: added new symbols with 7.56.3...
2017-12-01  Nikos Mavrogiannopoulos.travis.yml: added build --with-libssh
2017-12-01  Nikos Mavrogiannopouloslibssh2: return CURLE_UPLOAD_FAILED on failure to upload
2017-12-01  Nikos Mavrogiannopouloslibssh2: send the correct CURLE error code on scp file...
2017-12-01  Nikos MavrogiannopoulosAdded support for libssh SSH SCP back-end
2017-12-01  Daniel StenbergRELEASE-NOTES: synced with af8cc7a69
2017-12-01  Daniel Stenbergcurlver: towards 7.57.1
2017-12-01  W. Mark Kubackilib: don't export all symbols, just everything curl_*
2017-12-01  Johannes SchindelinSSL: Avoid magic allocation of SSL backend specific...
2017-12-01  Daniel Stenbergexamples/xmlstream.c: don't switch off CURL_GLOBAL_SSL
2017-11-30  Daniel Stenbergtravis: add boringssl build
2017-11-29  Daniel StenbergRELEASE-NOTES: curl 7.57.0 curl-7_57_0
2017-11-29  Daniel StenbergTHANKS: added contributors from 7.57.0 release
2017-11-27  Daniel Stenbergopenssl: fix boringssl build again
2017-11-27  Daniel Stenbergcurl_ntlm_core.c: use the limits.h's SIZE_T_MAX if...
2017-11-27  Daniel Stenberglibcurl-share.3: the connection cache is shareable now
2017-11-27  Daniel Stenbergglobal_init: ignore CURL_GLOBAL_SSL's absense
2017-11-27  Daniel Stenbergntlm: avoid integer overflow for malloc size
2017-11-27  Daniel Stenbergwildcardmatch: fix heap buffer overflow in setcharset
2017-11-27  Jay Satirourl: fix alignment of ssl_backend_data struct
2017-11-25  Daniel Stenbergssh: remove check for a NULL pointer (!)
2017-11-24  Matthew Kerwintest: add test for bad UNC/SMB path in file: URL
2017-11-24  Matthew Kerwintest: add tests to ensure basic file: URLs
2017-11-24  Matthew KerwinURL: update "file:" URL handling
2017-11-24  Daniel Stenbergmetalink: fix memory-leak and NULL pointer dereference
2017-11-24  Alessandro... connect: add support for new TCP Fast Open API on Linux
2017-11-24  Daniel Stenbergmake: fix "make distclean"
2017-11-23  Daniel StenbergRELEASE-NOTES: synced with 31f18d272
2017-11-23  Jay Satiroconnect: improve the bind error message
2017-11-23  Daniel Stenbergexamples/rtsp: clear RANGE again after use
2017-11-22  Michael Kaufmanntest1264: verify URL with space in host name being...
2017-11-22  Daniel Stenbergurl: reject ASCII control characters and space in host...
2017-11-21  Daniel StenbergCurl_open: fix OOM return error correctly
2017-11-21  Daniel Stenberghttp2: fix "Value stored to 'end' is never read" scan...
2017-11-21  Daniel Stenberghttp2: fix "Value stored to 'hdbuf' is never read"...
2017-11-21  Daniel Stenbergopenssl: fix "Value stored to 'rc' is never read" scan...
2017-11-21  Daniel Stenbergmime: fix "Value stored to 'sz' is never read" scan...
2017-11-21  Daniel StenbergCurl_llist_remove: fix potential NULL pointer deref
2017-11-21  Daniel Stenbergntlm: remove unnecessary NULL-check to please scan...
2017-11-20  Daniel StenbergBUGS: spellchecked
2017-11-18  fmmedeirosexamples/curlx: Fix code style
2017-11-17  Daniel Stenbergresolve: allow IP address within [] brackets
2017-11-15  Pavol MarkovicmacOS: Fix missing connectx function with Xcode version...
2017-11-15  Dirk Feytonsopenssl: fix too broad use of HAVE_OPAQUE_EVP_PKEY
2017-11-14  Daniel StenbergTODO: ignore private IP addresses in PASV response
2017-11-14  Daniel StenbergRELEASE-NOTES: synced with ae7369b6d
2017-11-14  Michael KaufmannURL: return error on malformed URLs with junk after...
2017-11-14  Daniel StenbergINTERNALS: we may use libidn2 now, not libidn
2017-11-13  Patrick Monneratzlib/brotli: only include header files in modules needi...
2017-11-13  Daniel StenbergSMB: fix uninitialized local variable
2017-11-12  Orgad Shanehconnect.c: remove executable bit on file
2017-11-11  hsiao yiREADME.md: fixed layout
2017-11-10  Daniel Stenbergsetopt: split out curl_easy_setopt() to its own file
2017-11-10  John Starkscmake: Add missing setmode check
2017-11-10  Daniel Stenbergcurl_share_setopt: va_end was not called if conncache...
2017-11-10  John Starkscmake: Correctly include curl.rc in Windows builds...
2017-11-09  Daniel StenbergRELEASE-NOTES: synced with 32828cc4f
2017-11-09  Luca Boccassi--interface: add support for Linux VRF
2017-11-09  Daniel Stenbergcurl_share_setopt.3: document CURL_LOCK_DATA_CONNECT
2017-11-09  Daniel Stenbergexamples: add shared-connection-cache
2017-11-09  Daniel Stenbergtest1554: verify connection cache sharing
2017-11-09  Daniel Stenbergshare: add support for sharing the connection cache
2017-11-09  Daniel Stenbergimap: deal with commands case insensitively
2017-11-09  Daniel Stenbergconnect: store IPv6 connection status after valid conne...
2017-11-09  Daniel Stenbergcurl_multi_fdset.3: emphasize curl_multi_timeout
2017-11-09  Jay Satirocontent_encoding: fix inflate_stream for no bytes available
2017-11-07  Patrick Monneratcontent_encoding: do not write 0 length data
2017-11-06  Daniel Stenbergfnmatch: remove dead code
next