unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
 messages from 2014-10-24 19:13:28 to 2015-06-30 08:47:49 UTC [more...]

unicorn: native systemd service
 2015-06-30  8:47 UTC  (8+ messages)
    ` [DRE-maint] "
          ` [RFC] emulate sd_listen_fds for systemd support

[PATCH] apply TCP socket options on inherited sockets
 2015-06-27  2:57 UTC 

Does the the environment is preserved on USR2?
 2015-06-26 23:38 UTC  (4+ messages)

TAN: Ragel now maintained by Colm networks
 2015-06-26 21:03 UTC  (2+ messages)

[PATCH] doc: update some invalid URLs
 2015-06-26  0:47 UTC 

[ANN] unicorn 5.0.0.pre1 - incompatible changes!
 2015-06-24  9:19 UTC  (5+ messages)

[PATCH] ensure body is closed during hijack
 2015-06-09 20:17 UTC 

[PATCH 0/2] eliminate generic ivars from HttpRequest class
 2015-06-06  1:58 UTC  (3+ messages)
` [PATCH 1/2] move the socket into Rack env for hijacking
` [PATCH 2/2] http: move response_start_sent into the C ext

[PATCH] http_response: simplify regular expression
 2015-06-05  8:49 UTC 

[PATCH] http_server: remove a few more accessors and constants
 2015-06-04  1:39 UTC 

[PATCH] www: install NEWS.atom.xml properly
 2015-06-01 19:07 UTC 

[PATCH] http: use rb_hash_clear in Ruby 2.0+
 2015-05-29  6:03 UTC 

[PATCH] ISSUES: discourage HTML mail strongly, welcome nyms
 2015-05-20 23:21 UTC 

SIGWINCH ignored
 2015-05-20 23:11 UTC  (4+ messages)

[PATCH 0/2] no avoiding rack.hijack anymore
 2015-05-19 20:01 UTC  (4+ messages)
` [PATCH 1/2] http_request: support rack.hijack by default
  ` [PATCH] http_response: avoid special-casing for Rack < 1.5
` [PATCH 2/2] avoid extra allocation for hijack proc creation

[PATCH] FAQ: add note about ECONNRESET errors from bodies
 2015-05-18 21:34 UTC 

[PATCH] favor kgio_wait_readable for single FD over select
 2015-05-07 22:16 UTC 

Unicorn homepage design
 2015-05-03 17:20 UTC  (3+ messages)

TeeInput leaks file handles/space
 2015-04-24 11:56 UTC  (7+ messages)

[ANN] unicorn 4.9.0 - Rack HTTP server for fast clients and *nix
 2015-04-24  3:17 UTC 

[PATCH 0/2] Rack::TempfileReaper support
 2015-04-24  3:02 UTC  (3+ messages)
` [PATCH 1/2] tee_input: support for Rack::TempfileReaper middleware
` [PATCH 2/2] support TempfileReaper in deployment and development envs

Will restarting a Unicorn process (via HUP signal) wait for worker threads?
 2015-04-24  0:13 UTC  (2+ messages)

Unicorn, environment variables, start and reload
 2015-04-23  9:29 UTC  (2+ messages)

unicorn 4.8.x-stable branch pushed to git
 2015-04-22 19:02 UTC 

nginx reverse proxy getting ECONNRESET
 2015-04-08 16:22 UTC 

possible errors reading mailing list archives
 2015-04-07 23:22 UTC 

[PATCH] favor more string literals for cold call sites
 2015-04-07  7:56 UTC 

$USER and $HOME shell variables not set
 2015-03-27 18:34 UTC  (2+ messages)

nginx reverse proxy getting ECONNRESET
 2015-03-25 10:12 UTC  (12+ messages)

Is it possible to create a thread in Rails subscribe to Redis message channel?
 2015-03-24 22:44 UTC  (2+ messages)

On USR2, new master runs with same PID
 2015-03-20  2:08 UTC  (7+ messages)

[PATCH] doc: document Etc.nprocessors for worker_processes
 2015-03-12 22:32 UTC 

[PATCH] doc: document UNICORN_FD in manpage
 2015-03-12 22:32 UTC 

Request Queueing after deploy + USR2 restart
 2015-03-05 21:12 UTC  (18+ messages)

[RFC] http: remove experimental dechunk! method
 2015-03-02 20:34 UTC 

[PATCH] http: remove deprecated reset method
 2015-03-02 20:32 UTC 

[PATCH] save about 200 bytes of memory on x86-64
 2015-03-02 20:24 UTC 

Bug, Unicorn can drop signals in extreme conditions
 2015-02-18 17:27 UTC  (3+ messages)

[PATCH] explain 11 byte magic number for self-pipe
 2015-02-18  9:36 UTC 

[PATCH] http_server: favor ivars over constants
 2015-02-12 19:09 UTC 

[PATCH] ISSUES: add section for bugs in other projects
 2015-02-10 17:26 UTC  (2+ messages)

[PATCH 1/2] const: drop constants used by Rainbows!
 2015-02-09  9:12 UTC  (2+ messages)
` [PATCH 2/2] reduce and localize constant string use

[PATCH] favor "a.b(&:c)" form over "a.b { |x| x.c }"
 2015-02-06 22:50 UTC 

[PATCH] test_socket_helper: do not depend on SO_REUSEPORT
 2015-02-06 22:34 UTC 

[PATCH] fix uninstalled testing and reduce require paths
 2015-02-06 22:17 UTC 

[PATCH] doc: update support status for Ruby versions
 2015-02-06 20:15 UTC 

[PATCH] favor IO#close_on_exec= over fcntl in 1.9+
 2015-02-05 18:01 UTC 

[PATCH] use require_relative to reduce syscalls at startup
 2015-02-05 18:01 UTC 

[PATCH] remove 1.8, <= 1.9.1 fallback for missing IO#autoclose=
 2015-02-05 18:01 UTC 

[PATCH] socket_helper: reduce constant lookups and caching
 2015-02-05 17:19 UTC 

[PATCH] GNUmakefile: fix clean gem build + reduce build cruft
 2015-02-04 20:16 UTC 

[PATCH] http: standalone require + reduction in binary size
 2015-02-04 20:16 UTC 

[RFC] remove old inetd+git examples and exec_cgi
 2015-02-04 20:04 UTC  (2+ messages)

Timeouts longer than expected
 2015-01-29 20:00 UTC  (2+ messages)

[PATCH] http: -Wshorten-64-to-32 warnings on clang
 2015-01-28 18:44 UTC 

global variable in after_fork
 2015-01-24 23:30 UTC  (2+ messages)

[PATCH] use the monotonic clock under Ruby 2.1+
 2015-01-18  3:39 UTC 

[PUSHED] switch docs + website to olddoc
 2015-01-10  4:49 UTC 

[PATCH] README: clarify/reduce references to unicorn_rails
 2015-01-10  4:46 UTC 

Unicorn workers timing out intermittently
 2014-12-30 20:02 UTC  (3+ messages)

[RFC] http: TypedData C-API conversion
 2014-12-28  7:17 UTC  (3+ messages)
  ` [PATCH] tmpio: drop the "size" method

Rails/Unicorn comparizon between ruby 2.1.5 and ruby 2.2.0
 2014-12-26 12:17 UTC 

[PATCH] remove SSL support
 2014-12-21 11:17 UTC 

[PATCH] t/t0002-parser-error.sh: relax test for rack 1.6.0
 2014-12-21 10:43 UTC 

Show request details on timeout killing
 2014-12-05 22:16 UTC  (4+ messages)

No, passenger 5.0 is not faster than unicorn :)
 2014-12-03 14:10 UTC  (7+ messages)

worker freeze and strace interpretation
 2014-12-02 21:04 UTC  (3+ messages)

[PATCH] http_server: save 450+ bytes of memory on x86-64
 2014-11-27 22:46 UTC 

Unicorn configuration to increase max header size
 2014-11-22  3:15 UTC  (6+ messages)

Issue with Unicorn: Big latency when getting a request
 2014-11-14 22:36 UTC  (17+ messages)

[PATCH] worker: remove old tmp accessor
 2014-11-01 23:59 UTC 

Having issue with Unicorn
 2014-10-24 21:24 UTC  (22+ messages)


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

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