mwrap (Perl version) user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH 00/19] another round of httpd improvements
@ 2022-12-15 20:52 Eric Wong
  2022-12-15 20:52 ` [PATCH 01/19] mwrap_httpd: show current bytes consistently Eric Wong
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Eric Wong @ 2022-12-15 20:52 UTC (permalink / raw)
  To: mwrap-perl

Eric Wong (19):
  mwrap_httpd: show current bytes consistently
  introduce AUTO_FREE macro to simplify cleanup
  httpd: rework httpd to use auto-free for memstream
  httpd: avoid newline if not using bt: >= 1
  mwrap_httpd: flesh out /$PID/ and /$PID/trim endpoints
  mwrap_httpd: add info about src_file and src_loc stats
  use uatomic_inc where appropriate
  httpd: drop unnecessary AND ops from base-64
  mymalloc: add notes on the malloc implementation
  rproxy: link to mwrap_httpd /$PID/ root without each, too
  httpd: shrink `mean_life' field to `double'
  httpd: support CSV output
  rproxy: enable deflater by default
  mwrap_httpd: do not abort on fork if out-of-resources
  httpd: pause forking thread on resource limitations
  rename mwrap_httpd.h to httpd.h
  httpd: describe simple and naive buffering scheme
  httpd: drop TODO item for pipelining
  avoid -Warray-bounds warning, avoid stack overallocation

 MANIFEST                     |   4 +-
 Mwrap.xs                     |   5 +-
 mwrap_httpd.h => httpd.h     | 467 ++++++++++++++++++++++-------------
 lib/Devel/Mwrap/PSGI.pm      |   2 +
 lib/Devel/Mwrap/Rproxy.pm    |   7 +-
 mwrap_core.h                 |  53 +++-
 mymalloc.h                   |  15 +-
 script/mwrap-rproxy          |  12 +-
 t/{mwrap-httpd.t => httpd.t} |  29 +++
 9 files changed, 398 insertions(+), 196 deletions(-)
 rename mwrap_httpd.h => httpd.h (71%)
 rename t/{mwrap-httpd.t => httpd.t} (79%)

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-12-15 20:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 20:52 [PATCH 00/19] another round of httpd improvements Eric Wong
2022-12-15 20:52 ` [PATCH 01/19] mwrap_httpd: show current bytes consistently Eric Wong
2022-12-15 20:52 ` [PATCH 02/19] introduce AUTO_FREE macro to simplify cleanup Eric Wong
2022-12-15 20:52 ` [PATCH 03/19] httpd: rework httpd to use auto-free for memstream Eric Wong
2022-12-15 20:52 ` [PATCH 04/19] httpd: avoid newline if not using bt: >= 1 Eric Wong
2022-12-15 20:52 ` [PATCH 05/19] mwrap_httpd: flesh out /$PID/ and /$PID/trim endpoints Eric Wong
2022-12-15 20:52 ` [PATCH 06/19] mwrap_httpd: add info about src_file and src_loc stats Eric Wong
2022-12-15 20:52 ` [PATCH 07/19] use uatomic_inc where appropriate Eric Wong
2022-12-15 20:52 ` [PATCH 08/19] httpd: drop unnecessary AND ops from base-64 Eric Wong
2022-12-15 20:52 ` [PATCH 09/19] mymalloc: add notes on the malloc implementation Eric Wong
2022-12-15 20:52 ` [PATCH 10/19] rproxy: link to mwrap_httpd /$PID/ root without each, too Eric Wong
2022-12-15 20:52 ` [PATCH 11/19] httpd: shrink `mean_life' field to `double' Eric Wong
2022-12-15 20:52 ` [PATCH 12/19] httpd: support CSV output Eric Wong
2022-12-15 20:52 ` [PATCH 13/19] rproxy: enable deflater by default Eric Wong
2022-12-15 20:52 ` [PATCH 14/19] mwrap_httpd: do not abort on fork if out-of-resources Eric Wong
2022-12-15 20:52 ` [PATCH 15/19] httpd: pause forking thread on resource limitations Eric Wong
2022-12-15 20:52 ` [PATCH 16/19] rename mwrap_httpd.h to httpd.h Eric Wong
2022-12-15 20:52 ` [PATCH 17/19] httpd: describe simple and naive buffering scheme Eric Wong
2022-12-15 20:52 ` [PATCH 18/19] httpd: drop TODO item for pipelining Eric Wong
2022-12-15 20:52 ` [PATCH 19/19] avoid -Warray-bounds warning, avoid stack overallocation Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap-perl.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).