aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* MHD_del_response_header(): documented new behaviorsEvgeny Grin (Karlson2k)2021-10-16
* test_toolarge: removed debugging leftoversEvgeny Grin (Karlson2k)2021-10-13
* MemoryPool: realloc: do not move old buffer pointer even if buffer size is zeroEvgeny Grin (Karlson2k)2021-10-10
* Added missing update of connection's read buffer sizeEvgeny Grin (Karlson2k)2021-10-10
* test_toolarge: fixed incorrect timeout value used for debuggingEvgeny Grin (Karlson2k)2021-10-10
* Added custom memory poisoning for MemoryPoolEvgeny Grin (Karlson2k)2021-10-10
* Partially reworked memory allocation from the poolEvgeny Grin (Karlson2k)2021-10-10
* test_upgrade{,_large}.c: fixed portabilityEvgeny Grin (Karlson2k)2021-10-06
* Muted sanitizer errors on W32 platform.Evgeny Grin (Karlson2k)2021-10-06
* internal.h: fixed typo in comment, updated copyrightEvgeny Grin (Karlson2k)2021-10-05
* Added support for "noreturn" function declaration.Evgeny Grin (Karlson2k)2021-10-04
* .gitignore: ignore new tests filesEvgeny Grin (Karlson2k)2021-10-03
* test_toolarge: fixed possible NULL dereference with possible test extensionEvgeny Grin (Karlson2k)2021-10-03
* transmit_error_response(): use last resort to send error responseEvgeny Grin (Karlson2k)2021-10-03
* connection_alloc_memory(): fixed missing update of buffers sizesEvgeny Grin (Karlson2k)2021-10-03
* process_broken_line(): avoid double error sendingEvgeny Grin (Karlson2k)2021-10-03
* build_header_response(): fail early if no write space is availableEvgeny Grin (Karlson2k)2021-10-03
* test_toolarge: fixed leak of the test memory allocationEvgeny Grin (Karlson2k)2021-10-03
* test_toolarge: clarified file doxy descriptionEvgeny Grin (Karlson2k)2021-10-03
* Added set of test test_toolargeEvgeny Grin (Karlson2k)2021-10-03
* connection_maximize_write_buffer(): don't try to grow if no space is availableEvgeny Grin (Karlson2k)2021-09-29
* transmit_error_response(): reset read buffer offset as wellEvgeny Grin (Karlson2k)2021-09-29
* transmit_error_response(): improved error log messagesEvgeny Grin (Karlson2k)2021-09-29
* transmit_error_response(): log error if response cannot be createdEvgeny Grin (Karlson2k)2021-09-29
* transmit_error_response(): check whether it is still possible to send a responseEvgeny Grin (Karlson2k)2021-09-29
* connection_reset(): notify app with correct codeEvgeny Grin (Karlson2k)2021-09-29
* transmit_error_response(): avoid double sending of error responsesEvgeny Grin (Karlson2k)2021-09-29
* connection_close_error(): fixed set of error flag with messages disabledEvgeny Grin (Karlson2k)2021-09-29
* memorypool: added assert in MHD_pool_reallocate()Evgeny Grin (Karlson2k)2021-09-29
* connection.c: fixed compile with disabled messagesEvgeny Grin (Karlson2k)2021-09-29
* microhttpd.h: fixed doxy for MHD_KeyValueIteratorNEvgeny Grin (Karlson2k)2021-09-28
* Improved and fixed doxy for MHD_add_response_header()Evgeny Grin (Karlson2k)2021-09-26
* Clarified doxy description of MHD_run_wait()Evgeny Grin (Karlson2k)2021-09-25
* tests: fixed case-insensitive match for method nameEvgeny Grin (Karlson2k)2021-09-22
* test_postprocessor: changed to match current APIEvgeny Grin (Karlson2k)2021-09-20
* Partial revert "postprocessor: use NULL for 'data' for callback if no value i...Evgeny Grin (Karlson2k)2021-09-19
* postprocessor: added new processing state, changed logic.Evgeny Grin (Karlson2k)2021-09-19
* postprocessor: removed unused state valueEvgeny Grin (Karlson2k)2021-09-19
* postprocessor: simplify processing of urlencoding in edge casesEvgeny Grin (Karlson2k)2021-09-17
* configure: added detection of used run-time lib (type of C lib)Evgeny Grin (Karlson2k)2021-09-17
* Cosmetics: fixed formatting for 'examples'Evgeny Grin (Karlson2k)2021-09-17
* Use type specifiers for printf() from inttypes.hEvgeny Grin (Karlson2k)2021-09-17
* -fix typoChristian Grothoff2021-09-16
* postprocessor: fixed incomplete processing of hex-encoding valuesEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added testing of hex-encoded valuesEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: report more detailsEvgeny Grin (Karlson2k)2021-09-15
* postprocessor: minor code improvementEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: added test with double valueEvgeny Grin (Karlson2k)2021-09-15
* test_postprocessor: improved error reportingEvgeny Grin (Karlson2k)2021-09-15
* Fixed f032145edcb39e0445e4f78fec51867b9f89706cEvgeny Grin (Karlson2k)2021-09-15