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

	size	name
 	17	.ctags
 	454	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	848	GNUmakefile
 	1592	HACKING
 	17102	INSTALL
 	6204	Makefile.am
 	2844	README
 	4381	Rakefile
 	353	TODO
 	318	accept.c
 	2097	accept_loop.c
 	236	activeq.h
 	404	addrinfo.c
 	4480	alloc.c
x	102	autogen.sh
 	1939	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
 	13768	cmogstored.c
 	11516	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
 	2699	fdmap.c
 	644	fdmap.h
 	1229	file.c
 	3143	fs.c
 	1411	fs.h
 	3092	fsck_queue.c
 	621	gcc.h
 	9952	http.c
 	271	http.h
 	1541	http_common.rl
 	1426	http_date.c
 	1609	http_dav.c
 	7514	http_get.c
 	4245	http_parser.rl
 	14024	http_put.c
 	278	http_util.h
 	1811	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
 	7821	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/
 	3430	notify.c
 	393	notify.h
 	2028	pidfile.c
 	1130	queue_common.c
 	2399	queue_epoll.c
 	534	queue_epoll.h
 	3505	queue_kqueue.c
 	449	queue_kqueue.h
 	3070	queue_loop.c
 	456	queue_step.c
 	506	sig.c
 	2650	svc.c
 	6510	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