]> granicus.if.org Git - curl/shortlog
curl
2015-07-26 Daniel StenbergRELEASE-NOTES: synced with 0f645adc95390e8
2015-07-26 Daniel Stenbergtest1902: attempt to make the test more reliable
2015-07-26 Daniel Stenbergcomment: fix comment about adding new option support
2015-07-25 Jay Satirobuild-openssl.bat: Show syntax if required args are...
2015-07-25 Daniel StenbergTODO: improve how curl works in a windows console window
2015-07-25 Daniel Stenberg1.11 minimize dependencies with dynamicly loaded modules
2015-07-25 Jay Satirotool_operate: Fix CURLOPT_SSL_OPTIONS for builds withou...
2015-07-25 Daniel Stenbergconfigure: check if OpenSSL linking wants -ldl
2015-07-24 Michael KaufmannHTTP: ignore "Content-Encoding: compress"
2015-07-23 Marcel Raadopenssl: work around MSVC warning
2015-07-23 Michał Fitaconfigure: add --disable-rt option
2015-07-23 Kamil Dudkahttp2: verify success of strchr() in http2_send()
2015-07-22 Jay SatiroWindows: Fix VerifyVersionInfo calls
2015-07-22 Marcel Raadschannel: Replace deprecated GetVersion with VerifyVers...
2015-07-21 Steve Holmemakefile: Added support for VC14
2015-07-21 Patrick Monneratos400: ebcdic wrappers for new functions. Upgrade ILE...
2015-07-21 Patrick Monneratlibcurl: VERSIONINFO update
2015-07-21 Patrick Monnerathttp2: satisfy external references even if http2 is...
2015-07-20 Daniel Stenberghttp2: add stream != NULL checks for reliability
2015-07-18 Jay Satirosymbols-in-versions: Add new CURLSSLOPT_NO_REVOKE symbol
2015-07-17 Jay SatiroSSL: Add an option to disable certificate revocation...
2015-07-17 Jay Satiroruntests: Allow for spaces in curl custom path
2015-07-16 David Woodhousentlm_wb: Fix theoretical memory leak
2015-07-16 Jay Satirostrerror: Add CRYPT_E_REVOKED to SSPI error strings
2015-07-14 Kamil Dudkalibtest: call PR_Cleanup() on exit if NSPR is used
2015-07-14 John Malmbergopenssl: VMS support for SHA256
2015-07-11 Jay Satiroexamples: Fix typo in multi-single.c
2015-07-07 Tatsuhiro Tsujikawahttp2: Fix memory leak in push header array
2015-07-02 Dan Fandrichtest2041: fixed line endings in protocol part
2015-07-02 Dan Fandrichcyassl: fixed mismatched sha256sum function prototype
2015-07-01 moparisthebestSSL: Pinned public key hash support
2015-07-01 Daniel Stenbergexamples: provide <DESC> sections
2015-07-01 John MalmbergOpenVMS: VMS Software, Inc now the supplier.
2015-06-30 Jay Satiromulti: Move http2 push function declarations to header end
2015-06-30 Jay Satirosymbols-in-versions: Add new http2 push symbols
2015-06-29 Daniel StenbergRELEASE-NOTES: synced with e6749055d653
2015-06-29 Daniel Stenbergconfigure: disable libidn by default
2015-06-29 Daniel StenbergSSL-PROBLEMS: mention WinSSL problems in WinXP
2015-06-29 Daniel StenbergCODE_OF_CONDUCT.md: added
2015-06-25 Daniel Stenbergtool_header_cb: fflush the header stream
2015-06-25 Roger Leightests: Distribute CMakeLists.txt files in subdirectories
2015-06-24 Daniel StenbergCURLOPT_FAILONERROR.3: mention that it closes the conne...
2015-06-24 Daniel Stenbergcurl_multi_setopt.3: alpha sort the options
2015-06-24 Daniel Stenbergcurl_multi_setopt.3: add the new push options
2015-06-24 Tatsuhiro Tsujikawahttp2: Use nghttp2 library error code for error return...
2015-06-24 Tatsuhiro Tsujikawahttp2: Harden header validation for curl_pushheader_byname
2015-06-24 Tatsuhiro TsujikawaCURLMOPT_PUSHFUNCTION.3: Remove unused variable
2015-06-24 Daniel StenbergCURLMOPT_PUSHFUNCTION.3: added example
2015-06-24 Daniel Stenberghttp2: curl_pushheader_byname now takes a const char *
2015-06-24 Daniel Stenberghttp2-serverpush.c: example code
2015-06-24 Daniel Stenberghttp2: free all header memory after the push callback
2015-06-24 Daniel Stenberghttp2: init the pushed transfer properly
2015-06-24 Daniel Stenberghttp2: fixed the header accessor functions for the...
2015-06-24 Daniel Stenberghttp2: setup the new pushed stream properly
2015-06-24 Daniel Stenberghttp2: initial implementation of the push callback
2015-06-24 Daniel Stenberghttp2: initial HTTP/2 server push types/docs
2015-06-24 Daniel Stenbergtest1531: verify POSTFIELDSIZE set after add_handle
2015-06-24 Daniel Stenbergpretransfer: init state.infilesize here, not in add_handle
2015-06-21 Lior Kaplantool_help: fix --tlsv1 help text to use >= for TLSv1
2015-06-20 Jay SatiroINSTALL: Advise use of non-native SSL for Windows ...
2015-06-19 Kamil Dudkacurl_easy_setopt.3: restore contents removed by mistake
2015-06-19 Daniel Stenbergcurl_easy_setopt.3: mention CURLOPT_PIPEWAIT
2015-06-18 Jay Satirocookie: Fix bug in export if any-domain cookie is present
2015-06-18 Dan FandrichFTP: fixed compiling with --disable-proxy, broken in...
2015-06-18 Daniel Stenbergtool: always provide negotiate/kerberos options
2015-06-18 Daniel StenbergTODO: Support IDNA2008
2015-06-18 Viktor SzakatsMakefile.m32: add support for CURL_LDFLAG_EXTRAS
2015-06-18 Daniel StenbergRTSP: removed another piece of dead code
2015-06-18 Daniel Stenbergopenssl: fix use of uninitialized buffer
2015-06-18 Daniel Stenbergexamples: more descriptions
2015-06-18 Daniel Stenbergexamples: add descriptions with <DESC>
2015-06-17 Daniel Stenberglibcurl-errors.3: fix typo
2015-06-17 Daniel Stenbergcurl_easy_setopt.3: option order doesn't matter
2015-06-17 Daniel Stenbergopenssl: fix build with BoringSSL
2015-06-17 Paul Howarthopenssl: Fix build with openssl < ~ 0.9.8f
2015-06-17 Daniel StenbergFTP: do the HTTP CONNECT for data connection blocking
2015-06-17 Daniel Stenbergbump: start the journey toward 7.44.0
2015-06-17 Jay SatiroCURLOPT_ERRORBUFFER.3: Fix example, escape backslashes
2015-06-17 Jay SatiroCURLOPT_ERRORBUFFER.3: Improve example
2015-06-17 Daniel StenbergRELEASE-NOTES: 7.43.0 release curl-7_43_0
2015-06-17 Daniel StenbergTHANKS: updated with 7.43.0 names
2015-06-17 Kamil Dudkahttp: do not leak basic auth credentials on re-used...
2015-06-17 Kamil Dudkatest2040: verify basic auth on re-used connections
2015-06-17 Daniel StenbergSMB: rangecheck values read off incoming packet
2015-06-17 Jay Satiroschannel: schannel_recv overhaul
2015-06-16 Paul OliverFix typo in docs
2015-06-16 Viktor Szakatsdocs: update URLs
2015-06-16 Daniel StenbergRELEASE-NOTES: synced with f29f2cbd00dbe5f
2015-06-15 Viktor SzakatsREADME: use secure protocol for Git repository
2015-06-15 Viktor SzakatsHTTP2.md: use SSL/TLS IETF URLs
2015-06-15 Viktor SzakatsLICENSE-MIXING: update URLs
2015-06-15 Daniel StenbergLICENSE-MIXING: refreshed
2015-06-15 Daniel Stenbergcurl_easy_duphandle: see also *reset
2015-06-15 Daniel Stenbergrtsp_do: fix DEAD CODE
2015-06-15 Daniel Stenbergsecurity:choose_mech fix DEAD CODE warning
2015-06-15 Daniel Stenbergcurl.1: netrc is in man section 5
2015-06-15 Daniel Stenbergcurl.1: small format fix
2015-06-14 Daniel Stenbergurldata: store POST size in state.infilesize too
2015-06-14 Dan Fandrichtest1530: added http to required features
2015-06-14 Drake Arconisbuild: Fix typo from OpenSSL 1.0.2 version detection fix
next