about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2017-03-10Add worker_exec configuration option
2017-03-08oob_gc: rely on opt_aref_with optimization on Ruby 2.2+
2017-02-23Add after_worker_ready configuration option chroot
2017-02-23Add support for chroot to Worker#user
2017-02-23Fix code example in after_worker_exit documentation
2017-02-21Add after_worker_exit configuration option
2017-02-13http_request: freeze constant strings passed IO#write
2017-02-10tee_input: simplify condition for IO#write
2016-10-25relocate website to https://bogomips.org/unicorn/
2016-07-28doc: update gmane URLs to point to our own archives
2016-01-27doc update for ClientShutdown exceptions class
2016-01-27rack is optional at runtime, required for dev
2016-01-07various documentation updates
2015-11-17http_response: allow nil values in response headers
2015-11-01golf down conditional for socket activation
2015-10-27sd_listen_fds emulation cleanup
2015-08-22stream_input: favor String#clear over String#replace
2015-07-15doc: remove references to old servers
2015-07-15configurator: document net.core.somaxconn sysctl dependency
2015-07-05emulate sd_listen_fds for systemd support
2015-06-30http_response: reduce size of multi-line header path
2015-06-30reduce constants and optimize for Ruby 2.2
2015-06-30reflect changes in Rack::Utils::HTTP_STATUS_CODES
2015-06-27apply TCP socket options on inherited sockets
2015-06-26doc: update some invalid URLs
2015-06-10ensure body is closed during hijack
2015-06-06http: move response_start_sent into the C ext
2015-06-06move the socket into Rack env for hijacking
2015-06-04http_response: simplify regular expression
2015-06-04http_server: remove a few more accessors and constants
2015-06-01http_response: avoid special-casing for Rack < 1.5
2015-05-20process SIGWINCH unless stdin is a TTY
2015-05-16avoid extra allocation for hijack proc creation
2015-05-16http_request: support rack.hijack by default
2015-05-07favor kgio_wait_readable for single FD over select
2015-04-24support TempfileReaper in deployment and development envs
2015-04-24tee_input: support for Rack::TempfileReaper middleware
2015-04-07favor more string literals for cold call sites
2015-03-02socket_helper: update comments
2015-03-02save about 200 bytes of memory on x86-64
2015-03-01reduce and localize constant string use
2015-03-01const: drop constants used by Rainbows!
2015-02-18explain 11 byte magic number for self-pipe
2015-02-12http_server: favor ivars over constants
2015-02-06favor "a.b(&:c)" form over "a.b { |x| x.c }"
2015-02-06doc: update support status for Ruby versions
2015-02-05use require_relative to reduce syscalls at startup
2015-02-05favor IO#close_on_exec= over fcntl in 1.9+
2015-02-05remove 1.8, <= 1.9.1 fallback for missing IO#autoclose=
2015-02-05socket_helper: reduce constant lookups and caching