aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
Commit message (Collapse)AuthorAge
* Added MHD_FAVOR_FAST_CODE and MHD_FAVOR_SMALL_CODE automatic macros.Evgeny Grin (Karlson2k)2016-07-23
| | | | | Macros can be forced by external define. Added versions of mhd_str functions for smaller resulting code.
* mhd_str.c: fixed commentsEvgeny Grin (Karlson2k)2016-04-19
|
* mhd_str: added MHD_strx_to_uint32_(), MHD_strx_to_uint32_n_(), ↵Evgeny Grin (Karlson2k)2016-04-12
| | | | | | MHD_strx_to_uint64_() and MHD_strx_to_uint64_n_() functions
* 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 ↵Evgeny Grin (Karlson2k)2016-04-12
| | | | | | simplification, more error checking and optimization
* 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
| | | | | | US-ASCII-only operations, independently on locale
* -need stdlib for size_tChristian Grothoff2016-01-17
|
* Use only US-ASCII charset when comparing stings as caseless as required by ↵Evgeny Grin (Karlson2k)2016-01-16
standard. Comparisons for HTTP headers must not be affected by locale settings.