unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree 52a67ed05de807c4fe6130988d0937a155ab87fa
$ git ls-tree -l ccc-tcp:lib/unicorn	# shows similar output on the CLI

	size	name
d	-	app/
 	5065	cgi_wrapper.rb
 	25621	configurator.rb
 	653	const.rb
 	4041	http_request.rb
 	1916	http_response.rb
 	27587	http_server.rb
 	2007	launcher.rb
 	3137	oob_gc.rb
 	674	preread_input.rb
 	6880	socket_helper.rb
 	4359	stream_input.rb
 	4717	tee_input.rb
 	685	tmpio.rb
 	2869	util.rb
 	4492	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 https://yhbt.net/unicorn.git