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

	size	name
 	17	.ctags
 	491	.gitignore
 	36	AUTHORS
 	35147	COPYING
 	848	GNUmakefile
 	1967	HACKING
 	17241	INSTALL
 	7876	Makefile.am
 	3542	README
 	3293	Rakefile
 	312	TODO
 	507	accept.c
 	2532	accept_loop.c
 	373	activeq.h
 	424	addrinfo.c
 	5102	alloc.c
x	179	autogen.sh
 	1582	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
 	551	cloexec_from.c
 	806	close.c
 	13375	cmogstored.c
 	17094	cmogstored.h
 	1971	cmogstored.x
 	1090	compat_accept.h
 	1194	compat_epoll_pwait.h
 	1383	compat_memstream.h
 	657	compat_sendfile.h
 	2257	configure.ac
 	559	defaults.h
 	6316	dev.c
 	1831	digest.c
 	547	digest.h
d	-	doc/
 	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
 	8621	http_get.c
 	4711	http_parser.rl
 	15950	http_put.c
 	415	http_util.h
 	3313	inherit.c
 	1831	ioprio.h
 	561	ioprio_linux.h
 	7021	ioq.c
 	2061	iostat.c
 	711	iostat.h
 	1807	iostat_parser.rl
 	3562	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
 	5125	mgmt_fn.c
 	3337	mgmt_parser.rl
 	742	mkpath_for.c
 	9416	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
 	3055	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
 	1805	selfwake.c
 	1262	selfwake.h
 	1491	sig.c
 	8457	svc.c
 	8608	svc_dev.c
d	-	tapset/
d	-	test/
 	6042	thrpool.c
 	377	trace.h
 	3624	trywrite.c
 	3223	upgrade.c
 	2200	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