aboutsummaryrefslogtreecommitdiff
path: root/Utility/UserInfo.hs
Commit message (Expand)AuthorAge
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* clean up build warnings on WindowsGravatar Joey Hess2017-11-14
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* also avoid crashing in most circumstances if unable to determine the usernameGravatar Joey Hess2016-06-08
* Avoid a crash if getpwuid does not work, when querying the user's full name.Gravatar Joey Hess2016-06-08
* fix build on windows with older ghcGravatar Joey Hess2016-04-08
* avoid warning on windows buildGravatar Joey Hess2016-02-15
* disable horrible tab warning, needed in every file that Setup.hs pulls inGravatar Joey Hess2015-05-10
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* Windows: Fix crash when user.name is not set in git config.Gravatar Joey Hess2014-10-31
* getUserEntryForID does not work on windowsGravatar Joey Hess2014-10-31
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* fix the day's windows permissions damageGravatar Joey Hess2013-05-12
* check addition env vars so it works on Windows outside of CygwinGravatar Joey Hess2013-05-12
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out posix stuff for WindowsGravatar Joey Hess2013-05-10
* Makefile now builds using cabal, taking advantage of cabal's automatic detect...Gravatar Joey Hess2013-02-27
* avoid trying to use GECOS on Android, which responds with sig11Gravatar Joey Hess2013-02-19
* assistant: Detect when system is not configured with a user name, and set env...Gravatar Joey Hess2013-01-06
* finished where indentation changesGravatar Joey Hess2012-12-13
* Use USER and HOME environment when set, and only fall back to getpwent, which...Gravatar Joey Hess2012-10-25