Commit graph

  • 71e77f6255
    fix comment for ErrorKind::InvalidFragment (#1775) master katrinafyi 2025-07-27 22:17:49 +1000
  • ea415c8db4 Fix test Thomas Zahner 2025-07-18 18:50:51 +0200
  • c68e15fba3 Revert to previous behaviour: linking to directories results in Status::Ok(StatusCode::OK) Thomas Zahner 2025-07-18 18:35:48 +0200
  • 0d25e524bf Remove JSON output files even on test failures Thomas Zahner 2025-07-18 17:58:24 +0200
  • 08dabb06b2 Add regression test Thomas Zahner 2025-07-18 17:49:18 +0200
  • 8ec86dfee4
    Add support for 64-bit ARM binary (#1774) Evan Read 2025-07-25 20:06:15 +1000
  • e743ea3f5f Improve test Thomas Zahner 2025-07-17 17:49:04 +0200
  • 8b70abc89b Make excluded_paths part of Collector instead of Input Thomas Zahner 2025-07-17 09:48:46 +0200
  • 4bdf962698 Minor improvements Thomas Zahner 2025-07-11 19:28:22 +0200
  • 23fbd0b0d5 Make regex field in RegexFilter private Thomas Zahner 2025-07-11 16:04:23 +0200
  • 83025998c7 Add examples Thomas Zahner 2025-07-11 19:08:06 +0200
  • 475d7f3d3a Apply clippy suggestions Thomas Zahner 2025-07-11 11:43:14 +0200
  • 678acd9760 Test regex functionality in --exclude-path flag Thomas Zahner 2025-07-11 11:29:17 +0200
  • 5036ce8388 Update flag description & clean up Thomas Zahner 2025-07-11 10:00:57 +0200
  • 002fa49f29 Replace Vec<PathBuf> with dedicated PathExcludes type Thomas Zahner 2025-07-10 18:05:51 +0200
  • 1de218a78a Unwrap option type Thomas Zahner 2025-07-10 14:35:50 +0200
  • 696a7cafc8
    fix: do not check the fragment when http response err but accepted (#1763) Keming 2025-07-10 12:32:15 +0800
  • 068b4850d5
    docs: add fallback_extensions to example config file (#1764) Keming 2025-07-10 06:03:51 +0800
  • 92a9bca23f
    feat: skip fragment checking for unsupported MIME types (#1744) MichaIng 2025-07-06 10:46:06 +0200
  • 830ec2df85
    Replace unmaintained human-sort with numeric-sort (#1759) Shawn 2025-07-04 23:00:03 +0200
  • 02f6f5cb49
    feat: add 'user-content-' prefix to support github markdown fragment (#1750) Keming 2025-07-05 04:58:47 +0800
  • 81f2605118
    fix: treat a fragment in an empty directory as an error (#1756) ocavue 2025-07-04 18:25:57 +1000
  • 6bcb37c2dc
    fix: resolve index file inside a directory (#1752) ocavue 2025-07-04 00:55:57 +1000
  • 845f74bab0
    Fix basic auth (#1748) Thomas Zahner 2025-07-03 13:45:30 +0200
  • 6a471a42cc Update 'Users' section in the README Thomas Zahner 2025-07-03 09:33:03 +0200
  • 837f4419ba Add ProseKit to users ocavue 2025-06-30 17:54:46 +1000
  • 8f2f746bf9
    Migrate to Clippy 1.88 (#1749) Thomas Zahner 2025-06-27 12:34:48 +0200
  • 140f70167c test: fix assertion in fragment checks MichaIng 2025-06-20 18:06:34 +0200
  • 34ec9b3d48 Replace unreliable API URL Thomas Zahner 2025-06-25 11:10:39 +0200
  • 1935e52279
    docs: improve lychee.example.toml (lycheeverse#1699) (#1741) Thomas Zahner 2025-06-21 20:59:34 +0200
  • bbfb8b0b96
    display unsupported URLs (#1727) Allen Hernandez 2025-06-20 11:52:15 -0400
  • b970256248
    fix: skip fragment check if website URL doesn't contain fragment (#1733) MichaIng 2025-06-20 17:47:35 +0200
  • 83fe1248c4
    Add xml schema found in xsd files to list of exclusions (#1735) tooomm 2025-06-20 15:38:49 +0200
  • d1c651a469
    Fix docker tagging for release versions (#1738) Trask Stalnaker 2025-06-20 06:35:04 -0700
  • 3592972d64
    chore: release v0.19.1 (#1726) Matthias Endler 2025-06-16 14:56:32 +0300
  • d512262ffa
    fix: skip the fragment check if the uri doesn't contain fragment (#1730) Keming 2025-06-16 19:46:01 +0800
  • b46cb5c02e
    Don't echo potentially sensitive header data (#1728) Thomas Zahner 2025-06-12 17:08:15 +0200
  • 469ccd0089 Update changelog Thomas Zahner 2025-06-11 16:44:23 +0200
  • 639c74e392 chore: release v0.19.0 Matthias Endler 2025-06-11 14:10:11 +0200
  • 99ec1e7c07 Keep supporting 'latest' in CI Dockerfiles Thomas Zahner 2025-06-11 14:04:21 +0200
  • a11efce06d Follow renaming: latest -> nightly Thomas Zahner 2025-06-11 12:28:47 +0200
  • 4797339b6a Follow renaming: latest -> nightly Thomas Zahner 2025-06-11 12:19:29 +0200
  • e59456b96e Add cli test Thomas Zahner 2025-06-11 11:11:19 +0200
  • f0a4b3a5a8 Add explanation Thomas Zahner 2025-06-11 11:03:01 +0200
  • 4a8587665f Fix grammar Thomas Zahner 2025-06-11 09:13:44 +0200
  • 622bc6956f Update docs Thomas Zahner 2025-05-23 15:54:16 +0200
  • 326f119e38 Extract DEFAULT_ACCEPTED_STATUS_CODES & apply clippy's suggestions Thomas Zahner 2025-05-23 14:51:14 +0200
  • 74961d2470 Use StatusCodeSelector default as default accepted StatusCodes Thomas Zahner 2025-05-23 12:52:37 +0200
  • c2a0908747 Tiny improvements Thomas Zahner 2025-05-23 11:52:58 +0200
  • 286ff50612 Remove dbg macro Thomas Zahner 2025-05-12 13:40:30 +0200
  • a0d078b4d8 Pass accepted values by reference Thomas Zahner 2025-05-12 11:51:07 +0200
  • 3100fb2ee7 Make accepted codes non-optional Thomas Zahner 2025-05-12 11:46:50 +0200
  • d22d1888f1 Handle rejected TOO_MANY_REQUESTS Thomas Zahner 2025-05-12 11:22:56 +0200
  • a516461df6 Update Status::code Thomas Zahner 2025-05-12 11:02:01 +0200
  • 25b835f12d Update tests Thomas Zahner 2025-05-12 09:57:18 +0200
  • 54bbc080a9 Remove duplicated information from output Thomas Zahner 2025-05-12 09:32:39 +0200
  • a783ecc103 Update test Thomas Zahner 2025-05-12 09:24:09 +0200
  • f067b92a58 Change usage of ErrorKind::NetworkRequest, as it no longer represents rejected status codes Thomas Zahner 2025-05-09 18:29:25 +0200
  • 2dfaef74ff Update test Thomas Zahner 2025-05-09 17:30:45 +0200
  • 341f75e11b Update doc comment Thomas Zahner 2025-05-02 14:06:20 +0200
  • 2ca69f4407 Make error message more user-friendly Thomas Zahner 2025-05-02 14:01:07 +0200
  • 4e5043a3c3 Remove hardcoded rule for handling erroneous status codes differently Thomas Zahner 2025-05-02 12:22:15 +0200
  • 31b2525a8d
    Move archive functionality to library (#1720) Thomas Zahner 2025-06-06 22:24:10 +0200
  • 1305bccac3
    Bump the dependencies group across 1 directory with 3 updates (#1714) dependabot[bot] 2025-05-26 23:34:44 +0200
  • 1c97f26aa2
    feat: respect the disabled property for stylesheet links (#1716) Keming 2025-05-25 19:13:22 +0800
  • b128b86a48
    feat: raise error when the default config file is invalid (#1715) Keming 2025-05-25 19:10:58 +0800
  • 63cdb70e6d
    Upgrade to 2024 edition (#1711) Jakob 2025-05-24 18:23:23 +0200
  • 208fa80aa6
    fix: only check the fragment when it's a file (#1713) Keming 2025-05-24 03:50:26 +0800
  • 7d9d79791a
    fix: ignore gitlab table of content in wikilinks (#1710) Jakob 2025-05-23 15:04:24 +0200
  • da166ce3c6
    Fix test_exclude_example_domains (#1712) Thomas Zahner 2025-05-23 14:54:46 +0200
  • 35610764a1
    Add support for custom headers in input processing (#1561) Matthias Endler 2025-05-23 13:37:32 +0200
  • 973b2aa5e0
    chore: update CI to install and verify cargo-msrv (#1706) Matthias Endler 2025-05-18 02:02:35 +0200
  • 00118965bd
    Fix lints (#1705) Matthias Endler 2025-05-17 21:12:38 +0200
  • 874b0f0ca2
    chore: verify the MSRV in CI lint (#1696) Keming 2025-05-14 07:54:05 +0800
  • 1ed357fe73
    feat: detect website fragments (#1675) Keming 2025-05-14 07:52:08 +0800
  • a8c0f45795 Update documentation Thomas Zahner 2025-05-09 13:55:55 +0200
  • cc40894c38 Make Makefile more portable (make: /bin/bash: No such file or directory) Thomas Zahner 2025-05-09 12:21:55 +0200
  • 4e16d2fc29 Remove flag Thomas Zahner 2025-05-09 12:20:32 +0200
  • 3a0922757e
    detect wikilinks, prevent plaintext extraction from links #1650 (#1679) Jakob 2025-05-12 23:06:51 +0200
  • a5cf40cbd4 Bump the dependencies group with 2 updates dependabot[bot] 2025-05-12 13:02:10 +0000
  • ab27d6fee3
    Add possible values for minimum TLS version in help message (#1693) Matthias Endler 2025-05-10 14:53:30 +0200
  • fdf105c67a
    Add TLS version option (#1655) Hugo McNally 2025-05-10 11:59:55 +0100
  • db6d3334c9
    Bump the dependencies group across 1 directory with 11 updates (#1692) dependabot[bot] 2025-05-09 16:32:56 +0200
  • 809958b75b
    Specify MSRV (#1676) Keming 2025-05-09 22:09:22 +0800
  • d232789faa Fix outdated link Redddy 2025-04-16 13:50:02 +0900
  • 3319503b6c Remove once_cell as direct dependency Thomas Zahner 2025-05-09 14:31:05 +0200
  • ec86e1eb1e
    Make clippy happy (#1681) Jakob 2025-05-09 14:23:08 +0200
  • e185e90acb
    Bump the dependencies group with 3 updates (#1670) dependabot[bot] 2025-03-31 14:40:56 +0200
  • e13f7c9fef
    Fix accept/exclude range syntax and docs (#1668) Hadrien G. 2025-03-31 12:39:46 +0200
  • 1872b6eadf
    Add FreeBSD-Ask to users (#1662) ykla 2025-03-24 23:43:46 +0800
  • c5dfb45c9d
    Bump the dependencies group with 4 updates (#1664) dependabot[bot] 2025-03-24 16:30:44 +0100
  • 5c534f7214
    Allow header values that contain equal signs (#1647) Devin Zuczek 2025-03-20 17:48:50 -0400
  • 9486a0697f
    Bump the dependencies group with 11 updates (#1656) dependabot[bot] 2025-03-17 18:42:48 +0100
  • a071bb4e28
    Bump the dependencies group across 1 directory with 14 updates (#1653) dependabot[bot] 2025-03-10 13:55:17 +0100
  • 85263dfa33
    Add support for custom file extensions in link checking. (#1559) Matthias Endler 2025-03-02 17:47:05 +0100
  • 648f8486a7
    Update Docker Workflow To Support Version Tags (#1631) Matthias Endler 2025-02-24 22:22:10 +0100
  • 4f02b18e9b
    Format Markdown URLs with <> instead of []() (#1638) Eric R. Scott 2025-02-24 14:20:46 -0700
  • 98f3e4c188
    Bump the dependencies group across 1 directory with 21 updates (#1643) dependabot[bot] 2025-02-24 14:18:06 +0100
  • d33b7554a1
    test: add tests for URL extraction ending with a period (#1641) Matthias Endler 2025-02-24 08:48:58 +0100
  • b1cb2564a2
    Release the macOS binaries also as .tar.gz (#1642) Pedro Piñera Buendía 2025-02-24 08:48:14 +0100