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

	size	name
 	17	.ctags
 	579	.gitignore
 	35147	COPYING
 	848	GNUmakefile
 	2165	HACKING
 	17285	INSTALL
 	8686	Makefile.am
 	3507	README
 	3362	Rakefile
 	312	TODO
 	507	accept.c
 	2532	accept_loop.c
 	373	activeq.h
 	424	addrinfo.c
 	5102	alloc.c
x	476	autogen.sh
 	1729	bind_listen.c
d	-	bsd/
d	-	build-aux/
 	630	canonpath.c
 	5013	cfg.c
 	867	cfg.h
 	3903	cfg_parser.rl
 	3920	cfg_validate.c
 	726	check.h
 	3412	chunk_parser.rl
 	1203	cloexec_detect.c
 	569	cloexec_from.c
 	806	close.c
 	13488	cmogstored.c
 	17378	cmogstored.h
 	2652	cmogstored.x
 	1090	compat_accept.h
 	1194	compat_epoll_pwait.h
 	1383	compat_memstream.h
 	657	compat_sendfile.h
 	2330	configure.ac
 	559	defaults.h
 	6583	dev.c
 	1831	digest.c
 	547	digest.h
d	-	doc/
d	-	examples/
 	1250	exit.c
 	865	fadvise.h
 	7970	fdmap.c
 	664	fdmap.h
 	2130	file.c
 	3163	fs.c
 	1431	fs.h
 	641	gcc.h
 	14060	http.c
 	402	http.h
 	1661	http_common.rl
 	1452	http_date.c
 	2007	http_dav.c
 	8673	http_get.c
 	4984	http_parser.rl
 	16040	http_put.c
 	415	http_util.h
 	4441	inherit.c
 	1831	ioprio.h
 	561	ioprio_linux.h
 	7021	ioq.c
 	2061	iostat.c
 	711	iostat.h
 	1807	iostat_parser.rl
 	4072	iostat_process.c
 	3292	ioutil.c
 	388	iov_str.h
 	231	listen_parser.h
 	1057	listen_parser.rl
 	638	listen_parser_common.rl
 	1104	listen_parser_internal.c
d	-	m4/
 	1734	maxconns.c
 	11125	mgmt.c
 	812	mgmt.h
 	5270	mgmt_fn.c
 	3337	mgmt_parser.rl
 	742	mkpath_for.c
 	9483	mnt.c
 	444	mnt.h
 	2287	mnt_usable.c
 	1362	nameinfo.c
d	-	nostd/
 	2909	notify.c
 	310	notify.h
 	1159	packaddr.h
 	319	path_parser.h
 	458	path_parser.rl
 	6669	pidfile.c
 	1420	probes.d
 	3193	process.c
 	1578	queue_common.c
 	6240	queue_epoll.c
 	554	queue_epoll.h
 	3791	queue_kqueue.c
 	469	queue_kqueue.h
 	2216	queue_loop.c
 	516	queue_step.c
 	1909	selfwake.c
 	1262	selfwake.h
 	1283	sig.c
 	8508	svc.c
 	8608	svc_dev.c
d	-	tapset/
d	-	test/
 	6042	thrpool.c
 	377	trace.h
 	3664	trywrite.c
 	3231	upgrade.c
 	2217	util.h
 	736	valid_path.rl
 	511	valid_put_path.rl
 	882	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