- 02 Jun, 2021 2 commits
-
-
refs #25781
-
-
- 01 Jun, 2021 2 commits
-
-
ends up reading wrong sample size/time refs #25784
-
-
- 29 May, 2021 4 commits
-
-
Lyndon Brown authored
'cat hints' should only be used by the core (to define a set of headings to break its large set of options up with, instead of the option tree items). incorrectly using a cat hint here instead of a section means that this "hacks" sub-heading gets printed like a module heading, which is both imperfect from a neatness point of view, but also and more importantly potentially confusing.
-
-
-
-
- 19 May, 2021 6 commits
-
-
some transmit empty <50 bytes data object
-
-
-
-
-
Having to deal with es_Add or Del sequences forces the command queue to expect another type of input on the esout before recycling es, creating delay in multiple cases.
-
- 12 May, 2021 1 commit
-
-
where identical to shorttext, or near enough. bad because: - wastes resources. - useless tooltips in prefs GUI (poor UX) - tooltip longtext should add something of value. - useless repetition of text in certain help output. in some cases they differed only in full-stop, creating unnecessary extra burden on translators.
-
- 30 Apr, 2021 11 commits
-
-
- 28 Apr, 2021 1 commit
-
-
Stream re-use could never happen, as p_stream->p_es is always NULL here, as implied by the earlier check: if ( p_stream->p_es == NULL && !p_stream->b_finished ) To fix that, the check for a non-null p_stream->p_es is removed. Partially fixes #25186
-
- 27 Apr, 2021 1 commit
-
-
could trigger -1 offset move reported by Zhen Zhou of NSFOCUS Security Team
-
- 19 Apr, 2021 3 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 07 Apr, 2021 7 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
- 06 Apr, 2021 1 commit
-
-
François Cartegnie authored
regression regarding #24237 after chunk probe only change
-
- 01 Apr, 2021 1 commit
-
-
Thomas Guillem authored
Since the variable is set just after.
-