aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/md5.c
Commit message (Collapse)AuthorAge
* md5: added compact code versionEvgeny Grin (Karlson2k)2022-09-25
|
* md5: improved performance of the first round on LE archesEvgeny Grin (Karlson2k)2022-09-25
|
* md5: replaced public domain MD5 implementation with our own implementationEvgeny Grin (Karlson2k)2022-09-25
|
* digestauth: reworked support for multiple digest algorithmsEvgeny Grin (Karlson2k)2022-05-23
|
* md5.c: muted compiler alignment warningsEvgeny Grin (Karlson2k)2022-04-25
|
* Fixed many macrosEvgeny Grin (Karlson2k)2022-04-23
| | | | 'defined()' should be used without space before bracket
* Doxy corrections, fixes, and syncEvgeny Grin (Karlson2k)2021-12-29
|
* sha*/md5: fixed implicit value conversionEvgeny Grin (Karlson2k)2021-09-05
| | | | Performance may be improved as a side effect
* md5 small optimizationEvgeny Grin (Karlson2k)2021-05-18
|
* Fixed unaligned data processing in SHA-256 and MD5Evgeny Grin (Karlson2k)2021-05-18
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ↵Christian Grothoff2019-06-03
| | | | Brinkmeier)
* md5.c/.h: lowered number of included files.Evgeny Grin (Karlson2k)2019-04-19
|
* mhd_bithelpers.h: define _MHD_GET_32BIT_LE() and use it in md5.cEvgeny Grin (Karlson2k)2019-04-19
|
* Moved bit manipulation to separate header file.Evgeny Grin (Karlson2k)2019-04-17
|
* MD5: optimisation and simplificationEvgeny Grin (Karlson2k)2019-04-16
|
* MD5: some optimisations for little-endianEvgeny Grin (Karlson2k)2019-04-16
|
* MD5: count bytes, not bitsEvgeny Grin (Karlson2k)2019-04-16
| | | | MHD do not add bites, no need to count more precise than bytes
* MD5: fixed declarationEvgeny Grin (Karlson2k)2019-04-16
|
* MD5: replaced needless checks with assertsEvgeny Grin (Karlson2k)2019-04-16
|
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
|
* fix file names, include missing files to MakefileEvgeny Grin (Karlson2k)2015-08-22
|
* Update md5.c to version based on OpenBSD modifications,Evgeny Grin (Karlson2k)2015-08-08
| | | | distinguish between little endian and PDP endian.
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant -no-undefined (it's part of mandatory MHD_LIB_LDFLAGS now) Remove --export-all-symbols for W32 (visibility is used instead) Add -fvisibility=hidden configure check (shamelessly borrowed from GTK) Remove unused -export-symbols-regex check Define _MHD_EXTERN to "extern" if it's undefined (this is what clients get) Mark all public functions with _MHD_EXTERN Remove HIDDEN_SYMBOL definition Don't mark hidden functions with HIDDEN_SYMBOL (everything that is not explicitly public is hidden by default now) Change constructor macros a bit to apply _MHD_EXTERN to them cleanly Use HIDDEN_VISIBILITY_CFLAGS when compiling libraries Remove EXPORT.sym files, don't mention them in EXTRA_DIST, don't use them to define a list of exported functions Remove redundant -no-undefined, make sure only the one that gets into Makefiles directly remains, remove -Wl prefix from it
* -hide symbolsChristian Grothoff2013-12-24
|
* -changing directory nameChristian Grothoff2013-05-05