aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* introduce 'enum MHD_Result'Christian Grothoff2020-04-08
* fix #6135Christian Grothoff2020-03-26
* mark build as non-parallel due to port conflicts (#6117)Christian Grothoff2020-03-14
* proposed fix for #6116Christian Grothoff2020-03-10
* declare victory on #6090, bump header versionChristian Grothoff2020-03-07
* documented to return zero on failure, not vice versaChristian Grothoff2020-03-07
* check for socket validityChristian Grothoff2020-03-07
* fix bad FTBFSChristian Grothoff2020-03-07
* fix bad FTBFSChristian Grothoff2020-03-07
* default is CORK is ON (at least on OS X)Christian Grothoff2020-03-05
* try to fix OS X issue (#6090)Christian Grothoff2020-03-05
* remove useless 'if', fix HTML outputChristian Grothoff2020-03-01
* log moreChristian Grothoff2020-02-19
* clean up #define mess a bitChristian Grothoff2020-02-14
* explain non-blocking is guaranteed (#6019)Christian Grothoff2020-02-09
* releasing 0.9.70v0.9.70Christian Grothoff2020-02-08
* bump revisionChristian Grothoff2020-02-08
* fix #6068 (enable 100 continue handling for PATCH requests)Christian Grothoff2020-02-08
* fix #6036Christian Grothoff2020-02-07
* fix #6025Christian Grothoff2020-02-07
* add clarifying assert that digest must not be NULLChristian Grothoff2020-02-05
* add test for PATCH methodChristian Grothoff2020-02-04
* add connection: close to 401 replies (experimental, under review)Christian Grothoff2020-01-08
* add post processor logic fixChristian Grothoff2019-12-26
* first experimental rewrite of URL postprocessor, still fails, not production ...Christian Grothoff2019-12-25
* more logging in testcaseChristian Grothoff2019-12-25
* Given post body "a&b=1", how should MHD interpret the data?Christian Grothoff2019-12-24
* releasing 0.9.69v0.9.69Christian Grothoff2019-12-15
* fix #5977Christian Grothoff2019-12-15
* better use memcpyChristian Grothoff2019-12-12
* if suspended on POST before 100 CONTINUE, give application a second chance to...Christian Grothoff2019-11-29
* tighten formatting rulesChristian Grothoff2019-10-31
* version bumpv0.9.68Christian Grothoff2019-10-26
* bump versionChristian Grothoff2019-10-26
* add tests for empty reply in HTTPSChristian Grothoff2019-10-26
* add more boolsChristian Grothoff2019-10-25
* allow clients to override sanity check for content-length headerChristian Grothoff2019-10-25
* use booleans more nicelyChristian Grothoff2019-10-24
* use bit-test as we do in MHD_get_connection_values()Christian Grothoff2019-10-24
* add minimal example for empty bodyChristian Grothoff2019-10-24
* fix missing ret, thanks, MarkusChristian Grothoff2019-10-17
* avoid log message on EOPNOTSUPP for UNIX domain sockets, as suggested by MarkusChristian Grothoff2019-10-17
* cosmetics for MarkusChristian Grothoff2019-10-17
* fix failure to buildv0.9.67ng02019-10-17
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* presumably last touches on ng0's GSoC setsockopt refactoringChristian Grothoff2019-10-17
* reorder statements so we can look at errno, might theoretically even fix #5826Christian Grothoff2019-10-13
* make it explicit we want to ignore return value from write() in testChristian Grothoff2019-10-13
* indentationChristian Grothoff2019-10-13
* get rid of c99-ismsChristian Grothoff2019-10-13