]> granicus.if.org Git - curl/shortlog
curl
2016-03-25 Steve Holmevauth: Moved the NTLM authentication code to the new...
2016-03-25 Steve Holmevauth: Moved the Kerberos V5 authentication code to...
2016-03-25 Steve Holmedigest.c: Fixed checksrc warnings
2016-03-25 Steve Holmevauth: Moved the DIGEST authentication code to the...
2016-03-25 Steve Holmevauth: Moved the CRAM-MD5 authentication code to the...
2016-03-25 Steve Holmevauth: Moved the ClearText authentication code to the...
2016-03-25 Steve Holmevauth: Moved Curl_sasl_build_spn() to create the initia...
2016-03-25 Steve Holmechecksrc.bat: Added support for checking the new vauth...
2016-03-25 Steve Holmebuild: Updated all makefiles and project files for...
2016-03-24 JDepooterschannel: Add ALPN support
2016-03-24 Steve Holmehttp: Minor update based on CODE_STYLE guidelines
2016-03-23 Daniel Stenbergmulti: fix "Operation timed out after" timer
2016-03-23 Daniel Stenbergopenssl: boringssl provides the same numbering as openssl
2016-03-23 Daniel Stenbergopenssl: fix ERR_remove_thread_state() for boringssl...
2016-03-23 Daniel Stenbergbump: work on 7.48.1
2016-03-23 Daniel StenbergRELEASE-PROCEDURE: mention the github release tag edit
2016-03-23 Steve Holmechecksrc.bat: Updated the help to be consistent with...
2016-03-23 Daniel StenbergRELEASE-NOTES: curl 7.48.0 curl-7_48_0
2016-03-23 Daniel StenbergTHANKS: 15 new contributors from 7.48.0 release
2016-03-23 Jay SatiroCURLINFO_TLS_SSL_PTR.3: Warn about limitations
2016-03-22 Daniel StenbergRevert "sshserver: remove use of AuthorizedKeysFile2"
2016-03-22 Daniel Stenbergmaketgz: add -j to make dist
2016-03-22 Daniel Stenberglibcurl-thread.3: minor nroff format fix
2016-03-22 Daniel StenbergCURLINFO_TLS_SSL_PTR.3: minor nroff format fix
2016-03-22 Daniel StenbergCODE_STYLE: indend example code
2016-03-22 Jay Satirobuild-wolfssl: Update VS properties for wolfSSL v3.9.0
2016-03-22 Steve Holmehostip6: Fixed compilation warnings when verbose string...
2016-03-20 Daniel Stenbergsshserver: remove use of AuthorizedKeysFile2
2016-03-20 Steve Holmeconnect/ntlm/http: Fixed compilation warnings when...
2016-03-20 Steve Holmeopenssl: Fixed compilation warning when /Wall enabled
2016-03-20 Steve HolmeCODE_STYLE: Use boolean conditions
2016-03-20 Steve Holmeinet_pton.c: Fixed compilation warnings
2016-03-19 Daniel StenbergRELEASE-NOTES: synced with 80851028efc2fa9
2016-03-19 Daniel Stenbergmbedtls: fix compiler warning
2016-03-19 Steve Holmeeasy: Minor coding standard and style updates
2016-03-19 Jay Satiroeasy: Remove poll failure check in easy_transfer
2016-03-19 Steve Holmebuild: Added missing Visual Studio filter files for...
2016-03-19 Steve Holmeftp/imap/pop3/smtp: Fixed compilation warning when...
2016-03-19 Steve Holmeconfig-w32.h: Fixed compilation warning when /Wall...
2016-03-19 Steve Holmeimap.c: Fixed compilation warning with /Wall enabled
2016-03-19 Steve HolmeKNOWN_BUGS: #93 Issue with CURLFORM_CONTENTLEN in array...
2016-03-18 Daniel Stenbergbump: the coming release is 7.48.0
2016-03-18 Daniel Stenbergconfigure: use cpp -P when needed
2016-03-18 Steve Holmeformdata.c: Fixed compilation warning
2016-03-18 Daniel StenbergFAQ: 2.5 Install libcurl for both 32bit and 64bit?
2016-03-17 Gisle Vanemopenssl: adapt to API breakage in ERR_remove_thread_state()
2016-03-16 Daniel Stenbergversion: init moved to private name space, added protos
2016-03-16 Daniel Stenbergopenssl: verbose: show matching SAN pattern
2016-03-16 Jay Satiroversion: thread safety
2016-03-16 Steve Holmetransfer: Removed redundant HTTP authentication include...
2016-03-16 Steve Holmeeasy: Removed redundant HTTP authentication include...
2016-03-15 Jay SatiroCURLOPT_SSLENGINE.3: Only for OpenSSL built with engine...
2016-03-15 Steve Holmecurl_sasl: Minor code indent fixes
2016-03-14 Daniel Stenbergruntests: mention when run event-based
2016-03-14 Daniel Stenbergeasy: add check to malloc() when running event-based
2016-03-14 Daniel Stenbergmemdebug: skip logging the limit countdown, fflush...
2016-03-14 Daniel StenbergCODE_STYLE: Space around operators
2016-03-14 Daniel Stenbergcurl: glob_range: no need to check unsigned variable...
2016-03-14 Daniel StenbergCODE_STYLE: add example for indent style as well
2016-03-14 Daniel StenbergCODE_STYLE: mention braces for functions too
2016-03-14 Daniel Stenbergdocs/Makefile.am: include CODE_STYLE in tarball too
2016-03-14 Daniel StenbergCONTRIBUTE: moved out code style to a separate document
2016-03-14 Daniel StenbergCODE_STYLE: initial version
2016-03-14 Daniel Stenbergcurl_sasl.c: minor code indent fixes
2016-03-14 Daniel Stenbergmulti: simplified singlesocket
2016-03-14 Daniel Stenbergmulti: introduce sh_getentry() for looking up sockets...
2016-03-14 Jaime Fullaondomulti hash: ensure modulo performed on curl_socket_t
2016-03-13 Steve Holmebase64: Minor coding standard and style updates
2016-03-13 Steve Holmebase64: Use 'CURLcode result' for curl result codes
2016-03-13 Steve Holmenegotiate: Use 'CURLcode result' for curl result codes
2016-03-13 Maksim Kuzevanovmulti_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECT
2016-03-13 Daniel StenbergTODO: Use the RFC6265 test suite
2016-03-13 Steve Holmechecksrc.bat: Added the ability to scan src and lib...
2016-03-12 Steve Holmedigest: Use boolean based success code for Curl_sasl_di...
2016-03-12 Steve Holmedigest: Corrected some typos in comments
2016-03-12 Steve Holmekrb5: Corrected some typos in function descriptions
2016-03-12 Steve Holmentlm: Corrected some typos in function descriptions
2016-03-11 Steve Holmeurl: Corrected indentation when calling idna_to_ascii_lz()
2016-03-11 Steve Holmeidn_win32: Use boolean based success codes
2016-03-10 Daniel Stenbergidn_win32.c: warning: Trailing whitespace
2016-03-10 Steve Holmeidn_win32.c: Fixed compilation warning from commit...
2016-03-10 Daniel StenbergTHANKS-filter: unify Michael König
2016-03-10 Daniel StenbergRELEASE-NOTES: synced with 863c5766dd
2016-03-10 Daniel Stenbergftp: remove a check for NULL(!)
2016-03-10 Daniel Stenbergcookies: first n/v pair in Set-Cookie: is the cookie...
2016-03-10 Daniel Stenbergkrb5: improved type handling to avoid clang compiler...
2016-03-10 Daniel Stenbergurl.c: fix clang warning: no newline at end of file
2016-03-10 Daniel Stenbergcurl_multi_wait: never return -1 in 'numfds'
2016-03-09 Daniel StenbergHTTP2.md: add CURL_HTTP_VERSION_2TLS and updated alt...
2016-03-09 Daniel Stenbergcurl_multi_wait.3: add example
2016-03-08 Steve Holmeimap/pop3/smtp: Fixed connections upgraded with TLS...
2016-03-08 Jay Satiroopt-docs: fix heading macros
2016-03-08 Tim Rühsencookie: do not refuse cookies for localhost
2016-03-08 Daniel Stenbergftp_done: clear tunnel_state when secondary socket...
2016-03-08 Gisle Vanemopenssl: use the correct OpenSSL/BoringSSL/LibreSSL...
2016-03-08 Daniel StenbergHTTP2.md: HTTP/2 by default for curl's HTTPS connections
2016-03-07 Anders Bakkenpipeline: Sanity check pipeline pointer before accessin...
2016-03-07 Daniel StenbergHTTP2.md: mention the disable ALPN and NPN options
2016-03-07 Daniel StenbergTODO: 17.12 keep running, read instructions from pipe...
2016-03-07 Daniel StenbergREADME.md: linkified
next