- 15 Nov, 2018 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
Also fix unit tests. Still part of #28254.
-
- 31 Oct, 2018 1 commit
-
-
Karsten Loesing authored
Fixes #28254.
-
- 25 Oct, 2018 1 commit
-
-
tordinge authored
-
- 11 Oct, 2018 2 commits
- 11 Sep, 2018 3 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
Avoids parse issues with previously deprecated and later removed fields like "as_number" in details documents.
-
- 10 Sep, 2018 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 04 Sep, 2018 5 commits
-
-
Karsten Loesing authored
Still related to #23713.
-
Karsten Loesing authored
This commit actually only disables the "fingerprint" parameter. Even though we gave people a 1 month warning, it might happen that somebody comes along next week and tells us their truly important use case why they still need this parameter. Once we're really sure this won't happen, we can rip out some more code that was necessary to implement this parameter. Implements #26919.
-
Karsten Loesing authored
Implements #25175.
-
Karsten Loesing authored
Implements #25177.
-
Karsten Loesing authored
Changes the current behavior of the "version" parameter by moving away from string prefix matching to actually parsing provided (partial) versions. As a result, for example, "version=0.3.2.1" doesn't magically include versions 0.3.2.10 to 0.3.2.19, 0.3.2.100 to 0.3.2.199, etc. anymore. Without this change, version ranges would have become just too confusing. The downside is that this change requires a major version bump. Implements #6947.
-
- 21 Aug, 2018 8 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
If the first thing we'd learn from a bridge was an extra-info descriptor, we would not have stored the contained transports. This case is very unlikely and has very little effect. Worth fixing anyway. Found via code analysis.
-
Karsten Loesing authored
Note that the previous code was not wrong. It declared a local variable and it read a line (containing headers). But these are two distinct things, and doing them on one line confused the code analyzer. Splitting them is just fine.
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 20 Aug, 2018 16 commits
-
-
Karsten Loesing authored
Turns out that characters inside square brackets don't need to be escaped. In fact, "^[0-9\\.]{7,15}$" does not only match valid IPv4 addresses but also strings like "1\2\3\4".
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-