Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-10 | Ensure "Listening on 0.0.0.0:8000" message is not garbled | Jasper Van der Jeugt | 1 | -7/+6 | |
2014-02-11 | hakyll check: return exit code of 0 on success | Andres Loeh | 1 | -1/+1 | |
The old test returns an exit code of 1 whenever the number of errors is >= 0, which should always be the case. The fix replaces this with a test whether the number of errors is strictly > 0. | |||||
2013-07-07 | check: unescape internal uris | Marc-Antoine Perennou | 1 | -1/+2 | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||||
2013-04-22 | Micro cleanup | Jasper Van der Jeugt | 1 | -3/+3 | |
2013-04-04 | Account for scheme-relative URLs | Simonas Kazlauskas | 1 | -2/+8 | |
http://url.spec.whatwg.org/#concept-scheme-relative-url | |||||
2013-04-03 | Account for absolute paths in `shouldIgnoreFile` | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-04-01 | Fix issue where: hasProtocol "foo" == True | Jasper Van der Jeugt | 1 | -1/+5 | |
See #129 | |||||
2013-04-01 | Properly implement protocol skipping in checker | Simonas Kazlauskas | 1 | -4/+12 | |
Network.HTTP can only check if http:// and https:// links resolve, however there is much more scheme names than just `mail:`, `http://` and `https://`. They would be handed off to internal URI checker and would fail. | |||||
2013-03-27 | Check for mailto: URLs | Jasper Van der Jeugt | 1 | -3/+9 | |
Closes #127 | |||||
2013-03-09 | Make http-conduit dependency optional | Jasper Van der Jeugt | 1 | -10/+27 | |
2013-02-19 | Send user agent in ./site check | Jasper Van der Jeugt | 1 | -3/+12 | |
Closes #110 | |||||
2013-02-06 | Ignore files sooner, small speedup | Jasper Van der Jeugt | 1 | -1/+2 | |
2012-12-31 | Allow checking internal links only | Jasper Van der Jeugt | 1 | -10/+19 | |
2012-12-31 | Remove verbosity from configuration | Jasper Van der Jeugt | 1 | -7/+7 | |
2012-12-29 | Refactor & fixes for external link checker | Jasper Van der Jeugt | 1 | -27/+54 | |
2012-12-29 | Draft external URL checker | Jasper Van der Jeugt | 1 | -9/+34 | |
2012-12-29 | Stub external url checking | Jasper Van der Jeugt | 1 | -23/+32 | |
2012-12-29 | Link checker improvements | Jasper Van der Jeugt | 1 | -7/+30 | |
2012-12-29 | Draft tool to check internal links | Jasper Van der Jeugt | 1 | -0/+106 | |