summaryrefslogtreecommitdiff
path: root/lib/hmac.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-5/+5
* memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme2016-04-011-1/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+133
* build: rename 93 lib/*.c filesYang Tse2013-01-031-133/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+7
* fix compiler warningYang Tse2010-11-081-3/+3
* include libcurl standard internal headersYang Tse2010-06-021-0/+7
* Fix build warnings.Ben Greear2010-05-201-1/+1
* hmac.c related compilation adjustmentYang Tse2010-04-201-2/+3
* Implement SMTP authenticationmonnerat2010-04-191-0/+123