Evgeny Grin (Karlson2k)
ce38b0fa79
Renamed one new basic auth function, improved doxy
2023-10-06 14:12:31 +03:00
Evgeny Grin (Karlson2k)
c2414ffc9a
Updated examples to use new API for Basic Authorization
2022-06-13 12:15:50 +03:00
Evgeny Grin (Karlson2k)
bd9b7be732
doc/examples: fixed compiler warnings
2022-06-02 09:43:12 +03:00
Evgeny Grin (Karlson2k)
85ae657849
Replaced MHD_RESPMEM_PERSISTENT usage in examples and code
...
New functions do not produce compiler warnings.
2022-05-14 15:07:47 +03:00
Evgeny Grin (Karlson2k)
351d8a65d6
Fixed old-style functions definitions
2022-04-23 15:21:19 +03:00
Evgeny Grin (Karlson2k)
4b6419b1f3
doc/examples: Fixed drop of 'const' qualifiers
2022-04-19 20:27:37 +03:00
Evgeny Grin (Karlson2k)
bd41946e8f
Renamed 'con_cls' -> 'req_cls' for access handler callback
...
The argument is actually request-specific, not connection specific. The
name was confusing.
Fixed related documentation and clarified usage.
Also fixed code where argument named 'unused' was actually used.
2022-01-18 15:18:40 +03:00
Evgeny Grin (Karlson2k)
0497e9c801
tlsauthentication.c: better fix for compiler warning
2021-08-25 20:22:57 +03:00
Evgeny Grin (Karlson2k)
40501c2f5d
tlsauthentication.c: inelegant mute of compiler warning
2021-08-25 19:55:06 +03:00
Evgeny Grin (Karlson2k)
f53db2892e
Muted compiler warnings
2020-12-27 17:35:49 +03:00
Christian Grothoff
de872dea2d
define and use 'enum MHD_Result'
2020-04-08 23:36:41 +02:00
Christian Grothoff
832739556b
some minor code cleaning issues
2018-06-22 15:16:11 +02:00
Christian Grothoff
f6c647f638
make checkers happier by reducing use of strcpy and strcat
2018-02-22 18:35:08 +01:00
Evgeny Grin (Karlson2k)
a5b63e992b
Muted compiler warnings in examples.
2017-09-29 22:07:49 +03:00
Evgeny Grin (Karlson2k)
a48ca85fb7
Renamed daemon flags:
...
MHD_USE_SELECT_INTERNALLY -> MHD_USE_INTERNAL_POLLING_THREAD
MHD_USE_POLL_INTERNALLY -> MHD_USE_POLL_INTERNAL_THREAD
MHD_USE_EPOLL_INTERNALLY -> MHD_USE_EPOLL_INTERNAL_THREAD
2016-11-08 00:54:59 +03:00
Christian Grothoff
9b7bc3d8bd
fix clang warnings
2016-10-17 15:49:22 +02:00
Christian Grothoff
ef7fe75ff2
deprecate USE_SSL for USE_TLS, rename in code
2016-10-11 16:09:17 +00:00
Christian Grothoff
c42da981f4
-nicer indentation
2016-08-24 12:36:32 +00:00
Christian Grothoff
d3b17d3b19
-Fabian Mewes:
...
Fix the out-of-bound read of the NUL byte using strlen() in
microhttpd/daemon.c:MHD_init_daemon_certificate()
Fix the out-of-bound read of the NUL byte using strlen() in
microhttpd/daemon.c:MHD_init_daemon_certificate()
2016-02-29 12:27:57 +00:00
Christian Grothoff
fe9c559603
-yes, we never ignore return values, even in examples on getchar()...
2013-07-21 16:19:41 +00:00
LRN
aeaea9eda2
W32 compatibility, also use ISO C instead of POSIX
2013-04-23 11:38:09 +00:00
Christian Grothoff
bf92eff1f8
close file, clarify license
2012-08-23 12:36:18 +00:00
Christian Grothoff
300f5594b1
making examples compile without warnings
2012-08-14 17:10:50 +00:00
Christian Grothoff
faabde7649
-fixing #2443 : tutorial was unclear
2012-06-22 09:08:03 +00:00
Christian Grothoff
43542a78c6
introducing MHD_create_response_from_buffer, deprecating MHD_create_response_from_data
2011-01-04 12:40:03 +00:00
Christian Grothoff
761267757c
ready for 0.9.0
2010-07-26 16:57:47 +00:00
Christian Grothoff
29529aefd1
fix
2010-07-09 11:11:00 +00:00
Christian Grothoff
b4d4fb361f
code clean up
2010-01-05 15:42:19 +00:00
Christian Grothoff
b90c37b2f3
incompatible API change to allow 64-bit uploads and downloads on 32-bit systems
2009-02-06 06:12:33 +00:00
Christian Grothoff
705bb243b0
indentation
2008-10-13 02:03:03 +00:00
Sebastian Gerhardt
8636c4b308
Tutorial: New chapter for SSL/TLS
2008-10-11 17:55:14 +00:00