aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/postprocessor.c
Commit message (Expand)AuthorAge
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* fix crash problem found by MDChristian Grothoff2020-09-11
* another issue found by test from MDChristian Grothoff2020-07-11
* fixing pp regressionChristian Grothoff2020-07-11
* fix postprocessor parser issue discovered by MDChristian Grothoff2020-07-10
* fix buffer overflow and add testv0.9.71Christian Grothoff2020-06-28
* fix PP bug discovered by MDChristian Grothoff2020-06-10
* fix more warningsChristian Grothoff2020-04-11
* introduce 'enum MHD_Result'Christian Grothoff2020-04-08
* add post processor logic fixChristian Grothoff2019-12-26
* first experimental rewrite of URL postprocessor, still fails, not production ...Christian Grothoff2019-12-25
* tighten formatting rulesChristian Grothoff2019-10-31
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* 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 st...Evgeny Grin (Karlson2k)2016-01-16
* 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