socket_dontwait.git  about / heads / tags
Ruby socket methods using MSG_DONTWAIT and more
tree 28f194b1e56d42a487b6a761e1212573b03fcf3b
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	76	.document
 	180	.gitignore
 	149	.wrongdoc.yml
 	35063	COPYING
x	736	GIT-VERSION-GEN
 	245	GNUmakefile
 	976	LICENSE
 	3936	README
 	1918	Rakefile
d	-	ext/
d	-	lib/
 	5054	pkg.mk
 	36182	setup.rb
 	886	socket_dontwait.gemspec
d	-	test/
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/socket_dontwait.git