aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/postprocessor.c
Commit message (Collapse)AuthorAge
* postprocessor: fixed usage of strlen() in loopEvgeny Grin (Karlson2k)2019-06-23
|
* Use new MHD_lookup_connection_value_n() functionEvgeny Grin (Karlson2k)2019-05-03
|
* postprocessor.c: fixed compiler warningsEvgeny Grin (Karlson2k)2017-09-28
|
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
|
* Used calloc() where possible with fallback to malloc()+memset().Evgeny Grin (Karlson2k)2016-11-07
|
* address #4614: mark translatable strings with _-macroChristian Grothoff2016-09-06
|
* 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.
* Fix C++-style commentsEvgeny Grin (Karlson2k)2015-07-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Replace strcasecmp/strncasecmp with platform-independent macrosEvgeny Grin (Karlson2k)2014-12-22
|
* make MHD_http_unescape() part of API (#3585)Christian Grothoff2014-12-19
|
* fix '+' unescape logic for URI-encoded POST dataChristian Grothoff2014-09-29
|
* -fix yearChristian Grothoff2013-11-26
|
* -fix post processor, expanded test suite to cover garbage before payloadChristian Grothoff2013-10-30
|
* -improve POST processing performanceChristian Grothoff2013-10-27
|
* -doxygen fixesChristian Grothoff2013-09-07
|
* releasing 0.9.30Christian Grothoff2013-09-02
|
* -more doxygen improvementsChristian Grothoff2013-08-22
|
* -changing directory nameChristian Grothoff2013-05-05