about summary refs log tree commit homepage
path: root/lib/unicorn
DateCommit message (Expand)
2024-01-15update dependency to Ruby 2.5+ HEAD master
2024-01-15kill off remaining kgio uses
2024-01-15remove kgio from all read(2) and write(2) wrappers
2023-09-11doc: various updates ahead of the release
2023-06-05LISTEN_FDS-inherited sockets are immortal across SIGHUP
2023-06-05drop redundant IO#close_on_exec=false calls
2023-06-05chunk unterminated HTTP/1.1 responses
2023-06-05Support Rack 3 and fix tests on Rack 3
2023-06-05http_server: remove close_sockets_on_exec
2022-10-04http_server: detect disk-full when writing PID file
2021-10-04use EPOLLEXCLUSIVE on Linux 4.5+
2021-10-04worker_loop: get rid of select() avoidance hack
2021-10-04http_server: get rid of Process.ppid check
2021-09-26drop Ruby 1.9.3 support, require 2.0+ for now
2021-03-13http_request: drop unnecessary #clear call
2021-03-13Allocate a new request for each client
2020-12-09Add rack.after_reply functionality
2020-07-24configurator: SIGHUP resets early_hints if unset
2020-07-16Add early hints support
2020-04-16prevent single listener from monopolizing a worker
2020-03-19http: improve RFC 7230 conformance
2020-01-20doc: s/bogomips.org/yhbt.net/g
2019-12-11tmpio: workaround File#path being tainted on unlink
2018-10-18doc: update more URLs to use HTTPS and avoid redirects
2018-09-21Support default_middleware configuration option
2018-09-13Make Worker#user support different process primary group and log file group
2018-08-20socket_helper: add hint for FreeBSD users for accf_http(9)
2018-08-20shrink pipes under Linux
2018-07-23use IO#wait instead of kgio_wait_readable
2018-07-23remove random seed reset atfork
2018-05-01quiet some mismatched indentation warnings
2017-12-16avoid reusing env on hijack
2017-04-08reduce method calls with String#start_with?
2017-03-26Check for Socket::TCP_INFO constant before trying to get TCP_INFO
2017-03-24Check for SocketError on first ccc attempt
2017-03-24doc: note after_worker_exit is also 5.3.0+
2017-03-23doc: add version annotations for new features
2017-03-23Merge remote-tracking branch 'origin/worker_exec'
2017-03-23Merge branch 'ccc-tcp-v3'
2017-03-23http_server: initialize @pid ivar
2017-03-23input: update documentation and hide internals.
2017-03-21http_request: support proposed Raindrops::TCP states on non-Linux
2017-03-15Merge remote-tracking branch 'origin/ccc-tcp-v3'
2017-03-14freebsd: avoid EINVAL when setting accept filter
2017-03-14http_request: reduce insn size for check_client_connection
2017-03-13Don't pass a block for fork when forking workers worker_exec
2017-03-10Add worker_exec configuration option
2017-03-08oob_gc: rely on opt_aref_with optimization on Ruby 2.2+
2017-03-08support "struct tcp_info" on non-Linux and Ruby 2.2+
2017-03-08revert signature change to HttpServer#process_client