aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
...
* mark build as non-parallel due to port conflicts (#6117)Christian Grothoff2020-03-14
* proposed fix for #6116Christian Grothoff2020-03-10
* 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
* clean up #define mess a bitChristian Grothoff2020-02-14
* 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 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
* 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
* 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
* 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
* fix test_upgrade_largeChristian Grothoff2019-10-13
* indentation fixesChristian Grothoff2019-10-06
* fix typoChristian Grothoff2019-09-26
* fix-warningsChristian Grothoff2019-09-15
* fixing c99 issues reported in #5826Christian Grothoff2019-08-24
* Revert "connection.c: remove dead code."dev/ng0/gsoc2019ng02019-08-18
* Revert "mhd_send.c: for now, let EINVAL and EBADF fail hard."ng02019-08-18
* connection.c: remove dead code.ng02019-08-18
* mhd_send.c: for now, let EINVAL and EBADF fail hard.ng02019-08-18
* mhd_send.c: log EINVALng02019-08-18
* connection.c: remove 2 more calls of dead code.ng02019-08-18
* Merge remote-tracking branch 'origin/master' into dev/ng0/gsoc2019ng02019-08-07
|\