libgit2/tests/core
Edward Thomson ac2fba0ecd git_futils_mkdir_*: make a relative-to-base mkdir
Untangle git_futils_mkdir from git_futils_mkdir_ext - the latter
assumes that we own everything beneath the base, as if it were
being called with a base of the repository or working directory,
and is tailored towards checkout and ensuring that there is no
bogosity beneath the base that must be cleaned up.

This is (at best) slow and (at worst) unsafe in the larger context
of a filesystem where we do not own things and cannot do things like
unlink symlinks that are in our way.
2015-09-17 10:00:35 -04:00
..
bitvec.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
buffer.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
copy.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
dirent.c diriter: test we can iterate root 2015-09-13 13:52:23 -04:00
env.c git__getenv: utf-8 aware env reader 2015-07-02 16:35:43 +00:00
errors.c errors: tighten up git_error_state OOMs a bit more 2015-08-03 19:44:51 -04:00
features.c Rename GIT_SSL to GIT_OPENSSL 2015-04-23 17:39:51 +02:00
filebuf.c filebuf: ensure we can lock a hidden file 2015-09-08 15:56:35 -04:00
ftruncate.c git__getenv: utf-8 aware env reader 2015-07-02 16:35:43 +00:00
futils.c futils: ensure we can write a hidden file 2015-09-08 15:56:50 -04:00
hex.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
iconv.c Fixed Xcode 6.1 build warnings 2015-06-15 09:55:12 -07:00
init.c init: return the number of initializations 2014-12-04 20:42:27 -05:00
link.c win32: use NT-prefixed "\\?\" paths 2014-12-16 10:08:43 -06:00
mkdir.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
oid.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
oidmap.c Remove extra semicolon outside of a function 2015-02-15 21:07:05 +01:00
opts.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
path.c Fixed build warnings on Xcode 6.1 2015-06-02 11:49:38 -07:00
pool.c Round up pool alloc sizes for alignment 2014-06-30 12:05:25 -07:00
posix.c Introduce p_utimes and p_futimes 2015-06-16 15:32:02 -04:00
pqueue.c Fix pqueue sort boundary condition bug 2014-03-12 11:21:55 -07:00
rmdir.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
sortedcache.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
stat.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
string.c git__tolower: test that some non-ASCII downcasing isn't 2015-05-29 18:16:51 -04:00
strmap.c Remove extra semicolon outside of a function 2015-02-15 21:07:05 +01:00
strtol.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
structinit.c stash_apply: provide its own options structure 2015-05-11 14:12:39 -04:00
vector.c Some vector utility tweaks 2014-04-17 14:43:45 -07:00
zstream.c Expand zstream tests and fix off-by-one error 2014-01-30 10:00:00 -08:00