aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* fix test_upgrade_largeChristian Grothoff2019-10-13
* indentation fixesChristian Grothoff2019-10-06
* fix typoChristian Grothoff2019-09-26
* fix-warningsChristian Grothoff2019-09-15
* reindentingChristian Grothoff2019-08-25
* fix compiler warningsChristian Grothoff2019-08-25
* fixing c99 issues reported in #5826Christian Grothoff2019-08-24
* bump version in microhttpd.hng02019-08-19
* 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
|\
| * trying to fix #5806Christian Grothoff2019-08-02
| * remove log msgChristian Grothoff2019-08-01
* | remove codeng02019-08-02
* | remove more code.ng02019-08-02
* | connection.c: remove dead codeng02019-08-02
* | fix a couple of fixmes: add log messages.ng02019-08-02
* | Mark function calls which could be removed as dead code.ng02019-08-02
* | Rename senfile_adapter to MHD_send_sendfile_ and remove duplicate prototype.ng02019-08-02
* | mhd_send: fix failure to buildng02019-08-02
* | remove obsolete OLD_SOCK if'd blocks.ng02019-08-02
* | do it in both testsChristian Grothoff2019-08-01
* | add ways for application to control corking for upgraded socketsChristian Grothoff2019-08-01
* | handle TLS case in send_on_connectin2Christian Grothoff2019-08-01
* | properly handle return value from send_on_connection2Christian Grothoff2019-08-01
* | reduce variable scopeChristian Grothoff2019-08-01
* | toggle Naggle if and only if corking is not possible by other meansChristian Grothoff2019-08-01
* | always set nodelay, except if we cannot corkChristian Grothoff2019-08-01