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

	size	name
 	1092	actor_spawn.rb
 	3952	app_pool.rb
 	3357	base.rb
 	879	const.rb
 	2468	dev_fd_response.rb
 	1293	error.rb
 	2952	ev_core.rb
 	8513	event_machine.rb
 	293	fiber.rb
d	-	fiber/
 	1409	fiber_pool.rb
 	985	fiber_spawn.rb
 	1012	http_response.rb
 	2830	http_server.rb
 	2197	max_body.rb
 	2079	never_block.rb
d	-	never_block/
 	1285	rev.rb
d	-	rev/
 	1038	rev_fiber_spawn.rb
 	2160	rev_thread_pool.rb
 	1201	rev_thread_spawn.rb
 	6022	revactor.rb
 	735	tee_input.rb
 	2454	thread_pool.rb
 	1981	thread_spawn.rb
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