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

	size	name
 	1068	actor_spawn.rb
 	3792	app_pool.rb
 	1435	base.rb
 	179	client.rb
 	2308	configurator.rb
 	934	const.rb
 	1602	coolio.rb
d	-	coolio/
 	1025	coolio_fiber_spawn.rb
 	231	coolio_support.rb
 	1954	coolio_thread_pool.rb
d	-	coolio_thread_pool/
 	1091	coolio_thread_spawn.rb
d	-	coolio_thread_spawn/
 	3072	dev_fd_response.rb
 	1367	error.rb
 	3061	ev_core.rb
d	-	ev_core/
 	3727	event_machine.rb
d	-	event_machine/
 	995	fiber.rb
d	-	fiber/
 	1333	fiber_pool.rb
 	899	fiber_spawn.rb
 	716	http_response.rb
 	3342	http_server.rb
 	2205	max_body.rb
d	-	max_body/
 	1336	never_block.rb
d	-	never_block/
 	1745	process_client.rb
 	679	queue_pool.rb
 	459	rack_input.rb
 	1743	response.rb
d	-	response/
 	1009	rev.rb
 	649	rev_fiber_spawn.rb
 	953	rev_thread_pool.rb
 	933	rev_thread_spawn.rb
 	4925	revactor.rb
d	-	revactor/
 	2681	sendfile.rb
 	1044	server_token.rb
 	373	socket_proxy.rb
 	524	stream_file.rb
 	602	sync_close.rb
 	2393	thread_pool.rb
 	1523	thread_spawn.rb
 	3285	thread_timeout.rb
 	561	timed_read.rb
 	639	worker_yield.rb
 	2403	writer_thread_pool.rb
d	-	writer_thread_pool/
 	1572	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