libgit2/tests/core
Edward Thomson 35439f5997 win32: introduce p_timeval that isn't stupid
Windows defines `timeval` with `long`, which we cannot
sanely cope with.  Instead, use a custom timeval struct.
2016-02-12 10:34:15 -08: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 caps: add test for GIT_FEATURES_NSEC 2015-09-18 23:33:56 -07:00
filebuf.c Fix some warnings 2015-11-20 20:48:51 +02: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 Plug some leaks 2015-09-27 23:32:20 +02: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 pool: Never return unaligned buffers 2015-11-13 04:57:19 +01:00
posix.c win32: introduce p_timeval that isn't stupid 2016-02-12 10:34:15 -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 git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
stream.c stream: allow registering a user-provided TLS constructor 2015-11-03 08:10:29 -08: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
useragent.c settings: add a setter for a custom user-agent 2015-11-12 17:18:42 +01: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