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
/
hmac.c
Age
Commit message (
Expand
)
Author
2020-02-24
ntlm: Moved the HMAC MD5 function into the HMAC module as a generic function
Steve Holme
2018-05-21
checksrc: make sure sizeof() is used *with* parentheses
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-04-01
memdebug: Ensure curl/curl.h is included before curl_memory.h
Steve Holme
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2010-11-08
fix compiler warning
Yang Tse
2010-06-02
include libcurl standard internal headers
Yang Tse
2010-05-20
Fix build warnings.
Ben Greear
2010-04-20
hmac.c related compilation adjustment
Yang Tse
2010-04-19
Implement SMTP authentication
monnerat