rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
tree ca31eb9a0773fcd80db3be4a69e679061feca48b
$ git ls-tree -l v3.0.0:lib/rainbows	# shows similar output on the CLI

	size	name
 	1068	actor_spawn.rb
 	3792	app_pool.rb
 	1413	base.rb
 	680	client.rb
 	2308	configurator.rb
 	934	const.rb
 	1760	coolio.rb
d	-	coolio/
 	1032	coolio_fiber_spawn.rb
 	231	coolio_support.rb
 	1966	coolio_thread_pool.rb
d	-	coolio_thread_pool/
 	1103	coolio_thread_spawn.rb
d	-	coolio_thread_spawn/
 	3118	dev_fd_response.rb
 	1383	error.rb
 	3702	ev_core.rb
d	-	ev_core/
 	3756	event_machine.rb
d	-	event_machine/
 	995	fiber.rb
d	-	fiber/
 	1331	fiber_pool.rb
 	904	fiber_spawn.rb
 	214	http_parser.rb
 	716	http_response.rb
 	3384	http_server.rb
 	2196	max_body.rb
d	-	max_body/
 	1336	never_block.rb
d	-	never_block/
 	1123	process_client.rb
 	667	queue_pool.rb
 	447	rack_input.rb
 	5615	response.rb
 	1009	rev.rb
 	649	rev_fiber_spawn.rb
 	953	rev_thread_pool.rb
 	933	rev_thread_spawn.rb
 	3164	revactor.rb
d	-	revactor/
 	2695	sendfile.rb
 	1068	server_token.rb
 	373	socket_proxy.rb
 	524	stream_file.rb
 	602	sync_close.rb
 	2436	thread_pool.rb
 	1533	thread_spawn.rb
 	3282	thread_timeout.rb
 	639	worker_yield.rb
 	1908	writer_thread_pool.rb
d	-	writer_thread_pool/
 	1354	writer_thread_spawn.rb
d	-	writer_thread_spawn/
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