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

	size	name
 	17	.ctags
 	431	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	848	GNUmakefile
 	1592	HACKING
 	16761	INSTALL
 	6187	Makefile.am
 	3212	README
 	4368	Rakefile
 	412	TODO
 	318	accept.c
 	1822	accept_loop.c
 	1102	activeq.c
 	473	activeq.h
 	404	addrinfo.c
 	5270	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
 	517	close.c
 	13405	cmogstored.c
 	11509	cmogstored.h
 	643	cmogstored.x
 	1069	compat_accept.h
 	868	compat_memstream.h
 	520	compat_sendfile.h
 	1656	configure.ac
 	286	defaults.h
 	2701	dev.c
 	290	die.c
 	1751	digest.c
 	508	digest.h
d	-	doc/
 	728	fadvise.h
 	2578	fdmap.c
 	1007	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
 	1669	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
 	3523	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/
 	3219	notify.c
 	393	notify.h
 	2028	pidfile.c
 	1808	queue_common.c
 	2584	queue_epoll.c
 	497	queue_epoll.h
 	3476	queue_kqueue.c
 	329	queue_kqueue.h
 	3864	queue_loop.c
 	456	queue_step.c
 	506	sig.c
 	2650	svc.c
 	4408	svc_dev.c
d	-	test/
 	1389	thrpool.c
 	2276	trywrite.c
 	2036	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