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

	size	name
 	1068	actor_spawn.rb
 	3792	app_pool.rb
 	1383	base.rb
 	674	client.rb
 	2308	configurator.rb
 	512	const.rb
 	1760	coolio.rb
d	-	coolio/
 	1005	coolio_fiber_spawn.rb
 	231	coolio_support.rb
 	1966	coolio_thread_pool.rb
d	-	coolio_thread_pool/
 	1103	coolio_thread_spawn.rb
d	-	coolio_thread_spawn/
 	3387	dev_fd_response.rb
 	1143	epoll.rb
d	-	epoll/
 	1204	error.rb
 	3728	ev_core.rb
d	-	ev_core/
 	3607	event_machine.rb
d	-	event_machine/
 	995	fiber.rb
d	-	fiber/
 	1331	fiber_pool.rb
 	904	fiber_spawn.rb
 	214	http_parser.rb
 	716	http_response.rb
 	3429	http_server.rb
 	370	join_threads.rb
 	2222	max_body.rb
d	-	max_body/
 	1336	never_block.rb
d	-	never_block/
 	1341	process_client.rb
 	653	queue_pool.rb
 	5573	response.rb
 	1009	rev.rb
 	622	rev_fiber_spawn.rb
 	953	rev_thread_pool.rb
 	933	rev_thread_spawn.rb
 	3164	revactor.rb
d	-	revactor/
 	6166	reverse_proxy.rb
d	-	reverse_proxy/
 	2687	sendfile.rb
 	1068	server_token.rb
 	373	socket_proxy.rb
 	518	stream_file.rb
 	602	sync_close.rb
 	2455	thread_pool.rb
 	1533	thread_spawn.rb
 	3282	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/
 	655	xepoll.rb
d	-	xepoll/
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