aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
Commit message (Expand)AuthorAge
* MHD_str_remove_tokens_caseless_(): improved commentsEvgeny Grin (Karlson2k)2021-11-03
* mhd_str: clarified doxy for functionEvgeny Grin (Karlson2k)2021-11-01
* mhd_str: fixed typos in doxy commentsEvgeny Grin (Karlson2k)2021-10-25
* configure: removed sys/types.h duplicated checkEvgeny Grin (Karlson2k)2021-09-01
* Guard stddef.h includes with '#ifdef HAVE_STDDEF_H'Evgeny Grin (Karlson2k)2021-09-01
* Added internal MHD_uint8_to_str_pad() functionEvgeny Grin (Karlson2k)2021-08-01
* Added MHD_uint64_to_str() internal functionEvgeny Grin (Karlson2k)2021-07-30
* Added new public API function MHD_get_reason_phrase_len_for()Evgeny Grin (Karlson2k)2021-07-28
* Added internal functions for printing decimal and hex numbersEvgeny Grin (Karlson2k)2021-07-27
* mhd_str: use smaller includeEvgeny Grin (Karlson2k)2021-07-21
* mhd_str.h: fixed compilation with MSVCEvgeny Grin (Karlson2k)2021-07-21
* -fix FTBFS: ssize_t needs stdlib.h on my systemChristian Grothoff2021-07-13
* Added MHD_str_remove_tokens_caseless_() functionEvgeny Grin (Karlson2k)2021-07-05
* Added MHD_str_remove_token_caseless_() functionEvgeny Grin (Karlson2k)2021-07-05
* mhd_str: fixed typo in a commentEvgeny Grin (Karlson2k)2021-06-13
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* mhd_str: include proper and simpler headerEvgeny Grin (Karlson2k)2019-05-01
* Added function for detection of token inside comma-separated string, added testsEvgeny Grin (Karlson2k)2017-05-09
* remove dead code converting hex number to size_tChristian Grothoff2017-03-25
* Added MHD_FAVOR_FAST_CODE and MHD_FAVOR_SMALL_CODE automatic macros.Evgeny Grin (Karlson2k)2016-07-23
* 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: 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
* -need stdlib for size_tChristian Grothoff2016-01-17
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16