Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | util/PeakBuffer: use std::byte instead of std::uint8_t | Max Kellermann | |
2021-01-21 | util/PeakBuffer: add `noexcept` | Max Kellermann | |
2021-01-21 | util/PeakBuffer: use std::size_t | Max Kellermann | |
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-03-12 | replace assert.h with cassert | Rosen Penev | |
The former was deprecated with C++14. According to the C++11 and C++17 standards, both files are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann | |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann | |
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing. | |||
2017-01-03 | update copyright year | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-01-14 | util/PeakBuffer: fix nullptr dereference when peak_size==0 | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-12-19 | util/PeakBuffer: use IsEmpty() instead of IsNull() | Max Kellermann | |
The DynamicFifoBuffer methods never return nullptr when the buffer is empty or full; instead, they return an empty buffer. This bug caused an endless loop. | |||
2013-12-15 | util/PeakBuffer: use DynamicFifoBuffer instead of struct fifo_buffer | Max Kellermann | |
Switch to the C++ version. | |||
2013-12-15 | util/PeakBuffer: return ConstBuffer<void> | Max Kellermann | |
2013-01-15 | Client: move output buffer code to new class PeakBuffer | Max Kellermann | |