yahns.git  about / heads / tags
sleepy, multi-threaded, non-blocking application server for Ruby
tree 8eb98d0fc0f0323fbf44b2ca767186f3cc78e32e
$ git ls-tree -l maint:lib/yahns	# shows similar output on the CLI

	size	name
 	2370	acceptor.rb
 	611	cap_input.rb
 	779	client_expire_generic.rb
 	1273	client_expire_tcpi.rb
 	13418	config.rb
 	2250	daemon.rb
 	3574	fdmap.rb
 	9350	http_client.rb
 	2742	http_context.rb
 	8109	http_response.rb
 	3133	log.rb
 	1738	max_body.rb
d	-	max_body/
 	3305	openssl_client.rb
 	517	openssl_server.rb
 	11970	proxy_http_response.rb
 	8995	proxy_pass.rb
 	276	queue.rb
 	637	queue_egg.rb
 	2647	queue_epoll.rb
 	2878	queue_kqueue.rb
 	484	queue_quitter.rb
 	523	queue_quitter_pipe.rb
 	2250	rack.rb
 	1833	rackup_handler.rb
 	730	sendfile_compat.rb
 	16375	server.rb
 	6188	server_mp.rb
 	280	sigevent.rb
 	476	sigevent_efd.rb
 	668	sigevent_pipe.rb
 	4742	socket_helper.rb
 	1333	stream_file.rb
 	4573	stream_input.rb
 	279	tcp_server.rb
 	4193	tee_input.rb
 	1095	tmpio.rb
 	281	unix_server.rb
 	3235	wbuf.rb
 	1877	wbuf_common.rb
 	1083	wbuf_str.rb
 	1963	worker.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 git://yhbt.net/yahns.git
git clone https://yhbt.net/yahns.git