aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.c
Commit message (Collapse)AuthorAge
* 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.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
| | | | not available
* 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
| | | | | Macros can be forced by external define. Added versions of mhd_str functions for smaller resulting code.
* 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_(), ↵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.c: cosmetics, corrected commentsEvgeny 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
* 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.