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

	size	name
 	17	.ctags
 	431	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	848	GNUmakefile
 	1592	HACKING
 	17102	INSTALL
 	6270	Makefile.am
 	2844	README
 	4368	Rakefile
 	353	TODO
 	318	accept.c
 	2097	accept_loop.c
 	1102	activeq.c
 	473	activeq.h
 	404	addrinfo.c
 	4480	alloc.c
x	102	autogen.sh
 	2000	bind_listen.c
d	-	bsd/
d	-	build-aux/
 	629	canonpath.c
 	3961	cfg.c
 	729	cfg.h
 	3364	cfg_parser.rl
 	3382	cfg_validate.c
 	508	check.h
 	3316	chunk_parser.rl
 	1098	cloexec_detect.c
 	531	cloexec_from.c
 	549	close.c
 	13698	cmogstored.c
 	11587	cmogstored.h
 	643	cmogstored.x
 	1069	compat_accept.h
 	868	compat_memstream.h
 	520	compat_sendfile.h
 	1721	configure.ac
 	286	defaults.h
 	2701	dev.c
 	290	die.c
 	1751	digest.c
 	508	digest.h
d	-	doc/
 	728	fadvise.h
 	2521	fdmap.c
 	795	fdmap.h
 	1229	file.c
 	3143	fs.c
 	1411	fs.h
 	3086	fsck_queue.c
 	621	gcc.h
 	8847	http.c
 	271	http.h
 	1541	http_common.rl
 	1426	http_date.c
 	1609	http_dav.c
 	7521	http_get.c
 	4224	http_parser.rl
 	13606	http_put.c
 	278	http_util.h
 	1825	ioprio.h
 	561	ioprio_linux.h
 	2104	iostat.c
 	603	iostat.h
 	1755	iostat_parser.rl
 	3552	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/
 	1741	maxconns.c
 	7843	mgmt.c
 	741	mgmt.h
 	4241	mgmt_fn.c
 	2351	mgmt_parser.rl
 	605	mkpath_for.c
 	5983	mnt.c
 	386	mnt.h
d	-	nostd/
 	3305	notify.c
 	393	notify.h
 	2028	pidfile.c
 	1815	queue_common.c
 	2412	queue_epoll.c
 	522	queue_epoll.h
 	3580	queue_kqueue.c
 	449	queue_kqueue.h
 	3680	queue_loop.c
 	456	queue_step.c
 	506	sig.c
 	2650	svc.c
 	4444	svc_dev.c
d	-	test/
 	1983	thrpool.c
 	2276	trywrite.c
 	2183	util.h
 	817	valid_path.rl
 	491	valid_put_path.rl
 	448	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