Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
written.
Fixes sending large pages in m_httpd (#1646).
|
|
|
|
|
|
|
|
Lets not reinvent the wheel pointlessly.
|
|
|
|
|
|
|
|
|
|
|
|
We always send "Connection: Close" so this is the right behaviour
according to section 8.1 of RFC 2616.
Closes #1507.
|
|
|
|
|
|
This function is being misused in all but one scenario. It isn't
really worth keeping IMO.
|
|
|
|
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
|
|
|
|
This adds the <bind:hook> config option which works together with <bind:ssl>
|
|
module
Use it to simplify logic in all modules using or providing IOHooks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
substr() returns a new string while erase() and assign() modify the existing one
|
|
unloaded
|
|
|
|
|
|
|
|
|
|
|
|
Missing doc added by @attilamolnar
|
|
m_httpd also now uses the correct timestamp format.
Windows-specific fixes by @attilamolnar, original PR #849
|
|
|
|
|