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

	size	name
d	-	app/
 	5096	cgi_wrapper.rb
 	28004	configurator.rb
 	684	const.rb
 	6144	http_request.rb
 	3039	http_response.rb
 	28434	http_server.rb
 	2043	launcher.rb
 	3077	oob_gc.rb
 	705	preread_input.rb
 	273	select_waiter.rb
 	6733	socket_helper.rb
 	4517	stream_input.rb
 	4799	tee_input.rb
 	836	tmpio.rb
 	2897	util.rb
 	5445	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