cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
tree 0e53e768ca0c908cb3cb66f3d72569c2f02763fa
$ git ls-tree -l valgrind-fixes:test	# shows similar output on the CLI

	size	name
 	40	.gitignore
 	2917	cfg-parser-1.c
 	5402	chunk-parser-1.c
 	14061	cmogstored-cfg.rb
 	1337	epoll-wrap.c
 	2701	epoll_enospc.rb
 	484	fdmap-1.c
x	1173	gen-slow.sh
 	7846	graceful_quit.rb
 	9286	http-parser-1.c
 	8565	http.rb
 	13614	http_chunked_put.rb
 	2107	http_dav.rb
 	3285	http_getonly.rb
 	2829	http_idle_expire.rb
 	9475	http_put.rb
 	2608	http_put6_fail.rb
 	2212	http_put_slow.rb
 	7315	http_range.rb
 	4144	inherit.rb
x	1978	iostat-mock.rb
 	1240	ioutil-1.c
 	3360	mgmt-iostat.rb
 	2283	mgmt-usage.rb
 	11236	mgmt.rb
 	2850	mgmt_auto_adjust.rb
 	1849	mgmt_persist_client.rb
 	5328	mogilefs_integration.perl
 	2542	pwrite-wrap.c
 	3835	pwrite_wrap.rb
 	1545	queue-idle-1.c
 	499	ruby.mk
 	1583	test_helper.rb
 	1337	thrpool-1.c
 	3812	trywrite-1.c
 	4243	upgrade.rb
 	328	valgrind.supp
 	820	valid-path-1.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