libgit2/tests/core
Russell Belfer dab89f9b68 Further EUSER and error propagation fixes
This continues auditing all the places where GIT_EUSER is being
returned and making sure to clear any existing error using the
new giterr_user_cancel helper.  As a result, places that relied
on intercepting GIT_EUSER but having the old error preserved also
needed to be cleaned up to correctly stash and then retrieve the
actual error.

Additionally, as I encountered places where error codes were not
being propagated correctly, I tried to fix them up.  A number of
those fixes are included in the this commit as well.
2013-12-11 10:57:49 -08:00
..
bitvec.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
buffer.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
caps.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
copy.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
dirent.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
env.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
errors.c Rename tests-clar to tests 2013-11-14 14:05:52 -08: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 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
mkdir.c Rename tests-clar to tests 2013-11-14 14:05:52 -08: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 Further EUSER and error propagation fixes 2013-12-11 10:57:49 -08:00
pool.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
posix.c Rename tests-clar to tests 2013-11-14 14:05:52 -08: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 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
strtol.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
vector.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00