cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
tree 8c8a91ba3dde9c6b291ef09f182db377fa3ffa65
$ git ls-tree -l v1.7.0:	# shows similar output on the CLI

	size	name
 	17	.ctags
 	579	.gitignore
 	35151	COPYING
 	854	GNUmakefile
 	2180	HACKING
 	17312	INSTALL
 	8704	Makefile.am
 	3492	README
 	3365	Rakefile
 	312	TODO
 	518	accept.c
 	2543	accept_loop.c
 	384	activeq.h
 	435	addrinfo.c
 	5113	alloc.c
x	476	autogen.sh
 	1741	bind_listen.c
d	-	bsd/
d	-	build-aux/
 	641	canonpath.c
 	5024	cfg.c
 	878	cfg.h
 	3914	cfg_parser.rl
 	3931	cfg_validate.c
 	737	check.h
 	3423	chunk_parser.rl
 	1214	cloexec_detect.c
 	580	cloexec_from.c
 	817	close.c
 	13499	cmogstored.c
 	17718	cmogstored.h
 	2704	cmogstored.x
 	1101	compat_accept.h
 	1205	compat_epoll_pwait.h
 	1394	compat_memstream.h
 	715	compat_sendfile.h
 	2341	configure.ac
 	570	defaults.h
 	7864	dev.c
 	1842	digest.c
 	558	digest.h
d	-	doc/
d	-	examples/
 	1261	exit.c
 	876	fadvise.h
 	7981	fdmap.c
 	675	fdmap.h
 	2141	file.c
 	3468	fs.c
 	1514	fs.h
 	652	gcc.h
 	14157	http.c
 	413	http.h
 	1672	http_common.rl
 	1463	http_date.c
 	2018	http_dav.c
 	11022	http_get.c
 	5163	http_parser.rl
 	16051	http_put.c
 	426	http_util.h
 	4452	inherit.c
 	1842	ioprio.h
 	561	ioprio_linux.h
 	7037	ioq.c
 	2072	iostat.c
 	722	iostat.h
 	1818	iostat_parser.rl
 	4083	iostat_process.c
 	3303	ioutil.c
 	399	iov_str.h
 	242	listen_parser.h
 	1068	listen_parser.rl
 	649	listen_parser_common.rl
 	1115	listen_parser_internal.c
d	-	m4/
 	1745	maxconns.c
 	11136	mgmt.c
 	823	mgmt.h
 	5281	mgmt_fn.c
 	3348	mgmt_parser.rl
 	753	mkpath_for.c
 	9494	mnt.c
 	455	mnt.h
 	2298	mnt_usable.c
 	1373	nameinfo.c
d	-	nostd/
 	2920	notify.c
 	321	notify.h
 	1170	packaddr.h
 	330	path_parser.h
 	501	path_parser.rl
 	6680	pidfile.c
 	1420	probes.d
 	3204	process.c
 	1589	queue_common.c
 	6251	queue_epoll.c
 	565	queue_epoll.h
 	3802	queue_kqueue.c
 	480	queue_kqueue.h
 	2227	queue_loop.c
 	527	queue_step.c
 	1920	selfwake.c
 	1324	selfwake.h
 	1294	sig.c
 	8519	svc.c
 	8619	svc_dev.c
d	-	tapset/
d	-	test/
 	6053	thrpool.c
 	388	trace.h
 	3675	trywrite.c
 	3242	upgrade.c
 	2229	util.h
 	747	valid_path.rl
 	522	valid_put_path.rl
 	893	yield.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