yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
 messages from 2014-04-21 01:55:50 to 2015-07-21 20:12:47 UTC [more...]

[PATCH] use opt_str_freeze for Hash#delete
 2015-07-21 20:12 UTC 

[PATCH] test/test_rack_hijack: ensure proper ordering of log messages
 2015-07-17  6:43 UTC 

[PATCH] apply TCP socket options on inherited sockets
 2015-07-15 18:50 UTC 

[PATCH] emulate sd_listen_fds for systemd support
 2015-07-15  8:20 UTC 

[PATCH] test/test_rack_hijack.rb: try to increase test reliability
 2015-07-15  8:19 UTC 

[PATCH 0/3] favor newer Rubies for performance
 2015-06-30  3:01 UTC  (4+ messages)
` [PATCH 1/3] generate response status strings dynamically
` [PATCH 2/3] reduce constants and optimize for Ruby 2.2+
` [PATCH 3/3] http_response: reduce bytecode size

[PATCH] test/helper: warn atomically
 2015-06-15 19:22 UTC 

[ANN] yahns 1.8.0 -_- sleepy app server for Ruby
 2015-06-11 19:58 UTC 

[PATCH] ensure body is closed during hijack
 2015-06-09 22:15 UTC 

[PATCH] proxy_pass: skip tests if kcar is missing
 2015-06-09 20:22 UTC 

[PATCH] reduce inline constant cache overheads
 2015-06-05 17:20 UTC 

[PATCH] support SIGWINCH even if not daemonized
 2015-06-05  9:10 UTC 

[PATCH] use Unicorn::HttpParser#response_start_sent accessor
 2015-06-05  9:10 UTC 

[PATCH] support SIGWINCH even if not daemonized
 2015-06-05  9:01 UTC 

beware of lowering TCP buffer sizes under Linux
 2015-05-21  0:10 UTC 

[ANN] yahns 1.7.0 -_- sleepy app server for Ruby
 2015-05-11  1:44 UTC 

[PATCH] extras/proxy_pass: remove compatibility note
 2015-05-11  1:38 UTC 

[PATCH] proxy_pass: favor literal hash over arrays for error responses
 2015-05-09  9:11 UTC 

What would happen if a worker thread died?
 2015-05-09  9:06 UTC  (8+ messages)
          ` [PATCH] worker threads log LoadError and SyntaxError, too

[PATCH] support for Rack::TempfileReaper middleware
 2015-05-09  8:51 UTC 

[PATCH] ssl: ensure rack.hijack users get "normal" IO methods
 2015-05-09  3:14 UTC 

[PATCH] openssl_client: remove shutdown call
 2015-05-09  1:05 UTC 

[PATCH] avoid excess allocations for rack.hijack support
 2015-05-09  1:05 UTC 

[PATCH] proxy_pass: avoid unnecessary close method
 2015-05-09  1:05 UTC 

[PATCH] proxy_pass: fix race condition due to ensure
 2015-05-09  1:05 UTC 

[PATCH] proxy_pass: fix race condition due to ensure
 2015-05-08 22:24 UTC 

[PATCH] proxy_pass: clear backtrace on ECONNREFUSED
 2015-04-24 11:11 UTC 

[PATCH] favor #nil? instead of "== nil" comparisons in cold code
 2015-04-22  0:59 UTC 

[PATCH] config: avoid unnecessary binmode call
 2015-04-22  0:59 UTC 

[PATCH] proxy_pass: fix race condition due to flawed hijack check
 2015-04-21  9:14 UTC  (2+ messages)

[WIP] proxy_pass: experiment to disable buffer sharing
 2015-04-17  2:21 UTC  (2+ messages)

[PATCH] proxy_pass: attempt to forward premature upstream responses
 2015-04-11  0:41 UTC 

[PATCH] proxy_pass: capture local variable earlier for rescue
 2015-04-09 22:21 UTC 

[RFC] proxy_pass: possibly avoid breaking some middlewares
 2015-04-08 17:32 UTC  (5+ messages)

[PATCH] proxy_pass: support backends which rely on EOF to terminate
 2015-04-08  6:16 UTC 

[PATCH] extras/proxy_pass: reinstate synchronous version
 2015-04-07 22:30 UTC 

[PATCH] wbuf: fix writev calls for vectors
 2015-04-07 22:08 UTC 

[PATCH] proxy_pass: avoid needless regexp
 2015-04-07 21:34 UTC 

[PATCH] http_context: avoid defining our own *buffer_tmpdir methods
 2015-04-07 20:22 UTC 

[PATCH] test/test_proxy_pass: remove buffer size tuning
 2015-04-07  8:08 UTC 

[PATCH 0/2] proxy_pass: fleshing out trailer support
 2015-04-07  3:16 UTC  (3+ messages)
` [PATCH 1/2] proxy_pass: preliminary support for passing trailers
` [PATCH 2/2] proxy_pass: send 1.0 requests to upstreams for 1.0 clients

[PATCH 0/4] proxy_pass updates
 2015-04-04  1:08 UTC  (5+ messages)
` [PATCH 1/4] proxy_pass: test and fix larger uploads
` [PATCH 2/4] proxy_pass: test for truncated response behavior
` [PATCH 3/4] proxy_pass: expand pipelining tests for after-upload behavior
` [PATCH 4/4] proxy_pass: more tests for giant headers and truncations

[PATCH] proxy_pass: rewrite to be async, using rack.hijack
 2015-04-03  1:53 UTC 

[PATCH] allow vector args to wbuf_write
 2015-04-03  1:53 UTC 

[PATCH] http_client: preserve HTTP state after hijack
 2015-04-03  1:53 UTC 

[PATCH] tmpio: add writev support via kgio
 2015-04-01 23:36 UTC 

[PATCH] test/test_proxy_pass: rename test name, too
 2015-04-01  0:20 UTC 

[PATCH] test/test_proxy_pass: rename test name, too
 2015-03-26  2:36 UTC 

[RFC] wbuf: store busy signal inside this object
 2015-03-20  2:52 UTC 

[RFC] remove documentation for client_*_buffer_size knobs
 2015-03-18 20:00 UTC  (3+ messages)

[PATCH] avoid EPOLL_CTL_DEL calls on rack.hijack
 2015-03-17  9:03 UTC 

[[RFC]] http_client: hijack after 100-continue disables HTTP response
 2015-03-16 21:10 UTC  (2+ messages)

[PATCH 0/3] towards becoming a fully-buffering reverse proxy
 2015-03-14  3:17 UTC  (4+ messages)
` [PATCH 1/3] extras/proxy_pass: implicit $fullpath expansion for upstreams
` [PATCH 2/3] extras/proxy_pass: support Unix domain sockets as backends
` [PATCH 3/3] proxy_pass: officially become a part of yahns

[PATCH] http_client: do not close input on hijack
 2015-03-13  2:27 UTC 

[PATCH] avoid unnecessary calls #to_sym for __send__
 2015-03-13  1:36 UTC 

[PATCH] extras/proxy_pass: remove ERROR_502 constant
 2015-03-13  1:03 UTC 

[PATCH] extras/proxy_pass: remove unused CHUNK_SIZE constant
 2015-03-12 23:02 UTC 

[PATCH] test/test_server: fix leftover process from inherit test
 2015-03-09 10:04 UTC 

[ANN] yahns 1.6.0 -_- sleepy app server for Ruby
 2015-03-09  9:49 UTC 

[PATCH] acceptor: close inherited-but-unneeded sockets
 2015-03-09  4:46 UTC 

[PATCH 0/2] FreeBSD-related fixes (affects Linux users, too)
 2015-03-07 21:36 UTC  (4+ messages)
` [PATCH 1/2] test_server: avoid multiple workers for dead parent check
` [PATCH 2/2] wbuf: avoid corrupted large responses with zero-copy sendfile

[PUSHED] extras/proxy_pass updates
 2015-03-03  7:59 UTC  (4+ messages)
` [PATCH 1/3] extras/proxy_pass: do not name unused variable
` [PATCH 2/3] extras/proxy_pass: log exceptions leading to 502
` [PATCH 3/3] extras/proxy_pass: flesh out upload support + tests

[PATCH] extras/proxy_pass: save memory in String#split arg
 2015-02-06 23:12 UTC 

[PATCH] favor Class.new for method-less classes
 2015-02-06 23:11 UTC 

[PATCH] use the monotonic clock under Ruby 2.1+
 2015-02-05 20:47 UTC 

[PATCH] skip tests requiring String#b on 1.9.3
 2015-02-05 20:47 UTC 

[PATCH] fix compatibility with unicorn.git
 2015-02-05 20:37 UTC 

[PATCH] update comments about wbuf_close return values
 2015-01-24  0:25 UTC 

[PATCH] wbuf: lazily (re)create temporary file
 2015-01-24  0:25 UTC 

[PATCH] reduce File::Stat object allocations
 2015-01-23  2:20 UTC 

[PATCH] doc: add design_notes document
 2015-01-14  7:28 UTC 

[PATCH] test_ssl: factor out server SSLContext creation
 2014-12-21  3:58 UTC 

[ANN] yahns 1.5.0 - initial OpenSSL support and bugfixes
 2014-12-21  2:25 UTC 

[PATCH] preliminary HTTP/2 support for Rack 1.x apps
 2014-12-20 22:25 UTC  (2+ messages)

[PATCH] http_client: implement as a module instead of class
 2014-12-20  4:11 UTC 

[PATCH] openssl_client: ignore SSL_accept errors during negotiotion
 2014-12-20  4:11 UTC 

[WIP] allow running without sleepy_penguin using IO.select
 2014-12-18  4:41 UTC 

[PATCH 1/2] bump published Ruby version requirement to 2.0
 2014-12-17 21:11 UTC  (5+ messages)
      ` TAN: public-inbox + mlmmj [was: bump published Ruby ...]

[PATCH 2/2] make sendfile an optional dependency
 2014-12-16 22:54 UTC 

[PATCH] wbuf_common: close body proxies on sendfile abort
 2014-12-15  5:30 UTC 

[RFC] initial cut at OpenSSL support
 2014-12-02  7:37 UTC  (3+ messages)

[PATCH 0/6] misc minor updates
 2014-11-20 20:45 UTC  (7+ messages)
` [PATCH 1/6] http_response: remove arg for Array#join
` [PATCH 2/6] remove unused client_max_header_size config
` [PATCH 3/6] config: use literal symbol array for now
` [PATCH 4/6] http_response: reduce constants for 100 responses
` [PATCH 5/6] favor Array#map! for freshly-split arrays
` [PATCH 6/6] sendfile_compat: remove dependency on pread

[PATCH] save around 1500 bytes of memory on x86-64
 2014-11-18  8:20 UTC 

[ANN] yahns 1.4.0 - minor internal cleanups and bugfixes
 2014-11-16 11:13 UTC 

[PATCH] http_response: skip Date header case-insensitively
 2014-11-16  4:21 UTC 

[PATCH] stream_input: favor str.clear instead of str.replace('')
 2014-10-18 11:02 UTC 

[PATCH] README: add OpenSSL exception
 2014-10-13 18:46 UTC 

[PATCH 1/2] queue: remove TODO comment for kqueue
 2014-10-13 18:34 UTC  (2+ messages)
` [PATCH 2/2] switch to require_relative for internal requires

[RFC] epoll: workaround EPOLL_CTL_MOD race in old kernels
 2014-09-15 23:11 UTC  (2+ messages)

the_metal branch
 2014-09-04 18:27 UTC 

[PATCH] extras/autoindex: do not link beyond top-level
 2014-09-01 22:48 UTC 

[PATCH] README: minor updates
 2014-08-20 22:24 UTC 

[PATCH] http_client: clear some internal ivars on rack.hijack
 2014-07-18  0:45 UTC  (2+ messages)

[ANN] yahns 1.3.1 - fix large response corruption
 2014-07-16 20:13 UTC 

unicorn 5 roadmap
 2014-05-25  3:52 UTC 

yahns mailing list migrated
 2014-05-14 20:58 UTC 

[ANN] yahns 1.3.0 - new mailing list + fixups
 2014-05-12  3:40 UTC  (2+ messages)

[REJECT] worker: avoid signaling self for dead parent
 2014-05-09  1:05 UTC 

[PATCH] update documentation to reflect public-inbox/list
 2014-05-09  0:37 UTC 

yahns-public mailing list replacement
 2014-04-21 18:10 UTC 

[pushed] extras/exec_cgi improvements
 2014-04-21  1:55 UTC 


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).