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

	size	name
 	17	.ctags
 	408	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	848	GNUmakefile
 	1049	HACKING
 	16751	INSTALL
 	5195	Makefile.am
 	2790	README
 	3044	Rakefile
 	247	TODO
 	318	accept.c
 	1863	accept_loop.c
 	1244	activeq.c
 	404	addrinfo.c
 	4485	alloc.c
x	102	autogen.sh
 	2231	bind_listen.c
d	-	bsd/
d	-	build-aux/
 	629	canonpath.c
 	3894	cfg.c
 	729	cfg.h
 	3364	cfg_parser.rl
 	3382	cfg_validate.c
 	508	check.h
 	3316	chunk_parser.rl
 	1102	cloexec_detect.c
 	536	cloexec_from.c
 	517	close.c
 	7369	cmogstored.c
 	10936	cmogstored.h
 	621	cmogstored.x
 	1834	compat_accept.h
 	868	compat_memstream.h
 	520	compat_sendfile.h
 	1307	configure.ac
 	286	defaults.h
 	2627	dev.c
 	290	die.c
 	1166	digmd5.c
 	260	digmd5.h
d	-	doc/
 	2521	fdmap.c
 	737	fdmap.h
 	1409	file.c
 	4894	fs.c
 	661	gcc.h
 	7723	http.c
 	324	http.h
 	1541	http_common.rl
 	1697	http_date.c
 	1732	http_dav.c
 	7383	http_get.c
 	4224	http_parser.rl
 	11382	http_put.c
 	278	http_util.h
 	2128	iostat.c
 	712	iostat.h
 	1790	iostat_parser.rl
 	3675	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/
 	1736	maxconns.c
 	6537	mgmt.c
 	788	mgmt.h
 	3654	mgmt_fn.c
 	2177	mgmt_parser.rl
 	6370	mnt.c
 	410	mnt.h
 	2383	notify.c
 	2028	pidfile.c
 	686	queue_common.h
 	2678	queue_epoll.c
 	497	queue_epoll.h
 	3686	queue_kqueue.c
 	329	queue_kqueue.h
 	2284	queue_loop.c
 	437	queue_step.c
 	506	sig.c
 	2571	svc.c
 	3527	svc_dev.c
d	-	test/
 	1389	thrpool.c
 	2283	trywrite.c
 	1412	util.h
 	817	valid_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