agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-04-08 21:06Update dependenciesMatt Brubeck1+6-6
2024-04-05 10:11chore(deps): bump rcgen from 0.13.0 to 0.13.1dependabot[bot]2+3-3
2024-04-01 03:01Version 3.3.7Matt Brubeck2+4-4
2024-03-31 15:59Update dependenciesMatt Brubeck1+6-6
2024-03-31 01:27cargo fmtMatt Brubeck1+6-6
2024-03-29 22:24Replace gemini_fetch with trotterMatt Brubeck4+853-269
2024-03-29 05:54Simplify test code.Matt Brubeck1+46-176
2024-03-29 10:51chore(deps): bump tokio from 1.36.0 to 1.37.0dependabot[bot]2+3-3
2024-03-29 05:16Simplify test error handlingMatt Brubeck3+2-5
2024-03-29 05:12Update rcgen codeMatt Brubeck1+10-8
2024-03-28 10:18chore(deps): bump rcgen from 0.12.1 to 0.13.0dependabot[bot]2+4-3
2024-03-27 19:33Add a retry loop to index_page_unix testMatt Brubeck1+9-2
2024-03-27 19:25Update dependenciesMatt Brubeck1+13-13
2024-03-22 18:21Fix rustdoc URL syntaxMatt Brubeck1+1-1
2024-03-22 18:21Update Cargo.lockMatt Brubeck1+1-1
2024-03-22 15:58Version 3.3.6Matt Brubeck1+1-1
2024-03-22 15:57Update backtrace and synMatt Brubeck1+4-4
2024-03-22 10:51chore(deps): bump tokio-rustls from 0.25.0 to 0.26.0dependabot[bot]2+8-7
2024-03-16 17:14Update Cargo.lockMatt Brubeck1+1-1
2024-03-15 17:06Version 3.3.5Matt Brubeck1+1-1
2024-03-13 23:33Use correct SPDX license formatMatt Brubeck1+1-1
2024-03-12 15:05Upgrade dependenciesMatt Brubeck1+61-61
2024-03-12 10:24chore(deps): bump anyhow from 1.0.80 to 1.0.81dependabot[bot]1+2-2
2024-03-07 23:16Use rustls via tokio-rustls re-exportMatt Brubeck5+15-12
2024-03-06 10:30chore(deps): bump env_logger from 0.11.2 to 0.11.3dependabot[bot]1+2-2
2024-02-29 10:39chore(deps): bump log from 0.4.20 to 0.4.21dependabot[bot]1+2-2
2024-02-23 00:08Update dependenciesMatt Brubeck1+82-77
2024-02-19 10:11chore(deps): bump anyhow from 1.0.79 to 1.0.80dependabot[bot]1+2-2
2024-02-14 10:04chore(deps): bump env_logger from 0.11.1 to 0.11.2dependabot[bot]1+4-4
2024-02-05 10:25chore(deps): bump tokio from 1.35.1 to 1.36.0dependabot[bot]2+3-3
2024-01-29 15:17Disable unused rcgen/pem featureMatt Brubeck2+2-19
2024-01-29 10:40chore(deps): bump rcgen from 0.12.0 to 0.12.1dependabot[bot]2+3-3
2024-01-29 10:40chore(deps): bump env_logger from 0.11.0 to 0.11.1dependabot[bot]1+2-2
2024-01-22 17:48Update dependenciesMatt Brubeck1+6-6
2024-01-22 10:12chore(deps): bump env_logger from 0.10.2 to 0.11.0dependabot[bot]2+72-66
2024-01-18 10:22chore(deps): bump env_logger from 0.10.1 to 0.10.2dependabot[bot]1+2-2
2024-01-16 16:19Version 3.3.4Matt Brubeck2+2-2
2024-01-16 16:18Update dependenciesMatt Brubeck1+134-68
2024-01-09 18:12Update link to Gemini home pageMatt Brubeck1+1-1
2024-01-09 18:10Clean up READMEMatt Brubeck1+0-2
2024-01-09 10:19chore(deps): bump rustls from 0.22.1 to 0.22.2dependabot[bot]2+7-7
2024-01-03 10:06chore(deps): bump configparser from 3.0.3 to 3.0.4dependabot[bot]1+2-2
2024-01-02 10:39chore(deps): bump anyhow from 1.0.78 to 1.0.79dependabot[bot]1+2-2
2024-01-01 10:41chore(deps): bump anyhow from 1.0.77 to 1.0.78dependabot[bot]1+2-2
2023-12-28 01:23Update version in Cargo.lockMatt Brubeck1+1-1
2023-12-27 17:10Version 3.3.3Matt Brubeck2+6-1
2023-12-27 17:09Don't create draft releaseMatt Brubeck1+0-3
2023-12-27 17:08Use github.ref_name in release workflowMatt Brubeck1+3-3
2023-12-27 16:06Version 3.3.2Matt Brubeck2+6-1
2023-12-27 10:17chore(deps): bump anyhow from 1.0.76 to 1.0.77dependabot[bot]1+2-2
2023-12-25 10:51chore(deps): bump futures-util from 0.3.29 to 0.3.30dependabot[bot]1+8-8
2023-12-21 10:18chore(deps): bump anyhow from 1.0.75 to 1.0.76dependabot[bot]1+2-2
2023-12-21 01:23Minor code cleanupMatt Brubeck1+19-25
2023-12-20 10:14chore(deps): bump tokio from 1.35.0 to 1.35.1dependabot[bot]1+2-2
2023-12-18 18:31Update old references to cert.pemMatt Brubeck3+10-10
2023-12-18 15:59Update dependenciesMatt Brubeck1+46-46
2023-12-18 15:56Update to rustls 0.22Matt Brubeck5+52-75
2023-12-18 15:23chore(deps): bump rustls from 0.21.7 to 0.22.1dependabot[bot]2+54-11
2023-12-18 10:21chore(deps): bump rcgen from 0.11.3 to 0.12.0dependabot[bot]2+56-19
2023-12-11 10:13chore(deps): bump tokio from 1.34.0 to 1.35.0dependabot[bot]2+3-3
2023-12-08 10:03chore(deps): bump once_cell from 1.18.0 to 1.19.0dependabot[bot]2+3-3
2023-11-24 10:17chore(deps): bump url from 2.4.1 to 2.5.0dependabot[bot]2+7-7
2023-11-23 10:41chore(deps): bump percent-encoding from 2.3.0 to 2.3.1dependabot[bot]1+2-2
2023-11-21 10:22chore(deps): bump AButler/upload-release-assets from 2.0 to 3.0dependabot[bot]1+3-3
2023-11-17 10:10chore(deps): bump configparser from 3.0.2 to 3.0.3dependabot[bot]1+2-2
2023-11-14 07:27Update various dependenciesMatt Brubeck1+123-100
2023-11-13 10:38chore(deps): bump env_logger from 0.10.0 to 0.10.1dependabot[bot]1+2-2
2023-11-10 10:36chore(deps): bump tokio from 1.33.0 to 1.34.0dependabot[bot]2+11-11
2023-10-27 10:16chore(deps): bump futures-util from 0.3.28 to 0.3.29dependabot[bot]1+8-8
2023-10-09 10:14chore(deps): bump tokio from 1.32.0 to 1.33.0dependabot[bot]2+3-3
2023-10-02 10:24chore(deps): bump rcgen from 0.11.2 to 0.11.3dependabot[bot]2+3-3
2023-10-02 06:24fix link to github issuesJohann1501+1-1
2023-09-22 10:34chore(deps): bump rcgen from 0.11.1 to 0.11.2dependabot[bot]2+5-5
2023-09-05 10:45chore(deps): bump actions/checkout from 3 to 4dependabot[bot]3+7-7
2023-08-29 10:15chore(deps): bump rustls from 0.21.6 to 0.21.7dependabot[bot]2+5-5
2023-08-28 10:16chore(deps): bump url from 2.4.0 to 2.4.1dependabot[bot]2+3-3
2023-08-17 10:04chore(deps): bump tokio from 1.31.0 to 1.32.0dependabot[bot]2+3-3
2023-08-17 10:04chore(deps): bump anyhow from 1.0.74 to 1.0.75dependabot[bot]1+2-2
2023-08-16 10:22chore(deps): bump anyhow from 1.0.73 to 1.0.74dependabot[bot]1+2-2
2023-08-15 10:36chore(deps): bump anyhow from 1.0.72 to 1.0.73dependabot[bot]1+2-2
2023-08-14 10:43chore(deps): bump tokio from 1.30.0 to 1.31.0dependabot[bot]2+3-3
2023-08-14 10:42chore(deps): bump log from 0.4.19 to 0.4.20dependabot[bot]1+2-2
2023-08-10 10:22chore(deps): bump tokio from 1.29.1 to 1.30.0dependabot[bot]2+8-9
2023-08-05 10:08update release actionsJohann1501+27-85
2023-08-05 09:20update documents for 3.3.1Johann1504+15-4
2023-08-05 09:00fix comment referring to old filenameJohann1501+1-1
2023-08-05 09:05add mailmap for canonical names/emailsJohann1501+3-0
2023-07-05 10:03Fixes typosMichael Nordmeyer3+4-2
2023-08-05 08:52format codeJohann1501+2-1
2023-07-05 10:03Adds tests for secrets servingMichael Nordmeyer4+19-1
2023-08-03 10:43chore(deps): bump rustls from 0.21.5 to 0.21.6dependabot[bot]2+5-5
2023-07-30 19:05update dependenciesJohann1501+40-49
2023-07-30 19:01permissions for key files (unix)Johann1502+19-6
2023-07-17 10:07chore(deps): bump anyhow from 1.0.71 to 1.0.72dependabot[bot]1+2-2
2023-07-11 10:55chore(deps): bump rustls from 0.21.3 to 0.21.5dependabot[bot]2+5-5
2023-07-07 17:35update env_logger crateJohann1502+65-22
2023-07-07 14:19improve conditional compilation for unixJohann1501+5-5
2023-07-07 13:49simplify config_attr conditionw1kee1+2-1
2023-07-06 19:28specify allow(dead_code) to be only on windowsw1kee1+1-1
2023-07-06 10:04chore(deps): bump rustls from 0.21.2 to 0.21.3dependabot[bot]2+7-7
2023-06-30 11:01chore(deps): bump tokio from 1.29.0 to 1.29.1dependabot[bot]1+2-2
2023-06-28 10:59chore(deps): bump tokio from 1.28.2 to 1.29.0dependabot[bot]2+70-3
2023-06-19 10:59chore(deps): bump rcgen from 0.10.0 to 0.11.1dependabot[bot]2+14-7
2023-06-17 19:23Update dependenciesMatt Brubeck1+97-143
2023-06-15 10:59chore(deps): bump rustls from 0.21.1 to 0.21.2dependabot[bot]2+5-5
2023-06-13 10:59chore(deps): bump url from 2.3.1 to 2.4.0dependabot[bot]2+11-11
2023-06-12 14:55chore(deps): bump percent-encoding from 2.2.0 to 2.3.0dependabot[bot]2+3-3
2023-06-09 14:49chore(deps): bump tokio from 1.28.1 to 1.28.2dependabot[bot]1+2-2
2023-06-09 14:49chore(deps): bump once_cell from 1.17.1 to 1.18.0dependabot[bot]2+3-3
2023-06-12 11:00chore(deps): bump log from 0.4.17 to 0.4.19dependabot[bot]1+2-5
2023-06-09 10:58chore(deps): bump tokio-rustls from 0.24.0 to 0.24.1dependabot[bot]2+4-4
2023-05-10 10:59chore(deps): bump tokio from 1.28.0 to 1.28.1dependabot[bot]1+2-2
2023-05-02 10:58chore(deps): bump rustls from 0.21.0 to 0.21.1dependabot[bot]2+5-5
2023-04-26 10:58chore(deps): bump tokio from 1.27.0 to 1.28.0dependabot[bot]2+29-29
2023-05-01 11:01chore(deps): bump anyhow from 1.0.70 to 1.0.71dependabot[bot]1+2-2
2023-04-03 15:25Upgrade rustls and tokio-rustlsMatt Brubeck3+25-28
2023-03-31 11:00chore(deps): bump futures-util from 0.3.27 to 0.3.28dependabot[bot]1+9-9
2023-03-28 11:00chore(deps): bump tokio from 1.26.0 to 1.27.0dependabot[bot]2+29-25
2023-03-20 11:01chore(deps): bump anyhow from 1.0.69 to 1.0.70dependabot[bot]1+2-2
2023-03-18 07:39update documents for 3.3.0Johann1504+31-9
2023-03-18 07:10fix formatting and lintsJohann1501+2-2
2023-03-18 07:03add test for unix socketJohann1501+53-1
2023-03-17 19:57fix running on non-unixJohann1501+13-3
2023-03-17 18:30update changelogJohann1501+7-0
2023-03-17 18:29improve & document logging for unix socketsJohann1502+18-10
2023-03-17 18:04collapse use statementsJohann1501+4-3
2023-03-17 17:24simplify conditional unix compilationJohann1501+4-4
2023-03-17 16:59fix spelling mistakes in help textsJohann1501+2-2
2023-03-16 15:21Add support for listening UNIX socketsequalsraf1+109-6
2023-03-17 16:35chore(deps): bump bumpalo from 3.9.1 to 3.12.0dependabot[bot]1+2-2
2023-02-06 10:10chore(deps): bump anyhow from 1.0.68 to 1.0.69dependabot[bot]1+2-2
2023-02-15 11:00chore(deps): bump once_cell from 1.17.0 to 1.17.1dependabot[bot]1+2-2
2023-03-13 11:02chore(deps): bump futures-util from 0.3.25 to 0.3.27dependabot[bot]1+8-8
2023-03-02 11:01chore(deps): bump tokio from 1.24.2 to 1.26.0dependabot[bot]2+15-6
2023-03-17 16:28automatically fix lint clippy::uninlined_format_argsJohann1503+24-26
2023-01-31 17:59Fixes typoMichael Nordmeyer1+1-1
2023-01-27 17:13chore(deps): bump tokio from 1.22.0 to 1.24.2 (#236)dependabot[bot]2+67-10
2023-01-27 17:10chore(deps): bump rustls from 0.20.7 to 0.20.8 (#234)dependabot[bot]2+5-5
2023-01-27 15:58chore(deps): bump once_cell from 1.16.0 to 1.17.0 (#229)dependabot[bot]2+3-3
2023-01-27 15:37chore(deps): bump anyhow from 1.0.66 to 1.0.68 (#224)dependabot[bot]1+2-2
2023-01-27 15:36chore(deps): bump glob from 0.3.0 to 0.3.1 (#233)dependabot[bot]1+2-2
2022-11-21 10:27chore(deps): bump tokio from 1.21.2 to 1.22.0dependabot[bot]2+3-3
2022-11-08 10:10chore(deps): bump env_logger from 0.9.1 to 0.9.3dependabot[bot]1+2-2
2022-10-31 10:25chore(deps): bump once_cell from 1.15.0 to 1.16.0dependabot[bot]2+3-3
2022-10-31 05:22chore(deps): bump rustls from 0.20.6 to 0.20.7dependabot[bot]2+5-5
2022-10-21 11:24chore(deps): bump anyhow from 1.0.64 to 1.0.66dependabot[bot]1+2-2
2022-10-20 10:18chore(deps): bump futures-util from 0.3.24 to 0.3.25dependabot[bot]1+8-8
2022-09-29 10:38chore(deps): bump rcgen from 0.9.3 to 0.10.0dependabot[bot]2+3-3
2022-09-28 10:21chore(deps): bump tokio from 1.21.0 to 1.21.2dependabot[bot]1+2-3
2022-09-21 10:26chore(deps): bump once_cell from 1.14.0 to 1.15.0dependabot[bot]2+3-3
2022-09-19 10:24chore(deps): bump env_logger from 0.9.0 to 0.9.1dependabot[bot]1+2-2
2022-09-13 10:28chore(deps): bump url from 2.3.0 to 2.3.1dependabot[bot]2+7-15
2022-08-30 10:25chore(deps): bump futures-util from 0.3.21 to 0.3.24dependabot[bot]1+8-8
2022-09-12 18:26chore(deps): bump tokio from 1.20.1 to 1.21.0dependabot[bot]2+5-5
2022-09-12 18:25chore(deps): bump once_cell from 1.13.0 to 1.14.0dependabot[bot]2+3-3
2022-09-08 10:30chore(deps): bump url from 2.2.2 to 2.3.0dependabot[bot]2+3-4
2022-09-05 15:22chore(deps): bump anyhow from 1.0.60 to 1.0.64dependabot[bot]1+2-2
2022-09-08 10:29chore(deps): bump percent-encoding from 2.1.0 to 2.2.0dependabot[bot]2+3-3
2022-09-12 10:28chore(deps): bump configparser from 3.0.0 to 3.0.2dependabot[bot]1+2-2
2022-08-03 10:22chore(deps): bump anyhow from 1.0.59 to 1.0.60dependabot[bot]1+2-2
2022-08-01 10:38chore(deps): bump anyhow from 1.0.58 to 1.0.59dependabot[bot]1+2-2
2022-07-26 10:26chore(deps): bump tokio from 1.20.0 to 1.20.1dependabot[bot]1+2-2
2022-07-23 17:57Fix wrong language in README.Johann1501+2-2
2022-07-23 17:55chore(deps): bump rcgen from 0.9.2 to 0.9.3 (#188)dependabot[bot]2+3-3
2022-07-14 10:28chore(deps): bump once_cell from 1.12.0 to 1.13.0 (#186)dependabot[bot]2+3-3
2022-07-14 10:27chore(deps): bump tokio from 1.19.2 to 1.20.0 (#187)dependabot[bot]2+10-3
2022-06-20 10:29chore(deps): bump anyhow from 1.0.57 to 1.0.58dependabot[bot]1+2-2
2022-06-08 12:50chore(deps): bump tokio from 1.19.1 to 1.19.2 (#183)dependabot[bot]1+2-2
2022-06-06 10:27chore(deps): bump tokio from 1.18.2 to 1.19.1dependabot[bot]2+3-3
2022-06-01 13:08chore(deps): bump once_cell from 1.11.0 to 1.12.0 (#181)dependabot[bot]2+3-3
2022-05-20 10:28chore(deps): bump once_cell from 1.10.0 to 1.11.0 (#179)dependabot[bot]2+3-3
2022-05-18 12:01add apt updateJohann1501+1-0
2022-05-18 11:453.2.4Johann1504+17-3
2022-05-18 11:45update dependenciesJohann1501+96-73
2022-05-18 11:15chore(deps): bump rustls from 0.20.5 to 0.20.6 (#177)dependabot[bot]2+5-5
2022-05-16 18:13chore(deps): bump rustls from 0.20.4 to 0.20.5 (#176)dependabot[bot]2+5-5
2022-05-09 10:39chore(deps): bump tokio from 1.18.1 to 1.18.2dependabot[bot]1+2-2
2022-05-05 12:52chore(deps): bump tokio-rustls from 0.23.3 to 0.23.4 (#174)dependabot[bot]2+4-4
2022-05-03 10:33chore(deps): bump tokio from 1.18.0 to 1.18.1dependabot[bot]1+2-2
2022-05-03 10:33chore(deps): bump log from 0.4.16 to 0.4.17dependabot[bot]1+2-2
2022-05-01 21:54chore(deps): bump tokio from 1.17.0 to 1.18.0 (#170)dependabot[bot]2+13-5
2022-04-25 06:13Fix hostname in ExecStart command (#169)kahays1+1-1
2022-04-22 13:53chore(deps): bump anyhow from 1.0.56 to 1.0.57 (#168)dependabot[bot]1+2-2
2022-04-06 14:25Replace bare status codes with consts (#163)Albert Larsan3+39-23
2022-03-23 11:05chore(deps): bump log from 0.4.15 to 0.4.16dependabot[bot]1+2-2
2022-03-24 13:42Update .gitignore (#164)Albert Larsan1+3-1
2022-03-22 12:32chore(deps): bump log from 0.4.14 to 0.4.15 (#160)dependabot[bot]1+2-2
2022-03-21 10:55chore(deps): bump tokio-rustls from 0.23.2 to 0.23.3dependabot[bot]2+4-4
2022-03-08 10:25chore(deps): bump anyhow from 1.0.55 to 1.0.56dependabot[bot]1+2-2
2022-03-04 10:22chore(deps): bump once_cell from 1.9.0 to 1.10.0dependabot[bot]2+3-3
2022-03-02 10:24chore(deps): bump actions/checkout from 2 to 3dependabot[bot]3+8-8
2022-02-22 20:10update dependenciesJohann1502+9-6
2022-02-22 20:04chore(deps): bump rcgen from 0.9.0 to 0.9.2 (#155)dependabot[bot]2+3-3
2022-02-22 19:59chore(deps): bump anyhow from 1.0.53 to 1.0.55 (#154)dependabot[bot]1+2-2
2022-02-22 19:59chore(deps): bump rustls from 0.20.2 to 0.20.4 (#152)dependabot[bot]2+5-5
2022-02-22 19:58chore(deps): bump mime_guess from 2.0.3 to 2.0.4 (#149)dependabot[bot]1+2-2
2022-02-22 19:58chore(deps): bump tokio from 1.16.1 to 1.17.0 (#148)dependabot[bot]2+16-5
2022-02-08 22:06chore(deps): bump futures-util from 0.3.19 to 0.3.21 (#142)dependabot[bot]1+8-8
2022-02-08 22:04fix port collisions in tests (#143)j-k3+75-151
2022-02-04 19:10add security policyJohann1501+28-0
2022-02-04 19:03release 3.2.3Johann1504+24-8
2022-02-04 17:23fix IRI error handlingJohann1501+2-2
2022-02-04 17:14add test for wrongly percent-encoded domainsJohann1501+42-0
2022-02-03 20:50chore(deps): bump tokio from 1.15.0 to 1.16.1 (#138)dependabot[bot]2+3-3
2022-02-03 20:49chore(deps): bump rcgen from 0.8.14 to 0.9.0 (#139)dependabot[bot]2+25-41
2022-01-25 22:59release 3.2.2Johann1504+14-4
2022-01-25 22:52update dependenciesJohann1502+43-52
2022-01-25 17:58add CI build for Apple SiliconJohann1501+24-1
2022-01-24 17:09chore(deps): bump hermit-abi from 0.1.19 to 0.1.20 (#125)dependabot[bot]1+2-2
2022-01-24 17:09chore(deps): bump tokio from 1.14.0 to 1.15.0 (#131)dependabot[bot]2+5-6
2022-01-24 17:01chore(deps): bump tokio-rustls from 0.23.1 to 0.23.2 (#132)dependabot[bot]2+4-4
2022-01-24 17:01chore(deps): bump anyhow from 1.0.52 to 1.0.53 (#136)dependabot[bot]1+2-2
2021-12-20 10:22chore(deps): bump futures-util from 0.3.17 to 0.3.19dependabot[bot]1+8-25
2021-12-24 10:23chore(deps): bump anyhow from 1.0.51 to 1.0.52dependabot[bot]1+2-2
2021-12-15 16:35update dependenciesJohann1502+32-20
2021-12-02 22:08increase version numberJohann1502+2-2
2021-12-02 22:033.2.1Johann1504+52-17
2021-11-26 19:53chore(deps): bump syn from 1.0.81 to 1.0.82 (#120)dependabot[bot]1+2-2
2021-11-23 15:45update dependenciesJohann1501+13-73
2021-11-23 08:56normalize hostnames before comparingJohann1502+18-4
2021-11-22 12:18update dependenciesJohann1501+54-11
2021-11-16 14:28chore(deps): bump tokio from 1.13.0 to 1.14.0 (#108)dependabot[bot]2+5-5
2021-11-15 18:52change readme to make automatic cert gen more obviousJohann1501+6-1
2021-11-15 18:42make repo compatible with windows againJohann1503+1-1
2021-11-15 16:07release 3.2.0Johann1504+19-5
2021-11-15 16:01chore(deps): bump rustls from 0.20.0 to 0.20.1 (#104)dependabot[bot]2+5-5
2021-11-11 23:40chore(deps): bump cc from 1.0.71 to 1.0.72 (#102)dependabot[bot]1+2-2
2021-11-10 14:12update changelogJohann1501+2-2
2021-11-10 13:46chore(deps): bump tinyvec from 1.5.0 to 1.5.1 (#101)dependabot[bot]1+2-2
2021-11-10 13:28always shut down connection properlyJohann1501+6-6
2021-11-08 15:51chore(deps): bump libc from 0.2.106 to 0.2.107 (#99)dependabot[bot]1+2-2
2021-11-07 14:28update changelogJohann1501+8-0
2021-11-07 14:26chore(deps): bump anyhow from 1.0.44 to 1.0.45 (#97)dependabot[bot]1+2-2
2021-11-07 14:24add tests for directory listingJohann15010+51-0
2021-11-07 14:23add ability for preamble to directory listJohann1502+18-8
2021-11-07 14:00renumber ports in testsJohann1501+45-45
2021-11-01 11:50chore(deps): bump tokio-rustls from 0.23.0 to 0.23.1 (#93)dependabot[bot]2+4-4
2021-11-01 11:44chore(deps): bump syn from 1.0.80 to 1.0.81 (#94)dependabot[bot]1+2-2
2021-11-01 11:43chore(deps): bump libc from 0.2.105 to 0.2.106 (#95)dependabot[bot]1+2-2
2021-11-01 11:43chore(deps): bump tokio from 1.12.0 to 1.13.0 (#96)dependabot[bot]2+3-3
2021-11-01 11:43chore(deps): bump tokio-macros from 1.5.0 to 1.5.1 (#92)dependabot[bot]1+2-2
2021-10-30 08:52chore(deps): bump proc-macro2 from 1.0.30 to 1.0.32 (#90)dependabot[bot]1+2-2
2021-10-26 14:40bump pem from 1.0.0 to 1.0.1 (#89)dependabot[bot]1+2-2
2021-10-25 15:56fix changelog linksJohann1501+4-1
2021-10-25 15:49update dependenciesJohann1504+21-7
2021-10-22 12:21make process of starting listeners synchronousJohann1501+19-18
2021-10-22 09:49chore(deps): bump bumpalo from 3.7.1 to 3.8.0 (#86)dependabot[bot]1+2-2
2021-10-19 16:33remove perms and ignore dependabot prs for cargo audit check (#84)j-k1+3-2
2021-10-19 16:32bump minimum required deps (#85)j-k1+3-3
2021-10-18 22:30update rustls and related dependencies (#72)Johann1505+123-82
2021-10-18 21:25update dependenciesJohann1501+4-4
2021-10-15 16:01release v3.1.2Johann1504+22-3
2021-10-15 13:24chore(deps): bump rcgen from 0.8.13 to 0.8.14 (#80)dependabot[bot]2+5-5
2021-10-14 21:10try to detect dual stack address in use errorJohann1501+26-8
2021-10-14 18:45ignore dependabot prs for clippy annotations (#78)j-k3+17-5
2021-10-14 15:38release v3.1.1Johann1504+17-4
2021-10-14 15:32chore(deps): bump slab from 0.4.4 to 0.4.5 (#76)dependabot[bot]1+2-2
2021-10-14 15:12chore(deps): bump env_logger from 0.8.4 to 0.9.0 (#74)dependabot[bot]2+3-3
2021-10-14 15:11chore(deps): bump tokio-macros from 1.4.1 to 1.5.0 (#73)dependabot[bot]1+2-2
2021-10-14 13:28update dependencies, add dependabot (#70)j-k4+98-50
2021-08-27 13:18update dependenciesJohann1501+46-49
2021-08-27 13:14move release scriptJohann1503+2-2
2021-08-15 15:18Changed to Dockerfile to automatically download newest release (#66)skittlesvampir1+1-1
2021-07-28 07:54Update install instruction of Nix in README (#65)Johann1501+0-2
2021-07-28 07:44Update install instruction of Nix in READMEMidAutumnMoon1+0-2
2021-07-18 09:30actually bind to multiple addressesJohann1505+141-52
2021-07-08 15:03Add GNU Guix (#62)Johann1502+8-0
2021-07-08 15:02updated changelogJohann1501+4-0
2021-07-08 06:23Add GNU Guix Systemjgart1+4-0
2021-06-11 06:00Add option to disable port check (#61)Johann1503+35-4
2021-06-11 00:25update readme with port check skip infodece1+2-0
2021-06-11 00:24add a test for the port check skipdece1+19-0
2021-06-11 00:24add an option to disable the port checkdece1+14-4
2021-06-08 09:15add contribution without GitHub & security issuesJohann1501+20-0
2021-06-08 06:50update documents for v3.1.0Johann1504+27-4
2021-06-08 00:52Add regression test for directory traversalMatthew Ingwersen2+36-0
2021-06-08 00:52Fix directory traversal vulnerabilityMatthew Ingwersen1+30-7
2021-06-07 18:31update dependenciesJohann1501+12-12
2021-06-06 10:52better error messages when directory listing is disabledJohann1502+27-8
2021-06-06 08:49add tests for symbolically linked files & directoriesJohann1504+65-0
2021-05-24 10:59update documents for v3.0.3Johann1504+27-4
2021-05-24 10:38update dependenciesJohann1502+51-50
2021-05-24 10:23carefully check unwrap and expect usageJohann1503+33-17
2021-05-03 16:16explicitly mention the --log-ip flag in READMEJohann1501+2-0
2021-04-26 15:21Updated docker run instructions (#57)skittlesvampir1+1-1
2021-04-15 15:50add hint that subjectAltName is now a required cert fieldJohann1501+1-0
2021-04-15 15:31updating docker tools (#56)cpnfeeny3+13-4
2021-04-10 14:21corrections for docker file (#53)Johann1501+2-2
2021-04-10 14:17changed example domain in tools/docker/README.mdskittlesvampir1+2-2
2021-04-10 13:55corrected certficate path for docker container in docker readmeBen K1+1-1
2021-04-10 12:54update CHANGELOGJohann1501+4-0
2021-04-10 12:51added docker support (#52)Johann1502+58-0
2021-04-10 12:24going back to compiling from source but with fewer layersBen K1+1-1
2021-04-10 09:50another try to fix my markdownBen K1+2-1
2021-04-10 09:03removed binary file that I accidentially commitedBen K1+0-0
2021-04-10 08:56improved markdown syntaxBen K1+4-1
2021-04-10 08:50changed dockerfile to use binaryBen K2+2-13
2021-04-09 09:57added docker supportBen K2+65-0
2021-04-08 21:44add some information about testsJohann1501+5-0
2021-04-08 21:32fix port collision between username and password (#51)Johann1501+2-2
2021-04-08 20:53fix port collision between username and passwordJack K1+2-2
2021-04-08 06:58fix another spelling mistakeJohann1501+1-1
2021-04-08 06:39update documents for next versionJohann1504+40-30
2021-04-08 06:28update changelogJohann1501+5-0
2021-04-07 22:13switch default cert signing algorithm to ECDSAJohann1501+7-4
2021-04-07 22:11add tests for fragment and userinfo URLsJohann1501+39-0
2021-04-07 21:54implement stricter requirements for request URLsJohann1501+9-1
2021-04-06 17:10Update README.mdAmplifi-Beats1+1-1
2021-03-28 20:27update changelogJohann1501+4-1
2021-03-28 20:24remove unnecessary feature, next versionJohann1502+3-3
2021-03-27 19:30update changelog and homepageJohann1502+22-0
2021-03-27 19:24resolve clippy warningJohann1501+2-2
2021-03-27 19:23automatically create certificate directoryJohann1501+30-9
2021-03-27 19:12Add install guide for Arch Linux (#47)Johann1501+4-0
2021-03-27 19:01Add install guide for Arch LinuxMidAutumnMoon1+4-0
2021-03-27 18:54Merge pull request #45 from steko/patch-1Johann1501+6-6
2021-03-27 18:11change example certificate file names to .derStefano Costa1+6-6
2021-03-27 00:47update documents for new versionJohann1504+78-17
2021-03-27 00:21update Debian install scriptJohann1501+1-3
2021-03-27 00:20update changelogJohann1501+12-0
2021-03-27 00:03update readmeJohann1501+6-14
2021-03-26 23:52add automatic certificate generationJohann15022+251-422
2021-03-26 19:29remove silent flag in favour of RUST_LOGJohann1504+12-14
2021-03-26 11:48add function to check for cert of a domainJohann1501+6-0
2021-03-25 20:42improve help textsJohann1501+5-5
2021-03-25 19:45sort dependencies alphabeticallyJohann1502+33-45
2021-03-23 22:29add pull request number to CHANGELOGJohann1501+1-1
2021-03-23 22:28add capability for multiple certificates (#40)Johann15017+690-111
2021-03-23 22:25finish up for mergeJohann1503+9-5
2021-03-13 22:19transform panicking test into non-panicking testJohann1501+10-3
2021-03-11 21:24fix tests for multiple certificatesJohann1508+167-254
2021-03-10 22:05add uninstall scriptJohann1501+21-0
2021-03-10 21:55update Debian install scriptJohann1501+4-2
2021-03-09 20:11Merge branch 'master' into multi-certsJohann1504+47-20
2021-03-06 22:36make all log lines uniformJohann1504+26-9
2021-03-06 22:25make log lines more uniformJohann1501+19-10
2021-03-06 20:43suppress log messages from other modulesJohann1501+4-1
2021-03-03 22:17implement clippy reccomendationJohann1501+1-1
2021-03-03 22:09improve commentsJohann1501+20-8
2021-03-03 18:51update changelogJohann1501+8-0
2021-03-03 18:34add instructions for multiple certificatesJohann1502+35-7
2021-03-03 17:57add test for multicertJohann15010+546-66
2021-03-03 17:46better error messagesJohann1501+24-11
2021-02-28 14:12add loading fallback certificatesJohann1504+150-59
2021-02-27 19:02use certificate storeJohann1501+10-33
2021-02-27 18:32add module to store multiple certificatesJohann1503+114-1
2021-02-27 20:03update documents for new versionJohann1505+65-22
2021-02-27 19:46add version info flagJohann1501+5-0
2021-02-27 19:12correct help textJohann1501+3-3
2021-02-27 10:03update dependenciesJohann1503+23-116
2021-02-27 09:42update and maintain changelogJohann1501+24-17
2021-02-27 09:08add tests for vhostsJohann1501+63-0
2021-02-27 08:54optimise testsJohann1504+25-4
2021-02-25 16:31add test for TLS version selectionJohann1503+24-0
2021-02-25 16:30use RAII guard in testsJohann1501+55-35
2021-02-25 13:14never log remote portJohann1501+1-0
2021-02-20 10:14add more testsJohann1505+153-6
2021-02-20 09:22allow for parallel testsJohann1501+11-5
2021-02-20 08:09use crate from crates.ioJohann1502+6-5
2021-02-19 18:31add test framework and a basic testJohann15015+359-0
2021-02-19 11:20add CI actionsJohann1502+33-0
2021-02-19 11:08update CHANGELOG and CONTRIBUTINGJohann1503+12-4
2021-02-19 11:01resolve TODO comment for UrlJohann1503+14-13
2021-02-19 10:11Merge pull request #38 from 06kellyjac/install_nixJohann1502+20-6
2021-02-19 10:09simplify README structureJohann1501+7-9
2021-02-19 08:31add install notes for nix/NixOS06kellyjac2+24-8
2021-02-19 09:45Merge pull request #37 from 06kellyjac/no_help_errorJohann1502+4-2
2021-02-19 08:33have help exit with code 006kellyjac2+4-2
2021-02-18 10:07fix binary compression on WindowsJohann1501+4-4
2021-02-12 20:53update changelog and homepageJohann1505+204-76
2021-02-12 20:03change homepageJohann1501+3-3
2021-02-12 19:34make semicolon not a commentJohann1502+14-9
2021-02-12 16:44fix READMEJohann1504+14-7
2021-02-12 16:01add release date to changelogJohann1501+1-1
2021-02-12 15:57release v2.5.0Johann1503+6-3
2021-02-12 15:51use configparser crateJohann1505+123-144
2021-02-12 13:50allow globs in config file pathsJohann1505+86-22
2021-02-11 17:46serve hidden files if there is a .meta config for themJohann1504+55-42
2021-02-11 07:57add central configuration modeJohann1504+36-12
2021-02-10 22:34better error message for missing keys (again)Johann1502+23-13
2021-02-10 21:39better error message for incorrect keysJohann1501+1-0
2021-02-10 20:38adjust configuration format infoJohann1501+8-5
2021-02-10 20:17use YAML parser for sidecar filesJohann1504+94-54
2021-02-10 07:25spellcheck CHANGELOG, add unreleased changesJohann1501+22-7
2021-02-10 07:06add community documentsJohann1502+177-0
2021-02-09 19:38add CHANGELOG in dedicated fileJohann1501+156-0
2021-02-09 18:53add basic vhosts (#31)Johann1502+30-14
2021-02-09 18:52resolve merge conflictsJohann1503+67-0
2021-02-09 15:00move startup script to right directoryJohann1501+0-0
2021-02-09 14:01format using cargo fmtJohann1501+7-3
2021-02-09 10:26add flag for only TLSv1.3Johann1502+10-0
2021-01-01 08:47add FreeBSD startup scriptgegeweb1+53-0
2021-02-08 19:33harmonise help textsJohann1501+2-2
2021-02-08 09:14implement simple vhostsJohann1502+31-15
2021-02-08 18:29correct IPv6 syntaxJohann1501+1-1
2021-02-08 09:32update homepageJohann1501+4-0
2021-02-08 07:32reenable multiple occurences of --addrJohann1503+3-3
2021-02-07 17:15hint at tools directoryJohann1501+5-0
2021-02-06 19:03resolve clippy warningsJohann1501+2-2
2021-02-06 16:06use cargo crossJohann1504+14-18
2021-02-06 10:39remove one last markdown linkJohann1501+2-1
2021-02-06 10:02exclude content directory from cargo packageJohann1501+1-1
2021-02-06 09:56Add source for Agate's Gemini capsule (#27)Matt Brubeck1+179-0
2021-02-06 09:08increment version number of releaseJohann1502+2-2
2021-02-05 21:42add release build actionJohann1505+142-3
2021-02-05 07:47update dependenciesJohann1502+37-42
2021-02-05 07:43also check logging environment variableJohann1502+9-1
2021-02-05 07:26add tools for DebianJohann1506+153-0
2021-02-05 07:20merge #16 from Johann150/masterJohann1504+307-40
2021-02-04 17:02small formatting fixJohann1501+4-4
2021-02-04 16:56use Mutex instead of RwLockJohann1501+5-5
2021-02-04 16:53reformat configuration READMEJohann1501+32-7
2021-02-04 16:00cache parsing, new syntaxJohann1502+98-27
2021-02-04 15:56formattingJohann1501+13-12
2021-02-04 09:07add some hints to ReadmeJohann1501+4-2
2021-01-31 20:14add myself to crate authorsJohann1501+1-1
2021-01-27 21:02fix flag name useJohann1501+1-1
2021-01-27 21:00resolve merge conflictsJohann1502+203-147
2021-01-25 20:55fix doc commentJohann1501+3-4
2021-01-25 20:50make functions into methods of RequestHandleJohann1501+199-166
2021-01-25 20:03rename flagJohann1501+1-1
2021-01-24 19:45handle errors in handle_requestJohann1501+22-16
2021-01-24 19:31add log_line to RequestHandleJohann1501+30-21
2021-01-24 19:10add RequestHandle structJohann1501+32-25
2021-01-24 18:42add logging for peer IP addressesJohann1501+16-1
2021-01-24 18:36simplify meta type to &strJohann1501+9-11
2021-01-05 09:59use sidecar filesJohann1503+34-21
2021-01-05 09:57fix check_outdatedJohann1502+12-9
2021-01-04 20:53update readmeJohann1502+12-1
2021-01-04 20:19add metadata databaseJohann1502+116-0
2021-01-04 20:13run cargo fmtJohann1501+49-11
2021-01-17 02:28Version 2.3.0Matt Brubeck2+2-2
2021-01-16 20:30update & rephrase readmeJohann1501+3-4
2021-01-16 20:20fix help messageJohann1501+1-1
2021-01-16 19:59check port against TCP stream's portJohann1501+11-13
2021-01-16 18:59Version 2.2.0Matt Brubeck2+2-2
2021-01-16 18:58Update dependenciesMatt Brubeck1+14-14
2021-01-16 18:16Take port as a separate command-line argumentMatt Brubeck2+23-7
2021-01-16 12:22only check path segments in URLJohann1501+5-10
2021-01-16 12:08correctly redirect directoriesJohann1501+3-1
2021-01-05 18:57check all path componentsJohann1501+6-3
2021-01-05 10:46configuration flag to reenable secret filesJohann1501+5-2
2021-01-05 10:37do not serve hidden filesJohann1502+9-1
2021-01-01 18:46provide addr binding with dual-stack mode examplePurexo1+1-1
2021-01-02 03:51Version 2.1.3Matt Brubeck2+2-2
2021-01-02 04:09Scheme-relative URLs are no longer allowedMatt Brubeck1+2-7
2021-01-02 04:05Send close_notify before closing connectionMatt Brubeck1+6-4
2021-01-01 02:07Organize importsMatt Brubeck1+23-21
2021-01-01 02:00Use the Tokio async runtimeMatt Brubeck3+79-321
2021-01-01 01:07Version 2.1.2Matt Brubeck2+2-2
2021-01-01 01:02Use concrete types for TlsStreamsMatt Brubeck1+6-9
2021-01-01 00:20Refactor error handling and loggingMatt Brubeck1+31-34
2020-12-31 23:41Reorganize some codeMatt Brubeck1+11-11
2020-12-31 22:54Simplify percent-encoding of paths.Matt Brubeck1+17-13
2020-12-31 22:39Reduce number of writes in send_headerMatt Brubeck1+14-14
2020-12-31 06:12Percent-escape more charactersMatt Brubeck1+10-2
2020-12-31 05:47Version 2.1.1Matt Brubeck2+2-2
2020-12-31 05:16Encode spaces in filenamesMatt Brubeck3+13-2
2020-12-31 04:54Print directory listings in alphabetical orderMatt Brubeck1+6-3
2020-12-28 23:06Version 2.1.0Matt Brubeck2+2-2
2020-12-27 20:18Use async version of read_dirMatt Brubeck1+3-2
2020-12-27 20:12Rename 'respond' to 'send_header'Matt Brubeck1+7-7
2020-12-27 20:11Facter directory listing into a functionMatt Brubeck1+30-31
2020-12-26 14:51implement basic directory listingJohann1502+29-1
2020-12-23 04:58Update dependenciesMatt Brubeck1+11-10
2020-12-23 04:52Fix typoMatt Brubeck1+1-1
2020-12-23 04:40Version 2.0.0Matt Brubeck2+2-2
2020-12-23 04:40Raspberry Pi cross compilationMatt Brubeck1+2-0
2020-12-23 01:42Enable logging by defaultMatt Brubeck2+7-8
2020-12-23 00:16Option to add a language code to text/gemini responsesMatt Brubeck2+10-2
2020-12-22 21:52Use getopts for option parsingMatt Brubeck4+66-21
2020-12-22 21:11Sort dependenciesMatt Brubeck1+2-2
2020-12-09 19:36Version 1.3.2Matt Brubeck2+2-2
2020-12-09 19:35Update to async-tls 0.11Matt Brubeck2+3-3
2020-12-08 16:36Version 1.3.1Matt Brubeck2+2-2
2020-12-08 13:39Update dependencies to make `cargo install` workDouglas Creager2+40-47
2020-11-21 18:44Refactor error handling codeMatt Brubeck1+18-23
2020-11-21 17:53Log all requestsMatt Brubeck1+1-1
2020-11-21 17:51Use error 53 for mismatched portMatt Brubeck1+1-1
2020-11-20 22:46Fix typo in READMEMatt Brubeck1+1-1
2020-11-20 22:27Version 1.3.0Matt Brubeck2+2-2
2020-11-20 22:16Tweak formatting of URLs in logsMatt Brubeck1+1-1
2020-11-20 21:54Update dependenciesMatt Brubeck1+115-68
2020-11-20 21:50Disable some optional dependenciesMatt Brubeck2+1-38
2020-11-19 21:21do not redirect on empty pathJohann1501+4-2
2020-11-16 22:46Merge pull request #4 from Johann150/masterMatt Brubeck2+59-23
2020-11-16 19:39implement right status codesJohann1501+52-27
2020-11-14 10:15add host and port checksJohann1502+14-3
2020-11-10 17:42Merge pull request #3 from tronje/masterMatt Brubeck4+99-2
2020-11-09 15:52Add some simple logging via the env_logger crateTronje Krabbe4+99-2
2020-09-29 04:17Update dependenciesMatt Brubeck1+23-30
2020-09-22 17:59Remove duplicated instructionsMatt Brubeck1+2-4
2020-09-21 22:12Version 1.2.2Matt Brubeck2+2-2
2020-09-21 19:57Update dependenciesMatt Brubeck2+157-200
2020-07-27 22:48Code cleanupMatt Brubeck1+17-18
2020-07-22 15:28Switch from tree_magic to mime_guessMatt Brubeck3+21-97
2020-07-22 15:26Update depenedenciesMatt Brubeck1+104-77
2020-07-16 15:57Update async-tlsMatt Brubeck2+8-19
2020-07-16 15:50Code cleanupMatt Brubeck1+2-1
2020-06-28 21:44Factor out response codeMatt Brubeck1+12-11
2020-06-20 19:14Minor cleanupMatt Brubeck1+1-1
2020-06-20 18:16Make usage output friendlierMatt Brubeck1+12-18
2020-06-20 17:53Link to pre-compiled binaryMatt Brubeck1+7-1
2020-06-20 17:31Version 1.2.1Matt Brubeck2+2-2
2020-06-20 17:32Update dependenciesMatt Brubeck1+82-156
2020-06-20 17:20Never read whole file into memoryMatt Brubeck1+22-20
2020-06-20 17:02Minor cleanupMatt Brubeck1+33-32
2020-06-10 15:40Switch to fork of tree_magicMatt Brubeck3+85-74
2020-06-09 01:28Update dependenciesMatt Brubeck1+117-107
2020-06-07 15:53Change file extension from .gemini to .gmiMatt Brubeck2+3-3
2020-05-23 02:13Update depedenciesMatt Brubeck1+154-117
2020-05-23 02:13Minor cleanupMatt Brubeck1+3-3
2020-05-23 02:08Fix error message when request is too longMatt Brubeck1+1-1
2020-05-23 02:00Switch from lazy_static to once_cellMatt Brubeck3+8-10
2020-05-23 01:37commentsMatt Brubeck1+22-12
2020-05-22 22:26Minor cleanup in parse_requestMatt Brubeck1+3-4
2020-05-22 15:22Improved request parsing.Matt Brubeck1+20-19
2020-05-22 15:05Improve request parsingMatt Brubeck2+26-14
2020-05-22 00:05Use temporary fork of tree_magicMatt Brubeck2+17-65
2020-05-21 22:28Auto-detect MIME typesMatt Brubeck4+125-12
2020-05-21 17:37Update dependenciesMatt Brubeck2+4-4
2020-05-21 17:25Check URL schemesMatt Brubeck2+14-4
2020-05-21 17:11Redirect on URLs without trailing slashMatt Brubeck1+30-16
2020-05-21 16:35Fix error response codesMatt Brubeck1+2-2
2020-05-20 22:34Update dependenciesMatt Brubeck1+8-8
2020-05-20 21:40READMEMatt Brubeck3+39-82
2020-05-20 15:40Use async filesystem I/OMatt Brubeck1+6-6
2020-05-20 15:33Code cleanupMatt Brubeck1+16-18
2020-05-20 15:28Don't panic on cannot-be-a-base URLsMatt Brubeck1+1-1
2020-05-20 15:24Remove unnecessary path checkMatt Brubeck1+1-4
2020-05-20 15:18Code cleanupMatt Brubeck1+12-8
2020-05-20 15:10Use index.gemini instead of dir listingsMatt Brubeck1+5-22
2020-05-20 05:07Directory listingMatt Brubeck1+26-3
2020-05-20 04:21Command-line argsMatt Brubeck1+39-23
2020-05-19 22:10Make TLS config globalMatt Brubeck3+21-16
2020-05-19 21:52More error handlingMatt Brubeck1+19-11
2020-05-18 02:13Switch to pkcs8 key fileMatt Brubeck3+82-51
2020-05-18 01:17File servingMatt Brubeck1+21-14
2020-05-17 19:25Path validationMatt Brubeck1+10-4
2020-05-17 19:14Url parsingMatt Brubeck3+52-86
2020-05-17 19:12Add test keyMatt Brubeck1+27-0
2020-05-17 17:43Fix MIME typeMatt Brubeck1+2-3
2020-05-17 17:41Code cleanupMatt Brubeck1+2-2
2020-05-17 17:39Minor changesMatt Brubeck1+17-11
2020-05-17 17:19Working echo serverMatt Brubeck3+105-5
2020-05-17 16:58Trying to fix TLSMatt Brubeck3+24-82
2020-05-17 16:46WIP: Basic echoMatt Brubeck1+10-3
2020-05-17 16:40Start of handle_connectionMatt Brubeck1+14-3
2020-05-17 16:05panic=abortMatt Brubeck1+1-0
2020-05-17 16:04WIP: Add SSL configMatt Brubeck6+120-9
2020-05-17 15:35Use async-stdMatt Brubeck3+438-19
2020-05-17 05:24Enable LTO for releaseMatt Brubeck1+4-0
2020-05-17 05:16Initial commitMatt Brubeck8+516-0