index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vauth
/
digest.c
Age
Commit message (
Expand
)
Author
2019-06-05
build: fix Codacy warnings
Marcel Raad
2019-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-10-03
memory: ensure to check allocation results
Daniel Gustafsson
2018-10-03
comment: Fix multiple typos in function parameters
Daniel Gustafsson
2018-06-11
cppcheck: fix warnings
Marian Klymov
2017-10-28
auth: add support for RFC7616 - HTTP Digest access authentication
Florin
2017-05-08
rand: treat fake entropy the same regardless of endianness
Jay Satiro
2017-04-22
lib: fix maybe-uninitialized warnings
Marcel Raad
2017-03-26
spelling fixes
klemens
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-14
Curl_rand: fixed and moved to rand.c
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-06
URLs: change http to https in many places
Viktor Szakats
2016-04-06
vauth: Corrected a number of typos in comments
Steve Holme
2016-04-03
code: style updates
Daniel Stenberg
2016-04-03
vauth: Removed the need for a separate GSS-API based SPN function
Steve Holme
2016-03-25
vauth: Refactored function names after move to new vauth directory
Steve Holme
2016-03-25
vauth: Updated the copyright year after recent changes
Steve Holme
2016-03-25
digest.c: Fixed checksrc warnings
Steve Holme
2016-03-25
vauth: Moved the DIGEST authentication code to the new vauth directory
Steve Holme