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

	size	name
 	1102	actor_spawn.rb
 	3962	app_pool.rb
 	3261	base.rb
 	354	byte_slice.rb
 	1862	configurator.rb
 	889	const.rb
 	2724	dev_fd_response.rb
 	1304	error.rb
 	2993	ev_core.rb
 	8515	event_machine.rb
 	304	fiber.rb
d	-	fiber/
 	1421	fiber_pool.rb
 	997	fiber_spawn.rb
 	708	http_response.rb
 	2764	http_server.rb
 	2208	max_body.rb
 	2114	never_block.rb
d	-	never_block/
 	738	queue_pool.rb
 	1098	response.rb
d	-	response/
 	1318	rev.rb
d	-	rev/
 	1178	rev_fiber_spawn.rb
 	2246	rev_thread_pool.rb
 	1225	rev_thread_spawn.rb
 	5788	revactor.rb
 	2634	sendfile.rb
 	1044	server_token.rb
 	446	stream_file.rb
 	746	tee_input.rb
 	2544	thread_pool.rb
 	2188	thread_spawn.rb
 	2667	writer_thread_pool.rb
 	3155	writer_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