sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
tree e9d22cc0782b8f513f1dfaf2b240f6fe99a5097d
$ git ls-tree -l HEAD:ext/sleepy_penguin	# shows similar output on the CLI

	size	name
 	1558	cfr.c
 	8893	epoll.c
 	4441	eventfd.c
 	1230	extconf.rb
 	4342	init.c
 	10245	inotify.c
 	19368	kqueue.c
 	848	missing_clock_gettime.h
 	627	missing_epoll.h
 	1176	missing_inotify.h
 	114	missing_rb_thread_fd_close.h
 	78	missing_rb_update_max_fd.h
 	2680	sendfile.c
 	2252	sleepy_penguin.h
 	859	sp_copy.h
 	4386	splice.c
 	4626	timerfd.c
 	3554	util.c
 	1318	value2timespec.h
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/sleepy_penguin.git