aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_postprocessor_large.c
Commit message (Collapse)AuthorAge
* Internal refactoring: moved all request-related members to separate structureEvgeny Grin (Karlson2k)2022-08-06
| | | | This should improve readability of the code and simplify reset.
* test_postprocessor{,_large}: additional fixes for compiler warningsEvgeny Grin (Karlson2k)2022-06-14
|
* test_postprocessor{,_amp,_large}: fixed compiler warnings, fixed extra-long ↵Evgeny Grin (Karlson2k)2022-06-13
| | | | strings
* -more minor fixesChristian Grothoff2022-06-07
|
* Refactoring: different types for response and request headersEvgeny Grin (Karlson2k)2022-04-17
| | | | | Request headers are always read-only (const char *), while response headers are modifiable. Should help with catching errors in code.
* Use type specifiers for printf() from inttypes.hEvgeny Grin (Karlson2k)2021-09-17
| | | | This should improve compatibility with various C libs.
* fix transmission stall issue with upgraded TLS connections reported by ↵Christian Grothoff2020-09-27
| | | | Nguyen Xuan Viet on the mailinglist
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
|
* test_postprocessor*: fixed to use updated struct MHD_HTTP_HeaderEvgeny Grin (Karlson2k)2019-05-03
|
* Fixed compiler warnings for tests in src/microhttpdEvgeny Grin (Karlson2k)2017-09-29
|
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
| | | | removed "w32functions.h/.c"
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Implement MHD_W32_random(), replace RANDOM() -> MHD_random_()Evgeny Grin (Karlson2k)2014-02-18
|
* -changing directory nameChristian Grothoff2013-05-05