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

	size	name
 	1068	actor_spawn.rb
 	3792	app_pool.rb
 	1516	base.rb
 	747	client.rb
 	7364	configurator.rb
 	512	const.rb
 	1831	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/
 	3064	dev_fd_response.rb
 	1650	epoll.rb
d	-	epoll/
 	1204	error.rb
 	4065	ev_core.rb
d	-	ev_core/
 	3550	event_machine.rb
d	-	event_machine/
 	1196	fiber.rb
d	-	fiber/
 	1465	fiber_pool.rb
 	1039	fiber_spawn.rb
 	214	http_parser.rb
 	716	http_response.rb
 	3169	http_server.rb
 	538	join_threads.rb
 	2832	max_body.rb
d	-	max_body/
 	1210	never_block.rb
d	-	never_block/
 	347	pool_size.rb
 	1970	process_client.rb
 	640	queue_pool.rb
 	5789	response.rb
 	1009	rev.rb
 	622	rev_fiber_spawn.rb
 	953	rev_thread_pool.rb
 	933	rev_thread_spawn.rb
 	3286	revactor.rb
d	-	revactor/
 	6166	reverse_proxy.rb
d	-	reverse_proxy/
 	2687	sendfile.rb
 	1068	server_token.rb
 	373	socket_proxy.rb
 	637	stream_file.rb
 	2336	stream_response_epoll.rb
d	-	stream_response_epoll/
 	602	sync_close.rb
 	2149	thread_pool.rb
 	1671	thread_spawn.rb
 	7254	thread_timeout.rb
 	639	worker_yield.rb
 	1909	writer_thread_pool.rb
d	-	writer_thread_pool/
 	1354	writer_thread_spawn.rb
d	-	writer_thread_spawn/
 	822	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