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

	size	name
 	1068	actor_spawn.rb
 	3762	app_pool.rb
 	1405	base.rb
 	179	client.rb
 	1795	configurator.rb
 	934	const.rb
 	2943	dev_fd_response.rb
 	1367	error.rb
 	3187	ev_core.rb
 	7218	event_machine.rb
d	-	event_machine/
 	952	fiber.rb
d	-	fiber/
 	1335	fiber_pool.rb
 	899	fiber_spawn.rb
 	716	http_response.rb
 	3108	http_server.rb
 	2139	max_body.rb
d	-	max_body/
 	2189	never_block.rb
d	-	never_block/
 	1911	process_client.rb
 	679	queue_pool.rb
 	1745	response.rb
d	-	response/
 	1416	rev.rb
d	-	rev/
 	1099	rev_fiber_spawn.rb
 	2282	rev_thread_pool.rb
 	1225	rev_thread_spawn.rb
 	6035	revactor.rb
d	-	revactor/
 	2681	sendfile.rb
 	1044	server_token.rb
 	524	stream_file.rb
 	2531	thread_pool.rb
 	2178	thread_spawn.rb
 	3080	thread_timeout.rb
 	520	timed_read.rb
 	2938	writer_thread_pool.rb
 	3387	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