Commit 415ca1c
1037-bug-the-tracker-checker-result-for-udp-tracker-shows-announce-for-the-scrape-test(torrust/torrust-tracker#651)+
1069-sdterror-output-from-tracing-running-tests-with-tracing-test-crate(torrust/torrust-tracker#651)+
1075-error-unknown-unstable-option-profile-running-coverage-report-workflow(torrust/torrust-tracker#651)+
1146-override-default-response-failed-error-response-in-logs-from-tracelayer-in-tower-http(torrust/torrust-tracker#651)+
1162-log-assertions-add-assertions-for-log-errors-in-http-and-udp-trackers(torrust/torrust-tracker#651)+
1217-overhaul-core-tracker-create-dependency-containers-for-udp-tracker-http-tracker-and-tracker-api(torrust/torrust-tracker#651)+
1223-overhaul-core-tracker-extract-workspace-package-for-the-tracker-core-lib(torrust/torrust-tracker#651)+
1224-refactor-packages-rename-crate-bittorrent-http-protocol-to-bittorrent-http-tracker-protocol(torrust/torrust-tracker#651)+
1258-overhaul-core-tracker-review-public-methods-for-tracker-core-package(torrust/torrust-tracker#651)+
1264-it-seems-persisted-data-about-torrents-is-not-loaded-from-database(torrust/torrust-tracker#651)+
1275-overhaul-core-tracker-move-authentication-to-http-tracker-core-and-udp-tracker-core(torrust/torrust-tracker#651)+
1303-refactor-packages-remove-explicit-declaration-of-workspace-members-from-cargotoml(torrust/torrust-tracker#651)+
1318-refactor-packages-normalize-http-tracker-core-fn-signatures-for-announce-and-scrape-handlers(torrust/torrust-tracker#651)+
1320-refactor-packages-move-code-from-torrust_axum_http_tracker_server-to-other-packages(torrust/torrust-tracker#651)+
1326-refactor-packages-extract-announce-and-scrape-servicehandler-structs(torrust/torrust-tracker#651)+
1380-overhaul-stats-events-merge-udp-core-events-with-a-different-ip-version(torrust/torrust-tracker#651)+
1382-overhaul-stats-events-merge-udp-server-events-with-a-different-ip-version(torrust/torrust-tracker#651)+
1401-overhaul-stats-add-a-configuration-option-to-enabledisable-stats-per-server(torrust/torrust-tracker#651)+
1403-overhaul-stats-start-collecting-stats-per-socket-server(torrust/torrust-tracker#1404, torrust/torrust-tracker#651)+
569-the-tracker-is-ignoring-the-num_want-param-in-the-announce-request(torrust/torrust-tracker#651)+
612-tracker-api-add-a-timeout-to-the-tls-handshake-waiting-for-headers-and-waiting-for-receiving-headers(torrust/torrust-tracker#651)+
613-http-tracker-add-a-timeout-to-the-tls-handshake-waiting-for-headers-and-waiting-for-receiving-headers(torrust/torrust-tracker#651)+
714-refactor-replace-custom-makerequestuuid-with-tower_httprequest_idmakerequestuuid(torrust/torrust-tracker#651)+
777-performance-optimization-create-a-new-torrent-repository-using-a-skipmap-instead-of-a-btreemap(torrust/torrust-tracker#651)+
852-config-overhaul-replace-primitive-types-in-configuration-with-reacher-types(torrust/torrust-tracker#651)+
878-configuration-overhaul-version-2-for-the-configuration-toml-file-breaking-changes(torrust/torrust-tracker#651)+
918-udp-server-alternative-implementation-to-avoid-aborting-too-many-requests(torrust/torrust-tracker#651)+
1 parent b05e2f5 commit 415ca1c
3 files changed
+73
-11
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
50 |
| - | |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
57 |
| - | |
| 58 | + | |
| 59 | + | |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| |||
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
66 |
| - | |
| 68 | + | |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
77 | 91 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
17 | 38 |
| |
18 | 39 |
| |
19 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 |
| - | |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
9 |
| - | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
63 | 90 |
| |
64 | 91 |
| |
65 | 92 |
| |
|
0 commit comments