- 13 Jan, 2022 1 commit
-
-
Hiro authored
-
- 12 Jan, 2022 1 commit
-
-
Hiro authored
a http error code differnt than 404.
-
- 11 Jan, 2022 2 commits
- 10 Jan, 2022 1 commit
-
-
Hiro authored
-
- 13 Aug, 2021 2 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
-
- 11 Aug, 2021 5 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
See: #40002
-
- 30 Jul, 2021 1 commit
-
-
Iain Learmonth authored
This includes the bridgestrap stats parser.
-
- 07 Jun, 2021 3 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
This will depend on the version number as future versions may include information we would not want to expose. Hotfix for #40006.
-
Iain Learmonth authored
-
- 06 May, 2021 4 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
-
- 14 Apr, 2021 5 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
-
- 14 Dec, 2020 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 11 Dec, 2020 5 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
As the docs say, "If timely disposal of file system resources is required, the try-with-resources construct should be used to ensure that the stream's close method is invoked after the stream operations are completed." Turns out that without closing the stream, the JVM runs out of memory pretty quickly. Doing this is not optional but mandatory.
-
- 02 Dec, 2020 1 commit
-
-
Karsten Loesing authored
Implements #25307.
-
- 01 Dec, 2020 2 commits
-
-
Karsten Loesing authored
Implements #25309.
-
Karsten Loesing authored
Part of #20542.
-
- 30 Nov, 2020 2 commits
-
-
Karsten Loesing authored
Part of #20542.
-
Karsten Loesing authored
Part of #20542.
-
- 28 Nov, 2020 3 commits
-
-
Karsten Loesing authored
Replace all File references with their Path equivalents, and use Files methods wherever feasible. Part of #20542.
-
Karsten Loesing authored
The separation between BridgeSnapshotReader, BridgeDescriptorParser, and SanitizedBridgesWriter doesn't make much sense anymore: - BridgeSnapshotReader only has a constructor of more than 200 lines of code. - BridgeDescriptorParser actually only determines the descriptor type and - SanitizedBridgesWriter performs parsing and obfuscation. There are better ways to structure this code. The first step in that direction is to remove clutter by moving the code to read bridge snapshots to SanitizedBridgesWriter and deleting the other two classes. Part of #20542.
-
Karsten Loesing authored
-