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

	size	name
 	17	.ctags
 	454	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	848	GNUmakefile
 	1592	HACKING
 	17102	INSTALL
 	6187	Makefile.am
 	2908	README
 	4381	Rakefile
 	180	TODO
 	435	accept.c
 	2140	accept_loop.c
 	236	activeq.h
 	404	addrinfo.c
 	4465	alloc.c
x	102	autogen.sh
 	1939	bind_listen.c
d	-	bsd/
d	-	build-aux/
 	610	canonpath.c
 	3944	cfg.c
 	729	cfg.h
 	3364	cfg_parser.rl
 	3382	cfg_validate.c
 	560	check.h
 	3316	chunk_parser.rl
 	1185	cloexec_detect.c
 	531	cloexec_from.c
 	549	close.c
 	14159	cmogstored.c
 	12111	cmogstored.h
 	694	cmogstored.x
 	1069	compat_accept.h
 	868	compat_memstream.h
 	520	compat_sendfile.h
 	1721	configure.ac
 	286	defaults.h
 	3420	dev.c
 	1751	digest.c
 	508	digest.h
d	-	doc/
 	728	fadvise.h
 	5150	fdmap.c
 	644	fdmap.h
 	1583	file.c
 	3143	fs.c
 	1411	fs.h
 	3097	fsck_queue.c
 	621	gcc.h
 	9804	http.c
 	271	http.h
 	1541	http_common.rl
 	1426	http_date.c
 	1609	http_dav.c
 	7518	http_get.c
 	4245	http_parser.rl
 	14080	http_put.c
 	278	http_util.h
 	1811	ioprio.h
 	561	ioprio_linux.h
 	2104	iostat.c
 	603	iostat.h
 	1755	iostat_parser.rl
 	3736	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/
 	1724	maxconns.c
 	7531	mgmt.c
 	798	mgmt.h
 	4791	mgmt_fn.c
 	2629	mgmt_parser.rl
 	722	mkpath_for.c
 	6029	mnt.c
 	386	mnt.h
d	-	nostd/
 	3555	notify.c
 	424	notify.h
 	2028	pidfile.c
 	1130	queue_common.c
 	2635	queue_epoll.c
 	534	queue_epoll.h
 	3927	queue_kqueue.c
 	449	queue_kqueue.h
 	2569	queue_loop.c
 	496	queue_step.c
 	506	sig.c
 	2674	svc.c
 	6510	svc_dev.c
d	-	test/
 	4111	thrpool.c
 	2276	trywrite.c
 	2183	util.h
 	817	valid_path.rl
 	491	valid_put_path.rl
 	260	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