cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
tree 1793cf7c829dfc5c309bfc6e722cde0d72ea9901
$ git ls-tree -l socket_alive:	# shows similar output on the CLI

	size	name
 	17	.ctags
 	465	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	848	GNUmakefile
 	1592	HACKING
 	17109	INSTALL
 	6538	Makefile.am
 	2908	README
 	4378	Rakefile
 	180	TODO
 	440	accept.c
 	2585	accept_loop.c
 	358	activeq.h
 	409	addrinfo.c
 	4470	alloc.c
x	102	autogen.sh
 	2008	bind_listen.c
d	-	bsd/
d	-	build-aux/
 	615	canonpath.c
 	4900	cfg.c
 	852	cfg.h
 	3370	cfg_parser.rl
 	3905	cfg_validate.c
 	711	check.h
 	3321	chunk_parser.rl
 	1188	cloexec_detect.c
 	536	cloexec_from.c
 	791	close.c
 	14733	cmogstored.c
 	14276	cmogstored.h
 	1304	cmogstored.x
 	1075	compat_accept.h
 	1178	compat_epoll_pwait.h
 	1368	compat_memstream.h
 	520	compat_sendfile.h
 	1739	configure.ac
 	232	defaults.h
 	3649	dev.c
 	1756	digest.c
 	532	digest.h
d	-	doc/
 	1155	exit.c
 	728	fadvise.h
 	6320	fdmap.c
 	649	fdmap.h
 	2029	file.c
 	3148	fs.c
 	1416	fs.h
 	3102	fsck_queue.c
 	626	gcc.h
 	9723	http.c
 	271	http.h
 	1546	http_common.rl
 	1437	http_date.c
 	1614	http_dav.c
 	7828	http_get.c
 	4250	http_parser.rl
 	16173	http_put.c
 	278	http_util.h
 	3304	inherit.c
 	1816	ioprio.h
 	561	ioprio_linux.h
 	2046	iostat.c
 	648	iostat.h
 	1760	iostat_parser.rl
 	3547	iostat_process.c
 	3278	ioutil.c
 	373	iov_str.h
 	203	listen_parser.h
 	997	listen_parser.rl
 	460	listen_parser_common.rl
 	1063	listen_parser_internal.c
d	-	m4/
 	1719	maxconns.c
 	7909	mgmt.c
 	803	mgmt.h
 	4826	mgmt_fn.c
 	2899	mgmt_parser.rl
 	727	mkpath_for.c
 	8613	mnt.c
 	429	mnt.h
 	2272	mnt_usable.c
d	-	nostd/
 	2896	notify.c
 	297	notify.h
 	6654	pidfile.c
 	3056	process.c
 	1214	queue_common.c
 	5834	queue_epoll.c
 	539	queue_epoll.h
 	3951	queue_kqueue.c
 	454	queue_kqueue.h
 	2548	queue_loop.c
 	501	queue_step.c
 	1790	selfwake.c
 	1140	selfwake.h
 	1413	sig.c
 	963	socket_alive.c
 	3261	svc.c
 	6938	svc_dev.c
d	-	test/
 	5136	thrpool.c
 	3173	trywrite.c
 	3183	upgrade.c
 	2577	util.h
 	822	valid_path.rl
 	496	valid_put_path.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/cmogstored.git