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
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