unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree c8a7c26a1e1ffd83cfe23d7d2c1b89e8a5bc92d0
$ git ls-tree -l no-kgio-wip:t	# shows similar output on the CLI

	size	name
 	35	.gitignore
 	1650	GNUmakefile
 	1293	README
d	-	bin/
 	276	broken-app.ru
 	256	detach.ru
 	118	env.ru
 	267	fails-rack-lint.ru
 	321	heartbeat-timeout.ru
 	1220	hijack.ru
 	169	listener_names.ru
 	4517	my-tap-lib.sh
 	442	oob_gc.ru
 	452	oob_gc_path.ru
 	106	pid.ru
 	375	preread_input.ru
 	596	rack-input-tests.ru
x	850	t0000-http-basic.sh
x	996	t0001-reload-bad-config.sh
x	974	t0002-config-conflict.sh
x	1989	t0002-parser-error.sh
x	1160	t0003-working_directory.sh
x	1508	t0004-heartbeat-timeout.sh
x	469	t0004-working_directory_broken.sh
x	781	t0005-working_directory_app.rb.sh
x	1670	t0006-reopen-logs.sh
 	308	t0006.ru
x	925	t0007-working_directory_no_embed_cli.sh
x	2148	t0008-back_out_of_upgrade.sh
x	1105	t0009-broken-app.sh
x	1335	t0009-winch_ttin.sh
x	1021	t0010-reap-logging.sh
x	1633	t0011-active-unix-socket.sh
x	1931	t0012-reload-empty-config.sh
x	444	t0013-rewindable-input-false.sh
 	219	t0013.ru
x	430	t0014-rewindable-input-true.sh
 	216	t0014.ru
x	531	t0015-configurator-internals.sh
x	414	t0018-write-on-close.sh
x	874	t0019-max_header_len.sh
x	1099	t0020-at_exit-handler.sh
x	577	t0021-process_detach.sh
 	671	t0022-listener_names-preload_app.sh
x	3061	t0100-rack-input-tests.sh
x	2078	t0116-client_body_buffer_size.sh
 	348	t0116.ru
x	1250	t0200-rack-hijack.sh
 	416	t0300-no-default-middleware.sh
x	509	t0301-no-default-middleware-ignored-in-config.sh
 	294	t0301.ru
x	980	t9000-preread-input.sh
x	1193	t9001-oob_gc.sh
x	2458	t9002-oob_gc-path.sh
 	2525	test-lib.sh
 	251	write-on-close.ru
glossary
--------
Tree objects belong to commits or other tree objects.  Trees may
reference blobs, sub-trees, or (rarely) commits of submodules.

Path names are stored in tree objects, but trees do not know
their own path name.  A tree's path name comes from their parent tree,
or it is the root tree referenced by a commit object.  Thus, this web UI
relies on the `b=' URI parameter as a hint to display the path name.
git clone https://yhbt.net/unicorn.git