index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Utility
/
UserInfo.hs
Commit message (
Expand
)
Author
Age
*
Avoid backtraces on expected failures when built with ghc 8; only use backtra...
Joey Hess
2016-11-15
*
also avoid crashing in most circumstances if unable to determine the username
Joey Hess
2016-06-08
*
Avoid a crash if getpwuid does not work, when querying the user's full name.
Joey Hess
2016-06-08
*
fix build on windows with older ghc
Joey Hess
2016-04-08
*
avoid warning on windows build
Joey Hess
2016-02-15
*
disable horrible tab warning, needed in every file that Setup.hs pulls in
Joey Hess
2015-05-10
*
rejigger imports for clean build with ghc 7.10's AMP changes
Joey Hess
2015-05-10
*
update my email address and homepage url
Joey Hess
2015-01-21
*
fixed all remaining build warnings on Windows
Joey Hess
2014-12-29
*
Windows: Fix crash when user.name is not set in git config.
Joey Hess
2014-10-31
*
getUserEntryForID does not work on windows
Joey Hess
2014-10-31
*
relicense general utility library code to BSD
Joey Hess
2014-05-10
*
get rid of __WINDOWS__, use mingw32_HOST_OS
Joey Hess
2013-08-02
*
fix the day's windows permissions damage
Joey Hess
2013-05-12
*
check addition env vars so it works on Windows outside of Cygwin
Joey Hess
2013-05-12
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
clean up from windows porting
Joey Hess
2013-05-11
*
git-annex now builds on Windows (doesn't work)
Joey Hess
2013-05-11
*
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
*
stub out posix stuff for Windows
Joey Hess
2013-05-10
*
Makefile now builds using cabal, taking advantage of cabal's automatic detect...
Joey Hess
2013-02-27
*
avoid trying to use GECOS on Android, which responds with sig11
Joey Hess
2013-02-19
*
assistant: Detect when system is not configured with a user name, and set env...
Joey Hess
2013-01-06
*
finished where indentation changes
Joey Hess
2012-12-13
*
Use USER and HOME environment when set, and only fall back to getpwent, which...
Joey Hess
2012-10-25