rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
tree 8ca0467c1402fa4cffbb5404564404d05ccacae7
$ git ls-tree -l v0.5.0:t	# shows similar output on the CLI

	size	name
 	49	.gitignore
 	2720	GNUmakefile
 	1400	README
 	383	async-response-no-autochunk.ru
 	244	async-response.ru
 	280	async_sinatra.ru
d	-	bin/
 	602	content-md5.ru
 	104	env.ru
 	110	env_rack_env.ru
 	422	heartbeat-timeout.ru
 	382	large-file-response.ru
 	4501	my-tap-lib.sh
 	437	sha1.ru
 	104	simple-http_Base.ru
 	238	simple-http_EventMachine.ru
 	229	simple-http_Rev.ru
 	261	simple-http_Revactor.ru
 	252	simple-http_ThreadPool.ru
 	253	simple-http_ThreadSpawn.ru
 	361	sleep.ru
x	2736	t0000-simple-http.sh
 	104	t0000.ru
x	2084	t0001-unix-http.sh
x	660	t0002-graceful.sh
x	586	t0002-parser-error.sh
x	1993	t0003-reopen-logs.sh
x	1462	t0004-heartbeat-timeout.sh
x	1821	t0005-large-file-response.sh
x	896	t0006-process-rack-env.sh
x	1083	t0100-rack-input-hammer.sh
x	1872	t0101-rack-input-trailer.sh
x	1329	t0200-async-response.sh
x	79	t0201-async-response-no-autochunk.sh
x	1316	t0300-async_sinatra.sh
x	966	t9000-rack-app-pool.sh
 	430	t9000.ru
 	2668	test-lib.sh
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/rainbows.git