- Oct 15, 2016
-
-
Ernie Ewert authored
-
Ernie Ewert authored
Fixed(?) Makefile document build issue for README.md
-
- Oct 01, 2016
-
-
Birte Kristina Friesel authored
-
- Sep 21, 2016
-
-
derf authored
Convert README to markdown
-
Fahad Hossain authored
Looks prettier
-
- Sep 06, 2016
-
-
Birte Kristina Friesel authored
-
- Sep 01, 2016
-
-
derf authored
Fix FSF address
-
Fabio Alessandro Locati authored
-
- Aug 31, 2016
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Niclas Zeising authored
On some systsems sysconf() can return a very large value, unsuitable for use with malloc(). Only use sysconf() if HOST_NAME_MAX isn't avalable.
-
Niclas Zeising authored
FreeBSD lacks the constant HOST_NAME_MAX, instead using sysconf(3) to find out the value of the maximum host name length at run time. Patch to use this instead of HOST_NAME_MAX. This brings with it the need to use malloc instead of using a statically sized buffer for the host name, since the size of the buffer cannot be known at run time. Errors from sysconf or malloc just means that the entire block of code is skipped over (the same way it's skipped if the call to gethostname() fails), rather than returning any kind of error to the caller or logging an error message somewhere.
-
- Aug 28, 2016
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 27, 2016
-
-
Klee Dienes authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 23, 2016
-
-
Birte Kristina Friesel authored
-
- Aug 22, 2016
-
-
Birte Kristina Friesel authored
-
- Aug 21, 2016
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 20, 2016
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
https://github.com/codehearts/fehBirte Kristina Friesel authored
Merge branch 'freedesktop-icon' of https://github.com/codehearts/feh into codehearts-freedesktop-icon
-
- Jul 31, 2016
-
-
Birte Kristina Friesel authored
-
- Jul 25, 2016
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jul 24, 2016
-
-
Birte Kristina Friesel authored
-
- Jul 22, 2016
-
-
Birte Kristina Friesel authored
-
derf authored
Small typo in man page
-
Thibaut Selingue authored
-