aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
Commit message (Collapse)AuthorAge
* 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
| | | | | Implemented new functions for key and value with binary zero. Significantly speedup search for key by using key size.
* 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
| | | | | 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.