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

	size	name
 	1092	actor_spawn.rb
 	3936	app_pool.rb
 	2724	base.rb
 	811	const.rb
 	2452	dev_fd_response.rb
 	883	error.rb
 	2034	ev_core.rb
 	6356	event_machine.rb
 	1536	event_machine_defer.rb
 	293	fiber.rb
d	-	fiber/
 	1409	fiber_pool.rb
 	985	fiber_spawn.rb
 	939	http_response.rb
 	2622	http_server.rb
 	2079	never_block.rb
d	-	never_block/
 	1170	rev.rb
d	-	rev/
 	2238	rev_thread_pool.rb
 	1279	rev_thread_spawn.rb
 	5137	revactor.rb
d	-	revactor/
 	2301	thread_pool.rb
 	2010	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