Commit Graph

95 Commits

Author SHA1 Message Date
Dinesh Bhattarai 6345b88c87 Fix typo in RFC 9001 link in README.md (#510) 2026-03-17 11:02:59 +00:00
Floris Bruynooghe e71b78b88a chore: Attempt at drafting a readme (#467)
* chore: Attempt at drafting a readme

* spelling

* Fix crypto wording

* typo

* remove support for version 2

seems that needs a little more work

* add modern stuff folks demand

* qlog typo

* Try and be slightly less confusing
2026-03-03 12:39:50 +00:00
Friedel Ziegelmayer 294e3ea603 refactor!: rename to noq (#461)
* refactor!: rename to noq

* fixup python scripts

* fixup

* fixup

* fixup: cr
2026-02-27 14:57:21 +00:00
Diva Martínez 565ebec2c0 chore: unify nat traversal naming (#445)
* remove iroh from code, in favor of n0; remove hole punching in favor of nat traversal

* updates

* url fmt
2026-02-23 08:52:44 +00:00
dignifiedquire afc6947323 docs: cleanup readme and update licensing infos 2025-12-16 15:05:14 +01:00
dignifiedquire e8b9fb3f34 docs: fixup readme 2025-12-01 14:35:21 +01:00
dignifiedquire c8a655c4b4 Merge remote-tracking branch 'upstream/main' into chore-merge-upstream 2025-12-01 14:08:32 +01:00
Cathal Mullan 35cefdd003 Bump MSRV to 1.80, remove once_cell and lazy_static deps 2025-11-14 18:29:03 +00:00
Friedel Ziegelmayer 817a1b565d perf: implement more efficient timeouts and MSRV to 1.83 2025-11-04 22:38:50 +01:00
Benjamin Saunders 50a0ef321e Update obsolete rustls API guidance 2025-09-01 04:12:13 +00:00
Floris Bruynooghe 143eb1b815 Merge branch 'main' into multipath-quinn-0.11.x 2025-08-02 17:14:02 +02:00
dignifiedquire 1882ef62fb Merge 0.11.x 2025-07-07 13:11:12 +02:00
Fabien Savy 01d4a59b46 bump MSRV to 1.74.1 2025-07-04 07:57:47 +00:00
Diva M a935ad4df0 Merge commit '6ee883a2' into iroh-0.11.x 2025-01-14 23:05:01 -05:00
Floris Bruynooghe 76e002c99b Describe how to find the upstream version 2025-01-09 14:25:45 +01:00
Dirkjan Ochtman 81f4d6b036 Bump MSRV to 1.71 2024-11-27 21:08:22 +00:00
Phoenix Kahlo a4c886c38a docs: Correct MSRV in README 2024-11-21 03:50:57 +00:00
Floris Bruynooghe a32092de40 Add a bit more detail to the readme. 2024-08-07 09:42:47 +02:00
Floris Bruynooghe f13a28921a Rename to iroh-quinn
This does the rename to iroh-quinn for the 0.11.2 release code.
2024-06-21 13:00:40 +02:00
Dirkjan Ochtman af30cbdc4b Add references to OpenCollective 2024-04-26 10:40:23 -07:00
Benjamin Saunders 10155c1c41 Update MSRV to 1.66 2024-04-06 09:54:15 -07:00
Benjamin Saunders e51f848296 Bump MSRV to 1.65 for let-else 2023-09-24 14:22:14 -07:00
Dirkjan Ochtman 47678a1a62 Replace Gitter link with Discord 2023-08-22 13:29:59 -07:00
Ian Kettlewell b30711f559 Update README.md to say "see examples for usage" with link. 2023-06-27 21:19:35 +02:00
ljedrz c0b9d4233e docs: update the MSRV in the README
Signed-off-by: ljedrz <ljedrz@gmail.com>
2023-05-11 14:49:44 +02:00
Benjamin Saunders 3bc6bdae89 Bump MSRV to 1.57
This is >6 months old and should address the CI failure.
2022-07-03 08:07:54 +02:00
Melvin Wang 4395b969a6 update talk slides link 2022-05-30 09:50:59 -07:00
Joonas Koivunen ac56221860 doc: match MSRV to 1.53 in readme 2022-01-29 22:46:27 +01:00
Benjamin Saunders 9a769f29ed Remove obsolete HTTP feature note 2021-11-11 07:37:50 +01:00
Benjamin Saunders 87086eade7 Cut header
This is redundant to the banner, among other things.
2021-11-04 08:51:38 +01:00
Benjamin Saunders 3be524c7f7 Update README 2021-11-04 08:51:38 +01:00
Benjamin Saunders d43150821c Nuke interop tool
Manual interop testing has been obsoleted by
e.g. https://github.com/marten-seemann/quic-interop-runner
2021-10-11 08:50:36 +02:00
Roman Proskuryakov 8c27e64f70 Add quinn-udp to the list of crates into the main README 2021-09-21 13:58:23 +02:00
Matthias Einwag 01b95116e9 Update the minimal required version to 1.47
This updates the minimum required Rust version to 1.47, which is
required for the `Default` implementation on `Range`.
2021-04-06 10:34:21 +02:00
Thomas de Zeeuw 2a6c0afaf1 Increase MSRV to 1.46 2021-03-21 14:39:11 +01:00
Timon 819eba6caa Update link to book. 2021-03-15 12:43:25 +01:00
Dirkjan Ochtman 70b7b298d7 Update Matrix link to point to current channel 2021-03-03 13:42:38 -08:00
Dirkjan Ochtman 25ba6f3c13 Update links to point to quinn-rs org 2021-03-03 13:42:38 -08:00
Dirkjan Ochtman 7b7bab6b72 Add note about MSRV policy 2021-01-25 13:45:57 -08:00
Dirkjan Ochtman 2f0dc868d7 Drop periods from bullet list sentence fragments 2021-01-25 01:08:02 -08:00
Dirkjan Ochtman 5bedbbf666 Set up MSRV in CI (fixes #979) 2021-01-25 01:08:02 -08:00
Timon Post a149c5d642 Logo update to static link. 2021-01-06 15:26:39 +01:00
Dirkjan Ochtman 9b19e23a68 Update link to native Gitter channel 2021-01-03 12:04:34 -08:00
Dirkjan Ochtman efceb503a2 Add link explaining sans-io concept 2020-11-13 17:05:53 -08:00
Benjamin Saunders 51a3cea225 Link the correct draft version 2020-11-12 06:37:11 +01:00
Dirkjan Ochtman 90abbbc33a Clean up trailing whitespace in README 2020-11-09 14:03:21 -08:00
Dirkjan Ochtman bb3e330b84 Fix default branch name in a few places 2020-11-09 14:03:21 -08:00
Timon a2a02c745e Readme update (#866) 2020-11-05 09:44:44 +01:00
Benjamin Saunders 79e5bdc141 Support peers on drafts 29 through 32 inclusive 2020-10-31 14:12:25 -07:00
Benjamin Saunders 1636ad69e7 Mention matrix room in README 2020-05-11 06:58:05 +02:00