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

	size	name
 	17	.ctags
 	34	.gitattributes
 	703	.gitignore
 	35151	COPYING
 	850	GNUmakefile
 	2446	HACKING
 	17312	INSTALL
 	8715	Makefile.am
 	3856	README
 	3357	Rakefile
 	480	TODO
 	514	accept.c
 	2539	accept_loop.c
 	380	activeq.h
 	431	addrinfo.c
 	5109	alloc.c
x	476	autogen.sh
 	1737	bind_listen.c
d	-	bsd/
d	-	build-aux/
 	637	canonpath.c
 	5020	cfg.c
 	874	cfg.h
 	3910	cfg_parser.rl
 	3927	cfg_validate.c
 	733	check.h
 	3419	chunk_parser.rl
 	1210	cloexec_detect.c
 	576	cloexec_from.c
 	813	close.c
 	13495	cmogstored.c
 	17742	cmogstored.h
 	3411	cmogstored.x
 	1097	compat_accept.h
 	1201	compat_epoll_pwait.h
 	1390	compat_memstream.h
 	711	compat_sendfile.h
 	2333	configure.ac
 	566	defaults.h
 	7941	dev.c
 	1838	digest.c
 	554	digest.h
d	-	doc/
d	-	examples/
 	1257	exit.c
 	872	fadvise.h
 	7977	fdmap.c
 	671	fdmap.h
 	2137	file.c
 	3464	fs.c
 	1510	fs.h
 	648	gcc.h
 	14153	http.c
 	409	http.h
 	1668	http_common.rl
 	1459	http_date.c
 	2056	http_dav.c
 	11018	http_get.c
 	5529	http_parser.rl
 	16089	http_put.c
 	422	http_util.h
 	4448	inherit.c
 	1838	ioprio.h
 	561	ioprio_linux.h
 	7033	ioq.c
 	2068	iostat.c
 	718	iostat.h
 	1814	iostat_parser.rl
 	4079	iostat_process.c
 	3299	ioutil.c
 	395	iov_str.h
 	238	listen_parser.h
 	1064	listen_parser.rl
 	645	listen_parser_common.rl
 	1111	listen_parser_internal.c
d	-	m4/
 	1741	maxconns.c
 	11132	mgmt.c
 	819	mgmt.h
 	5277	mgmt_fn.c
 	3344	mgmt_parser.rl
 	749	mkpath_for.c
 	9490	mnt.c
 	451	mnt.h
 	2294	mnt_usable.c
 	1369	nameinfo.c
d	-	nostd/
 	3137	notify.c
 	317	notify.h
 	1166	packaddr.h
 	326	path_parser.h
 	497	path_parser.rl
 	6676	pidfile.c
 	1420	probes.d
 	3200	process.c
 	1585	queue_common.c
 	6247	queue_epoll.c
 	561	queue_epoll.h
 	3798	queue_kqueue.c
 	476	queue_kqueue.h
 	2223	queue_loop.c
 	523	queue_step.c
 	1916	selfwake.c
 	1320	selfwake.h
 	1290	sig.c
 	8515	svc.c
 	8615	svc_dev.c
d	-	tapset/
d	-	test/
 	5273	thrpool.c
 	384	trace.h
 	3671	trywrite.c
 	3238	upgrade.c
 	2225	util.h
 	743	valid_path.rl
 	518	valid_put_path.rl
 	889	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