cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
tree 6f70830d3585d359a665b654ce07a2de9ad16ae5
$ git ls-tree -l v0.0.0:	# shows similar output on the CLI

	size	name
 	424	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	864	HACKING
 	16391	INSTALL
 	3843	Makefile.am
 	2378	README
 	3001	Rakefile
 	318	accept.c
 	1863	accept_loop.c
 	1244	activeq.c
 	404	addrinfo.c
 	4529	alloc.c
x	86	autogen.sh
 	2084	bind_listen.c
d	-	bsd/
 	629	canonpath.c
 	3901	cfg.c
 	729	cfg.h
 	3364	cfg_parser.rl
 	3382	cfg_validate.c
 	508	check.h
 	1037	cloexec_detect.c
 	358	cloexec_from.c
 	517	close.c
 	6943	cmogstored.c
 	8712	cmogstored.h
 	621	cmogstored.x
 	1685	compat_accept.h
 	1109	configure.ac
 	1145	coverage.mk
 	286	defaults.h
 	2565	dev.c
 	290	die.c
 	1187	digmd5.c
 	260	digmd5.h
d	-	doc/
 	2521	fdmap.c
 	737	fdmap.h
 	1269	file.c
 	3889	fs.c
 	661	gcc.h
 	3155	iostat.c
 	695	iostat.h
 	2077	iostat_parser.rl
 	3685	iostat_process.c
 	368	iov_str.h
 	198	listen_parser.h
 	992	listen_parser.rl
 	455	listen_parser_common.rl
 	1058	listen_parser_internal.c
d	-	m4/
 	1775	maxconns.c
 	6475	mgmt.c
 	788	mgmt.h
 	3654	mgmt_fn.c
 	2177	mgmt_parser.rl
 	4449	mnt.c
 	413	mnt.h
 	2383	notify.c
 	2028	pidfile.c
 	692	queue_common.h
 	2678	queue_epoll.c
 	365	queue_epoll.h
 	2094	queue_loop.c
 	411	queue_step.c
 	149	release.mk
 	506	sig.c
 	2410	svc.c
 	3448	svc_dev.c
d	-	test/
 	1205	thrpool.c
 	2283	trywrite.c
 	1236	util.h
 	817	valid_path.rl
 	259	warn.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 https://yhbt.net/cmogstored.git