kgio.git  about / heads / tags
kinder, gentler I/O for Ruby
tree cc1688f5cd2e15b47b8157c5ca8e73c161091f84
$ git ls-tree -l 2.4-stable:ext/kgio	# shows similar output on the CLI

	size	name
 	14596	accept.c
 	470	ancient_ruby.h
 	6311	autopush.c
 	218	blocking_io_region.h
 	1469	broken_system_compat.h
 	8020	connect.c
 	1548	extconf.rb
 	993	kgio.h
 	177	kgio_ext.c
 	1504	missing_accept4.h
 	691	my_fileno.h
 	333	nonblock.h
 	5448	poll.c
 	13735	read_write.c
 	1701	sock_for_fd.h
 	2318	wait.c
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/kgio.git
git clone https://yhbt.net/kgio.git