Evgeny Grin (Karlson2k)
|
b4a7abf366
MHD_start_daemon(): allow MHD_USE_POLL only with MHD_USE_THREAD_PER_CONNECTION for backward compatibility.
|
7 years ago |
Christian Grothoff
|
b57456c2e6
relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag is set
|
7 years ago |
Christian Grothoff
|
e95ec4874d
enforce RFC 7230 no-whitespace in header field name rule if MHD_USE_PEDANTIC_CHECKS is set
|
7 years ago |
Christian Grothoff
|
ef49636130
replace sprintf() with MHD_snprintf_()
|
7 years ago |
Evgeny Grin (Karlson2k)
|
a6b47251b8
Fixed support for old libgcrypt on W32 with W32 threads.
|
7 years ago |
Evgeny Grin (Karlson2k)
|
54def24e97
Releasing GNU libmicrohttpd 0.9.53
|
7 years ago |
Evgeny Grin (Karlson2k)
|
fea6bf18a1
HTTPS test fixes and improvements:
|
7 years ago |
Evgeny Grin (Karlson2k)
|
0bf9a2285e
zzuf tests: make compatible with *BSD by replacing obsoleted setpgrp() with setpgid().
|
7 years ago |
Evgeny Grin (Karlson2k)
|
58274f943d
Used "127.0.0.1" instead of "localhost" in all tests to avoid accidental try by IPv6
|
7 years ago |
Evgeny Grin (Karlson2k)
|
3ed1305167
Updated autoinit_funcs.h to latest upstream version with proper support of Oracle/Sun compiler.
|
7 years ago |
Evgeny Grin (Karlson2k)
|
218694a400
Converted many 'strlen()' from run-time to compile-time processing
|
7 years ago |
Evgeny Grin (Karlson2k)
|
c02d8f0332
ChangeLog: added missing entries.
|
7 years ago |
Evgeny Grin (Karlson2k)
|
6f6a4e220b
MHD_start_daemon(): obey MHD_USE_ITC in thread pool mode
|
8 years ago |
Christian Grothoff
|
11fc9224bd
remove dead code converting hex number to size_t
|
8 years ago |
Christian Grothoff
|
bf7418b3d9
fix #4967
|
8 years ago |
Evgeny Grin (Karlson2k)
|
8d9065a077
MHD_start_daemon(): check for invalid combination of MHD_USE_NO_LISTEN_SOCKET and
|
8 years ago |
Christian Grothoff
|
7aa69301bd
add -lrt for glibc < 2.17 compatibility
|
8 years ago |
Evgeny Grin (Karlson2k)
|
f3dd2a6303
Added autoconf module for detection of select() trigger on shutdown of listening socket.
|
8 years ago |
Evgeny Grin (Karlson2k)
|
e3ce8fdf57
Rewritten logic of handling "upgraded" TLS connections in epoll mode.
|
8 years ago |
Evgeny Grin (Karlson2k)
|
9fec9b35ec
Do not fail on overflown read buffer while connection is suspended.
|
8 years ago |
Evgeny Grin (Karlson2k)
|
a10c64c793
Revert "MHD_run_from_select(): removed ability to run epoll"
|
8 years ago |
Evgeny Grin (Karlson2k)
|
88fee01b55
Fixed logic of idle disconnection: connection should be disconnected not early than "timeout",
|
8 years ago |
Evgeny Grin (Karlson2k)
|
9333188824
Updated ChangeLog
|
8 years ago |
Evgeny Grin (Karlson2k)
|
76500135fe
Update connection last activity if and only if any data was received or transmitted.
|
8 years ago |
Evgeny Grin (Karlson2k)
|
88374e04d2
Thread-safety: always lock mutex when modifying "cleanup" or "timeout" DL-lists
|
8 years ago |
Evgeny Grin (Karlson2k)
|
b3e48b5090
Fixed compiler warnings, updated ChangeLog.
|
8 years ago |
Evgeny Grin (Karlson2k)
|
875e27c51b
MHD_run_from_select(): removed ability to run epoll
|
8 years ago |
Evgeny Grin (Karlson2k)
|
b8a3977d58
Added ability to get connection timeout by MHD_get_connection_info().
|
8 years ago |
Evgeny Grin (Karlson2k)
|
01ea7c7805
Fixed merge errors in ChangeLog text
|
8 years ago |
Christian Grothoff
|
740a46dd36
fix largepost example, must only queue replies either before upload happens or after upload is done, not while upload is ongoing
|
8 years ago |