about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-05-03Rescue failed pipe resizes due to permissions
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-11-16require 'pp' if $DEBUG is set by Rack app
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-14doc: fix links to raindrops project
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
2017-03-08check_client_connection: use tcp state on linux ccc-tcp-v2
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