libgit2/tests/core
Edward Thomson cceae9a25d win32: use NT-prefixed "\\?\" paths
When turning UTF-8 paths into UCS-2 paths for Windows, always use
the \\?\-prefixed paths.  Because this bypasses the system's
path canonicalization, handle the canonicalization functions ourselves.

We must:
 1. always use a backslash as a directory separator
 2. only use a single backslash between directories
 3. not rely on the system to translate "." and ".." in paths
 4. remove trailing backslashes, except at the drive root (C:\)
2014-12-16 10:08:43 -06:00
..
bitvec.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
buffer.c buffer: Do not put anything if len is 0 2014-11-21 17:21:33 +01:00
copy.c fileops: allow linking files when copying directory structures 2014-05-28 15:40:22 +02:00
dirent.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
env.c Better search path sandboxing 2014-05-15 10:56:28 -07:00
errors.c Test for giterr_capture 2014-03-25 21:54:41 -07:00
features.c features: Rename _HAS_ to _FEATURE_ 2014-03-03 12:40:25 +01:00
filebuf.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
hex.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
iconv.c Fix bug with multiple iconv conversions in one dir 2014-04-07 11:45:32 -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 Allow mkdir helper to skip parent errors 2014-08-22 10:05:09 -07:00
oid.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
oidmap.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
opts.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
path.c path: Fix git_path_walk_up to work with non-rooted paths 2014-09-17 15:00:12 +02:00
pool.c Round up pool alloc sizes for alignment 2014-06-30 12:05:25 -07:00
posix.c Rename tests-clar to tests 2013-11-14 14:05:52 -08: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 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
string.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
strmap.c Add diff threading tests and attr file cache locks 2014-04-17 14:43:45 -07:00
strtol.c Rename tests-clar to tests 2013-11-14 14:05:52 -08: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