aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.c
Commit message (Expand)AuthorAge
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* mhd_str.c: additional fix for size-optimized builds, silenced compiler warningsEvgeny Grin (Karlson2k)2017-11-26
* Fixed builds with size optimisation.Evgeny Grin (Karlson2k)2017-11-25
* mhd_str.c: muted compiler warningEvgeny Grin (Karlson2k)2017-09-28
* Rename _MHD_inline to _MHD_static_inline for better readabilityEvgeny Grin (Karlson2k)2017-08-27
* Added function for detection of token inside comma-separated string, added testsEvgeny Grin (Karlson2k)2017-05-09
* mhd_str.c: fixed c/p error in commentEvgeny Grin (Karlson2k)2017-04-26
* remove dead code converting hex number to size_tChristian Grothoff2017-03-25
* Stick to C99 standard 'bool' for internals, fallback to 'int' when 'bool' is ...Evgeny Grin (Karlson2k)2016-11-06
* address #4614: mark translatable strings with _-macroChristian Grothoff2016-09-06
* Added MHD_FAVOR_FAST_CODE and MHD_FAVOR_SMALL_CODE automatic macros.Evgeny Grin (Karlson2k)2016-07-23
* Added new header mhd_options.hEvgeny Grin (Karlson2k)2016-07-23
* mhd_str.c: fixed typoEvgeny Grin (Karlson2k)2016-07-22
* mhd_str.c: fix compiler warningsEvgeny Grin (Karlson2k)2016-07-13
* mhd_str: improved compatibility with older compilers, including VS2010, VS2012Evgeny Grin (Karlson2k)2016-06-25
* mhd_str.c: fixed commentsEvgeny Grin (Karlson2k)2016-04-19
* mhd_str: added MHD_strx_to_uint32_(), MHD_strx_to_uint32_n_(), MHD_strx_to_ui...Evgeny Grin (Karlson2k)2016-04-12
* mhd_str: added hex string to value conversion functionsEvgeny Grin (Karlson2k)2016-04-12
* mhd_str.c: cosmetics, corrected commentsEvgeny Grin (Karlson2k)2016-04-12
* mhd_str: refactored MHD_str_to_uint64() and MHD_str_to_uint64_n_() for simpli...Evgeny Grin (Karlson2k)2016-04-12
* mhd_str: fixed typo in commentEvgeny Grin (Karlson2k)2016-04-11
* mhd_str: added MHD_str_to_uint64_() and MHD_str_to_uint64_n_() functions for ...Evgeny Grin (Karlson2k)2016-04-11
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16