Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 |
2023-01-03 | update copyright for 2023 | Christian Hesse | 1 | -1/+1 |
2022-01-03 | update copyright for 2022 | Christian Hesse | 1 | -1/+1 |
2021-01-01 | update copyright for 2021 | Christian Hesse | 1 | -1/+1 |
2020-11-25 | clearly state the license | Christian Hesse | 1 | -4/+12 |
2020-02-08 | update copyright for 2020 | Christian Hesse | 1 | -1/+1 |
2019-01-01 | update copyright for 2019 | Christian Hesse | 1 | -1/+1 |
2018-01-02 | update copyright for 2018 | Christian Hesse | 1 | -1/+1 |
2017-03-02 | update copyright for 2017 | Christian Hesse | 1 | -1/+1 |
2016-05-28 | indent with tabs | Christian Hesse | 1 | -1/+1 |
2016-05-04 | update help output | Christian Hesse | 1 | -1/+1 |
2016-05-04 | simplify code structure | Christian Hesse | 1 | -47/+49 |
2016-05-04 | simplify return code handling•••We do not return the return codes from library functionen, but that is not a big issue... | Christian Hesse | 1 | -23/+13 |
2016-05-03 | add empty line for indention | Christian Hesse | 1 | -0/+1 |
2016-05-03 | make ykfde-cpio understand command parameters | Christian Hesse | 1 | -1/+34 |
2016-01-18 | update comment about compiler command | Christian Hesse | 1 | -1/+1 |
2016-01-18 | remove macro, this works with gcc option -std=gnu11 | Christian Hesse | 1 | -7/+0 |
2016-01-04 | update copyright for 2016 | Christian Hesse | 1 | -1/+1 |
2015-01-04 | make defines more portable•••Looks like _DEFAULT_SOURCE requires a recent glibc and does not work on Fedora. So use _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED instead. Reported-by: Benjamin Pereto <benjamin.pereto@gmail.com> | Christian Hesse | 1 | -2/+5 |
2015-01-04 | update copyright for 2015 | Christian Hesse | 1 | -1/+1 |
2014-12-29 | introduce config.h•••We now have configuration in just one place. | Christian Hesse | 1 | -4/+1 |
2014-12-29 | do not create directory '.' in archive•••This has been changes in mkinitcpio, so we do it the same. https://projects.archlinux.org/mkinitcpio.git/commit/?id=514d5f1fa641b0bfc66d43f4c0c7e7830f747899 | Christian Hesse | 1 | -5/+0 |
2014-12-23 | support updating the challenge on boot | Christian Hesse | 1 | -0/+220 |