yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
 Warning: Initial query:
 %22doc: include Yahns/ directory on website%22
 returned no results, used:
 "doc: include Yahns/ directory on website"
 instead

Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] yahns 1.18.0 -_-
@ 2021-10-09  8:37  5% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2021-10-09  8:37 UTC (permalink / raw)
  To: yahns-public

Some minor updates and fixes, mainly to workaround for a
(now-fixed upstream) Linux kernel bug.  I doubt anybody
uses this, yet, or ever will at this point...

Changes:

    8 changes since 1.17.0 (2019-04-22):

          worker: workaround old F_SETPIPE_SZ bug
          doc: favor File.read over IO.read to ease review
          proxy_pass: document as a public API
          doc: include Yahns/ directory on website
          extras/try_gzip_static: set "Vary: Accept-Encoding" on gzip
          do not sleep if signals are pending
          server: workaround Linux v5.5..v5.13 epoll bug
          gemspec: allow unicorn 6.x

* homepage: https://yhbt.net/yahns/
* git clone https://yhbt.net/yahns.git

*zzzzzzzz*

^ permalink raw reply	[relevance 5%]

* [PATCH 2/1] doc: include Yahns/ directory on website
  @ 2019-05-10  2:55  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-05-10  2:55 UTC (permalink / raw)
  To: yahns-public

Otherwise, https://yhbt.net/yahns/Yahns/ProxyPass.html won't
be accessible
---
 Rakefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Rakefile b/Rakefile
index 65862f2..769356e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -59,6 +59,11 @@
   examples.concat(gzex)
 
   sh("rsync --chmod=Fugo=r -av #{examples.join(' ')} #{dest}/examples/")
+
+  rdoc = apidoc.keys.grep(%r{\Adoc/Yahns/})
+  gzex = rdoc.map { |txt| do_gzip.call(txt) }
+  examples.concat(gzex)
+  sh("rsync --chmod=Fugo=r -av #{rdoc.join(' ')} #{dest}/Yahns/")
 end
 
 def tags
-- 
EW

^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-05-10  2:44     [PATCH] proxy_pass: document as a public API Eric Wong
2019-05-10  2:55  7% ` [PATCH 2/1] doc: include Yahns/ directory on website Eric Wong
2021-10-09  8:37  5% [ANN] yahns 1.18.0 -_- Eric Wong

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

	https://yhbt.net/yahns.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).