]> granicus.if.org Git - curl/shortlog
curl
2016-08-01 Thomas Glanzmannmbedtls: Fix debug function name
2016-08-01 Sergei Nikulovtravis: fix OSX build by re-installing libtool
2016-08-01 Martin Vejnárwin32: fix a potential memory leak in Curl_load_library
2016-07-31 Daniel Stenberginclude: revert 9adf3c4 and make public types void...
2016-07-28 Yonggang Luocmake: Fix for schannel support
2016-07-28 Jay SatiroRevert "travis: Install libtool for OS X builds"
2016-07-28 Jay Satirotravis: Install libtool for OS X builds
2016-07-26 Viktor SzakatsTODO: minor typo in last commit
2016-07-26 Daniel StenbergTODO: Timeout idle connections from the pool
2016-07-25 Patrick Monneratos400: minimum supported OS version: V6R1M0.
2016-07-24 Jay Satirotests: Fix for http/2 feature
2016-07-23 Steve HolmeREADME: Mention wolfSSL in the 'Dependencies' section
2016-07-23 Steve Holmevauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SS...
2016-07-23 Steve Holmespnego: Corrected miss-placed * in Curl_auth_spnego_cle...
2016-07-21 Daniel StenbergSECURITY: mention how to get windows-specific CVEs
2016-07-21 Dan Fandrichtest558: fix test by stripping file paths from FD lines
2016-07-21 Kamil Dudkatests: distribute the http2-server.pl script, too
2016-07-21 Kamil Dudkadocs: distribute the CURLINFO_HTTP_VERSION(3) man page...
2016-07-21 Daniel Stenbergbump: start working on 7.50.1
2016-07-21 Daniel StenbergRELEASE-NOTES: version 7.50.0 ready curl-7_50_0
2016-07-21 Daniel StenbergTHANKS: 13 new contributors from the 7.50.0 release
2016-07-21 Jay Satirowinbuild: fix embedded manifest option
2016-07-21 Jay Satirovauth: Fix memleak by freeing credentials if out of...
2016-07-20 Saurav Babuvauth: Fixed memory leak due to function returning...
2016-07-20 Daniel Stenbergtest558: updated after ipv6-check move
2016-07-20 Jay Satiroconnect: disable TFO on Linux when using SSL
2016-07-19 Daniel StenbergROADMAP: QUIC and TLS 1.3
2016-07-19 Daniel StenbergRELEASE-NOTES: synced with c50980807c5
2016-07-18 Brian Prodoehlcurl_global_init: Check if IPv6 works
2016-07-14 Timothy PolichCURLMOPT_SOCKETFUNCTION.3: fix typo
2016-07-14 Miroslav Franclibrary: Fix memory leaks found during static analysis
2016-07-13 Viktor Szakatscookie.c: Fix misleading indentation
2016-07-09 Jay SatiroFAQ: Update FTP directory listing section for MLSD...
2016-07-01 Sergei NikulovAppveyor: Updates for options - CURL_STATICLIB/BUILD_TE...
2016-06-30 Daniel StenbergTODO: 17.4 also brings more HTTP/2 support
2016-06-30 Daniel StenbergTODO: try next proxy if one doesn't work
2016-06-29 Daniel Stenbergconn: don't free easy handle data in handler->disconnect
2016-06-29 Daniel Stenbergtest1244: test different proxy ports same URL
2016-06-29 Daniel Stenbergcurl_global_init.3: improved formatting of the flags
2016-06-29 Daniel Stenbergcurl_global_init.3: expand on the SSL and WIN32 bits...
2016-06-28 Michael Kaufmanncleanup: minor code cleanup in Curl_http_readwrite_head...
2016-06-28 Daniel StenbergSFTP: set a generic error when no SFTP one exists...
2016-06-28 Daniel StenbergROADMAP: http2 tests are merged, mention http2 perf
2016-06-28 Daniel Stenbergdocs/README.md: to render nicer pages on github
2016-06-28 Daniel StenbergREADME.md: change host name for the svg logo
2016-06-28 Viktor SzakatsREADME.md: use the SVG logo
2016-06-28 Daniel StenbergREADME.md: logo on top!
2016-06-28 Daniel StenbergKNOWN_BUGS: 3.4 POP3 expects "CRLF.CRLF" eob for some
2016-06-27 Daniel StenbergRELEASE-NOTES: synced with d61c80515aa8
2016-06-27 Michael Osipovacinclude.m4: improve autodetection of CA bundle on...
2016-06-22 Daniel Stenbergconfigure: don't specify .lib for libs on windows
2016-06-22 Daniel Stenbergconfigure: fix winssl LIBS change typo
2016-06-22 Daniel StenbergTODO: "TCP Fast Open" is done, add monitor pool connections
2016-06-22 Daniel Stenbergconfigure: add crypt32.lib for winssl builds
2016-06-22 Daniel StenbergMakefile.vc: link with crypt32.lib for winssl builds
2016-06-22 Joel DepooterVC: Add crypt32.lib to Visual Sudio project template...
2016-06-22 Daniel Stenbergvc: fix the build for schannel certinfo support
2016-06-22 Daniel Stenbergtypedefs: use the full structs in internal code...
2016-06-22 Daniel Stenberginternals: rename the SessionHandle struct to Curl_easy
2016-06-22 Daniel Stenbergheaders: forward declare CURL, CURLM and CURLSH as...
2016-06-22 Jay Satirovtls: Only call add/getsession if session id is enabled
2016-06-21 Daniel Stenbergcurl.1: the used progress meter suffix is k in lower...
2016-06-21 Sergei Nikulovcmake: now using BUILD_TESTING=ON/OFF
2016-06-21 Michael Kaufmanncleanup: fix method names in code comments
2016-06-21 Kamil Dudkacurl-compilers.m4: improve detection of GCC's -fvisibil...
2016-06-19 Daniel Stenbergtests: fix the HTTP/2 tests
2016-06-19 Daniel Stenbergopenssl: use more 'const' to fix build warnings with...
2016-06-17 Daniel Stenbergcurl.1: missed 'T' in the progress unit suffixes
2016-06-16 Daniel Stenbergcurl.1: mention the unix for the progress meter
2016-06-16 Patrick Monneratos400: add new definitions to ILE/RPG binding.
2016-06-16 Daniel Stenbergopenssl: fix cert check with non-DNS name fields present
2016-06-16 Dan Fandrichaxtls: Use Curl_wait_ms instead of the less-portable...
2016-06-16 Dan Fandrichaxtls: Fixed compile after compile 31c521b0
2016-06-15 Dan Fandrichtests: Added HTTP proxy keywords to tests 1141 & 1142
2016-06-15 Sergei Nikulovcmake: Fix build with winldap
2016-06-11 Jay SatiroCURLOPT_POSTFIELDS.3: Clarify what happens when set...
2016-06-09 Michael Wallnercurl_multi_socket_action.3: Fix rewording
2016-06-08 Luo Jinghuaresolve: enable protocol family logic for synthesized...
2016-06-07 Luo Jinghuaresolve: add support for IPv6 DNS64/NAT64 Networks...
2016-06-06 Daniel Stenbergtests: two more HTTP/2 tests
2016-06-06 Daniel Stenbergruntests: don't display logs when http2 server fails...
2016-06-06 Daniel Stenbergruntests: make stripfile work on stdout as well
2016-06-06 Daniel Stenberghttp2-tests: test1700 is the first real HTTP/2 test
2016-06-06 Daniel StenbergRELEASE-NOTES: synced with 34855feeb4c299
2016-06-06 Steve Holmeschannel: Disable ALPN on Windows < 8.1
2016-06-06 Jay Satirochecksrc: Add LoadLibrary to the banned functions list
2016-06-05 Jay Satirohttp: Fix HTTP/2 connection reuse
2016-06-04 Steve Holmeconnect.c: Fixed compilation warning from commit 332e8d6164
2016-06-04 Steve Holmewin32: Used centralised verify windows version function
2016-06-04 Steve Holmewin32: Added verify windows version functionality
2016-06-04 Steve Holmewin32: Introduced centralised verify windows version...
2016-06-03 Kamil Dudkatool_urlglob: fix off-by-one error in glob_parse()
2016-06-01 Benjamin Kircherlibcurl-multi.3: fix small typo
2016-06-01 Viktor Szakatsmakefile.m32: add crypt32 for winssl builds
2016-06-01 Ivan Avdeevvtls: fix ssl session cache race condition
2016-06-01 Andrew Kurushinschannel: add CURLOPT_CERTINFO support
2016-05-31 Daniel StenbergRELEASE-NOTES: synced with 142ee9fa15002315
2016-05-31 Daniel Stenbergopenssl: rename the private SSL_strerror
2016-05-31 Michael Kaufmannopenssl: Use correct buffer sizes for error messages
2016-05-31 Daniel Stenbergcurl: fix -q [regression]
next