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

	size	name
 	2324	acceptor.rb
 	611	cap_input.rb
 	615	chunk_body.rb
 	779	client_expire_generic.rb
 	1273	client_expire_tcpi.rb
 	13583	config.rb
 	2201	daemon.rb
 	3621	fdmap.rb
 	10253	http_client.rb
 	2742	http_context.rb
 	8731	http_response.rb
 	3133	log.rb
 	1738	max_body.rb
d	-	max_body/
 	4019	openssl_client.rb
 	517	openssl_server.rb
 	10767	proxy_http_response.rb
 	6207	proxy_pass.rb
 	276	queue.rb
 	637	queue_egg.rb
 	2730	queue_epoll.rb
 	2825	queue_kqueue.rb
 	484	queue_quitter.rb
 	531	queue_quitter_pipe.rb
 	2250	rack.rb
 	1822	rackup_handler.rb
 	5557	req_res.rb
 	17117	server.rb
 	6142	server_mp.rb
 	280	sigevent.rb
 	445	sigevent_efd.rb
 	715	sigevent_pipe.rb
 	4773	socket_helper.rb
 	1216	stream_file.rb
 	4606	stream_input.rb
 	279	tcp_server.rb
 	4160	tee_input.rb
 	1095	tmpio.rb
 	281	unix_server.rb
 	3430	wbuf.rb
 	1723	wbuf_common.rb
 	3373	wbuf_lite.rb
 	1083	wbuf_str.rb
 	2230	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