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

	size	name
 	1068	actor_spawn.rb
 	3788	app_pool.rb
 	1902	base.rb
 	202	client.rb
 	7573	configurator.rb
 	436	const.rb
 	1764	coolio.rb
d	-	coolio/
 	1205	coolio_fiber_spawn.rb
 	231	coolio_support.rb
 	2214	coolio_thread_pool.rb
d	-	coolio_thread_pool/
 	1159	coolio_thread_spawn.rb
d	-	coolio_thread_spawn/
 	2887	dev_fd_response.rb
 	1708	epoll.rb
d	-	epoll/
 	1138	error.rb
 	4082	ev_core.rb
d	-	ev_core/
 	4522	event_machine.rb
d	-	event_machine/
 	1200	fiber.rb
d	-	fiber/
 	1463	fiber_pool.rb
 	1039	fiber_spawn.rb
 	675	http_parser.rb
 	3215	http_server.rb
 	546	join_threads.rb
 	2702	max_body.rb
d	-	max_body/
 	1210	never_block.rb
d	-	never_block/
 	347	pool_size.rb
 	2601	process_client.rb
 	640	queue_pool.rb
 	6613	response.rb
 	979	rev.rb
 	622	rev_fiber_spawn.rb
 	953	rev_thread_pool.rb
 	933	rev_thread_spawn.rb
 	3266	revactor.rb
d	-	revactor/
 	5891	reverse_proxy.rb
d	-	reverse_proxy/
 	2610	sendfile.rb
 	963	server_token.rb
 	534	socket_proxy.rb
 	637	stream_file.rb
 	3372	stream_response_epoll.rb
d	-	stream_response_epoll/
 	598	sync_close.rb
 	2149	thread_pool.rb
 	1671	thread_spawn.rb
 	7625	thread_timeout.rb
 	639	worker_yield.rb
 	1895	writer_thread_pool.rb
d	-	writer_thread_pool/
 	1354	writer_thread_spawn.rb
d	-	writer_thread_spawn/
 	882	xepoll.rb
d	-	xepoll/
 	2620	xepoll_thread_pool.rb
d	-	xepoll_thread_pool/
 	1828	xepoll_thread_spawn.rb
d	-	xepoll_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