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

	size	name
 	432	CFLAGS
 	2741	c_util.h
 	3352	common_field_optimization.h
 	3584	epollexclusive.h
 	1023	ext_help.h
 	956	extconf.rb
 	3157	global_variables.h
 	2544	httpdate.c
 	29674	unicorn_http.rl
 	2907	unicorn_http_common.rl
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